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
<1s
Settlement time
~0%
Processing fees
2
Currencies (BTC + USDC)
0
Funds held by us
Everything you need to accept crypto payments, from checkout to reconciliation.
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.
Stablecoins with zero volatility. Sub-cent fees. Perfect when you're collecting payment and paying a third party.
Payments go directly to your wallet. We never hold your funds. No counterparty risk.
Hold funds before completing a booking. Capture or release — just like credit card pre-auth.
Recurring billing with auto-pull from customer wallets. Monthly, annual, or custom intervals.
Real-time notifications when payments settle. HMAC-signed, 3x retry with backoff.
Choose the level of control that fits your business.
Create a payment from the dashboard and share a checkout link. No code required.
No codeFull API access. Create payments, manage subscriptions, handle webhooks programmatically.
RecommendedRedirect customers to our checkout page. QR codes, wallet detection, and success handling built in.
Lowest effortFor Developers
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
// 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 No monthly fees. No setup fees. Only pay network costs.
Credit Cards
2.9%
+ $0.30 per transaction
LN Merchant
~0%
Network fees only (~$0.001)
You Save
99%
on every transaction
Paste your Lightning NWC URI and/or Solana address. We never touch your keys.
One key, two currencies. Create payments with a single POST request.
Hosted checkout, QR codes, webhooks. Funds arrive in your wallet instantly.
Join the waitlist for early access. We're onboarding merchants now.
Free to start. No credit card required.