Skip to content

Commit 500eae8

Browse files
authored
chore: add yhaas to strategy guide (yearn#514)
1 parent d30af04 commit 500eae8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/developers/v3/strategy_writing_guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,14 @@ It is recommended to build strategies on the assumption that reports will happen
444444

445445
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.
446446

447-
#### Keepers
447+
### Keepers
448448

449449
The easiest way to ensure regular reports and tends on your strategy is to hook it up with a 3rd party keeper.
450450

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.
452455

453456
### Setters
454457

0 commit comments

Comments
 (0)