# RAAC Documentation

## RAAC Documentation

- [About RAAC](https://gitbook.raac.io/discover/about-raac.md)
- [Litepaper](https://gitbook.raac.io/discover/litepaper.md)
- [Contributors](https://gitbook.raac.io/discover/contributors.md)
- [Links](https://gitbook.raac.io/discover/links.md)
- [Overview](https://gitbook.raac.io/learn/overview.md)
- [Protocol Economics & Fees](https://gitbook.raac.io/learn/overview/protocol-economics-and-fees.md): This section details the various fees and revenue streams going to RAAC and other parties.
- [Repair & Maintenance Fund](https://gitbook.raac.io/learn/overview/protocol-economics-and-fees/repair-and-maintenance-fund.md)
- [Production Suite](https://gitbook.raac.io/learn/production-suite.md): Learn about RAAC's products and how they work together
- [RAACLend | RWA Tokenization & Index](https://gitbook.raac.io/learn/production-suite/raaclend-or-rwa-tokenization-and-index.md)
- [RAAC Lending Infrastructure](https://gitbook.raac.io/learn/production-suite/raaclend-or-rwa-tokenization-and-index/raac-lending-infrastructure.md)
- [Interest Rate Framework](https://gitbook.raac.io/learn/production-suite/raaclend-or-rwa-tokenization-and-index/raac-lending-infrastructure/interest-rate-framework.md)
- [Stability Pool](https://gitbook.raac.io/learn/production-suite/raaclend-or-rwa-tokenization-and-index/raac-lending-infrastructure/stability-pool.md)
- [Liquidations](https://gitbook.raac.io/learn/production-suite/raaclend-or-rwa-tokenization-and-index/raac-lending-infrastructure/liquidations.md)
- [RWf(x) | A CDP stablecoin silo system](https://gitbook.raac.io/learn/production-suite/rwf-x-or-a-cdp-stablecoin-silo-system.md)
- [$RAAC Token](https://gitbook.raac.io/learn/usdraac-token.md)
- [Tokenomics](https://gitbook.raac.io/learn/usdraac-token/tokenomics.md)
- [Ecosystem Token Distribution](https://gitbook.raac.io/learn/usdraac-token/tokenomics/ecosystem-token-distribution.md)
- [Gauges](https://gitbook.raac.io/learn/usdraac-token/tokenomics/gauges.md)
- [$veRAAC](https://gitbook.raac.io/learn/usdraac-token/usdveraac.md)
- [Utility](https://gitbook.raac.io/learn/usdraac-token/usdveraac/utility.md)
- [Governance](https://gitbook.raac.io/learn/usdraac-token/usdveraac/governance.md)
- [$leRAAC](https://gitbook.raac.io/learn/usdraac-token/usdleraac.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://gitbook.raac.io/discover/about-raac.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.
