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
Stablecoin payment infrastructure

Settle direct to your wallet.

Customers pay in stablecoins. The merchant is paid in the same transaction. Logic takes a flat 0.5% routed to our treasury wallet automatically. No banks. No chargebacks. No reconciliation.

Settles direct to merchant

The customer signs once. The merchant's wallet receives 99.5% and Logic's treasury receives 0.5% in the same on-chain flow. No pre-funded pools.

Smart routing

Pick the right chain and token per payment. Lowest fee, highest historical success rate, fastest finality. Falls back automatically when a chain is congested.

Flat 0.5% fee

One number. Same on every chain, every token, every transaction. Charged on-chain, no invoices, no monthly minimums, no surprise reconciliation.

Cards as a fallback

Optionally accept Visa, Mastercard, Amex through the built-in Stripe rail when a customer doesn't have a wallet. PCI and disputes handled for you.

Multi-chain wallets

USDC, USDT, DAI on Ethereum, Polygon, Base, Arbitrum, and Solana. MetaMask, WalletConnect, Coinbase Wallet, Phantom. Real on-chain verification.

Compliance ready

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

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

They open the invoice link or scan its QR code, connect MetaMask, WalletConnect, Coinbase Wallet, or Phantom.

02

Routed in milliseconds

The router picks the best chain and token for the customer's wallet, network conditions, and merchant policy.

03

Merchant paid direct

The customer's wallet sends 99.5% straight to the merchant's wallet. No custodian sits in the middle.

04

Fee settles in the same flow

0.5% routes to Logic's treasury wallet on-chain in the same transaction. No reconciliation, no invoices, no trust required.

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.