Skip to content

A set of scripts made available for decentralised entities that want to run keeper services on Arkadiko

Notifications You must be signed in to change notification settings

mechanismHQ/keeper-services

 
 

Repository files navigation

Arkadiko Keeper Services

This repo contains a few node.js scripts that allow you to query for unhealthy vaults and liquidate those that are unhealthy. Ideally a keeper sets up an event listener for new vaults, or keeps an off-chain database with all Arkadiko vaults. We will provide other scripts (or a Ruby on Rails API or similar) in the future for this.

  1. Scan vaults

Iterates all vaults and checks a vault's collateralization ratio against the collateral type's liquidation ratio. Marks the vault for liquidation if insufficiently collateralized.

  1. Liquidate vault

Takes a vault ID as parameter and liquidates that vault. The liquidation contract call will fail if the vault is still sufficiently collateralized.

About

A set of scripts made available for decentralised entities that want to run keeper services on Arkadiko

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%