Aerodrome Claim Rebases logo

Catalog action EVM Onchain wallet Gas receive

Claim accumulated rebase (anti-dilution) rewards for veNFTs on Aerodrome Finance (Base). Rebases are AERO tokens distributed to veNFT holders to maintain their voting share. Use aerodrome-get-claimable-rewards first to discover claimable rebases. Ideal for: automated rebase collection, veNFT maintenance, DeFi yield 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-claim-rebases
CategoryEVM Onchain
Connectorwallet
Requires gasYes
Funds movementreceive
Tagsdefi, rewards, claim, base, onchain, write

Payload Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID. Supported: Base (8453)
veNFTsarrayYesArray of veNFT objects from aerodrome-get-claimable-rewards. The action will filter for veNFTs with claimable rebase > 0 and extract tokenIds.

Result Schema

FieldTypeRequiredDescription
skippedbooleanNoTrue if no claimable rebases were found and the claim was skipped
reasonstringNoReason the claim was skipped (only present when skipped is true)
txHashstring | nullNoTransaction hash of the claim (null when skipped)
tokenIdsarrayYesThe veNFT token IDs that rebases were claimed for (empty when skipped)
claimedobject | nullNoTotal rebase amount claimed (null when skipped)

Examples

json
{ "type": "aerodrome-claim-rebases", "payload": { "chainId": 8453, "veNFTs": [] }, "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