# Mono Protocol

## Docs

- [What is Mono Protocol](https://monoprotocol.gitbook.io/monoprotocol/introduction/what-is-mono-protocol.md)
- [Features](https://monoprotocol.gitbook.io/monoprotocol/introduction/features.md)
- [Mission](https://monoprotocol.gitbook.io/monoprotocol/introduction/mission.md)
- [Who's behind the Mono Protocol?](https://monoprotocol.gitbook.io/monoprotocol/introduction/whos-behind-the-mono-protocol.md)
- [Road-map](https://monoprotocol.gitbook.io/monoprotocol/introduction/road-map.md)
- [$MONO utility](https://monoprotocol.gitbook.io/monoprotocol/presale/usdmono-utility.md)
- [Tokenomics](https://monoprotocol.gitbook.io/monoprotocol/presale/tokenomics.md)
- [Presale stages](https://monoprotocol.gitbook.io/monoprotocol/presale/presale-stages.md)
- [How to buy $MONO](https://monoprotocol.gitbook.io/monoprotocol/presale/how-to-buy-usdmono.md)
- [How it works](https://monoprotocol.gitbook.io/monoprotocol/architecture/how-it-works.md)
- [Routing Overview](https://monoprotocol.gitbook.io/monoprotocol/architecture/routing-overview.md)
- [Account Overview](https://monoprotocol.gitbook.io/monoprotocol/architecture/account-overview.md)
- [Liquidity Lock & Fast Path](https://monoprotocol.gitbook.io/monoprotocol/architecture/liquidity-lock-and-fast-path.md)
- [Monetization](https://monoprotocol.gitbook.io/monoprotocol/architecture/monetization.md)
- [Supported Networks](https://monoprotocol.gitbook.io/monoprotocol/architecture/supported-networks.md)
- [Transaction Lifecycle](https://monoprotocol.gitbook.io/monoprotocol/architecture/transaction-lifecycle.md)
- [Liquidity Locks](https://monoprotocol.gitbook.io/monoprotocol/architecture/liquidity-locks.md)
- [Community and Support](https://monoprotocol.gitbook.io/monoprotocol/architecture/community-and-support.md)
- [Chain Abstracted Swap](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/chain-abstracted-swap.md)
- [Account Model](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/account-model.md)
- [Fees & Monetizations](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/fees-and-monetizations.md)
- [Aggregated Assets](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/aggregated-assets.md)
- [Building with LLMs](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/building-with-llms.md)
- [MCP Server Setup](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/mcp-server-setup.md)
- [MCP Example Prompts](https://monoprotocol.gitbook.io/monoprotocol/advanced-concepts/mcp-example-prompts.md)
- [Glossary](https://monoprotocol.gitbook.io/monoprotocol/glossary/glossary.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://monoprotocol.gitbook.io/monoprotocol/introduction/what-is-mono-protocol.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.
