> For the complete documentation index, see [llms.txt](https://docs.curvance.com/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.curvance.com/app/protocol-overview.md).

# Protocol Overview

- [Click Less, Earn More](https://docs.curvance.com/app/protocol-overview/click-less-earn-more.md): For capital that works, not capital that waits.
- [Protocol Architecture](https://docs.curvance.com/app/protocol-overview/protocol-architecture.md)
- [Asset Types](https://docs.curvance.com/app/protocol-overview/asset-types.md): What types of assets does Curvance support?
- [Liquidity Markets](https://docs.curvance.com/app/protocol-overview/liquidity-markets.md)
- [Borrowing](https://docs.curvance.com/app/protocol-overview/liquidity-markets/borrowing.md): Credit lines for depositors inside Curvance
- [Liquidations](https://docs.curvance.com/app/protocol-overview/liquidity-markets/liquidations.md)
- [Interest Rates](https://docs.curvance.com/app/protocol-overview/liquidity-markets/interest-rates.md): Compensating lenders for their liquidity inside Curvance
- [Oracles](https://docs.curvance.com/app/protocol-overview/liquidity-markets/oracles.md): Pricing assets inside Curvance
- [Collateral and Debt Caps](https://docs.curvance.com/app/protocol-overview/liquidity-markets/collateral-and-debt-caps.md): Minimizing systemic risk
- [Bad Debt Socialization](https://docs.curvance.com/app/protocol-overview/liquidity-markets/bad-debt-socialization.md)
- [Application Specific Sequencing](https://docs.curvance.com/app/protocol-overview/application-specific-sequencing.md)
- [Earn Vaults](https://docs.curvance.com/app/protocol-overview/earn-vaults.md)
- [Multichain Architecture](https://docs.curvance.com/app/protocol-overview/multichain-architecture.md)
- [Multichain Gauge System](https://docs.curvance.com/app/protocol-overview/multichain-architecture/multichain-gauge-system.md)
- [Multichain Vote Escrow System](https://docs.curvance.com/app/protocol-overview/multichain-architecture/multichain-vote-escrow-system.md)
- [New Age Liquidity Mining](https://docs.curvance.com/app/protocol-overview/new-age-liquidity-mining.md)
- [Protocols](https://docs.curvance.com/app/protocol-overview/new-age-liquidity-mining/protocols.md)
- [Chains](https://docs.curvance.com/app/protocol-overview/new-age-liquidity-mining/chains.md)
- [How Are New Assets Integrated](https://docs.curvance.com/app/protocol-overview/how-are-new-assets-integrated.md)
- [Specialized Blockchain Integrations](https://docs.curvance.com/app/protocol-overview/specialized-blockchain-integrations.md)
- [Plugin System](https://docs.curvance.com/app/protocol-overview/plugin-system.md)
- [Universal Account Balance](https://docs.curvance.com/app/protocol-overview/universal-account-balance.md): Empower applications, chains, payment systems, and more to monetize idle capital.
- [Token Approval Management ](https://docs.curvance.com/app/protocol-overview/token-approval-management.md)
- [Lending Risks](https://docs.curvance.com/app/protocol-overview/lending-risks.md)
- [Contract Addresses (old)](https://docs.curvance.com/app/protocol-overview/contract-addresses-old.md)
- [Monad Contract Addresses](https://docs.curvance.com/app/protocol-overview/monad-contract-addresses.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 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, and the optional `goal` query parameter:

```
GET https://docs.curvance.com/app/protocol-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
