> For the complete documentation index, see [llms.txt](https://docs.3adao.org/3a-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3adao.org/3a-protocol/protocol-documentation/euro3-coin/euro3-price-stability.md).

# EURO3 Price Stability

EURO3 is designed to be a low-volatility payment coin soft-pegged to the Euro. There are several mechanisms embedded into the platform to ensure a low price deviation in both directions under normal market conditions.

* **Issuance fees**: Those fees have an immediate short-term effect on the EURO3 monetary policy as the supply is impacted right away. Higher fees make new loans less attractive, decreasing the new generation of EURO3 if there is not enough demand to keep up with the supply.
* **Redemption mechanism**: Arbitrageurs can make instant gains whenever the collateral asset they get in return is worth more than the current value of the redeemed EURO3. Redemptions are triggered automatically by bots facilitating a quick peg recovery.
* **Market arbitrage**: Arbitrage bots run on exchanges to stabilize the EURO3 price.&#x20;
* **Debt Issuance and Repayment**: If the price of EURO3 falls below parity by more than the issuance fee, (EURO3 < Euro) then users of the platform are incentivized to buy EURO3 in order to repay their debt. In the opposite direction, when the price of EURO3 goes above parity (EURO3 > Euro) by more than the issuance fee, users are incentivized to borrow more in order to purchase assets at a discount.


---

# 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.3adao.org/3a-protocol/protocol-documentation/euro3-coin/euro3-price-stability.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.
