Target
the target of the cross chain, such as eth
, erc20
, ibc/0/px
etc.
target specifies the operation after the cross chain, such as converting to ERC20 token, cross chain to other cosmos chain through ibc, or cross chain to external chain through crosschain module.
Target Rule
Empty
if target is empty, the cross chain token will be only processed by the cross chain module, and stay on Pundi AIFX.
for example:
if user call ethereum bridge contract sendToFx
method, the target is empty, the token will be transfer to address on Pundi AIFX
Prefix with ibc
if target is prefixed with ibc
, the token will transfer to other cosmos chain through ibc module.
for example:
if user call ethereum bridge contract sendToFx
method, the target is ibc/0/px
, the token will be transfer to address on pundix chain
if user call Pundi AIFX CrossChain contract crossChain
method, the target is ibc/0/px
, the token will be transfer to address on pundix chain
Module Name
if target equals to module name, the token will process by the module, and send to external chain or convert to Pundi AIFX ERC20 token.
for example:
if user call ethereum bridge contract sendToFx
method, the target is erc20
, the token will be transfer to Pundi AIFX ERC20 token.
if user call Pundi AIFX CrossChain contract crossChain
method, the target is eth
, the token will be transfer to ethereum chain.
Target Support
""
means empty string❌
means not support...
means more-
means no value
sendToFx cross chain with Target
Ethereum
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
BSC
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
Polygon
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
Tron
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
Avalanche
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
Arbitrum
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
Optimism
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
...
erc20
ibc/0/px
ibc/{channel-id}/{address-prefix}
❌
❌
❌
Pundi AIFX cross chain with Target
-
eth
bsc
polygon
tron
avalanche
arbitrum
optimism
{module-name}
ibc/0/px
ibc/{channel-id}/{address-prefix}
Last updated