Building block · Core

Payments, on every rail

A rail-agnostic payment router for card, instant, stablecoin, CBDC, and government-to-person disbursement — each transfer carrying its own verifiable proof.

What it does

What it does.

Rail-agnostic routing across card, instant, stablecoin, and CBDC.

Government-to-person disbursement at national scale.

Every transfer carries a verifiable settlement proof.

Pluggable compliance, kept inside national borders.

How it stays private

How it stays private.

Settlement is proven on the network without exposing the parties or amounts to anyone but the counterparties and the sovereign’s own systems.

Verify a claim, never reveal the data.

Reference deployment

A nation already running it.

// pending approval — a real reference deployment card surfaces here once cleared (QUESTIONS_FOR_HUMAN.md §19.4).

The proof

Verifiable, not asserted.

Proof
repogithub.com/openstatestack/payments
licenseOSRUL v2.0
commitment0x… // pre-launch
audited · merged · committed // pre-launch
Code

Run it.

import { Payments } from '@openstatestack/payments';

const receipt = await Payments.send({ to, amount, rail: 'instant' });
console.log(receipt.proof); // verifiable settlement proof

// example — verify against the repository before relying on it