StakePoint

Solana DeFi Glossary

Definitions of key terms used in Solana DeFi, token locking, LP locking, and staking. Published by the StakePoint team.

Glossary/Associated Token Account (ATA)

Associated Token Account (ATA)

A deterministic token account address for a given wallet and token mint on Solana.

Definition

An Associated Token Account (ATA) is a token account on Solana that is deterministically derived from a wallet address and a token mint address. Every wallet has exactly one ATA for each token it holds.

ATAs are the standard way tokens are stored on Solana. When you receive an SPL token, it arrives in an ATA associated with your wallet. If the ATA doesn't exist yet, it must be created before tokens can be received — this creation requires a small SOL rent deposit.

Because ATA addresses are deterministic, any application can calculate the correct token account address for any wallet without looking it up. This makes ATAs the universal standard for token account addressing on Solana.

StakePoint & Associated Token Account (ATA)

When StakePoint distributes staking rewards, they are sent to the staker's Associated Token Account for the reward token. If the ATA doesn't exist, it is created as part of the transaction and a small SOL rent is deducted.

Frequently Asked Questions

What is an Associated Token Account on Solana?

An ATA is the standard token account for a specific wallet and token mint pair on Solana. It is deterministically derived and used universally for receiving SPL tokens.

Why do I need SOL to receive a new token?

Creating a new Associated Token Account requires a small SOL rent deposit (approximately 0.002 SOL). This is a one-time cost per token type.