> For the complete documentation index, see [llms.txt](https://docs.heliswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heliswap.io/getting-started/port-tokens-through-hashport.md).

# 🔁 Port Tokens Through HashPort

Leveraging Hashport, you can transfer tokens from the Ethereum network to Hedera. If your tokens are in Metamask, thanks to Hashport they can be ported straight to your HashPack wallet in several easy steps:&#x20;

1. Let's take DOV for this example. Make sure your DOV tokens are imported to your Metamask balance.&#x20;
2. Open HashPort - <https://app.hashport.network/>
3. Connect your Metamask AND HashPack wallets to the app. For Metamask, choose **EVM wallet**, and for HashPack - **HBAR wallet.**&#x20;
4. Once you have connected both wallets, you will be able to see their balances:&#x20;

   <figure><img src="/files/k7v6aQkX2n18bxhWvGNf" alt=""><figcaption></figcaption></figure>
5. Follow the steps given by HashPort. Click **Start porting an asset.**&#x20;

   <figure><img src="/files/cP8GFJDC5C3FC6FzUAsl" alt=""><figcaption></figcaption></figure>
6. Choose the network your assets are currently on. In our case, this is Ethereum Goerli&#x20;

   <figure><img src="/files/NV6UAAVzxjbIs53VB5Rz" alt=""><figcaption></figcaption></figure>
7. Next, select the tokens you would like to port.&#x20;

   <figure><img src="/files/KY7WhmGzwD8sTNRDda9m" alt=""><figcaption></figcaption></figure>
8. At the next screen, choose the network you wish to send your tokens to. Choose **Hedera**.&#x20;

   <figure><img src="/files/RcjIUEPKT2K5AXm6faNV" alt=""><figcaption></figcaption></figure>
9. Specify the amount of tokens you would like to port. Bear in mind there is a 0.5% fee. \
   When ready, **Slide to Confirm**.&#x20;

   <figure><img src="/files/Sd8deH5v70i4FWCr8Fk7" alt=""><figcaption></figcaption></figure>
10. Firstly, you will be prompted to sign a HashPack wallet message, to associate DOV\[hts] to your account. \
    Next, Metamask will require a wallet message to be signed, in order to get approval to access your DOV.&#x20;
11. After you have signed both messages, you will receive several status messages from HashPort: &#x20;

    <figure><img src="/files/oKSEG2w4TtQvGrUFtndt" alt=""><figcaption></figcaption></figure>
12. HashPort will run a check to verify your assets have been sent to you:&#x20;

    <figure><img src="/files/EzaK7xlvWJ7p1E2Q7v54" alt=""><figcaption></figcaption></figure>
13. Congrats! You have successfully ported your Ethereum tokens to Hedera and can see them in your HashPack Wallet!

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.heliswap.io/getting-started/port-tokens-through-hashport.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
