What are the current standards for tokens on the ICP chain? Such as EXT or DIP20, etc

What are the current standards for tokens on the ICP chain? Such as EXT or DIP20, etc.; how to query the corresponding tokens on the chain through the canister ID?

1 Like

there is no official standard token like ERC20 on IC.
for EXT, just add token’s canister id in stoic wallet, it will show up.
DAB https://dab.ooo/ is a service to maintain token/nft… canisters for discovering

1 Like

Like this? Why don’t you need a canister ID when adding tokens on STOIC, you can submit it just by filling it in?


正在上传:5666.png…

There are many TOKENs on ICPswap, but if I copy these CANISTER IDs in the PLUG, it will prompt that they do not exist? Can’t find it by using DIP20 and EXT two standards? Is it because of other standards adopted by the tokens on ICPSWAP?



because Toniq created one canister hosts all tokens in it with standard extendable-token/advanced.md at main · Toniq-Labs/extendable-token · GitHub

if you create your own token with EXT standard, then you need to add it by canister id , like to our token $ICET by canister id ot4zw-oaaaa-aaaag-qabaa-cai in stoic wallet :
Screenshot from 2022-02-26 21-24-57

I guess they are not EXT or DIP. not familiar with that.

Fungible Token development work

DFT written by @deland using RUST&Motoko: GitHub - Deland-Labs/dfinity-fungible-token-standard: Dfinity's fungible token standard. Any PRs and comments are welcome,collaborate with us to build this standard

DIP20 written by @ICLighthouse using Motoko: GitHub - Psychedelic/DIP20: DIP20: A fungible token standard for the DFINITY Internet Computer.

IS20 written by @infinity-swap using RUST: GitHub - infinity-swap/IS20

DRC20 written by @ICLighthouse using Motoko: https://github.com/iclighthouse/DRC_standards/

ic-fungible-token written by @ToniqLabs using Motoko: GitHub - Toniq-Labs/extendable-token

Token-Standard written by @SuddenlyHazel using RUST&Motoko: tweak notify by SuddenlyHazel · Pull Request #1 · SuddenlyHazel/token-standard · GitHub

5 Likes

We also set up a DAO and try to advance the IC standard

we’ve built on the work of existing developers and summarized their strengths to write a token standards memo, rather than imposing our own standards on the community

3 Likes

Does DIP20 support AccountID?

Why do so many token standards support only Principle ID and not Account ID?

Thank you, this is very informative

Is there an opportunity for Plug (Connect) to view the balance of the DIP20 standard token??? That is, the request Balance function. If not, can I add it in the future?