# USDmo & sUSDmo

## USDmo <a href="#usdp" id="usdp"></a>

USDmo is the USD stablecoin of Monet. 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 USDmo are currently managed by Monet modules. USDmo is deployed on Eden:

| Blockchain   | Contract Address                                                                                                                                  |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Eden Mainnet | [0x9fa8c4d9f33dcce6eacefb6d5cf9736350a330b1](https://eden.blockscout.com/address/0x9fa8c4d9f33dcce6eacefb6d5cf9736350a330b1?tab=contract)         |
| Eden Testnet | [0xb06fff5A1691446B6fD78d8CfA1751AB569d7213](https://eden-testnet.blockscout.com/address/0xb06fff5A1691446B6fD78d8CfA1751AB569d7213?tab=contract) |

## Staked USDmo <a href="#staked-usdp" id="staked-usdp"></a>

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

| Blockchain   | Contract Address                                                                                                                                  |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Eden Mainnet | [0x1c9fda89dbe9843bbc4bc2ae1c074471ba227931](https://eden.blockscout.com/address/0x1c9fda89dbe9843bbc4bc2ae1c074471ba227931?tab=contract)         |
| Eden Testnet | [0x3Baa15BF01A69Cc3Ee81Bb731f1335a7A7344854](https://eden-testnet.blockscout.com/address/0x3Baa15BF01A69Cc3Ee81Bb731f1335a7A7344854?tab=contract) |


---

# 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.monet.cash/products/stablecoins-and-savings/usdmo-and-susdmo.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.
