# Epoch Protocol Docs

## Epoch Docs v3

- [Overview](https://docs.epochprotocol.xyz/readme.md)
- [One Pager](https://docs.epochprotocol.xyz/one-pager.md)
- [Core Concepts](https://docs.epochprotocol.xyz/02-core-concepts.md)
- [Architecture](https://docs.epochprotocol.xyz/03-architecture.md)
- [Supported Chains & Tokens](https://docs.epochprotocol.xyz/supported-chains-and-tokens.md)
- [Integration Examples](https://docs.epochprotocol.xyz/integration-examples.md)
- [Use Cases](https://docs.epochprotocol.xyz/use-cases.md)
- [Integration Guides](https://docs.epochprotocol.xyz/integration-guides.md)
- [Quickstart](https://docs.epochprotocol.xyz/integration-guides/quickstart.md)
- [SDK Integration Guide](https://docs.epochprotocol.xyz/integration-guides/sdk-integration-guide.md)
- [skills.md](https://docs.epochprotocol.xyz/integration-guides/skills-md.md)
- [SDK Reference](https://docs.epochprotocol.xyz/integration-guides/sdk-reference.md)
- [Swap & Bridge Integration](https://docs.epochprotocol.xyz/integration-guides/swap-and-bridge.md)
- [Protocol Interaction Integration](https://docs.epochprotocol.xyz/integration-guides/protocol-interaction.md)
- [Miden → EVM Lending Integration](https://docs.epochprotocol.xyz/integration-guides/miden-lending.md)
- [Error Handling](https://docs.epochprotocol.xyz/integration-guides/error-handling.md)
- [Appendices](https://docs.epochprotocol.xyz/appendices.md)
- [FAQ](https://docs.epochprotocol.xyz/appendices/faq.md)
- [Protocol Identifiers](https://docs.epochprotocol.xyz/appendices/protocol-identifiers.md)
- [Public Contract Addresses](https://docs.epochprotocol.xyz/appendices/public-contracts.md)
- [AI Agent Contexts](https://docs.epochprotocol.xyz/ai-context.md)
- [Agent Integration Guide](https://docs.epochprotocol.xyz/ai-context/agents.md)
- [Litepaper](https://docs.epochprotocol.xyz/litepaper.md)
- [Blog](https://docs.epochprotocol.xyz/blog.md)
- [Links](https://docs.epochprotocol.xyz/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://docs.epochprotocol.xyz/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.
