Aerodrome Voter

Manage veNFT-based votes, gauge creation, and emission distribution for Aerodrome.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/cyotee/aerodrome-skill --skill aerodrome-voter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Aerodrome Voter
Source: https://github.com/cyotee/aerodrome-skill/tree/main/.opencode/skills/aerodrome-voter
Command: npx skills add https://github.com/cyotee/aerodrome-skill --skill aerodrome-voter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Voter contract coordinates veNFT-based voting, gauge creation, and emission distribution within the Aerodrome governance system, enabling efficient, transparent decision-making for liquidity incentives.

Core Features & Use Cases

  • Vote for pools using veNFT and allocate voting power to selected gauges.
  • Create and manage gauges and rewards for liquidity pools and bribes.
  • Support epoch-timed voting windows, whitelist rules, and NFT-based governance actions.

Quick Start

Explain the end-to-end flow of voting with a veNFT, how to reset/poke, and how emissions are distributed and rewards claimed in Gauges.

Frequently Asked Questions about Aerodrome Voter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I vote for pools using a veNFT on Aerodrome?▼

To vote for pools using a veNFT, you allocate voting power to selected gauges within epoch-timed voting windows, coordinating emissions distribution across multiple liquidity pools.

How does emission distribution work for Aerodrome gauges?▼

Emission distribution is managed through integration with minter and gauge reward contracts, allocating liquidity incentives based on veNFT voting power allocated to specific gauges.

Can I create and manage gauges and bribes for Aerodrome liquidity pools?▼

Yes, you can create and manage gauges and rewards for liquidity pools and bribes, enforcing access control and whitelist rules through factory registry integration.

What contracts do I need to integrate with for veNFT-based governance coordination?▼

Voting workflows require integration with veNFT contracts, gauge and reward contracts, factory registry, and minter, while enforcing access control and non-reentrancy.

When do I need to reset or poke my veNFT vote during an epoch?▼

Resetting or poking a veNFT vote is part of the end-to-end voting flow to manage epoch timing and NFT-managed voting windows, ensuring votes remain active for emission distribution.