# Ebisu

## Ebisu Money

- [Welcome to Ebisu](https://ebisu.gitbook.io/ebisu-money/welcome-to-ebisu.md)
- [Borrowing ebUSD](https://ebisu.gitbook.io/ebisu-money/using-ebisu/borrowing-ebusd.md)
- [Managed Interest Rates](https://ebisu.gitbook.io/ebisu-money/using-ebisu/borrowing-ebusd/managed-interest-rates.md)
- [Managing your ebUSD loan](https://ebisu.gitbook.io/ebisu-money/managing-your-ebusd-loan.md)
- [Earning ebUSD yield](https://ebisu.gitbook.io/ebisu-money/earning-ebusd-yield.md)
- [FAQ](https://ebisu.gitbook.io/ebisu-money/faq.md)
- [How It Works](https://ebisu.gitbook.io/ebisu-money/protocol-mechanics/how-it-works.md): Overcollateralized Loans, 1:1 Redemptions, Stability Pool Liquidations
- [Leverage Vaults](https://ebisu.gitbook.io/ebisu-money/protocol-mechanics/leverage-vaults.md): 4xWBTC & 4xweETH
- [Smart Contract Audits](https://ebisu.gitbook.io/ebisu-money/advanced/smart-contract-audits.md)
- [Risk Management](https://ebisu.gitbook.io/ebisu-money/risk-management.md): In addition to smart contract audits, we are working with Anthias Labs for the parameterization of the Ebisu Money protocol to maintain protocol operations and to manage bad debt risk
- [Oracle & Parameter Configuration](https://ebisu.gitbook.io/ebisu-money/developers/oracle-and-parameter-configuration.md)
- [Deployment Addresses - Mainnet](https://ebisu.gitbook.io/ebisu-money/developers/deployment-addresses-mainnet.md): This section contains the official contract addresses and key deployment parameters for Ebisu Finance on the Ethereum mainnet.
- [Deployment Addresses - Plasma](https://ebisu.gitbook.io/ebisu-money/developers/deployment-addresses-plasma.md): This section contains the official contract addresses and key deployment parameters for Ebisu Finance on the Ethereum mainnet.
- [Page 1](https://ebisu.gitbook.io/ebisu-money/community/page-1.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ebisu.gitbook.io/ebisu-money/welcome-to-ebisu.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.
