Smart Automations
Writing Instructions
Smart Automations are defined using plain language. The agent interprets these instructions and converts them into on-chain rules that it executes.
Examples:
"Buy 100 USDC of wstETH if ETH drops below $2,800"
"Sell 25% of my holdings in AERO if its 1h RSI is above 70"
"Stake all BAL tokens I receive on Fridays"
"Transfer 50% of my stablecoins to a yield vault when volume spikes by 30%"
Instructions can combine multiple triggers, such as time conditions and market indicators.
Supported Actions
Agents can execute various DeFi operations, including:
Swaps
Dollar-cost averaging (DCA)
Conditional buys and sells
Staking and restaking
Vault deposits and withdrawals
Token transfers
Additional actions may be added as integrations expand.
Agent Scope
Agents do not operate independently or make decisions outside the rules provided. They will only execute instructions explicitly defined by the user.
To create adaptive strategies, users can combine conditional rules or create multiple automations with different thresholds.
Last updated