Allocator automation
The Euler Allocator Bot can monitor Earn vault strategies and submit reallocations according to an operator's policy. Automation should implement an approved allocation mandate rather than choose the mandate itself.
What to automate
An allocator can evaluate strategy returns, utilization, available liquidity, current allocations, caps, and queue order, then propose or execute moves within configured limits. Reallocation decisions should account for withdrawal capacity and concentration, not APY alone.
Controls
Keep strategy allowlists, concentration and liquidity limits, transaction-size limits, key management, monitoring, and escalation procedures outside the optimizer. Simulate each transaction against current state and stop automation when inputs are stale, a strategy behaves unexpectedly, or execution repeatedly fails.
For the underlying roles, caps, queues, and reallocation mechanics, see the allocator handbook.