godsflaw / dss-cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dss-cron

Keeper jobs for Maker protocol. Designed to support multiple Keeper Networks. All jobs will be deployed contracts which implement the IJob interface.

Keeper Networks will be required to watch the activeJobs array in the Sequencer and find all instances of available jobs. Helper methods getNextJobs(...) can be used to check a subsection (or everything) of the array all at once. Each job is safe to be executed in parallel.

Funding of keeper networks is a separate task.

Deployed Contracts

Sequencer: 0x9566eB72e47E3E20643C0b1dfbEe04Da5c7E4732

Active Jobs

AutoLineJob [thi=1000 bps, tlo=5000 bps]: 0x8099D3E7B6f63040FBd25c7B1541b34055e95e19
LerpJob [maxDuration=1 day]: 0x68c843AfBE4b11a6d0700B516dd599f8587723bc
AaveDirectJob [threshold=50 bps]: 0x95416069ad8756f123Ad48fDB6fede7179b9Ecae
ClipperMomJob: 0x81fAa76b5f7D6211AcBD43967387561e5A9803bD

About

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 98.9%Language:Nix 0.6%Language:Shell 0.3%Language:Makefile 0.2%