# Bridging Mechanism

Solaxy is built with interoperability in mind. One of its key features is the ability to **bridge assets and data across multiple blockchains**, enabling seamless liquidity flow between Solaxy, Solana, and Ethereum networks.

To achieve this, Solaxy integrates with **Hyperlane**, a modular, permissionless interoperability protocol.

***

#### How the Solaxy Bridge Works?

Solaxy’s bridging system enables users to transfer native assets between chains.

Here’s how the process works at a high level:

1. **Lock** assets on the source chain (e.g., Solana).
2. **Message** is passed via Hyperlane, a trust-minimized relayer protocol.
3. **Mint or release** equivalent assets on the destination chain (e.g., Solaxy).
4. Users can **redeem** and return assets in reverse with full transparency.

This enables:

* Native asset transfers
* Cross-chain protocol interaction
* Composability across ecosystems

***

#### Powered by Hyperlane

Hyperlane brings several key benefits to Solaxy’s bridge system:

* **Permissionless**: Any application can integrate with the bridge.
* **Modular**: Supports new chains and messaging logic without refactoring.
* **Secure**: Validator set is fully configurable.

***

Solaxy’s bridge is more than just a connector - it’s a core piece of cross-chain infrastructure designed for scale, security, and composability.


---

# 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://wiki.solaxy.io/core-concepts/interactive-blocks.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.
