It is a defined set of technical controls, cryptographic evidence, and audit records: published, tested, and independently verifiable. The mark is only as strong as the controls behind it, so the controls come first.
Each tier corresponds to a precise, published set of controls, so a verification always maps to specific technical evidence. Higher tiers add layers; they never substitute marketing for controls.
| Tier | Controls applied | Evidence produced | Typical use |
|---|---|---|---|
| Standard | Transaction validation + deterministic policy | Signed verdict, policy version, audit entry | High-volume, lower-value flows |
| Advanced | + AI risk scoring with reason codes | + Risk score, reason codes, model version | Elevated-risk or larger transfers |
| PQ | + Post-quantum hybrid attestation (Ed25519 + ML-DSA) | + Dual-signature attestation, algorithm registry entry | Long-lived, high-assurance records |
| Institutional | + Identity evidence, approval workflows, enhanced audit | + KYB references, approval chain, extended retention | Bank and custodian-grade transactions |
Every verdict produces a structured, signed attestation. Any third party can verify the signatures and the Merkle inclusion proof without trusting DNR's word for it.
{
"verdict": "verified",
"tier": "PQ",
"policy_version": "v14",
"controls": ["tx-validation", "policy", "ai-risk", "pqc-attest", "audit"],
"input_hash": "sha256:9c1e…",
"timestamp": "2026-08-09T18:04:11Z",
"signatures": {
"classical": { "alg": "Ed25519", "sig": "0x84af…" },
"post_quantum": { "alg": "ML-DSA-65", "sig": "0x3fa8…" }
},
"transparency_proof": { "log_index": 184201, "merkle_root": "0xb7c2…" }
}Every tier's control set is documented publicly, so "DNR Verified" always has a precise technical meaning.
Attestations verify with open tooling against published keys and the transparency log. You do not have to trust us; you can check.
The cryptography and platform undergo external review and penetration testing, and the reports back the mark.
“Is this transaction DNR Verified?”
The question digital money learns to ask.
Ask us to walk through the control definitions and verify a live attestation with your team.
Request a pilot