Search
These contracts are tools to help you quickly deploy Keepers for specific use-cases. This list will be updated as more contracts become available. For more resources on Keepers, including videos and tutorials, click here.
EthBalanceMonitor
EthBalanceMonitor
documentation
This utility contract reviews the balances of a list of addresses and automatically tops them up. This automates the monitoring of Upkeep for registered contracts. To use this contract, you must add an address to the balance monitor Upkeep and make sure the balance monitor upkeep is well funded. Review the EthBalanceMonitor
documentation to get started.
This example teaches you how to automate the process of compounding arbitrary yield farm reward tokens back into an initially deposited asset. Using Keepers to automate this process makes it more trustless and decentralized.
This example teaches how to use Chainlink VRF and Chainlink Keepers together. Using Keepers with batch NFT reveals, you can automate and further decentralize your NFTs.
This example teaches you how to create dynamic NFTs using Keepers.