# USDr & sUSDr

### USDr

USDr is the USD stablecoin of Rocky. It is a decentralized, overcollateralized asset backed by a basket of cryptocurrencies and stablecoins, including yield-bearing versions such as Morpho vaults. The issuance and redemption of USDr are currently managed by Rocky modules. USDr is deployed on Sei.

| Blockchain | Contract Address                                                                                                         |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| Sei        | [0x53fdd705873d8259d6d179901fc3fdcb5339f921](https://seiscan.io/address/0x53fdd705873d8259d6d179901fc3fdcb5339f921#code) |

***

## Staked USDr (sUSDr)

sUSDr is the yield-bearing version of USDr. When a user deposits USDr into the Savings Module (an ERC-4626 vault), they receive sUSDr in return. This token represents their claim on the deposited USDr plus the yield generated by the protocol. sUSDr is deployed on Sei.

| Blockchain | Contract Address                                                                                                         |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| Sei        | [0xc0029b98f09c9062056c14c0329d3a114a098617](https://seiscan.io/address/0xc0029b98f09c9062056c14c0329d3a114a098617#code) |


---

# 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://docs.rocky.cash/products/stablecoins-and-savings/usdr-and-susdr.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.
