⛓ī¸Cross-Chain Capabilities

ExoWorlds has worked to build its own Cross-Chain capabilities for Digital Assets. VeChain, Binance Smart Chain, Ethereum.

Exoworlds has two types of cross-chain systems. One is for cryptocurrencies, like EXO and GCRED, and the other is for NFTs, like the ExoWorlds Planet NFTs. Currently, the supported blockchain networks are VeChain, Binance Smart Chain, and Ethereum.

Utility Tokens

The cross-chain utility token system works on the burn-mint method. Below is a step by step when a user initiates a cross-chain crypto transfer:

  1. Tokens are burned by the user and token smart contract from Chain A.

  2. The smart contract and backend listen to the burn event and when it's successfully burned, it issues a mint order on the Chain B smart contract.

  3. The exact amount of tokens burned are minted and transferred into the user's wallet on Chain B.

Digital Assets

The cross-chain digital asset system works on the lock-unlock method. If the digital asset does not exist in the target chain, then it's lock-mint. Below is a step by step when a user initiates a cross-chain transfer:

  1. A digital asset is locked by user inside the bridging contract in Chain A.

  2. When locking is confirmed, an order is issued to the bridging contract in chain B to unlock the digital asset of the same ID. If the digital asset does not exist yet on Chain B, a mint occurs.

  3. There is a fixed fee for bridging that includes the gas fee used by the admin wallet during the locking, unlocking, and/or minting.

  4. The digital asset is sent to the user's wallet on chain B.

Last updated