RecycleTokens Logo
Basics

Associated Token Accounts Explained

Updated · 4 min read

Your Solana wallet address does not hold tokens directly. Each token you own sits in a separate token account, and the default one for each token is the associated token account, or ATA.

A predictable address

An ATA address is derived from your wallet address, the token program, and the token mint. Anyone can compute it, which is why people can send you a token you have never held: their wallet creates your ATA automatically.

Who pays for it

Whoever creates the ATA pays its rent deposit. When you buy a token, that is usually you. When you close it, the deposit goes to the destination you choose, normally your own wallet.

Check your wallet for locked SOL

Scan any Solana address for empty token accounts and see exactly how much rent you can reclaim. Free to check, non-custodial to close.

Frequently asked questions

Can I have more than one account for the same token?

Yes, but wallets and apps use the associated account by default, so most people have exactly one per token.