# Ontology Bridge Transfer

With the exciting launch of the Ontology EVM, we are pleased to provide the guide for bridging tokens from OEP-4 tokens to ORC-20 tokens. Doing so is necessary to participate in EVM applications. Currently, you are able to transfer ONG or bridge your WING, ONT, pETH, pWBTC, pUSDT, and pUSDC  tokens from Ontology to Ontology EVM.

Open the[ **Ontology Bridge website**](https://bridge.ont.io/) and click “Connect Wallet” in the upper right corner.

![](https://lh3.googleusercontent.com/xf6I2DyQgUeDJLA8hfviemDr9-TPj_tW2w3zPhViEqVQo92WGG1eluZ6QR9YPUKE-87oTbbi7GLSoHmRXKOQfppcyXdFFhqxg_2D7PkkwrrsfMQYaiJSSv-0Ge4kO3AmdfPo_M6v)

Click to connect a Non-EVM Wallet and an EVM Wallet respectively. Once connected, you should see your wallet address displayed.

![](https://lh5.googleusercontent.com/C6m1zHYWfDm2HwVRjYFGQ_Ggk-sKuPfJjJ5VlzEJTwluIi2OxkUFm-ZR9x-nDE_ELYnW33m8z0IxxEC453JQh2AZAoI8zS2zkP7t0N6ZuTl1hKdlJ_-IrMgyPwxGt3xEEbPIAKhq)

#### ONG Transfer

{% hint style="info" %}
Note：ONG is the gas fee on Ontology EVM, which should be transferred first.
{% endhint %}

* Click “ONG Transfer”&#x20;
* Select Wallet “Non-EVM”, and fill in the target Ontology EVM address starting with “0x” in “Receiver”&#x20;
* Fill in the Amount or click “max” to transfer all, then click “Transfer”&#x20;
* After clicking “Confirm", enter the password in the pop-up window to complete the transfer

![](/files/LBDLGJMcYzWC50zEonJk)

{% hint style="info" %}
Note: To Transfer ONG from Ontology Evm to Ontology, select “EVM” in Network and fill in the target Ontology address starting with “A” in “Receiver”, enter the Amount and click “Transfer” and follow the instructions to complete the transfer.
{% endhint %}

#### **Token Bridge**

* Click “Token Bridge”&#x20;
* Select the asset to be bridged, confirm “Native” under “From” and “ORC-20” under “To”&#x20;
* Fill in the Amount or click “max” to bridge all, then click “Swap”, click “Confirm” in the following confirmation box&#x20;
* Then clicking “Confirm" in the wallet pop-up and enter the password to complete the swap

![](/files/qOvrk2UjZyibosucuI0l)

![](/files/U8FWePDFcgTpubckjamw)

{% hint style="info" %}
Note: To bridge an ORC-20 token for a native token, click the double arrow between “From” and “To” so that “ORC-20” is under “From” and “Native” is under “To”. This requires the Approve operation first. After the Approve is successful, the process is the same as the Native token exchange for the ORC-20 token as described above.
{% endhint %}

![](/files/1x87gDelTlgjZsa40OYQ)

If you use Metamask, remember to set up the configuration parameters of Ontology EVM Mainnet: [Detail](https://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/evm-contract/development-environment-and-tools#network-info)


---

# 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.wing.finance/guide-1/ontology-bridge-transfer.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.
