# Echo Protocol

## Echo-Protocol

- [INTRODUCTION](https://echo-protocol.gitbook.io/echo-protocol/introduction.md)
- [Disclaimer](https://echo-protocol.gitbook.io/echo-protocol/introduction/disclaimer.md)
- [Terms of Service](https://echo-protocol.gitbook.io/echo-protocol/introduction/terms-of-service.md)
- [Challenges within Bitcoin](https://echo-protocol.gitbook.io/echo-protocol/overview/challenges-within-bitcoin.md)
- [Echo's Solution](https://echo-protocol.gitbook.io/echo-protocol/overview/echos-solution.md)
- [Echo Protocol](https://echo-protocol.gitbook.io/echo-protocol/overview/echo-protocol.md)
- [Key Advantages](https://echo-protocol.gitbook.io/echo-protocol/overview/key-advantages.md)
- [Protocol Architecture](https://echo-protocol.gitbook.io/echo-protocol/echo-architecture/protocol-architecture.md)
- [Technical Architecture](https://echo-protocol.gitbook.io/echo-protocol/echo-architecture/technical-architecture.md)
- [Key Features](https://echo-protocol.gitbook.io/echo-protocol/echo-architecture/key-features.md)
- [B² Network](https://echo-protocol.gitbook.io/echo-protocol/echo-integration/b-network.md)
- [UniRouter](https://echo-protocol.gitbook.io/echo-protocol/echo-integration/unirouter.md)
- [Oracle Overview](https://echo-protocol.gitbook.io/echo-protocol/echo-integration/oracle-overview.md)
- [Chainlink](https://echo-protocol.gitbook.io/echo-protocol/echo-integration/oracle-overview/chainlink.md)
- [Pyth](https://echo-protocol.gitbook.io/echo-protocol/echo-integration/oracle-overview/pyth.md)
- [Introduction to aBTC](https://echo-protocol.gitbook.io/echo-protocol/echo-liquid-restaking-tokens/introduction-to-abtc.md)
- [Introduction to eAPT](https://echo-protocol.gitbook.io/echo-protocol/echo-liquid-restaking-tokens/introduction-to-eapt.md)
- [Bridging uBTC](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/bridging-ubtc.md)
- [Echo Vault](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/echo-vault.md)
- [Echo Strategy](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/echo-strategy.md)
- [Echo Lending](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/echo-lending.md)
- [Echo BTC Option](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/echo-btc-option.md)
- [Echo LSD](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/echo-lsd.md)
- [Echo Restaking](https://echo-protocol.gitbook.io/echo-protocol/echo-app-docs/echo-restaking.md)
- [$ECHO](https://echo-protocol.gitbook.io/echo-protocol/tokenomics/usdecho.md)
- [Echo Points](https://echo-protocol.gitbook.io/echo-protocol/tokenomics/echo-points.md)
- [aBTC](https://echo-protocol.gitbook.io/echo-protocol/faq/abtc.md)
- [eAPT](https://echo-protocol.gitbook.io/echo-protocol/faq/eapt.md)
- [Audits](https://echo-protocol.gitbook.io/echo-protocol/faq/audits.md)
- [Quick Links](https://echo-protocol.gitbook.io/echo-protocol/quick-links.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://echo-protocol.gitbook.io/echo-protocol/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.
