# Hyperchains Bridge

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Hyperchains Bridge app</td><td><a href="https://bridge.hyperchains.ae">https://bridge.hyperchains.ae</a></td><td><a href="https://839505583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FggVl0Jqy6Dd8f38hGk63%2Fuploads%2FO7MHc7XJYKrtCX2zPCz5%2Fflip-30deg-gradient2.svg?alt=media&#x26;token=9a5fcdda-f853-495e-a65b-ac9c4272af37">flip-30deg-gradient2.svg</a></td></tr><tr><td>Hyperchains Bridge Developer Documentation</td><td><a href="https://app.gitbook.com/s/yxhRUAwn7tH8JUboTur7/aepp-hyperchain-bridge">Hyperchain Bridge</a></td><td><a href="https://839505583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FggVl0Jqy6Dd8f38hGk63%2Fuploads%2FuCuUz6N9JVi7JNEARpet%2F30deg-gradient.svg?alt=media&#x26;token=14b19a78-76dd-40be-b953-2b92048cd356">30deg-gradient.svg</a></td></tr><tr><td>Hyper</td><td></td><td></td></tr></tbody></table>

## Hyperchains Bridge for Developers

The Hyperchains Bridge provides a complete development solution for enabling secure token transfers between æternity and Hyperchain networks. Built with TypeScript, Bun.js, and Sophia smart contracts, it includes pre-deployed contracts, deployment scripts, API endpoints, and a monitoring backend that automatically tracks cross-chain transactions.

Developers can easily deploy bridge contracts to custom Hyperchains, integrate the bridge API into their applications, and leverage smart contract interfaces for seamless asset transfers. The architecture supports both mainnet and testnet environments, with built-in indexing and PostgreSQL storage for transaction tracking.

The bridge enables developers to build scalable applications requiring asset mobility between æternity's main chain and specialized Hyperchains, with comprehensive tooling for testing, deployment, and integration workflows.

### Quick Start

Deploy bridge contracts for custom Hyperchains using the included deployment scripts, integrate the bridge API into applications, and leverage provided smart contract interfaces for seamless cross-chain functionality. Complete documentation and deployment guides are available in the Hyperchains developer documentation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aeternity.com/hyperchains/hyperchains-bridge.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.
