Sybil resistant protocols

sbagency
2 min readMay 31, 2022

--

Traditional flow

A traditional flow is a sequence of proposals and voting processes for each proposal. But any kind of voting isn’t fully sybil-attack resistant (attacks of bots/voting cheats).

Known solutions // no good one

  1. Token voting // money voting or 1d1v, no problem for whales to buy votes
  2. Quadratic voting // no problem to create many accounts, q — doesn’t work
  3. Biometric voting // more resistant than anonymous voting, but it’s still possible to force/influence/buy others how to vote
  4. Public voting, identity validation (PoA) // not always acceptable to be public, can’t except side influence
  5. Reputation voting // same way reputation can be bought/cheated
web3 flow, forks are ok, but finality is uncertain

Even an honest minority can find the right fork, and leaves the majority of bots/cheaters out. The problem is uncertain finality. Same way Nakamoto consensus (bitcoin) and other protocols work.

Uncertain finality is ok when internal state is changed, but is a problem when to touch an outside world.

Conclusions

Problem is not solved, but research in progress..

--

--

sbagency
sbagency

Written by sbagency

Tech/biz consulting, analytics, research for founders, startups, corps and govs.

No responses yet