write.asset_manager.cow_swapper
Encode arguments to enable direct ERC20 token swaps via CoW Protocol batch auctions on Base network. This standalone tool provides MEV-protected trading requiring account owner signatures for each transaction.
Instructions
Encode args for standalone direct CowSwap mode. Enables the CowSwapper to swap any ERC20 → ERC20 via CoW Protocol batch auctions (MEV-protected). Unlike compounder_staked or yield_claimer_cowswap, this is NOT coupled to any other automation — each swap requires an additional signature from the account owner. Only available on Base (8453). Returns { asset_managers, statuses, datas } — pass to write.account.set_asset_managers. Combinable with other intent tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | True to enable, false to disable | |
| chain_id | No | Chain ID: 8453 (Base) |