Token standard
A shared interface that tokens on a chain implement so wallets and exchanges can handle them uniformly — ERC-20 on Ethereum, SPL on Solana.
Standards define functions such as transfer and approve. The approval mechanism that enables DEX trading, and its abuse by drainers, is part of the ERC-20 standard.

