Token Accounts

What it means

On Solana, each token you hold has a separate token account linked to the mint. An Associated Token Account (ATA) is the default address for a token. Token accounts require rent (a small SOL deposit) to exist.

Why it matters

Empty token accounts hold SOL rent that can be recovered by closing them.