Wrap FIO Tokens

This action wraps FIO Tokens to another chain.

Currently, only Ethereum chain is supported (chain_code: ETH). When FIO Tokens are wrapped, they are first sent to an escrow contract on the FIO Chain. Next, a set of oracles run by FIO Block Producers detect the wrapped tokens and mint the equivalent amount of WFIO to the supplied Ethereum public_address.

See Wrapped FIO Token Guide for more information.

🚧

This action has to be serialized and signed!

Please note that this action has to be be serialized and signed before it's sent to the blockchain. The request object below only represents the action specific parameters and action specific response. See Write Transactions Guide for more information.

Actions parameters

  • account: fio.oracle
  • name: wraptokens

SDK Sandbox Example

Stackblitz

Language
URL