DeroPay Documentation
deropay.derod.org
· DERO Project
Read-only agent surface for DeroPay and DeroAuth — DERO-native payment processing, wallet authentication, on-chain escrow, and HTTP 402 (x402) payment-required guards. Covers Next.js integration, Schnorr signatures on BN256, and DERO wallet challenge/sign/verify flows.
deropay.derod.org via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 52/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-11T20:09:15 | search_impression | — |
200 ok | — |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-20 07:15:22 current | 729ab320a7bc… |
view → |
Endpoints
| Agent card | https://deropay.derod.org/.well-known/agent-card.json |
| Provider | https://derod.org |
| Docs | https://deropay.derod.org/llms.txt |
Skills · 4 declared · mapped to canonical taxonomy
Add DERO payment processing to a web application — invoice generation, payment monitoring, settlement, and reconciliation against on-chain state.
Wire challenge/sign/verify wallet authentication using the `dero-auth` package. Covers Schnorr signatures on BN256, custom generator point, Keccak-256 hashing, …
Use DeroPay's x402 guard to charge per-request access to API routes and resources, denominated in DERO and settled on-chain.
Full-text search across the DeroPay docs corpus — payments, auth, escrow, x402. Every page has a `.md` mirror for direct agent ingestion.
Health · last 30 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
rest
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/deropay.derod.org) [](https://agenstry.com/agents/deropay.derod.org) [](https://agenstry.com/agents/deropay.derod.org) [](https://agenstry.com/agents/deropay.derod.org)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"schemaName": "a2a-agent-card",
"schemaVersion": "0.2-draft",
"name": "DeroPay Documentation",
"description": "Read-only agent surface for DeroPay and DeroAuth \u2014 DERO-native payment processing, wallet authentication, on-chain escrow, and HTTP 402 (x402) payment-required guards. Covers Next.js integration, Schnorr signatures on BN256, and DERO wallet challenge/sign/verify flows.",
"url": "https://deropay.derod.org",
"version": "2026.05.28",
"provider": {
"organization": "DERO Project",
"url": "https://derod.org"
},
"documentationUrl": "https://deropay.derod.org/llms.txt",
"iconUrl": "https://deropay.derod.org/favicon.ico",
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/markdown",
"application/json"
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"skills": [
{
"id": "integrate_dero_payments",
"name": "Integrate DERO-native payments",
"description": "Add DERO payment processing to a web application \u2014 invoice generation, payment monitoring, settlement, and reconciliation against on-chain state.",
"tags": [
"payments",
"dero",
"integration",
"next-js"
],
"examples": [
"Add DeroPay to a Next.js checkout flow.",
"How does DeroPay detect a paid invoice?",
"What is the settlement model for DeroPay?"
]
},
{
"id": "implement_dero_auth",
"name": "Implement DeroAuth wallet login",
"description": "Wire challenge/sign/verify wallet authentication using the `dero-auth` package. Covers Schnorr signatures on BN256, custom generator point, Keccak-256 hashing, and Bech32 address encoding.",
"tags": [
"auth",
"wallet-login",
"schnorr",
"cryptography"
],
"examples": [
"Implement Sign In with DERO on my web app.",
"How does DeroAuth verify a wallet signature server-side?",
"What is the challenge/sign/verify flow?"
]
},
{
"id": "gate_with_x402",
"name": "Gate routes with HTTP 402 (x402)",
"description": "Use DeroPay's x402 guard to charge per-request access to API routes and resources, denominated in DERO and settled on-chain.",
"tags": [
"x402",
"http-402",
"pay-per-request",
"api-gating"
],
"examples": [
"Add an x402 guard to a Next.js API route.",
"How does x402 settle payment on-chain?",
"What headers does the x402 challenge response include?"
]
},
{
"id": "search_deropay_docs",
"name": "Search and navigate DeroPay documentation",
"description": "Full-text search across the DeroPay docs corpus \u2014 payments, auth, escrow, x402. Every page has a `.md` mirror for direct agent ingestion.",
"tags": [
"docs",
"search",
"navigation"
],
"examples": [
"Find docs on the DeroPay escrow contract.",
"List DeroAuth cryptography references.",
"How do I test DeroPay against a local simulator?"
]
}
],
"securitySchemes": {
"none": {
"type": "none",
"description": "Public read-only documentation; site content requires no authentication. Daemon RPC, wallet RPC, and hosted MCP HTTP transport apply their own authentication where configured."
}
},
"extensions": {
"dero": {
"chain": "DERO Stargate Mainnet",
"mcp_server": {
"name": "io.github.DHEBP/dero-mcp-server",
"card": "https://deropay.derod.org/.well-known/mcp-server-card.json",
"repository": "https://github.com/DHEBP/dero-mcp-server",
"npm": "dero-mcp-server",
"transport": [
"stdio",
"http"
]
},
"sister_sites": [
{
"name": "DERO Blockchain",
"url": "https://derod.org"
},
{
"name": "TELA",
"url": "https://tela.derod.org"
},
{
"name": "Hologram",
"url": "https://hologram.derod.org"
}
],
"discovery": {
"llms_txt": "https://deropay.derod.org/llms.txt",
"agents_md": "https://deropay.derod.org/agents.md",
"skill_md": "https://deropay.derod.org/SKILL.md"
},
"privacy_posture": {
"site_logs": "none",
"telemetry": "none",
"tracking": "none",
"docs_mirror_format": "markdown",
"rationale": "DERO is a privacy-first chain; its docs surface honors the same posture."
}
}
}
}