Privacy in your pocket.
One app for wallet, trading, and private payments.
Self-custody EdDSA keys live in the device's secure enclave. Groth16 proofs run on-device — no server sees your inputs. Pair with the Pro web app over QR for a desktop trading session.
Public beta opens with the v1 launch. Sign up below to get an install link.
What you get
The same private settlement rail as the web apps — packaged for phone-first wallets.
EdDSA keys derived from a PIN-wrapped seed; never leave the device. PIN unlock, biometrics, and a QR-based recovery flow are built in.
Native Rust prover (deposit, authorize, claim, cancel) runs inside the app — your amounts and identities never reach a server.
Scan a QR code from the Pro workbench to sign on your phone. Trade from a laptop, sign from your pocket — no relayer can replay.
Feature stack
Same SDK as the web apps, optimised for the device.
| Layer | Mobile |
|---|---|
| Runtime | React Native (Expo, dev client + new arch) |
| Storage | expo-secure-store (keys) + expo-sqlite (history) + AsyncStorage |
| Prover | Native Rust (groth16) over snarkjs-compatible witness |
| Identity | zk-X509 IdentityGate, on-device verification |
Status
Public beta opens with v1 launch. Phase C native prover (deposit / authorize / claim / cancel) shipped; PIN auth + Cancel UI shipped; transport stall handling in flight.