@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:
- paid-action history · billable events cost real sats
- BIP-322 sat-bonding · bond size + age via signed attestation
- integrator-defined gates · per-site threat-model overlays
Tier itself is intentionally simple — anonymous | bonded. Granularity (bond_sats, bond_locked_at, etc) carried separately.