Token Creator

MAIN
DEV
← Docs

Beginner guide

What is a Token Account?

Learn what a Token Account is on Solana, why every wallet needs one, and how it differs from the Mint Account.

🕒 7 min readUpdated July 25, 2026

On this page

What is a Token Account?Why are Token Accounts needed?Mint Account vs Token AccountHow to view a Token AccountHow Token Creator uses Token AccountsTypical lifecycle

What is a Token Account?

DefinitionToken Account

A Token Account stores the balance of a specific SPL Token owned by a wallet.

Unlike the Mint Account, which defines the token itself, a Token Account represents ownership of that token by a particular wallet.

Every wallet that holds an SPL Token has its own Token Account for that token.

Why are Token Accounts needed?

The Mint Account only stores information about the token, such as its total supply, decimals and authorities.

Individual balances are stored separately inside Token Accounts.

One Mint Account connected to multiple Token Accounts
A single Mint Account defines the token, while each wallet owns its own Token Account.

This architecture allows millions of wallets to hold the same SPL Token without modifying the Mint Account.

Mint Account vs Token Account

FeatureMint AccountToken Account
Stores token information
Stores wallet balance
One per token
Owned by a wallet

How to view a Token Account

Blockchain explorers such as Solscan display every Token Account associated with a wallet.

Token Account displayed on Solscan
Example of a Token Account on Solscan.

How Token Creator uses Token Accounts

When you mint tokens using Token Creator, the initial supply is deposited into your wallet's Token Account.

Future transfers simply move tokens from one Token Account to another.

Typical lifecycle

🪙
Create an SPL Token

A Mint Account is created.

👛
Create a Token Account

The wallet receives an account for this token.

Mint tokens

The balance appears inside the Token Account.

↔️
Transfer tokens

Balances move between Token Accounts.

Frequently Asked Questions

What is a Token Account?

A Token Account stores the balance of an SPL Token for a specific wallet.

Is a Token Account the same as a wallet?

No. A wallet can own many Token Accounts, one for each SPL Token.

Can two wallets share the same Token Account?

No. Each Token Account belongs to a specific owner.

How do I find my Token Account?

You can view Token Accounts using Solscan or another Solana explorer.

Ready to launch your own token?

Create an SPL token directly on Solana in less than a minute. No coding. No custody. Everything happens on-chain from your wallet.

Create your token →

Continue reading

What is an SPL Token? A Beginner's Guide to Solana Tokens

Learn what an SPL Token is, how it works, what information it contains, and how it differs from Ethereum's ERC-20 standard.

What is Mint Authority?

Learn what mint authority is on Solana, why it matters for your token, and when you should revoke it.

What is Freeze Authority?

Learn what Freeze Authority is on Solana, when it should be revoked, and why investors pay close attention to it.