oc · docs
docs / documentation

@orangecheck/me-client


@orangecheck/me-client / AttestTier

Type Alias: AttestTier

type AttestTier = "anonymous" | "bonded";

Defined in: me-client/src/types.ts:76

AttestTier · what an integrator's gate can read about an oc identity.

me.ochk does NOT do KYC. Sybil resistance is bounded by three composable mechanisms, none of which involve OC handling PII:

  1. paid-action history · billable events cost real sats
  2. BIP-322 sat-bonding · bond size + age via signed attestation
  3. integrator-defined gates · per-site threat-model overlays

Tier itself is intentionally simple — anonymous | bonded. Granularity (bond_sats, bond_locked_at, etc) carried separately.