You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/v3/strategy_writing_guide.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,11 +444,14 @@ It is recommended to build strategies on the assumption that reports will happen
444
444
445
445
Since reports are the only time _harvestAndReport will be called any strategies that need more frequent checks or updates should override the_tend and tendTrigger functions for any needed mid-report maintenance.
446
446
447
-
####Keepers
447
+
### Keepers
448
448
449
449
The easiest way to ensure regular reports and tends on your strategy is to hook it up with a 3rd party keeper.
450
450
451
-
The recommended keeper network is the [Gelato Network](https://www.gelato.network/).
451
+
There are 2 keeper networks that integrate well with Yearn Vaults:
452
+
453
+
-[yHaas](https://hackmd.io/g6v3e3mIS9y5kBYSYU2ZPw) is Yearn's in-house automation solution for vaults and strategies.
454
+
-[Gelato Network](https://www.gelato.network/) is a large 3rd party automation solution for different EVM networks.
0 commit comments