How do we query token address or coin address that will be bridge to Fuel?

How do we query token address or coin address that will be bridge to Fuel?

E.g. USDC is bridged or WBTC is bridged to Fuel. How can we get the address of the coin?

1 Like

Can you please elaborate here? if you want to get address fro the tokens in fuel wallet, you can find it in the fuel wallet
image

1 Like

or you can even go to the explorer and find your assets there

1 Like

For example, when a user were to bridge USDC to Fuel, Fuel bridge will auto convert address to Fuel b256 for USDC? It becomes a coin and how do you track them so that in the future if Alice transfer USDC coin to Bob, Bob knows it is USDC and not DAI.

3 Likes

You can find a list of verified assets here. Fuel bridge allows the bridging of these assets and will deposit the same asset in your wallet. Both Fuel wallet and Fuelet will show these verified assets in your wallet

1 Like

Hey @eesheng ,

Also wanted to mention that HyperIndex has wildcard indexing supported on Fuel.
This means you can index and query all token transfers on Fuel that implement a specific token standard. e.g. in EVM context, if you wanted all erc20 transfers on Mainnet, you could do that with wildcard indexing.

You can also define optional parameters, such as from or to address. e.g. query all token transfers on fuel from a specific address, or to a specific address

More info:

Feel free to ping me on a TG: Sven_Mueller if you’d like some further support on this, happy to help!

2 Likes

this query is valid. anyone in this forum who knows the answer please provide.