> For the complete documentation index, see [llms.txt](https://docs.epikprime.com/epik/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epikprime.com/epik/support/how-to/bridge-epik-token.md).

# Bridge EPIK Token

If you are an $EPIK holder on Huobi or on MetaMask (or any other Ethereum wallet) you can bridge your ERC20 $EPIK tokens to BEP20 $EPIK tokens by using [Chainport](https://app.chainport.io/).

Direct [link](https://app.chainport.io/?from=ethereum\&to=bsc\&token=0x4da0c48376c277cdbd7fc6fdc6936dee3e4adf75) to port ERC20 tokens to BEP20 token.

Direct [link](https://app.chainport.io/?from=bsc\&to=ethereum\&token=0x368ce786ea190f32439074e8d22e12ecb718b44c) to port BEP20 tokens to ERC20 token.

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

## Step 1: Go to MetaMask

Click the MetaMask browser extension icon on your browser. Then, a pop-up will appear

## Step 2: Click on Settings

On Settings, Click on Network and Add a Network.\
\
Choose BNB Chain or fill up the blank fields.\
\
Network Name: Smart Chain\
New RPC URL: <https://bsc-dataseed.binance.org/>\
ChainID: 56\
Symbol: BNB\
Block Explorer URL: [https://bscscan.com](https://bscscan.com/)

## Step 3: Import Token

Click on Import Token and search for Epik Prime.

<figure><img src="/files/Tlu4euy8xh9tcjgq8e0H" 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.epikprime.com/epik/support/how-to/bridge-epik-token.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.
