FEATURES
Merchant POS
A web-based point of sale that runs in any modern browser. Open it on a tablet at the counter, type an amount, show the QR, take a stablecoin. No card terminal, no processor sitting on a three-day settlement, no chargebacks.
Hardware requirements
Anything that can render a webpage and show a QR code. An iPad, an Android tablet, a laptop, a phone propped on a stand. We don't sell hardware and don't need any.
Flow at the till
- Cashier types the amount.
- POS calls
POST /v1/ordersin the background. - QR appears on screen, pointing at the hosted checkout.
- Customer scans, signs with their PIN, pays.
- POS shows "paid" the instant the webhook fires.
Offline mode
If the POS loses connectivity mid-transaction, the QR is still valid — the customer's wallet can submit the transaction directly. The POS will reconcile once it's back online by polling the order status.
Reports
The dashboard rolls up POS activity by day, register, and operator. Export to CSV for accounting, or hit the API and roll your own.