$ payment.confirmed
Multi-chain payment acceptance
A complete payment gateway: one dedicated processor per chain (13 in production, plus a generic EVM base to onboard the next ones fast), per-network confirmation tracking, automatic reconciliation, USDC / USDT / PYUSD stablecoins. From checkout to merchant webhook.
Shkeeper · Stablecoins · Webhooks
$ getblockchaininfo
Self-hosted nodes
Bitcoin, Ethereum, Litecoin, Dogecoin, Bitcoin Cash, Sui, Sei, Cronos, Hyperliquid… running on our own infrastructure — no third-party RPC provider in the critical path. Solana is the exception: its endpoints come from a third-party provider, called directly. Sync monitoring with block-lag alerting.
Bitcoin Core · Geth · Sui · Sei · Hyperliquid
$ erpc.yaml
RPC — proxy & high availability
An eRPC proxy in front of the EVM nodes: caching, automatic failover across redundant upstreams — several in-house nodes per chain, public fallbacks as a last resort. On the UTXO side (Bitcoin, Litecoin, Dogecoin, Bitcoin Cash), an HAProxy load balancer spreads traffic across the nodes and pulls out any that fall behind. Solana and the gRPC streams are called directly.
eRPC · HAProxy · Failover · Cache
$ HyperliquidL1Gateway
gRPC — real-time streaming
An in-house gRPC gateway streaming the Hyperliquid L1 from a local node: blocks, fills, orderbook diffs, events. Wire-compatible with the equivalent commercial API, plus extra RPCs. Redis index for history lookups: from ~22 s down to ~0.4 s on a 3.7 GB hourly file.
gRPC · Hyperliquid · Redis
$ lightning · 1 conf
Lightning Network
Instant Bitcoin acceptance over Lightning, alongside on-chain: low-value payments, immediate confirmation, lower costs — the checkout picks the rail based on amount.
Lightning · Bitcoin · Micropayments
$ exact-output
Cross-chain swap & bridge
Merchants get paid in one crypto and withdraw in another: exact-output swaps (the promised amount is delivered, to the cent), routed at the best price across on-chain DEXs and cross-chain rails — including multi-hop when no direct route exists. Full detail below: it's the most sensitive part, it deserves its own section.
Swap · Bridge · Multi-hop · Best execution