Voting Power Formula
The NoderrDAO uses a meritocratic, tier-based formula to calculate each participant's voting power. This ensures that influence is not determined by wealth alone, but also by contribution, reputation, and long-term commitment to the protocol.
The Formula
Voting Power = NODR_Staked × Role_Factor × TrustFingerprint_Score
1. NODR_Staked
This is the amount of NODR a user has staked in the protocol. The more NODR staked, the greater the user's base voting power.
2. Role_Factor
This is a multiplier based on the user's role in the protocol. Node operators, who are critical to the protocol's infrastructure, receive a higher multiplier.
The Role Factor is tier-based (TierVotingPower.sol): Micro 1x, Validator 2x, Guardian 4x, Oracle 7x. These multipliers apply to a participant's accumulated voting-power balance on-chain.
| Role | Role Factor | On-Chain Governance Rights |
|---|---|---|
| Oracle Node | 7x | Vote + propose (Oracle Chamber) |
| Guardian Node | 4x | Vote + veto (Guardian Chamber) |
| Validator Node | 2x | Voting-power balance |
| Micro Node | 1x | Voting-power balance |
Note: Governance is fully on-chain and operates across two chambers: the Oracle Chamber (strategy and capital decisions) and the Guardian Chamber (security oversight, including veto power during the timelock). Proposals require a proposer to hold at least 70% TrustFingerprint, and major decisions (treasury/capital deployment, allocations above $100K or 5% of AUM, strategy approval, Oracle elections) require a 66% Oracle supermajority, while standard proposals pass at 60% with a 10% quorum. All tiers are weighted by the tier multipliers shown above.
3. TrustFingerprint_Score
This is a dynamic score on a 0.00–1.00 scale (displayed on-chain as 0–10000) that reflects a user's reputation and reliability. The score is based on factors such as uptime, performance, and governance participation.
How weight is actually applied: On-chain voting weight comes from the tier-based multipliers in
TierVotingPower.sol(Micro 1× / Validator 2× / Guardian 4× / Oracle 7×). TrustFingerprint and a participant's stake govern tier eligibility and standing (e.g., entry thresholds of Validator 0.60 / Guardian 0.70 / Oracle 0.80) rather than continuously scaling vote weight on their own; the formula above is a conceptual representation of how stake, role, and reputation combine to determine a participant's tier and resulting influence.