# Reserve Docs

## Untitled

- [What is the Reserve project?](https://docs.reserve.org/introduction/readme.md)
- [Long-term goal](https://docs.reserve.org/introduction/long-term-goal.md)
- [How it works](https://docs.reserve.org/introduction/how-it-works.md)
- [How to participate](https://docs.reserve.org/introduction/how-to-participate.md)
- [RSR (Reserve Rights)](https://docs.reserve.org/core-components/rsr-reserve-rights.md)
- [Index DTFs](https://docs.reserve.org/core-components/index-dtfs.md)
- [Overview](https://docs.reserve.org/core-components/index-dtfs/overview.md)
- [Pricing](https://docs.reserve.org/core-components/index-dtfs/pricing.md)
- [Minting & redeeming](https://docs.reserve.org/core-components/index-dtfs/minting-and-redeeming.md)
- [Roles](https://docs.reserve.org/core-components/index-dtfs/roles.md)
- [Fees](https://docs.reserve.org/core-components/index-dtfs/fees.md)
- [TVL fee](https://docs.reserve.org/core-components/index-dtfs/fees/tvl-fee.md)
- [Mint fee](https://docs.reserve.org/core-components/index-dtfs/fees/mint-fee.md)
- [Platform fee](https://docs.reserve.org/core-components/index-dtfs/fees/platform-fee.md)
- [Fee distribution](https://docs.reserve.org/core-components/index-dtfs/fees/fee-distribution.md)
- [Rebalancing](https://docs.reserve.org/core-components/index-dtfs/rebalancing.md)
- [Technical details](https://docs.reserve.org/core-components/index-dtfs/rebalancing/technical-details.md)
- [Security & permissions](https://docs.reserve.org/core-components/index-dtfs/rebalancing/security-and-permissions.md)
- [Security](https://docs.reserve.org/core-components/index-dtfs/security.md)
- [Deployment guide](https://docs.reserve.org/core-components/index-dtfs/deployment-guide.md)
- [Smart contracts](https://docs.reserve.org/core-components/index-dtfs/smart-contracts.md)
- [Optimistic Governance](https://docs.reserve.org/core-components/index-dtfs/optimistic-governance.md)
- [Yield DTFs](https://docs.reserve.org/core-components/yield-dtfs.md)
- [Overview](https://docs.reserve.org/core-components/yield-dtfs/overview.md)
- [Minting & redeeming](https://docs.reserve.org/core-components/yield-dtfs/minting-and-redeeming.md)
- [Protocol operations](https://docs.reserve.org/core-components/yield-dtfs/protocol-operations.md)
- [Security](https://docs.reserve.org/core-components/yield-dtfs/security.md)
- [Deployment guide](https://docs.reserve.org/core-components/yield-dtfs/deployment-guide.md)
- [Designing your Yield DTF](https://docs.reserve.org/core-components/yield-dtfs/deployment-guide/designing-your-yield-dtf.md)
- [Advanced parameters](https://docs.reserve.org/core-components/yield-dtfs/deployment-guide/advanced-parameters.md)
- [Yield DTF deployment walkthrough](https://docs.reserve.org/core-components/yield-dtfs/deployment-guide/yield-dtf-deployment-walkthrough.md)
- [Post-launch playbook](https://docs.reserve.org/core-components/yield-dtfs/deployment-guide/post-launch-playbook.md)
- [Project milestones](https://docs.reserve.org/project-milestones.md): Coming soon
- [Project updates](https://docs.reserve.org/project-updates.md): Coming soon
- [Risks](https://docs.reserve.org/risks.md)
- [FAQ](https://docs.reserve.org/faq.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://docs.reserve.org/introduction/readme.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.
