Skip to content

Commit

Permalink
[MIN-2281] update README.md for adding sus tokens list
Browse files Browse the repository at this point in the history
  • Loading branch information
DoanPhu2112 committed Dec 24, 2024
1 parent 6dc965e commit ff693ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,10 @@ const minMarketCapInfo = await marketCapApi.getMarketCapInfo(minTokenInfo);
console.log(minMarketCapInfo);
// { circulating: '240813714.66121483', total: '5000000000' }
```
## Suspicious Tokens
There are lots of fake tokens on Cardano, and sometimes it's too late for those tokens to be taken down from Cardano Token Registry. That's why Minswap Labs will add those tokens in here as soon as possible to prevent abuses.
We keep a list of suspecious tokens policy IDs in suspicious-tokens/tokens.txt file, one policy ID is one line.
Cardano applications and DEXes are free to use this list to warn or block users from interacting with suspicious tokens.

0 comments on commit ff693ca

Please sign in to comment.