Settlement, Explained: From Customer Payment to Your Balance
Four steps between a customer approving a payment and the money being yours to spend. Knowing them tells you exactly where to look when one is slow.
Between a customer tapping approve and money being yours to spend there are four distinct steps. Most people treat it as one event, which is exactly why a delay feels mysterious when it happens.
Step one: broadcast
The customer's wallet signs the transaction and sends it to the network. At this moment it exists but is not settled. It sits in the mempool waiting to be included in a block.
On a block explorer this shows as pending. Nothing has happened yet in any final sense.
Step two: confirmation
A validator includes it in a block. Now it is on the chain. Each subsequent block is another confirmation, and more confirmations mean more work would be required to undo it.
On Tron, Solana and the EVM chains this takes seconds. On Bitcoin, blocks are about ten minutes apart, which is the single biggest reason Bitcoin is less common for routine payments.
Step three: screening and crediting
This is the step people forget, and it is where "confirmed but not in my balance" comes from.
The platform sees the deposit, screens it against blockchain analytics, and applies your rules on amount, tolerance and configuration. Only then does it credit your account. A deposit that fails screening never becomes balance, which is the entire point of running it.
The chain saying the money moved and your account saying it cleared are two different statements. Both are correct.
Step four: conversion
If the customer paid in something other than your settlement currency, it converts. What lands in your balance is USDT or USDC rather than whatever they happened to hold.
This is what stops a payment from becoming a position you did not ask for.
Where the time actually goes
End to end this is normally under a minute. When it is not, it is almost always one of three things:
- The chain is congested, and the transaction is waiting for block space.
- The customer underpaid, so the payment is open rather than complete.
- Screening flagged something, and a human is looking at it.
Knowing which of the four steps a payment is sitting in turns a support question into a lookup. The transaction hash tells you steps one and two. Your dashboard tells you three and four.
Why this matters commercially
Card settlement takes two to three business days and you cannot see inside it. Here every step is either publicly verifiable or visible in your own account, and the whole sequence finishes before a card payment has left step one.
Frequently Asked Questions
What does settlement mean in crypto payments?
Settlement is the point where funds are finally and irreversibly yours. In crypto it means the transfer is confirmed on-chain, has passed the platform's checks, and has been credited to your balance in the asset you chose to settle in.
How long does crypto settlement take?
Usually under a minute. The confirmation itself is seconds on Tron, Solana and the EVM chains, and the remaining time is the platform's screening and crediting. Bitcoin takes longer because its blocks are roughly ten minutes apart.
Why is a payment confirmed on-chain but not in my balance?
Because on-chain confirmation and account crediting are two different events. The chain says the transfer happened; your platform still runs screening and its own checks before the funds reach your balance. Both statements are true at once.
What is the difference between a deposit and settlement?
A deposit is money arriving at an address. Settlement is that money becoming spendable balance in your chosen currency after conversion and checks. A deposit that fails screening never becomes settlement.
