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

# Protocol

- [Index Protocol](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol.md)
- [Core Contracts](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts.md): perform critical functions for the protocol like verifying permissions and enabling general-purpose resources
- [Set Token](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts/set-token.md)
- [Set Token Creator](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts/set-token-creator.md)
- [Controller](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts/controller.md)
- [Integration Registry](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts/integration-registry.md)
- [Price Oracle](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts/price-oracle.md)
- [Set Valuer](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/core-contracts/set-valuer.md)
- [Modules](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules.md): extend setToken functionality by adding fees, enabling composability, and accessing DeFi services; modules can be considered general purpose, or usable by multiple products at once
- [Basic Issuance Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/basic-issuance-module.md)
- [Debt Issuance Module v2](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/debt-issuance-module-v2.md)
- [NAV Issuance Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/nav-issuance-module.md)
- [Trade Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/trade-module.md)
- [Streaming Fee Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/streaming-fee-module.md)
- [Wrap Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/wrap-module.md)
- [Airdrop Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/airdrop-module.md)
- [Claim Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/claim-module.md)
- [Governance Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/governance-module.md)
- [Compound Leverage Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/compound-leverage-module.md)
- [Aave v2 Leverage Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/aave-v2-leverage-module.md)
- [Aave v3 Leverage Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/aave-v3-leverage-module.md)
- [Auction Rebalance Module](https://docs.indexcoop.com/index-coop-community-handbook/protocol/index-protocol/modules/auction-rebalance-module.md)
- [Set Protocol v2](https://docs.indexcoop.com/index-coop-community-handbook/protocol/set-protocol-v2.md)
- [Security and Audits](https://docs.indexcoop.com/index-coop-community-handbook/protocol/security-and-audits.md)
- [Contract Verification](https://docs.indexcoop.com/index-coop-community-handbook/protocol/contract-verification.md): step-by-step guide for exploring and verifying smart contracts that support Index Coop products
- [Programmatic Redemptions](https://docs.indexcoop.com/index-coop-community-handbook/protocol/programmatic-redemptions.md): a step-by-step guide for redeeming Index Coop products at the smart contract level


---

# 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.indexcoop.com/index-coop-community-handbook/protocol.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.
