# Astonic Documentation

## Astonic Docs

- [Welcome](https://astonic.gitbook.io/astonic-docs/readme.md): Welcome to the Astonic Protocol Documentation!
- [Understanding Astonic](https://astonic.gitbook.io/astonic-docs/getting-started/understanding-astonic.md): What is Astonic?
- [Quickstart](https://astonic.gitbook.io/astonic-docs/getting-started/quickstart.md)
- [Overview](https://astonic.gitbook.io/astonic-docs/how-to-access-astonic-stable-assets/editor.md): Origins and Availability
- [Trading Astonic Assets](https://astonic.gitbook.io/astonic-docs/how-to-access-astonic-stable-assets/markdown.md)
- [Cross-Chain Access](https://astonic.gitbook.io/astonic-docs/how-to-access-astonic-stable-assets/images-and-media.md)
- [Core Stability Framework](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/core-stability-framework.md)
- [The Astonic Reserve](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/the-astonic-reserve.md): Comprehensive Overview
- [Asset Exchange Architecture](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/asset-exchange-architecture.md)
- [The Astonic Broker](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/asset-exchange-architecture/the-astonic-broker.md)
- [Trading Limits](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/asset-exchange-architecture/trading-limits.md)
- [Exchange Providers](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/asset-exchange-architecture/exchange-providers.md): Modular Pricing Architecture
- [BiPoolManager](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/asset-exchange-architecture/bipoolmanager.md): Advanced Virtual AMM Implementation
- [Astonic Protocol Oracles](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/astonic-protocol-oracles.md): Bridging On-Chain and Off-Chain Data
- [Rate Feeds](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/astonic-protocol-oracles/rate-feeds.md)
- [Advanced Protocol Protection](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/advanced-protocol-protection.md)
- [Protocol Governance](https://astonic.gitbook.io/astonic-docs/astonic-protocol-concepts/protocol-governance.md): Understanding the Decision-Making Framework
- [Understanding Protocol Stability](https://astonic.gitbook.io/astonic-docs/astonic-economics/understanding-protocol-stability.md): Mechanisms and Safeguards
- [Risk Factors](https://astonic.gitbook.io/astonic-docs/astonic-economics/risk-factors.md)
- [Protocol Resilience](https://astonic.gitbook.io/astonic-docs/astonic-economics/protocol-resilience.md)
- [Astonic Tokenomics](https://astonic.gitbook.io/astonic-docs/astonic-economics/astonic-tokenomics.md): Tokenomics and Distribution of ATC Governance Token
- [Airdrop](https://astonic.gitbook.io/astonic-docs/astonic-economics/airdrop.md): Rewarding Early Contributors
- [Deployments](https://astonic.gitbook.io/astonic-docs/devs/deployments.md)
- [Addresses](https://astonic.gitbook.io/astonic-docs/devs/deployments/addresses.md)
- [Terms of Use](https://astonic.gitbook.io/astonic-docs/terms-of-use.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://astonic.gitbook.io/astonic-docs/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.
