Aerodrome Stake LP logo

Catalog action EVM Onchain wallet Gas send

Stakes LP tokens in an Aerodrome gauge to earn AERO emissions on Base. Handles LP token approval to gauge automatically. Use aerodrome-get-lp-positions to find pools with gauges. Ideal for: yield farming, emission harvesting, DeFi automation.

This action can require a wallet connector, gas, token movement, or an external side effect. Test with simulation or a controlled amount before using it in a live workflow.

At a Glance

FieldValue
Action IDaerodrome-stake-lp
CategoryEVM Onchain
Connectorwallet
Requires gasYes
Funds movementsend
Tagsdefi, staking, base, onchain, write

Payload Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID. Supported: Base (8453)
poolAddressstringYesAddress of the Aerodrome LP pool
amountstringYesAmount of LP tokens to stake in raw units

Result Schema

FieldTypeRequiredDescription
transactionHashstringYes-
poolAddressstringNo-
gaugeAddressstringYes-
amountstringNo-

Examples

json
{ "type": "aerodrome-stake-lp", "payload": { "chainId": 8453, "poolAddress": "0x0000000000000000000000000000000000000000", "amount": "1000000" }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I