Chainlink Automation (Keepers) for Base L2
Automate smart contract tasks on Base using Chainlink Automation. Examples include vault harvesting, position rebalancing, price-triggered actions, and scheduled token distributions.
- ⚙️ Time-based automation (cron-like scheduling)
- 📊 Condition-based triggers (price threshold, TVL, health factor)
- 🔄 Vault auto-compound with Chainlink Keepers
- 💊 DeFi health factor monitor and auto-repay
- 🛡️ Circuit breaker automation
| Type | Trigger | Example |
|---|---|---|
| Time-based | Every N seconds | Harvest vault every 24h |
| Log-trigger | On-chain event | Rebalance on price change |
| Custom logic | checkUpkeep returns true |
Auto-repay when HF < 1.2 |
git clone https://github.com/fabt31/base-chainlink-automation
forge install && forge build- Deploy your
AutomationCompatiblecontract - Go to automation.chain.link
- Register with LINK funding
- Your contract runs automatically on Base!
- LINK Token:
0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196 - Automation Registry:
0xE226D5aCae908252CcA3F6CEFa577527650a9e1f
MIT