write.asset_manager.yield_claimer
Automatically claim pending fees and emissions from liquidity positions and send them to a specified recipient address. Configure for different DEX protocols to optimize yield collection.
Instructions
Encode args for the standalone yield claimer automation. Periodically claims pending fees/emissions and sends them to a designated recipient (wallet, another account, or any address). Returns { asset_managers, statuses, datas } — pass to write.account.set_asset_managers. Combinable with other intent tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex_protocol | Yes | DEX protocol of the LP position — used to resolve the correct asset manager address. | |
| fee_recipient | Yes | Address to receive claimed fees (wallet address or any destination) | |
| enabled | No | True to enable, false to disable | |
| chain_id | No | Chain ID: 8453 (Base) or 130 (Unichain) |