Aerodrome Integration
Streamline your DeFi operations on Aerodrome by connecting liquidity management and reward harvesting to your automated workflows. Eliminate manual task...
Integration available
Streamline your DeFi operations on Aerodrome by connecting liquidity management and reward harvesting to your automated workflows. Eliminate manual tasks and optimize your yield strategies with seamless, trigger-based execution on the Base network.
Build With Aerodrome
Use Aerodrome when a workflow needs to call Aerodrome Add Liquidity, Aerodrome Claim Bribes, Aerodrome Claim Emissions or related Aerodrome operations from a typed B3OS action. Start in the visual editor to connect an account, then use the references below for payload shape, required fields, and API testing.
Available Actions
| Action | ID | Connector | Required fields |
|---|---|---|---|
aerodrome-add-liquidity | wallet | chainId, tokenA, tokenB, stable, amountADesired, amountBDesired | |
aerodrome-claim-bribes | wallet | chainId, tokenId, claimableBribes | |
aerodrome-claim-emissions | wallet | chainId, poolAddress | |
aerodrome-claim-fees | wallet | chainId, tokenId, claimableFees | |
aerodrome-claim-rebases | wallet | chainId, veNFTs | |
aerodrome-get-claimable-rewards | - | chainId, walletAddress | |
aerodrome-get-lp-positions | - | chainId, walletAddress | |
aerodrome-remove-liquidity | wallet | chainId, tokenA, tokenB, stable, liquidity | |
aerodrome-stake-lp | wallet | chainId, poolAddress, amount | |
aerodrome-unstake-lp | wallet | chainId, poolAddress, amount |
Available Triggers
No trigger references are published for this integration yet.
Common Use Cases
Connector Notes
- Create the connector from a trusted B3OS organization before publishing workflows that call external accounts.
- Keep OAuth tokens, API keys, bot tokens, channel IDs, and account IDs in connector settings or workflow props, not in reusable public template text.
- Test with the visual editor or
POST /v1/actions/{type}/testbefore routing production traffic.
Related Templates
| Template | Description | Tags |
|---|---|---|
| Aerodrome: Auto Rewards Claimer | This workflow will claim any earned veNFT rewards from Aerodrome on a weekly basis, to includ... | trading, wallet |
| Aerodrome: Whale Swap Alert | This workflow monitors a specified whale wallet and tracks if they sell or swap any ERC-20 to... | slack-v2, slack-bot, defi, trading |
FAQ
You can use B3OS to schedule actions like 'Aerodrome Claim Emissions', 'Aerodrome Claim Bribes', and 'Aerodrome Claim Fees' to ensure you never miss a reward cycle.
Yes, B3OS allows you to automate the entire lifecycle of liquidity, from 'Aerodrome Add Liquidity' to 'Aerodrome Remove Liquidity' based on specific market conditions or schedules.
Absolutely. You can use the 'Aerodrome Get LP Positions' action to monitor your holdings and trigger 'Aerodrome Stake LP' or 'Aerodrome Unstake LP' actions automatically.
By using the 'Aerodrome Claim Rebases' action, you can build workflows that automatically claim and reinvest rebase rewards, maximizing your compounding effect.
Yes, you can integrate the 'Aerodrome Get Claimable Rewards' action into your workflow to verify reward amounts before executing a claim action.
