Now in public beta

Compliance decisions in a single API call

Investor verification, wallet screening, and policy enforcement for tokenized assets. Ship compliant RWA products without building compliance infrastructure.

API Response
// POST /v1/decisions
{
  "decision":       "allow",
  "reasons":        ["policy_requirements_satisfied"],
  "audit_id":       "dec_8f3k2p9x",
  "policy_version": "v1",
  "input_snapshot": {
    "investor": {
      "kyc_status":       "verified",
      "accredited":       true,
      "country":          "US"
    },
    "wallet": {
      "screening":        "clear",
      "risk_level":       "low"
    }
  },
  "latency_ms":    12
}
$27B
RWA market
707K
Token holders
1 call
Full compliance check
Free
Sandbox tier
Everything you need to ship compliant
One API replaces your entire compliance stack.

Decision engine

Deterministic compliance checks — KYC status, accreditation, country restrictions, wallet screening — evaluated in order with a clear audit trail for every decision.

Wallet screening

Automatic screening via TRM Labs on wallet creation. Re-screen on demand. Blocked wallets are instantly denied at the policy layer.

Multi-tenant isolation

Each organization gets its own API key, its own investors, wallets, and policies. Complete data isolation — no cross-tenant leaks, ever.

Audit-ready

Every decision records a full input snapshot — investor state, wallet risk, policy version. Immutable. Queryable. Ready for regulators.

Three steps to your first decision
Create an account, install the SDK, and make your first compliance check.
01

Create your account

Sign up and get your API key instantly. No credit card, no sales call.

02

Install the SDK

npm install @clearlayer/sdk

03

Make your first decision

Pass an investor, wallet, and policy — get allow, deny, or review in milliseconds.

Three outcomes. Always explained.
Every decision includes machine-readable reasons and a full audit snapshot.

Verified investor

ALLOW
{
  "decision": "allow",
  "reasons": [
    "policy_requirements_satisfied"
  ],
  "audit_id": "dec_8f3k2p",
  "policy_version": "v1"
}

Blocked wallet

DENY
{
  "decision": "deny",
  "reasons": [
    "wallet_blocked"
  ],
  "audit_id": "dec_2p9x4r",
  "policy_version": "v1"
}

Pending KYC

REVIEW
{
  "decision": "review",
  "reasons": [
    "kyc_not_verified"
  ],
  "audit_id": "dec_5m1n7k",
  "policy_version": "v1"
}
Simple, transparent pricing
Start free. Scale when you're ready.
Sandbox
Free
1,000 decisions/month
  • All endpoints
  • Wallet screening
  • Audit trail
  • Community support
Start free →
Scale
$499/month
100,000 decisions/month
  • Everything in Builder
  • Priority support
  • Custom policy operators
  • SLA guarantee
Contact us →

Start building compliant

Free sandbox. No credit card. No sales call.

Get your API key →