Aerodrome Router

Route multi-hop swaps and manage liquidity across Aerodrome pools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies complex asset routing and liquidity management for Aerodrome by enabling multi-pool swaps, deposits/withdrawals, and zapping in a single, cohesive workflow.

Core Features & Use Cases

  • Multi-hop swaps: Route trades through multiple pools (volatile and stable) for optimal output.
  • Liquidity operations: Add and remove liquidity across token pairs with automated pool discovery and ratio maintenance.
  • Zap functionality: Convert disparate assets into LP positions or redeem LPs back into any token, optionally staking in gauges.
  • Use Case: A developer wants to swap USDC for AERO via an intermediate WETH step, then provide liquidity and optionally stake in a gauge.

Quick Start

Use the Aerodrome Router to perform a multi-hop swap across pools and, if needed, zap into LP and stake in a gauge.

Frequently Asked Questions about Aerodrome Router

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

FAQPage Schema
How do I execute multi-hop swaps on Aerodrome to optimize token output?

Multi-hop swaps on Aerodrome route trades through multiple volatile and stable pools to optimize output. This skill constructs the route and executes the swap, ensuring deterministic outcomes for complex token exchanges.

Can I zap disparate assets directly into an Aerodrome LP position?

Yes, you can zap disparate assets into an Aerodrome LP position. This skill converts your assets into liquidity pool tokens and optionally stakes them in gauges within a single, cohesive workflow.

How does liquidity provisioning handle pool discovery and ratio maintenance for volatile and stable pools?

Liquidity provisioning automates pool discovery and ratio maintenance across volatile and stable pools. This skill enforces liquidity math to ensure secure deposits and withdrawals for token pairs on Aerodrome.

What is the best way to swap USDC for AERO via an intermediate WETH step on Aerodrome?

The best way to swap USDC for AERO via an intermediate WETH step is using multi-pool routing. This skill constructs the multi-hop route, executes the swap, and can immediately zap the output into liquidity.

Does multi-hop routing on Aerodrome enforce deterministic outcomes for edge-case handling?

Yes, multi-hop routing enforces deterministic outcomes by handling edge cases during route construction and swap execution. This ensures secure liquidity math and predictable results for AMM operations.

When should I not use multi-pool routing for AMM swaps?

You should avoid multi-pool routing for AMM swaps if the direct pool offers better effective pricing without intermediate slippage. This skill is designed for complex paths where multi-hop routing yields higher output.