# Zunami Docs

## Zunami Docs

- [Introduction](https://zunamilab.gitbook.io/zunami-docs/introduction.md)
- [How it works?](https://zunamilab.gitbook.io/zunami-docs/protocol-overview/how-it-works.md): Ethereum base concept
- [Omnipools](https://zunamilab.gitbook.io/zunami-docs/protocol-overview/omnipools.md): Decentralized Revenue Aggreagators
- [zunStables](https://zunamilab.gitbook.io/zunami-docs/protocol-overview/zunstables.md): zunUSD, zunETH and zunBTC
- [APS (Staking)](https://zunamilab.gitbook.io/zunami-docs/protocol-overview/aps-staking.md): Algoritmic Peg Stabilizer
- [Revenue Streams](https://zunamilab.gitbook.io/zunami-docs/protocol-overview/revenue-streams.md): Zunami's protocol boasts two primary products, each serving as a catalyst for real yield: Omnipools and APS.
- [Bridge](https://zunamilab.gitbook.io/zunami-docs/protocol-overview/bridge.md)
- [DAO](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/dao.md)
- [Core Components](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/dao/core-components.md)
- [Lifecycle & Statuses](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/dao/lifecycle-and-statuses.md)
- [Governance Parameters](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/dao/governance-parameters.md): Below are the core parameters that define how governance works at the protocol level
- [ZUN Token](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/zun-token.md)
- [ZUN Tokenomics](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/zun-tokenomics.md)
- [Governance](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/governance.md)
- [Earn](https://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/earn.md)
- [Risk Management for Adding Strategies](https://zunamilab.gitbook.io/zunami-docs/risks-and-security/risk-management-for-adding-strategies.md)
- [Collateral Recapitalization](https://zunamilab.gitbook.io/zunami-docs/risks-and-security/collateral-recapitalization.md)
- [Risks](https://zunamilab.gitbook.io/zunami-docs/risks-and-security/risks.md)
- [Audits](https://zunamilab.gitbook.io/zunami-docs/risks-and-security/audits.md): The audit is not a remedy, but a catalyst for improvement
- [Contracts](https://zunamilab.gitbook.io/zunami-docs/developers/contracts.md)
- [zunUSD](https://zunamilab.gitbook.io/zunami-docs/developers/contracts/zunusd.md)
- [zunETH](https://zunamilab.gitbook.io/zunami-docs/developers/contracts/zuneth.md)
- [zunBTC](https://zunamilab.gitbook.io/zunami-docs/developers/contracts/zunbtc.md)
- [Governance](https://zunamilab.gitbook.io/zunami-docs/developers/contracts/governance.md)
- [Change Log](https://zunamilab.gitbook.io/zunami-docs/developers/change-log.md): The Change Log page highlights key updates, integrations, and achievements of Zunami Protocol, providing a quick overview of its progress and developments.


---

# 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://zunamilab.gitbook.io/zunami-docs/introduction.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.
