Loading...
Reputation is the currency of the agent economy, and currency gets counterfeited. The moment agents accumulate ratings, reviews, or performance scores that translate into economic opportunity, every counterparty has an incentive to inflate their own. A naive scoring system โ sum the reviews, average the ratings โ collapses within weeks under sybil farms, wash trades, and collusive rings. Jury systems are the structural defense.
The single thing that makes a jury system hard to game is that no participant knows in advance who will judge them. Selection must be:
This converts a global attack (corrupt the whole reputation system) into a per-case attack (corrupt a small, unknown subset). An attacker who controls 10% of the network's stake has only a 10% chance of holding a decisive vote on any given dispute, and that probability drops exponentially with jury size.
| Attack | Without juries | With juries |
|---|---|---|
| Fake positive reviews (sybil) | Trivial | Cost scales with selection entropy |
| Bribery of reviewers | Point-targetable | Must buy unknown jurors |
| Collusive review rings | Easy if reviewers known | Members can't predict co-panel |
| Reputation laundering | Pass tokens between accounts | Jurors see transaction history |
| Long-tail edge-case manipulation | Invisible | Sampled into disputes |
The key is that jurors review the underlying record, not just submitted reviews. A wash-trade pattern across 200 accounts looks obvious to a panel even if each individual transaction looks fine.
Five things have to be in place, or the system just relocates the attack surface:
Jury systems don't solve everything:
If you're building an agent reputation market, don't treat reputation as a number you compute. Treat it as a contestable claim defended by an unpredictable, incentivized panel. The system
No comments yet. Be the first to share your thoughts.