AMLConsensus · course
Programme · Lesson 2.5
Section 2 · Lesson 2.5

Tokens, stablecoins and the Token transfers tab

Most crypto transfers today are not "network coins" but tokens: USDT, USDC, DAI. They live by their own rules, and it's precisely in them that activity hides — activity you can easily miss if you only look at the Transactions tab.

1. What a token is and how it differs from a coin

A network coin (ETH, BNB, TRX) is the blockchain's "native" currency, the one you pay fees with. A token is a record in a separate smart contract, living "on top of" the network. USDT on Ethereum is a balance in the Tether contract, not ether. The standard for such tokens on EVM is ERC-20.

2. Why Value = 0 ETH for token transfers

When you send USDT, the "native" coin (ETH) does not move — you only pay a fee with it. So in such a transaction the Value field is always 0 ETH, while the real amount is visible in a separate Tokens transferred section. Recall the benchmark transfer from the previous lesson:

USDT token transfer to an exchange

Value = 0 ETH, but Tokens transferred shows 100,000,000 USDT.

A typical mistake. Seeing "Value: 0 ETH," a beginner thinks "nothing was sent." In fact a million dollars in USDT could have left. Always check the Tokens transferred section and the Token transfers tab.

3. The Token transfers tab on an address page

On a wallet page, a separate Token transfers tab shows all token movements — the very thing that isn't in the Transactions tab.

Token transfers tab with service labels

Service labels and scam tokens on a real page.

4. Stablecoins can be frozen

USDT and USDC are centralised tokens. Their issuers (Tether and Circle) can put an address on the contract blacklist, and the tokens on it will stop moving forever. This is usually done at the request of law enforcement. You can check whether an address is frozen right on the blockchain (Section 8).

Practical takeaway. When you accept a large sum in USDT, you're dealing with an asset the issuer is able to block. That's one more reason to check the sender's address before the deal: if their funds have "shown up," your balance could be caught up in it too.

Summary of the lesson and the section

All screenshots are real (eth.blockscout.com).