# Canto

## Canto

- [What Is Canto?](https://docs.canto.io/readme.md)
- [Free Public Infrastructure](https://docs.canto.io/free-public-infrastructure.md)
- [NOTE](https://docs.canto.io/free-public-infrastructure/note.md)
- [Canto Lending Market](https://docs.canto.io/free-public-infrastructure/lending-market.md)
- [Canto DEX](https://docs.canto.io/free-public-infrastructure/dex.md)
- [Overview](https://docs.canto.io/neofinance/overview.md)
- [Application Specific Dollar](https://docs.canto.io/neofinance/application-specific-dollar.md)
- [Connecting to Canto](https://docs.canto.io/user-guides/connecting-to-canto.md)
- [Bridging Assets](https://docs.canto.io/user-guides/bridging-assets.md)
- [Bridging to Canto](https://docs.canto.io/user-guides/bridging-assets/to-canto.md)
- [Bridging from Canto](https://docs.canto.io/user-guides/bridging-assets/from-canto.md)
- [Synapse Bridge](https://docs.canto.io/user-guides/bridging-assets/synapse.md)
- [Celer cBridge](https://docs.canto.io/user-guides/bridging-assets/celer.md)
- [Providing Liquidity](https://docs.canto.io/user-guides/providing-liquidity.md)
- [Lending & Borrowing](https://docs.canto.io/user-guides/lending-and-borrowing.md)
- [Staking](https://docs.canto.io/user-guides/staking.md)
- [Governance](https://docs.canto.io/user-guides/governance.md)
- [Overview](https://docs.canto.io/evm-development/overview.md)
- [Quickstart Guide](https://docs.canto.io/evm-development/quickstart-guide.md)
- [NOTE, DEX, and Lending Market](https://docs.canto.io/evm-development/dex-and-lending-market.md)
- [Contract Secured Revenue (CSR)](https://docs.canto.io/evm-development/contract-secured-revenue.md)
- [Verifying Contracts](https://docs.canto.io/evm-development/verifying-contracts.md)
- [Contract Addresses](https://docs.canto.io/evm-development/contract-addresses.md)
- [Testnet](https://docs.canto.io/evm-development/testnet.md)
- [Validators](https://docs.canto.io/canto-node/validators.md)
- [Quickstart Guide](https://docs.canto.io/canto-node/validators/quickstart-guide.md)
- [Useful Commands](https://docs.canto.io/canto-node/validators/useful-commands.md)
- [Snapshots](https://docs.canto.io/canto-node/validators/node-snapshots.md)
- [FAQ](https://docs.canto.io/canto-node/validators/faq.md)
- [Troubleshooting](https://docs.canto.io/canto-node/validators/troubleshooting.md)
- [Uptime](https://docs.canto.io/canto-node/validators/uptime.md)
- [Slashing](https://docs.canto.io/canto-node/validators/slashing.md)
- [Archive Node](https://docs.canto.io/canto-node/archive-node.md)
- [Graph Node (Subgraphs)](https://docs.canto.io/canto-node/graph-node-subgraphs.md)
- [Application Specific Dollar](https://docs.canto.io/technical-reference/application-specific-dollar.md)
- [asdOFT](https://docs.canto.io/technical-reference/application-specific-dollar/asdoft.md)
- [asdRouter](https://docs.canto.io/technical-reference/application-specific-dollar/asdrouter.md)
- [asdUSDC](https://docs.canto.io/technical-reference/application-specific-dollar/asdusdc.md)
- [Liquidity Coordinator](https://docs.canto.io/technical-reference/liquidity-coordinator.md)
- [VotingEscrow](https://docs.canto.io/technical-reference/liquidity-coordinator/votingescrow.md)
- [GaugeController](https://docs.canto.io/technical-reference/liquidity-coordinator/gaugecontroller.md)
- [LendingLedger](https://docs.canto.io/technical-reference/liquidity-coordinator/lendingledger.md)
- [LiquidityGauge](https://docs.canto.io/technical-reference/liquidity-coordinator/liquiditygauge.md)
- [Architecture & Design](https://docs.canto.io/technical-reference/architecture-and-design.md)
- [Onboarding Module](https://docs.canto.io/technical-reference/architecture-and-design/onboarding-module.md)
- [Gravity Bridge](https://docs.canto.io/technical-reference/architecture-and-design/gravity-bridge.md)
- [NOTE Design](https://docs.canto.io/technical-reference/architecture-and-design/usdnote-design.md)
- [Canto Lending Protocol](https://docs.canto.io/technical-reference/architecture-and-design/canto-lending-protocol.md)
- [IBC Token Recovery](https://docs.canto.io/technical-reference/architecture-and-design/ibc-token-recovery.md)
- [Governance](https://docs.canto.io/technical-reference/governance.md)
- [Governance Module](https://docs.canto.io/technical-reference/governance/governance-module.md)
- [GovShuttle Module](https://docs.canto.io/technical-reference/governance/govshuttle-module.md)
- [Lending Market Governance](https://docs.canto.io/technical-reference/governance/lending-market-governance.md)
- [Tokenomics](https://docs.canto.io/technical-reference/token-economics.md)
- [Audits](https://docs.canto.io/technical-reference/audits.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.canto.io/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.
