How to Automate with Gelato
Gelato is a Web3 automation network. It executes transactions on your behalf based on conditions - time, price, or custom logic.
What Can Gelato Automate?
Common Use Cases:| Task | Trigger | Action |
|---|---|---|
| . . . | . . . . - | . . . . |
| Auto-compound | Time (daily) | Claim + reinvest |
| Stop-loss | Price threshold | Close position |
| Limit order | Price match | Execute swap |
| Rebalance | Drift % | Adjust portfolio |
How It Works
- Create task on Gelato
- Fund with gas (prepaid)
- Gelato monitors conditions
- Executes when triggered
. -
Track your automated strategies with Fensory. Monitor all positions.[Start Tracking →](https://www.fensory.com)
Step-by-Step Instructions
Define Automation Goal
Clearly define what you want automated and when it should trigger.
Tips
- ✓Start simple: auto-compound
- ✓Complex conditions need custom functions
Go to Gelato
Visit app.gelato.network and connect your wallet.
Tips
- ✓Available on most EVM chains
- ✓Check if your chain is supported
Choose Automation Type
Select from templates (auto-compound, etc.) or create custom task.
Tips
- ✓Templates are easier
- ✓Custom needs smart contract knowledge
Configure Trigger
Set when task should execute: time interval, price condition, or custom.
Tips
- ✓Time: every N hours/days
- ✓Price: above/below threshold
- ✓Custom: any on-chain condition
Set Action
Define what happens when triggered: function to call, parameters.
Tips
- ✓Must have approval if spending tokens
- ✓Test action manually first
Fund Gas Tank
Deposit ETH/MATIC to Gelato for gas costs of future executions.
Tips
- ✓Estimate monthly gas needs
- ✓Refill before running out
Activate and Monitor
Enable the task. Monitor executions in Gelato dashboard.
Tips
- ✓Get notified of executions
- ✓Pause if issues arise