# Bridges

The **Hash Network Bridge** allows seamless transfer of assets between Hash Network Testnet and other blockchains, enabling interoperability for dApps and users.

**Key Details:**

* **Bridge URL**: [Hash Network Bridge](https://hash-testnet.bridge.caldera.xyz/)
* **Supported Chains**:
  * Base

**How to Use:**

1. Visit the [Hash Network Bridge](https://hash-testnet.bridge.caldera.xyz/).
2. Connect your wallet (e.g., MetaMask).
3. Select the source and destination chains.
4. Choose the asset to transfer and specify the amount.
5. Approve the transaction and complete the bridging process.

**Important Notes:**

* Ensure you have sufficient test tokens for gas fees on both chains.
* Use the **Faucet** to get test HASH tokens if needed.
* Transactions typically take a few minutes to complete, depending on the network load.


---

# 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.hashnetwork.io/using-hash-network-chain/bridges.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.
