Clanker Claim Fees logo

Catalog action EVM Onchain wallet Gas receive

Claim accumulated LP fees from the ClankerFeeLocker contract on Base for a specific feeOwner and feeToken pair. Use clanker-get-token-rewards first to discover recipients and fee token addresses. Ideal for: automated fee harvesting, reward claiming workflows, creator earnings collection.

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 IDclanker-claim-fees
CategoryEVM Onchain
Connectorwallet
Requires gasYes
Funds movementreceive
Tagsclanker, fees, claim, base, onchain, write

Payload Schema

FieldTypeRequiredDescription
feeOwnerAddressstringYesFee owner (reward recipient) address to claim for. Use clanker-get-token-rewards to discover recipients for a token.
feeTokenAddressstringYesFee denomination token address (e.g. WETH 0x4200000000000000000000000000000000000006). Use clanker-get-token-rewards to discover fee token addresses per recipient.

Result Schema

FieldTypeRequiredDescription
statusstringYesClaim status
transactionHashstringNoTransaction hash of the claim
blockNumbernumberNoBlock number of the transaction
feeOwnerAddressstringNoFee owner address claimed for
feeTokenAddressstringNoFee denomination token address

Examples

json
{ "type": "clanker-claim-fees", "payload": { "feeOwnerAddress": "0x0000000000000000000000000000000000000000", "feeTokenAddress": "0x0000000000000000000000000000000000000000" }, "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