Aerodrome Unstake LP logo

Catalog action EVM Onchain wallet Gas receive

Unstakes LP tokens from an Aerodrome gauge on Base. Returns LP tokens to your wallet. Use aerodrome-get-lp-positions to check staked balances. Ideal for: exiting yield farms, rebalancing positions, 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-unstake-lp
CategoryEVM Onchain
Connectorwallet
Requires gasYes
Funds movementreceive
Tagsdefi, staking, base, onchain, write

Payload Schema

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

Result Schema

FieldTypeRequiredDescription
transactionHashstringYes-
poolAddressstringNo-
gaugeAddressstringYes-
amountstringNo-

Examples

json
{ "type": "aerodrome-unstake-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