> For the complete documentation index, see [llms.txt](https://wayfinder-1.gitbook.io/wayfinder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wayfinder-1.gitbook.io/wayfinder/protocols-and-adapters/aerodrome-slipstream.md).

# Aerodrome Slipstream

Manage concentrated liquidity positions on Aerodrome's Slipstream pools — mint NFT positions with custom tick ranges, stake in gauges, and claim rewards on Base.

> These prompts work in the Wayfinder app or any coding agent connected to the SDK. Full skill reference: [`using-aerodrome-slipstream-adapter/SKILL.md`](https://github.com/WayfinderFoundation/wayfinder-paths-sdk/tree/main/.claude/skills/using-aerodrome-slipstream-adapter) on GitHub.

## When to Use

* Discovering Slipstream (concentrated liquidity) pools and tick spacings
* Minting new concentrated liquidity positions with custom price ranges
* Adjusting liquidity (increase/decrease) on existing positions
* Collecting accumulated trading fees
* Staking position NFTs in gauges for AERO emissions
* veAERO voting and reward claiming (shared with classic Aerodrome)

## What You Can Do

| Objective                       | Prompt                                                                                      |
| ------------------------------- | ------------------------------------------------------------------------------------------- |
| List Slipstream markets         | "Show me all Aerodrome Slipstream markets on Base with gauge state"                         |
| Find pools for a pair           | "Find all Slipstream pools for USDC/WETH across tick spacings"                              |
| View a single position          | "Show me the details and USD value of my Slipstream position #12345"                        |
| View all my positions           | "What are all my Slipstream positions, including USD values and pending fees?"              |
| List my veAERO NFTs             | "What veAERO NFTs does my wallet hold?"                                                     |
| Mint a new position             | "Mint a Slipstream position for USDC/WETH with tick spacing 200 in the current price range" |
| Increase liquidity              | "Add more liquidity to my Slipstream position #12345"                                       |
| Decrease liquidity              | "Remove half the liquidity from my Slipstream position #12345"                              |
| Collect trading fees            | "Collect fees from my Slipstream position #12345"                                           |
| Burn an empty position          | "Burn my empty Slipstream position #12345"                                                  |
| Stake position in gauge         | "Stake my Slipstream position #12345 in its gauge for AERO emissions"                       |
| Unstake from gauge              | "Unstake my Slipstream position #12345 from the gauge"                                      |
| Claim gauge rewards             | "Claim AERO rewards for my staked Slipstream position #12345"                               |
| Vote with veAERO                | "Vote with my veAERO on Slipstream pools"                                                   |
| Claim fees, bribes, and rebases | "Claim all fees, bribes, and rebases for my veAERO NFT"                                     |

## Configuration

Base only (chain ID 8453). Slipstream has multiple deployment variants (`initial` and `gauge_caps`) with different position managers — the adapter handles routing automatically. Positions are ERC-721 NFTs; track `token_id` values carefully. Tick ranges must be divisible by the pool's `tick_spacing`. veAERO lifecycle (locks, voting, rewards) works identically to [classic Aerodrome](/wayfinder/protocols-and-adapters/aerodrome.md).
