1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/tutorials/token-bridge.md

3.5 KiB

title description
Transfer Ocean Tokens between Networks How to use the token bridge to transfer Ocean Tokens from the Ethereum Mainnet to the Pacific Network, and vice versa.

Introduction

There is a token bridge between the Ethereum Mainnet and the Pacific Network available under bridge.oceanprotocol.com to transfer Ocean Tokens (OCEAN) between those networks.

The Ocean token bridge user interface

It's based on the TokenBridge by POA Network (the company), but the user interface was modified to conform to the Ocean Protocol style, and the loaded contracts are fixed to a specific security-checked version.1

Using the Token Bridge

Ethereum Mainnet → Ocean Pacific

If you want to transfer OCEAN out of the Ethereum Mainnet, then first you need an Ethereum account with some OCEAN in the Ethereum Mainnet, and be connected to Ethereum Mainnet in MetaMask. If you want to get some OCEAN in the Ethereum Mainnet, then see the page about Ocean Tokens.

Below is a screenshot of MetaMask showing an account (with address 0x8…) which has 500 OCEAN in the Ethereum Mainnet. If you want MetaMask to show OCEAN, then see the page about using your wallet to manage Ocean Tokens.

MetaMask showing an account that has 500 OCEAN in the Ethereum Mainnet

To use the token bridge to transfer Ocean Tokens from the Ethereum Mainnet to the Pacific Network, go to bridge.oceanprotocol.com while being connected to the Ethereum Mainnet in MetaMask.

You should see something like this:

From Ethereum Mainnet to Ocean Pacific

The above screenshot shows that the account with address 0x8… has 500 OCEAN in the Ethereum Mainnet and 0 OCEAN in the Pacific Network.

  • Enter the amount of OCEAN you want to transfer (e.g. 1 OCEAN)
  • Click Transfer

A confirmation dialog box like the following should appear.

Confirmation dialog box

  • Click Continue

After the end of some status updates you should see a success message with a transaction ID.

If you go back to MetaMask and switch the network to Pacific, then the account's OCEAN balance in Pacific should be higher by the amount just transferred.

MetaMask showing an account that has 1 OCEAN in the Pacific Network

Ocean Pacific → Ethereum Mainnet

To go the other way around, transfering Ocean Tokens from Pacific back into the Ethereum Mainnet, you simply connect to Pacific in MetaMask when visiting bridge.oceanprotocol.com.

This will reverse the order of the token bridge networks:

From Pacific to Ethereum Mainnet

Then follow the same steps as outlined above to transfer Ocean Tokens between the networks.

Reporting Issues

If you found something was not working right for you, feel free to reach out to us and open an issue on the token-bridge-ui repository:


  1. The code for the Ocean Protocol version of the token bridge UI and all technical documentation is in the oceanprotocol/token-bridge-ui repo on GitHub. ↩︎