Liquidation addresses: How stablecoins become dollars in your bank account
Real-world economic activity is increasingly happening in stablecoins. In August 2025, more than $10 billion moved through stablecoins for goods, services, and transfers.
But businesses still keep their books in dollars, and often the money needs to land directly in a bank account. Converting stablecoins and offramping to a bank is still too manual.
A liquidation address fixes that. It's a permanent crypto address that converts any stablecoin sent to it into dollars and settles them to your bank account. Create it once, point payments at it, and every deposit becomes a bank balance on its own. No exchange account, no manual conversion, no one watching a wallet.
This post explains how liquidation addresses work, the operational problem they remove, and where they fit in a business that earns onchain but banks in dollars.
Receiving stablecoins is easy, banking them is not
Accepting a stablecoin payment is simple, but turning that balance into money is an overly manual process.
Without an offramp API, the pipeline usually runs: custody the funds, convert them at a venue you trust, offramp to a bank account, reconcile the deposit. Then repeat for the next payment, and the one after that. Each step needs people, accounts, and attention, and while funds sit mid-pipeline you carry settlement delay and market exposure. For a business taking a few payments a month, it's a chore. For a platform taking thousands, it's an operational tax that scales with success.
Even with an off-ramp API doing the conversion, every payout is still its own request: get a quote, accept it before it expires, push the funds to a one-time deposit address, and track it to settlement. Then you do it again for the next payment, and the one after that.
A liquidation address collapses the entire pipeline into a single durable address.
How it works
A liquidation address is persistent, single-purpose, and automatic.
You create it once and it lives indefinitely, sitting on an invoice, in a checkout flow, or in the configuration of an autonomous agent with no further setup. Each address maps to one destination: your payout bank account. There's no routing decision at deposit time and no balance to drain by hand. When stablecoins arrive, HIFI detects the deposit, runs the conversion, and settles dollars to your account.
To set one up, you choose the stablecoin, the chain, the payout account, and a settlement schedule, then put it wherever you take payment. Stablecoins arrive, dollars land, and every dollar is tied back to the deposit that produced it.
If you use HIFI Virtual Accounts, which turn incoming dollar payments into stablecoins, a liquidation address is the mirror image. One moves value from fiat to crypto, the other from crypto to fiat.
Settle on your schedule
You choose the rhythm:
- Per-deposit converts each payment the moment it arrives, best when every transaction needs to trace to its own bank credit.
- Scheduled pools deposits and settles hourly, daily, or weekly, turning a flood of small payments into one clean deposit per period.
- Threshold waits until accumulated funds hit an amount you set, then settles the batch.
- On-demand moves everything waiting with a single call.
Change the mode anytime, future deposits follow the new rule.
Where they fit
The pattern is simple: money keeps arriving in stablecoins, and the books are kept in dollars. It shows up in more places every year.
- Treasury automation. Sweep revenue from many onchain sources into one address governed by a standing policy: settle daily, or settle every time the balance hits fifty thousand dollars.
- AI agents. Agents earn around the clock; treasury teams don't. Point an agent at a liquidation address and its revenue arrives as settled, reconciled dollars, with no one moving funds between a wallet and an exchange.
- Freelancers and contractors. A developer in Lagos or a designer in Buenos Aires gives every client one address and receives spendable bank balance, with no exchange account and no manual conversion.
- Merchants. Accept stablecoins at checkout without holding crypto. The customer pays in USDC, you book an ordinary dollar deposit, and accounting never learns a new asset.
- Marketplaces and payout platforms. Issue each payee their own address. Scheduled and threshold settlement roll thousands of small payments into tidy periodic deposits, so you run a global payout network without crypto operations in every country you serve.
- Cross-border B2B. An invoice settled in stablecoins clears in minutes, and the receiving team still books a normal dollar deposit. Crypto speed, fiat familiarity, no correspondent banking in the middle.
For developers
The entire capability is one API call.
POST /v2/users/:userId/liquidation-addresses
{ "source": { "currency": "usdc", "chain": "BASE_MAINNET" }, "destination": { "currency": "usd", "accountId": "<your payout account>" }, "mode": "SCHEDULED", "schedule": { "interval": "DAILY" } }
The response includes a real onchain address. From there, reconciliation is built in: every deposit, settlement batch, and bank payout is recorded and linked, so finance can trace any dollar back to the onchain payment that produced it without filing a ticket with engineering. Payouts carry the originating address ID, so correlating a bank settlement to its source is a single lookup. The system is idempotent throughout: duplicate deposit notifications are ignored, in-flight settlements cannot double-spend, and retries never move money twice.
Compliance is built in
Nothing settles to a bank account without clearing the same identity and access checks HIFI applies to every payout. Every deposit and settlement is stored and linked end to end, so full transaction lineage is available on demand for finance and audit. When an address is no longer needed, it can be deactivated, and any funds that arrived but had not yet settled are refunded in-kind to an address you specify.
Current scope
Liquidation addresses accept USDC and USDT across the major chains where stablecoins live, and settle to US dollars, with per-deposit, scheduled, threshold, and on-demand modes.
Get started
Talk to the HIFI team about enabling liquidation addresses, or read the API reference to create your first one.
Frequently asked questions
What is a liquidation address?
A liquidation address is a permanent onchain address that automatically converts stablecoins sent to it into fiat currency and settles the funds to a linked bank account.
How is a liquidation address different from a regular wallet address?
A wallet address holds funds until someone moves them. A liquidation address never accumulates a balance you have to manage. Deposits are detected, converted, and settled to your bank automatically.
Do I need an exchange account to convert stablecoins to dollars?
Not with a liquidation address. Conversion and bank settlement happen inside HIFI's infrastructure, so there is no separate exchange relationship to maintain.
Which stablecoins and currencies are supported?
USDC and USDT in, US dollars out, across major chains. Additional stablecoins, currencies, and destinations are on the roadmap.
Is the process compliant?
Yes. Funds pass the same KYC and access controls as every other HIFI payout, and every transaction carries a complete lineage from onchain deposit to bank credit.
