When you send SOL or a token, your wallet may show processed, confirmed, or finalized. These labels describe how far the transaction has travelled through Solana’s network. Understanding them helps beginners avoid treating a payment as complete before the chain has given it enough confidence.
1. Processed: the network has seen it
A processed transaction was accepted by a validator and included in a recent block. This is usually very fast, so a wallet can show it within seconds. However, processed is the earliest status. In rare network conditions, the block could be replaced before the wider network agrees on it. Think of it as a shop receiving your payment request, not yet printing the final receipt.
2. Confirmed: stronger network agreement
Confirmed means the transaction has received further validator votes and is much less likely to disappear. For many everyday actions, such as swapping a small amount or minting an inexpensive item, applications may proceed at this level because Solana is designed for quick feedback. Still, a merchant or treasury handling meaningful value may prefer to wait one step longer.
3. Finalized: the safest normal status
Finalized means the transaction is rooted deeply enough in Solana’s ledger that the network treats it as permanent under normal operation. This is the best status to wait for when receiving a sale payment, moving funds between your own wallets, or recording a result in a treasure hunt. It can take a little longer than processed, but the extra patience reduces operational confusion.
Fast visibility is useful; finality is what turns visibility into reliable settlement.
A simple beginner checklist
- Check the wallet address and token amount before signing.
- After sending, open the transaction details and note its status.
- For low-value personal actions, confirmed may be enough if the app clearly supports it.
- For payments, withdrawals, prizes, or disputes, wait for finalized before declaring success.
- If a transaction stays pending, do not send duplicates immediately; first check the signature in your wallet or a block explorer.
Why this matters on Solana
Solana’s speed can make status changes happen quickly, which is convenient but easy to overlook. A clear policy of finalized before fulfilment for important transfers protects both sender and receiver. Learn the three labels once, and you will make calmer decisions whenever a wallet says your transaction is still on its way.