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

  1. Cashier types the amount.
  2. POS calls POST /v1/orders in the background.
  3. QR appears on screen, pointing at the hosted checkout.
  4. Customer scans, signs with their PIN, pays.
  5. 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.