# DiversiFi Docs

## DiversiFi LitePaper

- [Litepaper](https://docs.diversifi.trade/readme.md)
- [Protocol overview](https://docs.diversifi.trade/readme-1.md)
- [Vault system](https://docs.diversifi.trade/vault-system.md)
- [dToken price calculation](https://docs.diversifi.trade/index-token-price-calculation.md)
- [General Case](https://docs.diversifi.trade/index-token-price-calculation/general-case.md)
- [Vault Opening](https://docs.diversifi.trade/index-token-price-calculation/vault-opening.md)
- [Auto Rebalancing](https://docs.diversifi.trade/auto-rebalancing.md)
- [Fee Structure](https://docs.diversifi.trade/fee-structure.md)
- [DiversiFi Platform](https://docs.diversifi.trade/diversifi-platform.md): Frictionless Web3 portfolio management
- [User Workflow](https://docs.diversifi.trade/diversifi-platform/user-workflow.md)
- [DiversiFi Strategies vs custom portfolios](https://docs.diversifi.trade/diversifi-platform/index-methodology.md)
- [DiversiFi Strategies](https://docs.diversifi.trade/diversifi-platform/index-methodology/top-indexes.md)
- [Custom portfolios](https://docs.diversifi.trade/diversifi-platform/index-methodology/strategy-indexes.md)
- [Strategy governance types](https://docs.diversifi.trade/diversifi-platform/indexes-governance-type.md)
- [DiversiFi Strategies governance](https://docs.diversifi.trade/diversifi-platform/indexes-governance-type/core-indexes.md)
- [Partner portfolios governance](https://docs.diversifi.trade/diversifi-platform/indexes-governance-type/partner-indexes.md)
- [Creator portfolios governance](https://docs.diversifi.trade/diversifi-platform/indexes-governance-type/creator-indexes.md)
- [DiversiFi RoadMap](https://docs.diversifi.trade/diversifi-roadmap.md)
- [Team](https://docs.diversifi.trade/team.md)
- [Official Links](https://docs.diversifi.trade/official-links.md)
- [Protocol risk & methodology](https://docs.diversifi.trade/protocol-risk-methodology.md)
- [Audits](https://docs.diversifi.trade/audits.md)
- [Build with DiversiFi - The portfolio protocol](https://docs.diversifi.trade/diversifi-for-partners/build-with-diversifi-the-index-infrastructure-layer.md)
- [Partnership Models](https://docs.diversifi.trade/diversifi-for-partners/partnership-models.md)
- [Strategy creator - Distribution on DiversiFi](https://docs.diversifi.trade/diversifi-for-partners/partnership-models/index-creator-distribution-on-diversifi.md)
- [Strategy creator - Distribution on your channels](https://docs.diversifi.trade/diversifi-for-partners/partnership-models/index-creator-distribution-on-your-chanels.md)
- [Tech integration](https://docs.diversifi.trade/diversifi-for-partners/partnership-models/tech-integration.md)
- [Integration Guide](https://docs.diversifi.trade/diversifi-for-partners/integration-guide.md)
- [On-Chain Pricing Overview](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/on-chain-pricing-overview.md)
- [price\_derivation.ts](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/on-chain-pricing-overview/price_derivation.ts.md)
- [oracle\_nav\_read.ts](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/on-chain-pricing-overview/oracle_nav_read.ts.md)
- [Deposits & withdrawals](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/deposits-and-withdrawals.md)
- [deposit\_withdraw\_example.ts](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/deposits-and-withdrawals/deposit_withdraw_example.ts.md)
- [Platform integration](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/platform-integration.md)
- [platform\_integration\_example.ts](https://docs.diversifi.trade/diversifi-for-partners/integration-guide/platform-integration/platform_integration_example.ts.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.diversifi.trade/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.
