FedNow settles through Federal Reserve accounts
FedNow is a voluntary US instant payment service operated by the Federal Reserve that settles continuously and on a gross basis between accounts held by eligible participating depository institutions. Voluntary is the key word, and it separates FedNow from the European picture entirely.
The service now has more than 1,500 participating financial institutions, and its per-transaction network limit rose to $10 million in November 2025, the second increase that year. That aligns FedNow with The Clearing House's RTP network, the other US instant rail, which has offered the same ceiling since late 2024.
Two rails have similar limits, and a large share of FedNow participants still receive-only. Which means US reachability is a routing problem. You have to know, per counterparty institution, which network it's on and whether it can accept a send, and you need a fallback when the answer is no. Neither Europe nor India asks you to solve that.
Settlement models change liquidity needs
Real-time gross settlement moves value transaction by transaction with no netting, while deferred net settlement accumulates obligations and settles the net position at fixed cycles. The first consumes liquidity constantly and eliminates interbank credit exposure. The second conserves liquidity and creates exposure between cycles.
Prefunding is where the two models converge in practice. RT1, operated by EBA Clearing, settles on a deferred net basis with real-time capability, and participants manage liquidity through prefunded accounts at EBA Clearing rather than through direct central bank balances the way TIPS participants do.
The operational consequence lands on weekends. When the central bank RTGS system is closed, you can't top up, so your Friday evening forecast has to cover everything until Monday. That's why the ECB's plan to open a one-to-two hour weekend settlement window in T2 is more significant than it sounds. It converts a hard constraint into a manageable one and directly reduces how much collateral you have to park idle.
Why is cross-border instant payment harder?
Domestic instant payments don't cross borders because each rail is a closed loop denominated in one currency and governed by one rulebook. Add a second country and you've added currency conversion and sanctions screening on the payment.
The numbers show how stubborn this is. In the Financial Stability Board's 2025 progress report on the G20 roadmap, only 35.4% of cross-border payments arrived within one hour against a 2027 target of 75%, and person-to-person costs sat around 2.6% to send $1,000, unchanged since 2023.
ISO 20022 was supposed to fix the messaging half of this, and the Committee on Payments and Market Infrastructures has warned that incomplete or inconsistent implementation of its harmonized data model produces more fragmentation rather than less. Optional fields are the trap. Two rails can both claim ISO 20022 compliance and still fail straight-through processing between them, which is why your connector layer needs field-level mapping per scheme instead of one canonical message.
Instant finality increases operational risk
Instant finality removes the window you used to rely on for recovery, which magnifies every failure mode from authorized push payment (APP) fraud to liquidity shortfalls. Controls that ran overnight no longer protect anything, because the money left in four seconds.
The UK put a price on this. Since 7 October 2024, sending providers must reimburse customers for APP scam losses up to £85,000 on Faster Payments and CHAPS, with the cost split equally between sending and receiving providers and refunds due within five business days.
The 50/50 split is the part that changes engineering priorities. Your inbound controls now carry direct financial liability even when your own customer did nothing wrong, so mule account detection stops being a compliance nicety and becomes a line item. Pair that with the same regulation's power to delay a suspect payment by up to four business days, and you need an exception queue that can hold a payment without breaking the instant promise for everything else.
Multi-rail infrastructure needs a shared core
Build one orchestration core and keep every scheme-specific connector at the edge. Validation and routing belong in the shared layer. Only the rulebook-specific pieces sit in the connector, which is what lets you add a fifth market without rewriting the fourth.
The market has already converged on this shape. Form3 abstracts SEPA Instant and FPS behind one API, and the same analysis identifies event-driven design and idempotency as the properties without which real-time systems fail under load or under retries.
Idempotency deserves emphasis because it's the one that bites late. In a rail where a duplicate credit is final, a retry that isn't idempotent is a loss event. And since your connectors will retry, the guarantee has to live in the core where every rail inherits it. That single decision, made early, is cheaper than any reconciliation tooling you'd build to clean up afterward.
How can EGS support multi-rail integration?
EGS builds and integrates payment infrastructure for banks and fintechs working across more than one instant rail. The work covers API-first integration and ISO 20022 message handling.
The engineering problems described above are the ones our teams handle in delivery: orchestration cores that separate scheme connectors from shared validation and routing, and real-time liquidity monitoring that keeps working when the central bank RTGS system is closed. We work as an extension of your existing team.
If you're scoping a multi-rail build, the fastest way to get a useful answer is a conversation about your target rails and your timeline. Book a call with EGS and bring your architecture diagram. We'll tell you where the real integration cost sits.