Skip to content
Discussion options

You must be logged in to vote
  1. What is the actual difference between them?

Coin is the original standard for fungible tokens, similar to ERC-20 in the Ethereum space. It requires passing generic arguments to identify the coins, which is good in some cases, and less so in others. It uses a CoinStore resource to store coins in an account, but can be moved anywhere (and not dropped).

Fungible Asset is the newer standard for fungible tokens, that allows for anything to be fungible. More specifically, it uses an Object to store in a Primary store. Advantages here is that it does not require generics, instead it requires reference to the fungible asset Metadata object.

  1. Can I use them to transfer stablecoins e.g. (USDC …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kshitijc1506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants