# Hyperchains Bridge app

## Hyperchains Bridge

The [Hyperchains Bridge](https://bridge.hyperchains.ae) is a decentralized application that establishes a trustless connection between the æternity blockchain and its network of Hyperchains. This tool enables secure, seamless movement of assets across chains without requiring centralized intermediaries.

### Key Features

* **Secure Asset Transfers**: Move tokens between æternity and Hyperchains using cryptographic proofs
* **Enhanced Liquidity**: Bridge assets back to æternity mainnet as wrapped tokens for trading on DEXs
* **Improved PoS Distribution**: Support healthier stake distribution across validators and delegators
* **Decentralized Security**: Contribute to the resilience and decentralization of the Hyperchain ecosystem

### How It Works

1. You submit a transfer request through the bridge application
2. Smart contracts lock your assets on the source chain
3. The system monitors and confirms your transaction
4. Depending on direction, either wrapped tokens are minted on the destination chain or original tokens are released
5. The entire process is verified with cryptographic proofs ensuring security at every step

The Hyperchains Bridge plays a crucial role in strengthening utility, security, and scalability within the æternity ecosystem by enabling seamless interoperability between chains.


---

# 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/aeternity-user-tools-and-services/hyperchains-bridge-app.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.
