What is Proof On/Off Ramp?
Proof is a platform for crypto on-ramp (buy) and off-ramp (sell). Partners embed a single widget and get full fiat ↔ crypto exchange functionality for their users — including KYC, card payments, Apple Pay, and Google Pay. Proof handles all the complex parts:- Signature generation and wallet routing
- KYC orchestration via SumSub
- Payment processing and status tracking
- Callback processing and reconciliation
Architecture
Onboard with Proof
Send us your company name, domain, and email. We set up your integration manually and send you a
client_token.Request a widget session
Call
POST /widget/session from your frontend. Proof returns all parameters needed to launch the widget.Embed the widget
Load the widget script and call
proofWidget.run() with the session parameters. The widget handles KYC and payment inside an iframe.Supported Features
| Feature | Details |
|---|---|
| On-ramp (buy) | Fiat → USDT via card, Apple Pay, Google Pay |
| Off-ramp (sell) | USDT → EUR/USD fiat payout to card |
| KYC | Built-in document upload + liveness check |
| Mobile | iOS WKWebView, Android Chrome Custom Tabs |
| Status tracking | Polling API + WebSocket |