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.

Try it now Documentation
Zero Fees
Self-Hosted
MIT License
DeroPay Dashboard

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.

01

Authenticate

User signs in with their DERO wallet. A Schnorr signature proves ownership — no email, no password, no personal data exposed.

Authenticate
02

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.

Pay
03

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.

Protect

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.

Get Started NowView Documentation