Aerodrome Claim Bribes logo

Catalog action EVM Onchain wallet Gas receive

Claim accumulated bribe/incentive rewards for a veNFT on Aerodrome Finance (Base). Use aerodrome-get-claimable-rewards first to discover claimable bribes. Groups bribes by bribe contract and calls Voter.claimBribes in a single transaction. Ideal for: automated bribe harvesting, veNFT incentive collection, 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-bribes
CategoryEVM Onchain
Connectorwallet
Requires gasYes
Funds movementreceive
Tagsdefi, incentives, claim, base, onchain, write

Payload Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID. Supported: Base (8453)
tokenIdstringYesThe veNFT token ID to claim bribes for
claimableBribesarrayYesArray of claimable bribe items from aerodrome-get-claimable-rewards. Each item must include bribeAddress and tokenAddress.

Result Schema

FieldTypeRequiredDescription
skippedbooleanNoTrue if no claimable bribes 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)
tokenIdstringYesThe veNFT token ID claimed for
claimedarrayNoItems that were claimed (empty when skipped)

Examples

json
{ "type": "aerodrome-claim-bribes", "payload": { "chainId": 8453, "tokenId": "1", "claimableBribes": [] }, "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