# How to bridge with Hop

In this section, we'll explain how to bridge tokens from one network to another through Hop.

### **Step 1: Choose parameters**

Choose the chain you want to send tokens from, the asset you want to transfer, the amount which you want to transfer and the destination chain.

Here is what it looks like:

1. **Send:** choose the "send" tab in the header menu (it's the [app.hop.exchange](https://app.hop.exchange/) home page)&#x20;
2. **Asset:** pick a token in the asset dropdown
3. **From & To**: choose the source chain and destination
4. **Size:** enter the amount of tokens you want to send

<figure><img src="/files/3wFpY83gNTtuharQntZB" alt=""><figcaption></figcaption></figure>

### **Step 2: Approve Token**

Next, if it's the first time you're sending this particular asset through Hop, you will need to grant a one-time approval. This grants Hop's smart contracts the authorization to move the tokens on your behalf.

<figure><img src="/files/TYdW4iwjkBocFPeO8BdJ" alt=""><figcaption></figcaption></figure>

### **Step 3: Send Token**

And finally, once the approval tx is confirmed, you can hit the "send" button which will initiate the transfer. A modal will show the status of your transaction while it's in-flight. Once you see ticks on both `Source` and `Destination` chain your tokens will have arrived. The modal is only meant as a help you can safely close it at any time. Your transfer will proceed regardless.

<figure><img src="/files/rCQ8ywBHdBNNHW6P7J27" alt=""><figcaption></figcaption></figure>


---

# 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.hop.exchange/basics/how-to-bridge-with-hop.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.
