Aerodrome logo 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.

Public page

Open the user-facing integration overview for examples, templates, and sharing.

Action reference

Schema-level references for executable actions and test payloads.

Learn More
Trigger reference

Event and schedule triggers that can start B3OS workflows.

Learn More

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

ActionIDConnectorRequired fields
Aerodrome Add Liquidity logo Aerodrome Add Liquidityaerodrome-add-liquiditywalletchainId, tokenA, tokenB, stable, amountADesired, amountBDesired
Aerodrome Claim Bribes logo Aerodrome Claim Bribesaerodrome-claim-bribeswalletchainId, tokenId, claimableBribes
Aerodrome Claim Emissions logo Aerodrome Claim Emissionsaerodrome-claim-emissionswalletchainId, poolAddress
Aerodrome Claim Fees logo Aerodrome Claim Feesaerodrome-claim-feeswalletchainId, tokenId, claimableFees
Aerodrome Claim Rebases logo Aerodrome Claim Rebasesaerodrome-claim-rebaseswalletchainId, veNFTs
Aerodrome Get Claimable Rewards logo Aerodrome Get Claimable Rewardsaerodrome-get-claimable-rewards-chainId, walletAddress
Aerodrome Get LP Positions logo Aerodrome Get LP Positionsaerodrome-get-lp-positions-chainId, walletAddress
Aerodrome Remove Liquidity logo Aerodrome Remove Liquidityaerodrome-remove-liquiditywalletchainId, tokenA, tokenB, stable, liquidity
Aerodrome Stake LP logo Aerodrome Stake LPaerodrome-stake-lpwalletchainId, poolAddress, amount
Aerodrome Unstake LP logo Aerodrome Unstake LPaerodrome-unstake-lpwalletchainId, poolAddress, amount

Available Triggers

No trigger references are published for this integration yet.

Common Use Cases

Automated Yield Compounding

Create a recurring workflow that automatically claims emissions, bribes, and fees, then re-invests them by adding liquidity back into high-performing pools.

Dynamic Liquidity Management

Monitor your LP positions and set automated rules to remove liquidity and unstake during periods of high volatility to protect your principal.

Hands-Free Reward Harvesting

Set up a daily or weekly schedule to trigger 'Claim Emissions' and 'Claim Rebases', ensuring your rewards are captured without manual intervention.

LP Strategy Optimization

Automate the process of moving capital by combining 'Get LP Positions' with 'Unstake LP' and 'Add Liquidity' actions to shift between different pools based on yield data.

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}/test before routing production traffic.
TemplateDescriptionTags
Aerodrome: Auto Rewards ClaimerThis workflow will claim any earned veNFT rewards from Aerodrome on a weekly basis, to includ...trading, wallet
Aerodrome: Whale Swap AlertThis 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.