# eUSD

## eUSD

eUSD is the USD stablecoin of the Eden ecosystem. It is a decentralized, overcollateralized asset minted exclusively on Ethereum and backed by a basket of cryptocurrencies and stablecoins, including yield-bearing collateral such as Morpho vaults. The issuance and redemption of eUSD are managed by eUSD protocol modules on Ethereum, after which eUSD is bridged to Eden via Hyperlane.

Unlike yield-bearing stablecoin wrappers, eUSD does not have a savings module. Instead, 90% of the yield generated by backing assets is used to buy back TIA and distribute it as incentives across the Eden ecosystem.

eUSD is deployed on:

| Blockchain | Contract Address                                                                                                                        |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum   | [0x399cc65703e01c7fdefdf27093f84e7eb4b3f8b6](https://etherscan.io/address/0x399cc65703e01c7fdefdf27093f84e7eb4b3f8b6#code)              |
| Celestia   | 0x726f757465725f61707000000000000000000000000000020000000000000013                                                                      |
| Eden       | [0xF4e644772b17b6c57327F4D111a73D68C8cC731B](https://eden.blockscout.com/token/0xF4e644772b17b6c57327F4D111a73D68C8cC731B?tab=contract) |

<br>


---

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