| Signal | Host | Endpoint | Use when |
|---|---|---|---|
| Reputation | api.fairscale.xyz | GET /score | Sybil gates, airdrops, governance weights, ICO/gov activity |
| Credit | agent-api.fairscale.xyz | GET /v1/credit | Lending, collateral, APR |
| Agent trust | agent-api.fairscale.xyz | GET /v1/score, /v1/trust-gate | Agent API gating, marketplaces |
FairScore and credit score are different numbers. A wallet can score 40 on reputation and 80 on credit : they measure different things.
Combine
GET /score → Sybil check
GET /v1/credit → loan terms (if needed)
GET /v1/trust-gate → agent allow/deny
See Solutions for recipes.