# Docs

## Botto Docs

- [Project Summary](https://docs.botto.com/overview/master.md)
- [Getting Started](https://docs.botto.com/overview/quickstart.md)
- [Crypto Beginner Part 1: Wallet Setup](https://docs.botto.com/overview/quickstart/setup-ethereum-wallet.md)
- [Crypto Beginner Part 2: Buying ETH](https://docs.botto.com/overview/quickstart/getting-some-ether-eth.md)
- [Coinbase](https://docs.botto.com/overview/quickstart/getting-some-ether-eth/coinbase.md): Coinbase is a leading cryptocurrency exchange that lets you buy, sell, and trade cryptocurrencies.
- [Transak (Bank & Card)](https://docs.botto.com/overview/quickstart/getting-some-ether-eth/transak-bank-and-card.md): Transak is an easy way of exchanging your fiat money (like Dollars or Euros) for leading cryptocurrencies, like ETH.
- [Get $BOTTO Tokens](https://docs.botto.com/overview/getting-botto-tokens.md)
- [Staking](https://docs.botto.com/overview/depositing-botto.md): A brief introduction to staking, why it matters for this project, and how to stake your $BOTTO tokens.
- [Voting](https://docs.botto.com/overview/voting.md)
- [Voting Points (VP)](https://docs.botto.com/overview/voting/voting-mechanism.md): A deeper guide on Voting, Voting Points (VP), and VP Generation
- [Auction](https://docs.botto.com/overview/auction.md)
- [Rewards](https://docs.botto.com/overview/rewards.md): This section details the types of rewards available and the processes for claiming them.
- [How to Claim Rewards](https://docs.botto.com/overview/rewards/how-to-claim-rewards.md)
- [Immersive Onboarding](https://docs.botto.com/overview/immersive-onboarding.md)
- [Access Passes](https://docs.botto.com/overview/access-passes.md)
- [Community Access Passes](https://docs.botto.com/overview/access-passes/community-access-passes.md)
- [Periods](https://docs.botto.com/collections/periods.md)
- [Mirror Stages Installation](https://docs.botto.com/collections/mirror-stages-installation.md): Mirror Stages was an installation by Botto at Art Basel Hong Kong 2026. The official site for the installation can be found at abhk.botto.com
- [P5.Botto](https://docs.botto.com/collections/p5.botto.md): Botto's study of p5.js code art was its first exploration of a new medium outside of text-to-image models, expanding its creative and aesthetic exploration.
- [Collaborations and Special Projects](https://docs.botto.com/collections/collaborations-and-special-projects.md)
- [Botto's Art Engine](https://docs.botto.com/details/bottos-art-engine.md)
- [Creative Reasoning](https://docs.botto.com/details/bottos-art-engine/creative-reasoning.md)
- [Artistic Direction](https://docs.botto.com/details/bottos-art-engine/artistic-direction.md)
- [Botto's Memory](https://docs.botto.com/details/bottos-memory.md)
- [Agents](https://docs.botto.com/details/agents.md)
- [Theme Research Agent](https://docs.botto.com/details/agents/theme-research-agent.md)
- [Trends Research Agent](https://docs.botto.com/details/agents/trends-research-agent.md)
- [Editions and Special Collections](https://docs.botto.com/details/editions-and-special-collections.md)
- [Collaborations and Drops](https://docs.botto.com/details/collaborations-and-drops.md)
- [DAO Derivatives](https://docs.botto.com/details/dao-derivatives.md)
- [Contract Details](https://docs.botto.com/details/token-details.md)
- [Contract Audits](https://docs.botto.com/details/token-details/contract-audits.md)
- [Token Distribution](https://docs.botto.com/details/token-distribution.md)
- [Liquidity Mining](https://docs.botto.com/details/token-distribution/liquidity-mining.md)
- [Treasury](https://docs.botto.com/details/token-distribution/treasury.md)
- [Team & Vesting](https://docs.botto.com/details/token-distribution/vesting.md)
- [Airdrop](https://docs.botto.com/details/token-distribution/airdrop.md)
- [Bonding](https://docs.botto.com/details/token-distribution/bonding.md)
- [How to Bond](https://docs.botto.com/details/token-distribution/bonding/how-to-bond.md): Your guide on how to purchase a $BOTTO bond.
- [Claiming Rewards](https://docs.botto.com/details/token-distribution/bonding/claiming-rewards.md): Your guide on how to claim the $BOTTO bond rewards.
- [Bonding FAQ](https://docs.botto.com/details/token-distribution/bonding/bonding-faq.md)
- [Single-Sided Staking Rewards](https://docs.botto.com/details/token-distribution/single-sided-staking-rewards.md)
- [Governance](https://docs.botto.com/details/governance.md)
- [Governance Process](https://docs.botto.com/details/governance/governance-process.md)
- [Snapshot Votes](https://docs.botto.com/details/governance/snapshot-votes.md)
- [Proposal Template](https://docs.botto.com/details/governance/proposal-template.md)
- [Official Links](https://docs.botto.com/miscellaneous/official-links.md)
- [FAQ](https://docs.botto.com/miscellaneous/faq.md)
- [Press](https://docs.botto.com/miscellaneous/press.md)
- [Acknowledgements](https://docs.botto.com/miscellaneous/team.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.botto.com/overview/master.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.
