Now accepting early access signups

Payment infrastructure for
the Bitcoin economy

Accept Bitcoin Lightning and USDC with a single API. Non-custodial, instant settlement, and fees that are 99% cheaper than credit cards. Built for developers, designed for merchants.

Built on trusted infrastructure

Bitcoin Lightning Solana USDC by Circle Nostr (NWC) Alby Hub

<1s

Settlement time

~0%

Processing fees

2

Currencies (BTC + USDC)

0

Funds held by us

A complete payment toolkit

Everything you need to accept crypto payments, from checkout to reconciliation.

Bitcoin Lightning

Accept BTC over the Lightning Network with sub-second settlement and fees under $0.01. Charge in USD — we auto-convert to sats at the current spot rate using Coinbase pricing.

$

USDC on Solana

Stablecoins with zero volatility. Sub-cent fees. Perfect when you're collecting payment and paying a third party.

Non-Custodial

Payments go directly to your wallet. We never hold your funds. No counterparty risk.

Auth & Capture

Hold funds before completing a booking. Capture or release — just like credit card pre-auth.

Subscriptions

Recurring billing with auto-pull from customer wallets. Monthly, annual, or custom intervals.

Webhooks

Real-time notifications when payments settle. HMAC-signed, 3x retry with backoff.

Three ways to integrate

Choose the level of control that fits your business.

Payment Links

Create a payment from the dashboard and share a checkout link. No code required.

No code

REST API

Full API access. Create payments, manage subscriptions, handle webhooks programmatically.

Recommended

Hosted Checkout

Redirect customers to our checkout page. QR codes, wallet detection, and success handling built in.

Lowest effort

For Developers

Built API-first

Clean REST API, comprehensive documentation, and a hosted checkout page that handles QR codes, wallet deep links, and real-time payment detection. Integrate in an afternoon.

Currency-agnostic API — send amountCents + currency, we handle the rest

Webhooks — HMAC-signed notifications on payment events

Auto USD→BTC conversion — real-time Coinbase spot rate, 60s cache

checkout.js
// Charge $25 in USDC (or switch to BTC)
const payment = await fetch('/payments', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer $${API_KEY}`,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    currency: 'USDC',
    amountCents: 2500,
    description: 'Tee time'
  })
})

// Redirect to hosted checkout
window.location = `/checkout/$${payment.id}`

// We'll POST to your webhook when paid

Transparent pricing

No monthly fees. No setup fees. Only pay network costs.

Credit Cards

2.9%

+ $0.30 per transaction

Best value

LN Merchant

~0%

Network fees only (~$0.001)

You Save

99%

on every transaction

Go live in 5 minutes

1

Connect your wallet

Paste your Lightning NWC URI and/or Solana address. We never touch your keys.

2

Get your API key

One key, two currencies. Create payments with a single POST request.

3

Accept payments

Hosted checkout, QR codes, webhooks. Funds arrive in your wallet instantly.

Start accepting crypto payments

Join the waitlist for early access. We're onboarding merchants now.

Free to start. No credit card required.