Products
Every piece of a payments stack, settled in assets people already hold.
One API, one dashboard, one hosted checkout. Take a payment in Apple shares or ETH with the same three calls you would use for a card.
The stack
Each piece works on its own. Together they are the whole flow from invoice to settled funds.
Payments
Create a payment, let the payer pick an asset, lock a binding rate, settle. Amounts are integers; quotes round in your favour so a settled payment is never short.
Hosted checkout
A prebuilt page with the asset picker, live quantities, rate countdown and settlement polling. Redirect to it and you are done — no frontend to build.
Payment links
A reusable URL that mints a fresh payment per visitor. Send it in an invoice, a DM, or a button. This is the entire integration for one-off sales.
Signed webhooks
Stripe-shaped t=,v1= HMAC signatures, so your existing verification code ports over. Queued delivery with exponential backoff and per-attempt history.
Dashboard
Volume, settlement by asset, every payment and its state, links you can create in two clicks, webhook endpoints and the live event log.
Onchain settlement
ETH and USDC are verified from the chain itself — block scanning, ERC-20 log filtering, configurable confirmation depth, reorg handling. Nothing is taken on trust.
Settlement assets
Seven equities and two crypto assets. Equities carry six decimals, matching real fractional-share granularity; ETH carries eighteen, matching the chain.
Equities
AAPL · TSLA · NVDA · MSFT · AMZN · GOOGL · SPY
Priced, quoted and ledgered for real. Custody runs through a swappable adapter.
Crypto
ETH · USDC
Fully live. A payment settles only once a transfer of the exact expected amount is observed on-chain and confirmed.
Robinhood exposes no public API for accepting payments from a user's holdings, and fractional shares have no payment rail at all. The equity leg is real up to custody, which sits behind an adapter. The full picture is in the docs.
See it settle
Open a real checkout, pick an asset, and watch a payment go from quote to settled.