BAXS · T-0 SANDBOX BRIDGE · INSTANT SETTLEMENT SIM

Watch money move
before it moves.

Built by BAXS PAY LIMITED · T-0 is the sandbox where it runs. Every quote, settlement, payment, and payout — fully observable, replayable, and verifiable.

SETTLEMENT
~25s
PROVIDER FEE
5 bps
CHAIN
Tron · ETH · BSC
LIVE PLAYBACK
t = 12:18
OFI
Originator
NETWORK CORE
T-0
POP
Payout

CAPABILITIES

Full fund flow, end-to-end

From quote publish to payout confirm — every step is visible, testable, traceable.

Publish Quote

Multi-currency, multi-band real-time quotes with locked rates and capacity limits.

Move Funds

USDT on-chain settlement simulation. Visualize in-transit funds with live state updates.

Verify & Pay Out

ECDSA secp256k1 signature verification, Keccak-256 hashing, atomic payout confirmation.

CHANNELS

Five industry channels, three protocol flows

Each channel maps to a Pay-Out / Manual-AML / Payment-Intent protocol flow.

PROTOCOL

ECDSA signatures, verifiable online

Every request signed with secp256k1 private key, hashed with Keccak-256, with public key and timestamp in headers.

01
Build payload
body + 8-byte little-endian Unix timestamp
02
Hash
Keccak-256(payload) → 32 bytes
03
Sign
secp256k1 private key → 65 bytes (v + r + s)
04
Send
X-Signature / X-Public-Key / X-Signature-Timestamp headers
Try in API Tester
sign-request.ts
// 1. build payload
const payload = body + timestamp

// 2. keccak-256 hash
const hash = keccak256(payload)

// 3. secp256k1 sign
const sig = sign(hash, privateKey)

// 4. headers
X-Signature: 0x{65 bytes hex}

Enter the Command Center

Scroll-driven real-time replay — watch fund packets flow between OFI, Network Core, and POP.

Open Sandbox