Skip to main content

Automation

Guides for automating vault operations with keepers.


Guides

GuideDescription
Quick StartGet started with automation
Full AutomationComplete keeper setup
Completion OptionsCCA completion strategies

Overview

Automation handles:

  • Vault operations: Deploy to strategies, report profits
  • CCA completion: Graduate auctions to V4 pools
  • Fee distribution: Trigger GaugeController distributions
  • Lottery: Process VRF callbacks

Keeper responsibilities

┌─────────────────────────────────────────┐
│ Keeper Bot │
├─────────────────────────────────────────┤
│ │
│ Vault Operations │
│ ├─► deployToStrategies() │
│ ├─► report() │
│ └─► tend() │
│ │
│ Fee Distribution │
│ └─► gaugeController.distribute() │
│ │
│ CCA Management │
│ └─► ccaAuction.graduate() │
│ │
└─────────────────────────────────────────┘