# SRWA Badge

SRWA User Badge is and NFT that is minted by the Lending Protocol. It serves so the users can identify themselves to the platform and for the platform to track users deposit and borrow positions.

SRWA User Badge is minted and sent to user when they make the first deposit. It contains information that the protocol needs in order to track the user states.

<figure><img src="/files/bWZaVooleI755RESdmN3" alt=""><figcaption><p>Data structure of the SRWA User Badge</p></figcaption></figure>

Deposits signifies the list of asset address ant the amount of each of the assets that the user deposited on the platform. Deposit amount is represented in SD Tokens.

Borrows signifies the list of asset address ant the amount of each of the assets that the user has borrowed from the platform. Borrow amount is represented in SB Tokens.

User can always check the state of the SRWA User Badge on the Radix Dashboard.

<figure><img src="/files/L0VzvwCXzMxSlA0F6TT9" alt=""><figcaption><p>Example of the SRWA User Badge data</p></figcaption></figure>

<figure><img src="/files/deLy3fAuN88IhFcUjfye" alt=""><figcaption><p>Example of the SRWA User Badge deposits</p></figcaption></figure>

<figure><img src="/files/YdYE6Cq1hIsiptzTYHwC" alt=""><figcaption><p>Example of the SRWA User Badge borrows</p></figcaption></figure>

SRWA USer Badge can only be updated by the Lending Protocol.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://srwa.gitbook.io/srwa-docs/getting-started/publish-your-docs/components/srwa-badge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
