<!--
Sitemap:
- [Overview](/index): Introducing Monet
- [Products](/introduction/products): Stablecoins & Savings
- [Use Cases](/introduction/use-cases): Concrete use cases of Monet
- [How It Works](/products/how-it-works/): Monet is a stablecoins protocol allowing the creation of decentralized, capital-efficient and over-collateralized stablecoins built using a modular & upgradabl…
- [Monetizer Module](/products/how-it-works/monetizer-module): Explaining the Monetizer Module
- [Savings Module](/products/how-it-works/savings-module): The Monet Savings Module is what allows Monet stablecoins holders to earn a native yield based on the returns generated by the protocol on its assets backing t…
- [Flashloan Module](/products/how-it-works/flashloan-module): Flash loans (also called One Block Borrows) are special transactions that allow the borrowing of an asset, as long as the borrowed amount (and a fee) is return…
- [Stablecoins & Savings](/products/stablecoins-and-savings/): Introducing Monet Stablecoins
- [USDmo & sUSDmo](/products/stablecoins-and-savings/usdmo-and-susdmo/): Explaining USDmo & sUSDmo
- [Implementation](/products/stablecoins-and-savings/usdmo-and-susdmo/implementation): Detailing current USDmo production implementation
- [Fee Distribution](/products/stablecoins-and-savings/usdmo-and-susdmo/fee-distribution): Monet generated fees by the USDmo codebase are distributed as follow:
- [Licensing](/products/licensing): Monet is divided into 3 different repositories, each with different licenses:
- [Proof of Solvency](/security/proof-of-solvency): Monet Proof of Solvency
- [Hypernative](/security/hypernative): Hypernative is a leading real-time security platform that unites alerting and threat prevention with a sharp focus on early detection of on-chain threats and a…
- [Keepers](/security/keepers): Role and responsibilities of Keepers in maintaining Monet protocol operations
- [Audits](/security/audits): A breakdown of security reviews covering deployed smart contracts of Monet
- [Multisigs](/security/multisigs): A breakdown of multisigs used in Monet
- [Introduction](/developers-hub/introduction): TBA
- [Monetizer Module](/developers-hub/monetizer-module)
- [Savings Module](/developers-hub/savings-module)
- [Flashloan Module](/developers-hub/flashloan-module)
- [Onchain Tools](/developers-hub/onchain-tools/)
- [Oracles](/developers-hub/onchain-tools/oracles/): - [RedStone](/developers-hub/onchain-tools/oracles/redstone): Monet related RedStone Price Feeds Details
- [RedStone](/developers-hub/onchain-tools/oracles/redstone): Monet related RedStone Price Feeds Details
- [Offchain Tools](/developers-hub/offchain-tools/): TBA
- [Subgraphs](/developers-hub/offchain-tools/subgraphs): TBA
- [Dune](/developers-hub/offchain-tools/dune): TBA
- [Build on Monet](/developers-hub/build-on-monet/): The goal of these guides is to help developers, such as third-party protocols, arbitrageurs or keepers; understand and build on-top of Monet.
- [Monetizer Module Integration](/developers-hub/build-on-monet/monetizer-module-integration): The Monetizer Module serves as the core minting and burning engine for Monet stablecoins.
- [Savings Module Integration](/developers-hub/build-on-monet/savings-module-integration): The Savings module provides a yield-bearing vault system built on the ERC4626 standard, allowing users to deposit Monet stablecoins and earn interest through a…
- [Flashloan Module Integration](/developers-hub/build-on-monet/flashloan-module-integration): The Flashloan module serves as the core minting and burning engine for Monet stablecoins.
- [Addresses](/developers-hub/addresses/): Deployed Monet smart contracts
- [USDmo](/developers-hub/addresses/usdmo/): Deployed USDmo smart contracts
- [Eden Mainnet](/developers-hub/addresses/usdmo/eden-mainnet): Deployed USDmo smart contracts on Eden Mainnet
- [Eden Testnet](/developers-hub/addresses/usdmo/eden-testnet): Deployed USDmo smart contracts on Eden Testnet
- [User Guides](/resources/user-guides): TBA
-->

# USDmo & sUSDmo

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

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" />

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) |
