vebetterdao-navigators

Installation
SKILL.md

VeBetterDAO Navigators Feature

Domain knowledge for the Navigators feature: rewards multipliers and navigator delegation system. Both phases ship together in one release.

Phase 1: Rewards Multipliers

Freshness Multiplier (Allocation Voting)

Applied in RoundVotesCountingUtils.countVote() via FreshnessUtils library — modifies reward weight only, NOT on-chain voting power.

Behavior Multiplier
Updated this round (weekly) x3 (30000 bp)
Updated within 2 rounds (bi-weekly) x2 (20000 bp)
No update for >= 3 rounds x1 (10000 bp)
  • "Update" = changing the set of apps voted for (adding/removing/swapping). Weight changes between same apps do NOT count
  • Computed via XOR fingerprint of voted app IDs (order-independent, O(n), gas-cheap)
  • First-time voters always get x3 (detected by lastFingerprint == bytes32(0))
Related skills
Installs
10
GitHub Stars
5
First Seen
9 days ago