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

# Whitepaper

- [Introduction](https://docs.derify.finance/whitepaper/introduction.md)
- [Mechanism](https://docs.derify.finance/whitepaper/mechanism.md)
- [Contract Calculation](https://docs.derify.finance/whitepaper/mechanism/contract-calculation.md)
- [hAMM](https://docs.derify.finance/whitepaper/mechanism/hamm.md)
- [Position Mining](https://docs.derify.finance/whitepaper/mechanism/position-mining.md)
- [Index Price](https://docs.derify.finance/whitepaper/mechanism/indexes.md)
- [Risk Factor](https://docs.derify.finance/whitepaper/mechanism/risk-factor.md)
- [Risk Exposure](https://docs.derify.finance/whitepaper/mechanism/risk-factor/risk-exposure.md)
- [Risk Ratio](https://docs.derify.finance/whitepaper/mechanism/risk-factor/risk-ratio.md)
- [Risk Control](https://docs.derify.finance/whitepaper/mechanism/risk-control.md)
- [Position Change Fee](https://docs.derify.finance/whitepaper/mechanism/risk-control/position-change-fee.md)
- [Position Restriction](https://docs.derify.finance/whitepaper/mechanism/risk-control/position-restriction.md)
- [Auto Deleverage and Mandatory Liquidation](https://docs.derify.finance/whitepaper/mechanism/risk-control/automatic-reduction-and-mandatory-liquidation.md)
- [Dynamic Mining Reward](https://docs.derify.finance/whitepaper/mechanism/risk-control/dynamic-mining-reward.md)
- [Risk Compansation](https://docs.derify.finance/whitepaper/mechanism/risk-compansation.md)
- [Insurance Pool](https://docs.derify.finance/whitepaper/mechanism/risk-compansation/insurance-pool.md)
- [Bond and Buyback Fund](https://docs.derify.finance/whitepaper/mechanism/risk-compansation/bond-and-bond-payout-pool.md)
- [Implementation](https://docs.derify.finance/whitepaper/implementation.md)
- [Transaction Order](https://docs.derify.finance/whitepaper/implementation/transaction-order.md)
- [Side-chain, Rollup and Cross Chain](https://docs.derify.finance/whitepaper/implementation/side-chain-rollup-and-cross-chain.md)
- [Against Front-running Attack](https://docs.derify.finance/whitepaper/implementation/against-front-running-attack.md)
- [Against Flash-loan Attack](https://docs.derify.finance/whitepaper/implementation/against-flash-loan-attack.md)
- [Tokenomics](https://docs.derify.finance/whitepaper/tokenomics.md)
- [DRF Token](https://docs.derify.finance/whitepaper/tokenomics/drf-token.md): Derify Protocol minted three types of tokens: the platform token DRF, the staking equity token eDRF, and the bond token bToken
- [Trading Fee](https://docs.derify.finance/whitepaper/tokenomics/trading-fee.md)
- [eDRF Token](https://docs.derify.finance/whitepaper/tokenomics/edrf-token.md)
- [bToken](https://docs.derify.finance/whitepaper/tokenomics/bdrf-token.md)
- [Community and Governance](https://docs.derify.finance/whitepaper/community-and-governance.md)
- [Broker](https://docs.derify.finance/whitepaper/community-and-governance/broker.md)
- [Developers and Other Members](https://docs.derify.finance/whitepaper/community-and-governance/developers-and-other-members.md)
- [DAO Governance](https://docs.derify.finance/whitepaper/community-and-governance/dao-governance.md)
- [Roadmap](https://docs.derify.finance/whitepaper/roadmap.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.derify.finance/whitepaper.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.
