> For the complete documentation index, see [llms.txt](https://docs.monet.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monet.cash/introduction/products.md).

# Products

## Stablecoins

Monet stablecoins are decentralized stable currencies issued by the protocol on Eden. Their issuance is handled through minting modules, such as the Monetizer Module, where users deposit an overcollateralized basket of assets (such as ETH, BTC, or other stablecoins) to mint new tokens. For each $1 of stablecoin minted, $1 is invested in the Eden ecosystem, helping to fuel the entire ecosystem.

Each stablecoin (USDmo, etc.) can be configured independently with its own parameters, including the types of assets accepted as collateral, the fees applied, and the exposure limits.&#x20;

To ensure price stability, the protocol automatically adjusts minting or burning fees whenever the token deviates from its reference currency. In practice, these stablecoins form the core of the Monet system and serve as the foundation for all other ecosystem products.

<a href="/pages/DOVR6dLum3p9NTtnK4Aw" class="button primary" data-icon="circle-dollar">Discover USDmo</a>

## Savings

Savings tokens are the “yield-bearing” versions of Monet stablecoins. When a user deposits a standard stablecoin, such as USDmo, they receive its Savings equivalent, like sUSDmo.&#x20;

This token represents a staked position that automatically accrues yield over time. The yield comes from the protocol’s revenues, such as fees from minting and burning operations or stablecoin reserve management from Eden ecosystem. The calculation and distribution of these yields are managed by “keepers”, actors designated contributors to guarantee transparency and consistency.&#x20;

As a result, Savings tokens allow users to grow their stablecoin holdings without leaving the Monet & Eden ecosystem, while benefiting from a simple and integrated mechanism.

<a href="/pages/DOVR6dLum3p9NTtnK4Aw" class="button primary" data-icon="box-dollar">Discover sUSDmo</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/introduction/products.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.
