> For the complete documentation index, see [llms.txt](https://docs.epochprotocol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epochprotocol.xyz/integration-guides.md).

# Integration Guides

Step-by-step guides for integrating Epoch Protocol using the **`@epoch-protocol/epoch-intents-sdk`**.

| Guide                                                                                                        | Description                                                                  |
| ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [Quickstart](/integration-guides/quickstart.md)                                                              | Minimal integration in your app                                              |
| [SDK Integration Guide](/integration-guides/sdk-integration-guide.md)                                        | Full checklist, patterns, and code examples                                  |
| [Gasless Deposits](/integration-guides/gasless-deposits.md)                                                  | EIP-7702 testnet relay for Compact deposits                                  |
| [Transaction Batching & EIP-7702](/integration-guides/transaction-batching-and-eip7702.md)                   | EIP-5792 batching, 7702 delegation, SIO relay architecture, and test scripts |
| [Integrate Epoch](https://github.com/epochprotocol/docs-new/tree/main/integration-guides/integrate-epoch.md) | Canonical SDK integration source (agent-oriented)                            |
| [SDK Reference](/integration-guides/sdk-reference.md)                                                        | Method-level documentation                                                   |
| [Swap & Bridge](/integration-guides/swap-and-bridge.md)                                                      | Forward and reverse quotes                                                   |
| [Protocol Interaction](/integration-guides/protocol-interaction.md)                                          | Cross-chain protocol actions                                                 |
| [Miden → EVM Lending](/integration-guides/miden-lending.md)                                                  | Miden cross-chain lending flows                                              |
| [Error Handling](/integration-guides/error-handling.md)                                                      | Errors, retries, and UX guidance                                             |

See also [Integration Examples](/integration-examples.md) for working reference projects.
