Glossary

The Ethereum standard for fungible tokens — same interface, any logic.
ERC-20 is the Ethereum standard that defines a common interface (balanceOf, transfer, approve…) for fungible tokens. Almost every Ethereum-based token — USDT, USDC, UNI, LINK — follows ERC-20, which is why every wallet and DEX can handle them out of the box.