Skip to content
NEW

GPU compute is becoming a commodity. See what it takes to make GPU hours interchangeable →

Register for Event
_CRYPTO PAYMENTS/

Move money through stablecoins without losing the trail

Orchestrate fiat-to-stablecoin-to-fiat corridors as atomic multi-hop flows, with FX, fees, and gas accounted for end to end.

pay-in
on-ramp
corridor
payout
_THE PROBLEM/

The corridor is fast. The accounting is not.

On-chain confirmation is not settlement.

A cross-border payment crosses banks, ramps, and chains, each hop with its own rate, fee, and timing. Hard-coded logic breaks mid-corridor, funds sit in limbo, and no one can trace a cent end to end.

01

Multi-hop flows stall mid-corridor, leaving funds in limbo with no recorded state.

02

FX rates, ramp fees, and gas are hard-coded, so revenue capture breaks at scale.

03

On-chain confirmation gets booked as settlement when fiat has not actually landed.

04

Per-corridor compliance reporting means reconstructing flows across three systems.

_PROOF/ Payment companies run the stablecoin corridor on Formance, every hop posted to one auditable flow.

_FLOW OF FUNDS/

Fiat in, stablecoin across, fiat out

One flow, every hop accounted, end to end.

Pay-in lands in local fiat, the on-ramp converts to stablecoin, the corridor moves value across chains, and the off-ramp pays out in destination currency. Each hop is a double-entry posting in the same traceable flow.

end-to-end traceability
pay-inlocal fiat collected
on-rampfiat → stablecoin
corridorcross-chain transfer
payoutdestination fiat
_LIVE DEMO/

See crypto payments on a live ledger.

Access a demo of a crypto payments flow of funds, on a live Formance ledger. Follow the flow step by step, and deploy the schema to your sandbox.

_CAPABILITIES/

The primitives payment corridors need

Built on the open-source Formance ledger.

Multi-hop orchestration, declarative FX and fee capture, and ramp connectivity, composed for hybrid money movement.

_MULTI-HOP ORCHESTRATION/

Compose corridors as durable workflows: each hop atomic, a failed step reversing the flow safely instead of stranding funds.

atomic, reversible

_FX & FEE CAPTURE/

Conversion rates, spreads, ramp fees, and gas modeled declaratively per hop, so revenue is captured by construction.

declarative capture

Read the Numscript docs
_SETTLEMENT STATES/

Distinguish initiated, confirmed, and settled per rail, so books reflect where money actually is, not where a webhook said it was.

true settlement

_RAMP CONNECTIVITY/

Normalize banks, PSPs, on/off-ramps, and chains into one schema: adding a corridor partner is a connector, not a rewrite.

one schema, every rail

_BY THE NUMBERS/

Corridor-grade, by design

hop traceability100%end-to-end · per corridor
funds in limbo0atomic · reversible flows
rail or chainanybanks · ramps · stablecoins
corridor visibilityreal-timeper hop · per currency
_NUMSCRIPT/

A hop is a transaction, not a webhook

Convert, capture the spread, and move on — atomically.

A single Numscript transaction books the on-ramp conversion: fiat leaves the collection account, stablecoin enters the corridor float, and the FX spread is captured in the same operation.

Try it in the Playground
onramp.num
// Book an on-ramp conversion with FX spread capture
vars {
  monetary $fiat_in
  monetary $stable_out
  monetary $spread
}

// 1. Fiat leaves the pay-in account
send $fiat_in (
  source = @payin:eur
  destination = @ramp:provider
)

// 2. Stablecoin enters the corridor, spread captured
send $stable_out (
  source = @ramp:provider
  destination = @corridor:usdc
)
send $spread (
  source = @ramp:provider
  destination = @platform:fx-revenue
)
_VOICES/

Trusted by builders

LiberisLiberis
Formance enabled us to ship new lending products faster by providing a customizable foundation that let us reliably express the complexities of our flow of funds.

Embedded finance · reconciliation across 14 countries

See customer story
DoctolibDoctolib
Formance is the foundation of our Financial OS, the open-source approach lets us retain control over this key component.

Healthcare · Financial OS

PayflipPayflip
Formance helped us kick off our move into fintech, with robust infrastructure and intuitive developer tooling.

Benefits · fintech infrastructure

FAQ

Crypto payments, answered

01 / WHAT HAPPENS WHEN A HOP FAILS?

Corridors run as durable workflows: each hop is atomic, and a failure reverses the completed legs safely instead of leaving funds stranded between systems.

02 / HOW DO YOU HANDLE ON-CHAIN VS FIAT SETTLEMENT TIMING?

The ledger models settlement states per rail (initiated, confirmed, settled), so a chain confirmation never gets booked as landed fiat.

03 / CAN I TRACE A PAYMENT END TO END?

Yes. Every hop posts to the same flow with shared metadata, so any payment reconstructs from pay-in to payout, for support, compliance, or the regulator.

04 / HOW DO I ADD A NEW CORRIDOR?

Ramps, banks, and chains normalize into one schema. A new corridor partner is a connector configuration, and your flow logic stays untouched.

_GET STARTED/

Corridors you can account for

See how Formance fits your payment flows: book a demo or start building.