write.asset_manager.merkl_operator
Encode Merkl operator automation to claim external incentive rewards from token teams on top of regular LP fees. Use when pools have active Merkl campaigns and combine with rebalancer for additional yield.
Instructions
Encode args for the Merkl operator automation. Claims external Merkl protocol incentive rewards into the account — additional rewards paid by token teams on top of regular LP fees. Enable when the pool has active Merkl campaigns (check APY breakdown in read.strategy.list). Always combine with rebalancer when both are relevant — no conflict, extra free yield. Returns { asset_managers, statuses, datas } — pass to write.account.set_asset_managers. Combinable with other intent tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reward_recipient | Yes | Address to receive Merkl rewards | |
| enabled | No | True to enable, false to disable | |
| chain_id | No | Chain ID: 8453 (Base) or 130 (Unichain) |