A UAI is a unique identifier for assets. It is blockchain-agnostic and provides the ability to easily distinguish assets across blockchains.
UAI
c - coin (required), for most coins it uses slip 44 indexarrow-up-right conventions. There are some exceptions that use coinIdarrow-up-right based on Wallet Core config
c
t - token (optional), following standard of unique identifier on the blockchain as smart contract address or asset ID
t
Bitcoin: c0
c0
Ethereum: c60
c60
BNB Chain (BSC): c20000714
c20000714
DAI (Ethereum): c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F
c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F
USDT (Tron): c195_tTR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
c195_tTR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
DAI (BSC): c20000714_t0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3
c20000714_t0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3
Template: c{coin}_t{token_id}
c{coin}_t{token_id}
Last updated 3 days ago
Was this helpful?