Why stablecoins are the settlement asset for cross-border payments
Stablecoins do not make payouts instant. They remove the need to pre-fund accounts in every destination country, which is the actual reason traditional cross-border transfers are slow and expensive.
The usual pitch for stablecoins in payments — "money that moves in seconds for cents" — is true about the token and misleading about the payment. The token moves in seconds. The payment still has to enter and leave the banking system at both ends, and those ends set the real timeline. So what do stablecoins genuinely fix?
The problem they actually solve: pre-funding
To pay someone in another country quickly, a provider historically needs money already sitting in that country. That is pre-funding: capital parked in local accounts, per currency, per market, before a single customer transaction occurs. It is expensive in three separate ways.
- Capital cost — money sitting idle in twenty countries is money not doing anything else, and it has to be sized for peak volume, not average volume.
- FX exposure — balances held in local currency move against the provider's reporting currency every day.
- Operational cost — each account means a banking relationship, a reconciliation process, local reporting and a counterparty that can close the account.
Correspondent banking is the shared version of this arrangement: a chain of banks, each holding balances with the next, passing instructions along. That chain is why a transfer touches several intermediaries, why fees are hard to predict in advance, and why "where is my money" is frequently unanswerable mid-flight.
A dollar-denominated stablecoin lets value move to the destination market at the moment it is needed, rather than being parked there in advance. The local institution receives a settlement asset it can convert and pay out, and the provider does not have to hold standing balances in every currency it serves. That is the structural change, and it is a large one.
What stablecoins do not solve
Being precise here matters, because overclaiming is what makes payment teams distrust the category.
- They do not remove identity checks. Paying a person in fiat requires KYC, sanctions screening and monitoring regardless of how the value arrived.
- They do not remove banking hours. The final leg lands on a domestic rail with its own cut-off times and clearing cycles.
- They do not remove FX. Converting a dollar stablecoin into local currency is still an FX trade with a spread, however it is dressed up.
- They do not remove the need for a licensed institution at the payout end.
- They do not eliminate float; they relocate it, from local currency accounts to the stablecoin itself.
Why the settlement asset is almost always a dollar stablecoin
Four properties make an asset usable as a settlement leg, and dollar stablecoins currently score highest on all four together.
- 1Price stability against the unit of account most quotes are expressed in, so the asset can be held between legs without introducing market risk.
- 2Liquidity depth on the chains and venues where conversion happens, so the conversion leg does not move the price.
- 3Institutional acceptance — payout institutions will actually receive it and credit an account against it.
- 4Programmability — balances and transfers are verifiable on-chain, which is what makes automated reconciliation possible.
USDC is the common choice for products that prioritise institutional acceptance and transparent reserve reporting. That choice is a trade-off like any other: it accepts issuer and jurisdictional concentration in return for the widest set of regulated counterparties willing to receive it.
The risks a payment team must actually price
Treating a stablecoin as "a dollar" in your risk model is a mistake. It is a claim on an issuer, transferred over a network, redeemable through specific channels. Each of those introduces a distinct risk.
Issuer and reserve risk
The token's value depends on the issuer holding and honouring redeemable reserves. Reserve composition, attestation frequency, and the operational route to redemption all matter. Concentration risk is real: a single issuer failing is not a market event you can hedge with a wider slippage tolerance.
De-peg and secondary market risk
Even a fully backed stablecoin can trade below par on secondary markets under stress, exactly when you most need to convert. If your conversion leg executes on a public venue, your effective rate is the secondary market rate, not the redemption rate.
Network risk
The chain carrying the settlement asset can degrade, congest or halt. Any product depending on one chain inherits its availability profile, which is an argument for chain-aware monitoring and, eventually, more than one settlement path.
Regulatory risk
Stablecoin rules are being written market by market, covering issuance, reserve requirements, and who may hold or distribute them. A settlement asset that is straightforward in one jurisdiction may require specific permissions in another. This is a live variable, not a settled question.
How this shapes a sensible architecture
If stablecoins are the settlement asset rather than the whole payment, the design follows naturally. Keep the settlement asset single and well-understood. Make the conversion leg into that asset a first-class, measurable component with its own quoting, limits and verification. Treat the fiat payout leg as an integration with a licensed institution, with its own status model and its own timeline expectations. And keep the two sides reconciled against on-chain facts, because that is the one place where you have an independent record.
In LamportPay's architecture, USDC is the settlement asset and the conversion into it is the leg that runs live today: a strictly limited SOL-to-USDC swap routed through Jupiter on Solana, signed in the user's own wallet, with output returning to that same wallet. The fiat payout leg is presented as a labelled simulation pending a regulated payout infrastructure partner. That separation is the point — the settlement asset is chosen and proven before the regulated leg is switched on.
See it in the product
Related reading
- Crypto-to-fiat payments: how the money actually movesA step-by-step breakdown of how a crypto payment becomes local currency in a recipient's bank account, and which party is responsible for each leg.
- Building payments on Solana: a developer's checklistCommitment levels, transaction verification, blockhash expiry, token accounts and RPC reliability — the Solana specifics that decide whether a payment integration is trustworthy.
