aero-allocator
MCP server that forecasts next-epoch demand for Aerodrome pools on Base and turns it into concrete incentive-allocation recommendations.
README
aero-allocator
MCP server that forecasts next-epoch demand for Aerodrome pools on Base and turns it into concrete incentive-allocation recommendations — built for Aerodrome's Predictive Allocation era (July 2026), where incentives follow predicted future demand instead of last week's votes.
Any MCP-capable agent (Claude Code, Claude Desktop, Bankr-hosted agents) can use it to answer:
- Which pools will generate the most fees next epoch?
- Where is vote share mispriced vs predicted demand (the "predictive edge")?
- How should I split my veAERO votes / incentive budget right now?
All data comes live from Base — Aerodrome Sugar contracts for pool state and per-epoch history, DefiLlama for USD pricing. No API keys required.
Tools
| Tool | What it does |
|---|---|
scan_pools |
Gauge-enabled pools with live TVL, staked TVL, fee tier |
pool_history |
Per-epoch votes, emissions, fees (USD), bribes (USD) for one pool |
predict_demand |
Next-epoch fee forecast per pool + predictiveEdgePct (predicted demand share − current vote share) |
recommend_allocation |
Weighted allocation: protocol_efficiency (∝ predicted demand) or voter_roi (max reward per vote, 25% concentration cap) |
prepare_vote_calldata |
Unsigned Voter.vote() calldata from an allocation — submit via your own wallet layer (e.g. Base MCP send_calls) |
predictive_allocation_status |
Whether direct Predictive Allocation submission is wired up yet |
This server never holds keys or signs anything. Execution is the host agent's job, behind explicit user approval.
Quick start
npm install
npm run smoke # live end-to-end test against Base mainnet
npm run build
Register with Claude Code:
claude mcp add aero-allocator -- npx tsx /path/to/aero-allocator/src/index.ts
Or in any MCP client config:
{
"mcpServers": {
"aero-allocator": {
"command": "npx",
"args": ["tsx", "/path/to/aero-allocator/src/index.ts"],
"env": { "BASE_RPC_URL": "https://mainnet.base.org" }
}
}
}
Example agent flow:
"Predict demand for the top Aerodrome pools, recommend a voter_roi allocation across 8 pools, then prepare the vote calldata for my veAERO #12345 and submit it with my Base wallet."
How the forecast works
For each candidate pool (top N by staked TVL above a TVL floor):
- Pull up to 8 weekly epochs of history from
RewardsSugar.epochsByAddress— votes, emissions, fees, incentives per epoch — and price everything in USD. - Extrapolate the in-progress epoch to full length once >20% has elapsed (the freshest demand signal).
- Forecast next-epoch fees = EWMA (α=0.45) + ½ × linear trend, floored at 0. Confidence scores from history depth and variance.
predictiveEdge= predicted fee-demand share − current vote share. Positive edge → under-incentivized pool: exactly what a prediction-market allocator should reward.
Two allocation objectives:
- protocol_efficiency — weights ∝ predicted demand share. This is the Predictive Allocation ideal; useful for treasuries/protocols directing incentives and for benchmarking the live mechanism once it ships.
- voter_roi — maximize expected (fees + bribes) per vote, confidence-shrunk and edge-boosted, capped at 25% per pool so your own votes don't dilute the return.
Predictive Allocation adapter
Dromos Labs announced the mechanism but hasn't published contracts/ABI yet (as of 2026-07-06). Everything mechanism-specific lives behind one interface in src/adapters/predictive-allocation.ts — on launch day, wire the addresses/ABI there and prepare_submission goes live. Until then prepare_vote_calldata targets the classic Voter.vote() flow, which works today.
Configuration (env)
| Var | Default | |
|---|---|---|
BASE_RPC_URL |
https://mainnet.base.org |
Use a dedicated RPC for faster snapshots |
AERO_MIN_TVL_USD |
50000 |
Candidate pool TVL floor |
AERO_MAX_CANDIDATES |
60 |
Pools receiving full epoch-history analysis |
Contracts used (Base, 8453)
| LpSugar v3 | 0x69dD9db6d8f8E7d83887A704f447b1a584b599A1 |
| RewardsSugar | 0x1b121EfDaF4ABb8785a315C51D29BCE0552A7678 |
| Voter | 0x16613524e02ad97eDfeF371bC883F2F5d6C480A5 |
Roadmap
- [ ] Predictive Allocation live adapter (day-one, when contracts publish)
- [ ] Social/attention signals (Farcaster mentions, token listings) as forecast features
- [ ] Backtest harness: replay past epochs, score forecast vs realized fees, publish accuracy
- [ ] x402-monetized hosted endpoint (pay-per-forecast in USDC via Bankr)
- [ ] "Predicted hot pools" dashboard (Next.js + wagmi)
Disclaimer
Forecasts are statistical extrapolations of onchain history, not financial advice. Always review calldata before signing.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。