DeroPay
The fastest way to accept DERO.
Unlock a suite of tools to accept payments, manage invoices, build escrow contracts, and get real-time payment insights.

Ecosystem
The DERO Stack
Everything you need to build private, decentralized commerce applications.
Developers
Ship faster
Drop-in components and framework integrations. From sign-in to checkout in a few lines of code.
import { SignInWithDero } from "dero-auth/react";
export default function LoginPage() {
return (
<SignInWithDero
onSuccess={(session) => {
console.log("Authenticated:", session.address);
redirect("/dashboard");
}}
/>
);
}Workflow
How it works
Three layers. One flow. Identity, payment, and protection.
Authenticate
User signs in with their DERO wallet. A Schnorr signature proves ownership — no email, no password, no personal data exposed.
Pay
An invoice is created with a unique integrated address. The customer scans a QR code and sends DERO. The SDK monitors and confirms the payment.
Protect
For high-value transactions, funds go into an on-chain escrow smart contract. Released on delivery, refunded on dispute, or arbitrated by a neutral party.
Features
Built for scale
Every design decision optimizes for privacy, self-sovereignty, and developer experience.
Private by Default
Built for DERO's encrypted blockchain. Every transaction is confidential. No on-chain surveillance possible.
Self-Hosted Gateway
BTCPay Server model — you run the gateway, you control the wallet. No third-party custody, no intermediaries.
Payment Links
No website needed. Create an invoice, share a link via email, social, or QR poster. Customers pay from any device.
Embeddable Widget
One script tag, any website. A 13KB JavaScript file adds a “Pay with DERO” button with full checkout modal.
Ecommerce Plugins
WooCommerce and Medusa.js plugins ready to go. Thin adapters that connect your store to the gateway's REST API.
Smart Contract Escrow
On-chain escrow with arbitration, fee splitting, and dispute resolution. Mainnet tested.
Ready to build?
Join the developers building the future of private finance. Start accepting DERO in minutes.




