> 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/products/how-it-works.md).

# How It Works

Monet is a stablecoins protocol allowing the creation of decentralized, capital-efficient and over-collateralized stablecoins built using a modular & upgradable architecture.&#x20;

The protocol consists of several different modules,which can be added or removed over time, from which stablecoins can be issued or minted.&#x20;

Any type of stablecoin can be deployed using Monet, for instance: USD, EUR, CHF, ETH, BTC, etc..

<figure><img src="/files/VXcgkWBBZD0aNUNBspoH" alt=""><figcaption><p>Monet - high Level Architecture</p></figcaption></figure>

Monet is designed as a modular and scalable system where each functional component exists as an independent module. These modules can be deployed, upgraded, paused, or reconfigured without disrupting the entire protocol. This gives the opportunity to launch multiple stablecoins (USDmo, EURmo, etc.), customize their parameters, and extend functionality over time.

<figure><img src="/files/xeTpzDtQleoo1gTBqzvX" alt=""><figcaption><p>Monet - Monet Stablecoins Minting Modules</p></figcaption></figure>


---

# 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/products/how-it-works.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.
