Skip to content

Reputation System

Reputation is the trust context layer that affects what execution paths are available and how much friction a user sees.

What It Changes

  • Gating outcomes in Trade Desk and other controlled flows
  • Trust posture shown in /profile
  • Credit and lending eligibility quality
  • Remediation guidance when a path is blocked or limited

Simple Model

flowchart LR
  H[User history] --> R[Reputation]
  C[Collateral posture] --> R
  R --> G[Gating and policy]
  R --> P[Profile trust view]

Core Endpoints

MethodEndpointPurpose
GET/api/v1/zkdefi/reputation/tiersTier definitions
GET/api/v1/zkdefi/reputation/user/{address}User reputation snapshot
POST/api/v1/zkdefi/reputation/upgrade-tierTier upgrade request
POST/api/v1/zkdefi/reputation/staking/stakeReputation staking flow
POST/api/v1/zkdefi/lending/proof/credit-eligibilityCredit-eligibility proof

Important Boundary

Reputation is context, not execution proof by itself. Some flows still require strict proofs or additional policy checks.

Next: Profile And Identity | Trade Desk | Risk Passport

Built by Obsqra Labs