Architecture Overview

Core Components

  • Compliance UTXO

    • Holds root, timestamp, epoch, signature, midnight reference.

    • Updated when sanctions/risk lists change, or when new users are onboarded.

  • Merkle Proofs

    • Submitted by users in transactions.

    • Leaf = { address, claims, kyc_verified_at }.

  • Policy Engine (Aiken)

    • Verifies membership, signature, timestamp vs. max-age, and sanctions epoch freshness.

  • Trust Registry (future)

    • Will manage Fairway issuer keys + versioning.


Mermaid (high level)

Last updated

Was this helpful?