# Whitepaper (draft)

- [Start](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start.md): RAIRprotocol is the open deployment layer for web3
- [History](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/history.md): Context for RAIRprotocol
- [Licensing](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/licensing.md): Primer on RAIRprotocol open source licensing
- [Codebase](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/codebase.md): How RAIRprotocol is designed
- [Onboarding](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/onboarding.md): How developers interact with RAIRprotocol
- [Mechanics](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/mechanics.md): How RAIR tokens work
- [Supply Side (Inflation)](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/mechanics/supply-side-inflation.md): Burn RAIR to mint tiered DAO access
- [Demand Side (Deflation)](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/mechanics/demand-side-deflation.md): How RAIR tokens are bought back to reduce supply
- [Governance (DAORM)](https://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/governance-daorm.md): The RAIR project is governed natively by RAIR token holders.


---

# Agent Instructions: 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:

```
GET https://docs.rairprotocol.org/rairprotocol/whitepaper-draft.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.
