ZeqReputation — Mathematical Reputation
Equation-based identity, reputation, federation.
- Protocol ID —
zeq-reputation - Category — Identity
- Endpoint —
GET /api/auth/reputation - Auth — api-key
- Rate limit — 30/min
- Version —
1.0 - Precision — ≤0.1% (KO42-enforced)
What it does
Reputation score derived from computation history. More verified computations with lower error = higher reputation. Score is a function of ZeqProof chain length and precision.
Signature
Request
GET /api/auth/reputation
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zid | string | ✓ | — | ZID to query reputation for. |
Response
{ zid, reputationScore, totalComputations, avgPrecision, proofChainLength, tier }
Runnable example
curl -sS \
-H "Authorization: Bearer $ZEQ_API_KEY" \
"https://api.zeq.dev/api/auth/reputation"
Integrate
- Equation-identity login — derive auth state from a protocol call instead of a static token.
- Reputation overlay — couple identity scores into the Master Equation via
ZROseeds. - Federation bridge — share identity proofs across trust domains using pulse alignment.
Seeds
- Near — wrap
/api/auth/reputationin a language SDK so builders can call it in three lines. - Medium — publish a reference integration demonstrating ZeqReputation — Mathematical Reputation alongside a real workload, with pulse-aligned metrics.
- Far — propose ZeqReputation — Mathematical Reputation as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.
Papers
- Zeq paper — https://doi.org/10.5281/zenodo.18158152
- Framework paper — https://doi.org/10.5281/zenodo.15825138
Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.