Example: one account, one vote
Suppose a DAO opens voting to the community and gives every account one vote:- A proposal is submitted.
- One actor creates or funds many NEAR accounts.
- Each account casts one valid vote.
- Together, those accounts outweigh the independent participants.
Choose a defense
No single defense fits every application. Select a mechanism based on what the system is trying to represent.
Layering independent defenses is usually stronger than making one threshold increasingly strict.
Review before deployment
- Identify every rule that assumes one account represents one participant.
- Estimate the cost of creating enough accounts to profit from the rule.
- Avoid equal per-account rewards when uniqueness is not verified.
- Make snapshots, eligibility windows, and tie-breaking rules explicit.
- Monitor coordinated creation, funding, voting, and claiming patterns.
- Document which attacks the chosen mechanism reduces and which remain possible.