Bridging Tokens from other networks
There are 2 main ways of bridging tokens from other networks into f(x)Core-EVM, this document will cover both methods. How a user can use the bridge.
For Developers
Add tokens to the f(x)Core Gravity Bridge
Bridging tokens from other networks (supported by the f(x)Core Gravity Bridge) via f(x)Core Gravity Bridge. This would require the following steps:
Deploy the token contract to fxcore-evm to support cross-chain
Eg. EURS: https://etherscan.io/address/0xdB25f211AB05b1c97D595516F45794528a807ad8
Create a proposal on f(x)Core network
Title: <Free to decide> eg. Register
Type: Register Coin
Details: <Free to decide>
Metadata:
description: The cross chain token of the Function X
1st denom: <based on coin>
1st aliases: <based on coin>
2nd denom: <based on coin>
2nd exponent: <based on coin exponent>
2nd aliases: <based on coin, typically not needed>
display: <based on coin>
name: <based on coin>
symbol: <based on coin>
Example:
After the proposal passes, the Ethereum ERC20 address will be added to the Ethereum bridge contract
You will be able to perform cross-chain transactions
More on f(x)Core governance
Building the bridge yourself
3rd party bridge created and deployed by oneself. This would typically require
A creation of the ERC20 token smart contract on FX-EVM
Creation and deployment of bridge
For Users
f(x)Wallet will soon be able to support the Gravity Bridge
Last updated