Onchain Atlas

Reputation-Based Voting

Voting power that you earn through participation and can't buy, sell, or borrow — the opposite of one-token-one-vote.

Also called: non-transferable voting power · contribution-weighted governance · soulbound governance

What it is

Reputation-based voting weights decision-making power by a non-transferable score earned through past contribution — completing tasks, being endorsed by other members, staying active over time — rather than by wealth held in a tradable token. The goal is to tie influence to demonstrated commitment and track record instead of purchasing power, addressing the plutocracy problem baked into simple token-voting.

How it works

  1. Members earn reputation points through defined actions: completing a bounty, having a proposal pass, receiving peer endorsement, or simply being an active, vetted participant over time.
  2. Reputation is recorded onchain (often as a non-transferable token or a balance in a dedicated contract) and cannot be sold, transferred, or borrowed like a normal ERC-20 token.
  3. When a proposal is opened for a vote, each member's voting weight is drawn from their current reputation balance rather than from a market-tradable token.
  4. Some systems let reputation decay over time or upon inactivity, so influence has to be continually re-earned rather than accumulated once and held forever.
  5. Proposals that pass sometimes mint new reputation to the proposer or active voters, and proposals that fail or are found harmful can trigger reputation slashing for the proposer.
  6. Because reputation can't be bought, an attacker can't simply acquire a majority stake on the open market — they'd have to actually perform the qualifying contributions the system rewards.

Why designers use it

  • Prevents plutocracy and outside capital from directly buying governance control, since reputation isn't for sale.
  • Aligns voting power with actual contribution and domain knowledge rather than capital, useful for technical or curation-heavy DAOs.
  • Discourages purely mercenary governance participation (vote-and-dump) because reputation has no market exit.
  • Can be combined with decay mechanics to keep governance responsive to currently active members rather than frozen around early insiders.

Failure modes

  • Insider entrenchment: because reputation is earned through participation, early members can accumulate an unassailable lead that new, equally capable members can never catch up to.
  • Sybil vulnerability at the edges: if reputation is granted for easily-faked actions (posting, endorsements), an attacker can farm many fake identities to accumulate influence.
  • Opacity: reputation-granting rules are often more subjective ("this contribution was valuable") than a simple token balance, creating disputes about fairness and favoritism.
  • Illiquidity cuts both ways: legitimate members who reduce participation (career change, burnout) lose voice even if their earlier judgment was sound, and there's no market mechanism to transfer that stake to someone else.
  • Low overall participation if reputation is hard to earn, leaving governance concentrated in a small founding clique regardless of intent.

What to check before using it

  • What specific, hard-to-fake actions actually earn reputation, and how resistant are they to sybil farming?
  • Does reputation decay, and if so, on what schedule — is it aggressive enough to keep power with active members but not so aggressive that it punishes normal life gaps?
  • Is there a slashing mechanism for bad-faith proposals, and who adjudicates disputes over reputation awards or removals?
  • How does a talented newcomer gain meaningful voice in a reasonable timeframe, rather than being permanently outweighed by early insiders?
  • Is reputation transparent and auditable onchain, so members can verify how voting power was actually earned?

Experiments that used it · 2

Shown oldest first, so you can watch the design evolve.

DAOstack
An early open-source Ethereum framework for building DAOs whose signature contribution was 'holographic consensus,' a GEN-token prediction market that let small, engaged subgroups make decisions on behalf of large collectives.
2018 technically successful commercially unsuccessful
Colony
A long-running Ethereum DAO framework built around non-transferable, decaying, work-earned reputation, lazy-consensus 'motions' governance, and off-chain reputation mining.
2019 partial success