Definition

On Solana, a wallet does not hold tokens directly. It holds SOL, and for every SPL token it owns, there is a separate token account. The Associated Token Account (ATA) is the canonical, program-derived address used by most wallets and dApps — computed deterministically from the owner wallet, mint, and program ID.

When you receive a token for the first time, an ATA must exist and typically pays a small rent deposit. Modern wallets and MakeMeACoin create ATAs transparently. If you close an ATA (see close-token-account), any remaining rent SOL returns to the owner.

Related tool

Close empty token accounts

Related terms

Next steps

Related tools

Related guides

Try it on-chain

The fastest way to internalize a term is to see it live on a Solana token you know. Paste any mint below to run a public Launch Score.

Try:

← Back to Solana glossary