Live on XRPL Testnet

On-ledger credentials for permissioned finance

Verify your identity once, receive a portable XRPL credential. Access tokenized assets, institutional DeFi, and regulated markets — all from one KYC flow.

XRPL NativeOn-Chain VerifiableGlobal Coverage

How it works

Three steps to get your on-ledger KYC credential.

Step 1

Enter your XRPL address

Provide the wallet address that will hold your credential and select your verification level.

Step 2

Verify & Pay

Complete identity verification via Sumsub and pay with XRP or RLUSD directly on-ledger.

Step 3

Accept your credential

We issue CredentialCreate on XRPL. You sign CredentialAccept in your browser — credential goes live.

0+

Credentials Issued

0+

Verified Applicants

0+

XRPL Transactions

Credential types

Choose the verification level that fits your needs.

KYC

Individual Basic KYC

29XRP

Standard identity verification for individual participants in permissioned DeFi.

  • Identity document verification
  • Liveness check
  • PEP & sanctions screening
  • 1-year validity
KYC

Individual Enhanced KYC

49XRP

Enhanced verification with proof of address for higher-value permissioned finance.

  • Everything in Basic
  • Proof of address verification
  • Enhanced due diligence
  • 1-year validity
KYB

Entity Basic KYB

199XRP

Standard business verification for corporate XRPL accounts. Company registration, directors, and ownership.

  • Company registration verification
  • Director & UBO identification
  • Sanctions & PEP screening
  • 1-year validity
KYB

Entity Enhanced KYB

499XRP

Comprehensive corporate due diligence for institutional-grade permissioned finance access.

  • Everything in Basic KYB
  • Enhanced due diligence
  • Financial statements review
  • Source of funds verification
COMPLIANCE

Accredited Investor

99XRP

Proof of accredited investor status for securities-eligible permissioned pools.

  • Accredited investor verification
  • Income/net worth attestation
  • SEC Rule 501 compliant
  • 1-year validity
COMPLIANCE

Qualified Purchaser

149XRP

Qualified purchaser verification for access to exempt fund offerings.

  • Qualified purchaser verification
  • Investment portfolio attestation
  • SEC Section 2(a)(51) compliant
  • 1-year validity
COMPLIANCE

Age Verified (18+)

9XRP

Proof of age 18 or older for age-gated DeFi services.

  • Age verification (18+)
  • ID document check
  • Liveness verification
  • 1-year validity
COMPLIANCE

Age Verified (21+)

9XRP

Proof of age 21 or older for jurisdiction-specific compliance.

  • Age verification (21+)
  • ID document check
  • Liveness verification
  • 1-year validity
COMPLIANCE

US Jurisdiction

19XRP

Proof of US residency or citizenship for US-regulated permissioned finance.

  • US residency/citizenship verification
  • Address verification
  • Tax ID validation
  • 1-year validity
COMPLIANCE

EU Jurisdiction

19XRP

Proof of EU residency or citizenship for MiCA-compliant permissioned finance.

  • EU residency/citizenship verification
  • Address verification
  • MiCA compliance
  • 1-year validity
COMPLIANCE

UK Jurisdiction

19XRP

Proof of UK residency or citizenship for FCA-regulated permissioned finance.

  • UK residency/citizenship verification
  • Address verification
  • FCA compliance
  • 1-year validity
COMPLIANCE

Singapore Jurisdiction

19XRP

Proof of Singapore residency or citizenship for MAS-regulated permissioned finance.

  • Singapore residency/citizenship verification
  • Address verification
  • MAS compliance
  • 1-year validity
TRADING

Trading License

299XRP

Professional trading license verification for institutional-grade market access.

  • Trading license verification
  • Regulatory registration check
  • Professional qualification attestation
  • 1-year validity
COMPLIANCE

AML Cleared

0XRP

AML/sanctions clearance credential issued automatically after screening.

  • AML/CFT screening
  • Sanctions list check
  • PEP screening
  • 6-month validity

Part of the XRPL ecosystem

credentialdapp powers the identity layer for permissioned finance on XRPL.

KYC/KYB Verification

Individual and entity identity verification with on-ledger proof.

Permissioned Domains

Credentials enable access to gated XRPL domain environments.

Institutional DeFi

Compliant access to tokenized assets and regulated markets.

Regulatory Compliance

OFAC screening, AML monitoring, and audit trails built in.

Developer-First

Built for developers

A complete REST API for the credential lifecycle. Integrate KYC verification into your exchange, DeFi protocol, or wallet in hours, not weeks.

REST API

27 endpoints covering applications, verification, payments, credentials, and batch operations.

API Key Auth

Scoped API keys with read/write/admin permissions. Sandbox mode for safe testing.

Webhooks

Real-time events for credential lifecycle changes. HMAC-signed with automatic retries.

Enterprise Ready

Idempotency keys, request logging, rate limiting, team management, and audit trails.

POST /api/v1/applications
const res = await fetch("/api/v1/applications", {
  method: "POST",
  headers: {
    "Authorization": "Bearer cb_op_YOUR_KEY",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    xrplAddress: "rUser...",
    credentialType: "BASIC_KYC",
    applicantEmail: "user@example.com",
  }),
});
const { data } = await res.json();
// data.id → application ID

Ready to get started?

Whether you're an individual getting verified or an institution integrating KYC — credentialdapp has you covered.