# O2 DAO Documentation

## O2 DAO Documentation

- [Introduction](https://o2dao.gitbook.io/o2-dao-documentation/introduction.md): Introducing OTWO, or O² if you will
- [OTWO live beside OHM](https://o2dao.gitbook.io/o2-dao-documentation/mechanisms/otwo-live-beside-ohm.md)
- [Staking (O², O²)](https://o2dao.gitbook.io/o2-dao-documentation/mechanisms/staking-o-o.md): In the cryptocurrency world, staking is the process of delegating or locking up crypto holdings to earn rewards.
- [Bonding](https://o2dao.gitbook.io/o2-dao-documentation/mechanisms/bonding.md): Bonding refer to the process of trading Liquidity Provider (LP) tokens for native tokens at a discount price from market price.
- [Vision](https://o2dao.gitbook.io/o2-dao-documentation/fundamentals/vision.md): We are building upon the exponential growth of OHM and bring the wealth creation to the next level
- [Tokenomics](https://o2dao.gitbook.io/o2-dao-documentation/fundamentals/tokenomics.md)
- [Roadmap](https://o2dao.gitbook.io/o2-dao-documentation/future/roadmap.md)
- [How to get gOHM to Avalanche](https://o2dao.gitbook.io/o2-dao-documentation/how-to-guide/how-to-get-gohm-to-avalanche.md)
- [Community](https://o2dao.gitbook.io/o2-dao-documentation/community.md)
- [DAO](https://o2dao.gitbook.io/o2-dao-documentation/contracts/dao.md)
- [Treasury](https://o2dao.gitbook.io/o2-dao-documentation/contracts/treasury.md)
- [Tokens](https://o2dao.gitbook.io/o2-dao-documentation/contracts/tokens.md)
- [Bonds](https://o2dao.gitbook.io/o2-dao-documentation/contracts/bonds.md)
- [Policy](https://o2dao.gitbook.io/o2-dao-documentation/contracts/policy.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://o2dao.gitbook.io/o2-dao-documentation/introduction.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.
