The payments backbone, rebuilt for a borderless economy.

Every rail. Every chain.
Money, reimagined.

Logic is the world's financial infrastructure, unifying traditional and digital payments into one.

Live dashboard
Overview
Invoices
Payments
Settlements
Wallets
Developers
Volume (30d)
$1,284,402
+12.4%
Available
$184,209
treasury
Invoices
1,294
98.2% paid
Avg confirm
8.4s
all rails

Connected to the rails that move the world

Visa
Mastercard
USDC
Ethereum
Solana
ACH
Unified infrastructure

One platform. Every payment rail.

From a customer tap to merchant cash, Logic orchestrates cards, banks, stablecoins, and on-chain transfers with intelligent routing and treasury-backed instant settlement.

Instant merchant settlement

Your balance reflects payment intent the moment it is confirmed. Logic treasury pools front the liquidity while underlying rails settle in the background.

Smart routing

Per-transaction routing across rails, cards, bank networks, or any supported blockchain, optimizing for cost, latency, and reliability in real time.

Treasury and liquidity

Prefunded liquidity pools per chain and per banking rail. Cross-chain reconciliation, real-time balance management, threshold alerts.

Card and bank rails

Accept Visa, Mastercard, Amex, ACH, SEPA, and FedNow. PCI handled. Disputes, refunds, and 3DS taken care of.

Stablecoin checkout

USDC, USDT, and DAI on Ethereum, Base, Polygon, Arbitrum, and Solana. Real on-chain verification with no custodial middle layer.

Compliance ready

Hooks for KYC, KYB, sanctions screening, AML monitoring, transaction risk scoring, and regulatory reporting.

What we built

Everything a merchant needs to accept money.

Logic ships the full merchant surface area. Every capability below is live in the product right now.

STEP 01

Customer payment page

Merchants need a hosted link to send customers.

STEP 02

QR code generation

Physical invoices need scannable codes.

STEP 03

Wallet connect

Customers need to pay with crypto wallets.

STEP 04

Multi-chain support

Ethereum, Polygon, and Solana out of the box.

STEP 05

Transaction history

Merchants need to see every payment.

STEP 06

Refund system

Merchants need to issue refunds on the original rail.

How it works

A payment finishes in four steps.

The whole journey happens in seconds, with the merchant credited before the network finalizes.

01

Customer pays

Hosted checkout, embedded widget, or your own UI calls the Logic API.

02

Routed in milliseconds

The router selects the optimal rail in real time and dispatches the authorization.

03

Merchant credited instantly

Treasury liquidity credits your balance immediately, even before the rail finalizes.

04

Settled in the background

Underlying rails complete asynchronously and replenish treasury automatically.

The network

A global settlement mesh.

Logic operates a network of treasury accounts across every supported rail and chain, moving value the instant it is needed and rebalancing automatically.

  • Configuration-driven chain registry. Add networks without code changes.
  • Hourly, daily, and manual settlement batches per merchant.
  • Refunds route through the original rail, with on-chain outbound for stablecoins.
  • Multi-tenant data isolation enforced by row-level security.
Ethereum
Base
Polygon
Arbitrum
Solana
Visa
Mastercard
ACH
SEPA
For developers

An API designed to disappear.

REST endpoints, signed webhooks, idempotency keys, and typed SDKs. Build a checkout, an invoicing flow, or full marketplace payouts without learning five different rail-specific APIs.

create-invoice.ts
Live
import { Logic } from "@logic/sdk";

const logic = new Logic(process.env.LOGIC_API_KEY);

const invoice = await logic.invoices.create({
  amount_usd: 4999,
  description: "Pro plan, annual",
  customer_email: "ada@example.com",
  accept: {
    card: true,
    stablecoin: ["USDC", "USDT"],
    chains: ["base", "solana", "polygon"],
  },
  settlement: "instant",
  webhooks: ["https://api.acme.co/hooks"],
});

return invoice.hosted_payment_url;
Settled instantly
8 seconds

Average merchant credit time across every supported rail.

Networks supported
5 chains

Ethereum, Base, Polygon, Arbitrum, and Solana, with more on the way.

Stablecoin assets
USDC, USDT, DAI

Real on-chain verification, with no custodial intermediary.

Pricing

Transparent. Performance based.

Pay only for what you process. Volume tiers and enterprise terms available.

Cards

2.9% + $0.30

All major card networks. 3DS, disputes, refunds, and reconciliation included.

Popular

Stablecoins

0.5%

USDC, USDT, and DAI across five networks. Real on-chain verification. Instant credit.

Bank rails

$0.50 per transfer

ACH, SEPA, and FedNow. Outbound payouts to merchant settlement accounts.

Build on the payments backbone.

Sign up, create an API key, and accept your first global payment in minutes.