A wallet top-up is an on-ramp: you pay in with a card or bank transfer, the custodian (an exchange or wallet provider) receives the real money through banking rails, and then credits your in-app balance. That balance is usually a claim on the custodian, not cash held in your own name. In a common pattern the displayed balance updates instantly even though the underlying bank settlement to the custodian finishes later.
The flow at a glance
Who’s involved
- User
- Person loading money into a wallet
- Funding source
- The user's card issuer or bank that the money comes from
- Custodian / exchange
- Provider that receives the funds and holds the balance on the user's behalf
- Custodian's bank
- Bank where the custodian's incoming funds actually settle
- Card network or transfer rail
- Routes the authorization and clearing messages for the inbound payment
How it moves, step by step
- 1messageUser
The user chooses an amount and a funding source (card or bank account) inside the app and confirms the top-up.
- 2messageCard network or transfer rail
If funding by card, an authorization request checks the card is good for the amount and places a hold. No money has moved yet.
- 3messageCustodian / exchange
The custodian provisionally credits the user's wallet balance so the app feels instant, while the real payment is still in flight.
- 4messageCard network or transfer rail
Clearing exchanges the records that compute who owes whom between the funding bank and the custodian's side. Still messages, not money.
- 5moneyCustodian's bank
Bank-to-bank settlement moves the actual funds to the custodian's bank account, discharging the obligation. This is when the money is final between the banks.
- 6moneyCustodian / exchange
The custodian now holds the cash (or buys the token, if topping up a crypto balance) and the user's balance becomes a firm claim against the custodian.
- 7exceptionFunding source
Even after settlement, the funding payment can be pulled back: a cardholder can dispute a card charge for roughly 120 days, and a consumer can return an unauthorized bank (ACH) debit for up to 60 days after settlement, so the custodian may claw back or freeze the credited balance.
When it’s final
The visible balance often updates in seconds, but the underlying bank settlement to the custodian can take from near-instant (on a real-time rail) to a few business days (on card or batch bank transfers). Settlement makes the money final between the banks, but card disputes and unauthorized bank-debit returns can still claw the payment back for weeks or months afterward, so the credit stays provisional well beyond settlement.
Common misconceptions
Myth: The money in my wallet balance is my cash, sitting in a bank account with my name on it.
Reality: In a custodial setup the balance is typically a claim on the custodian, not a deposit you hold directly. Where and how the underlying money is held, and whether any insurance applies, depends entirely on the provider's structure.
Myth: Because my balance updated instantly, the payment has fully cleared and can't be reversed.
Reality: An instant balance update is often just a provisional credit. The actual bank settlement may finish later, and card or bank payments can still be returned or disputed weeks or months afterward.
See it in the studio
Terms in this guide
Sources
- Custodial balances, on-ramps, and reserves ↗ · Circle (vendor). Vendor view of taking fiat in and crediting a token balance.
- Deposit insurance scope and pass-through context ↗ · FDIC. Context on why a custodial wallet balance is not the same as an insured deposit.
- Settlement in the payment system ↗ · BIS / CPMI. Authority framing of provisional credit versus final bank settlement.
Educational, plain-English explainers. Not legal, compliance, tax, or financial advice. These cover fundamentals, not current fees, limits, or rates (which change). Rails and parties vary by program and country, so verify specifics against primary sources. Last reviewed June 2026.