# Bridge

The Hyperlend Bridge is your portal for moving liquidity into and across the ecosystem.

It features two distinct pathways:

* **Bridge Anywhere** for external chains—leveraging deBridge primarily and Stargate for broader asset support
* Native **Core ↔ EVM** Bridge. The native bridge allows for seamless, instant transfers between Hyperliquid’s HyperCore and HyperEVM, ensuring your assets are always where you need them with minimal friction.

***

**How to Bridge**

1. Select Your Route:

* Choose Bridge Anywhere to move funds from external networks like Ethereum, Arbitrum, or Solana.
* Choose Core ↔ EVM to move assets internally between HyperCore and HyperEVM.

1. Choose Asset & Amount: Select the token you wish to transfer and enter the amount.

{% hint style="info" %}
*Note: External bridges have a minimum transferable amount of $10.*
{% endhint %}

1. Set Destination (Optional): Toggle "Convert and Route" if you want the assets to land in a different wallet address upon arrival.
2. Confirm & Sign: Review and sign the transaction in your wallet to execute the bridge.


---

# 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.hyperlend.finance/advanced-features/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.
