Coder Social home page Coder Social logo

drift-v2-keeper-bots's Introduction

Keeper Bots for Drift Protocol v2

Docs Discord Chat License

Setting up

Setup Environment

cp .env.example .env

Update values in .env accordingly

KEEPER_PRIVATE_KEY: can be a number array (as in example), or a path to a keypair.json as generated by solana-keygen. The address of this key requires SOL since it will be the signing authority of all transactions sent by this bot.

Initialize User

A ClearingHouseUser must be created before interacting with the ClearingHouse program.

yarn run dev --init-user

Depositing Collateral

Some bots (i.e. trading, liquidator and JIT makers) require collateral in order to keep positions open, a helper function is included to help with depositing collateral. A user must be initialized first before collateral may be deposited.

# deposit 10,000 USDC
yarn run dev --force-deposit 10000

Run Bots

By default, some Prometheus metrics are exposed on localhost:9464/metrics.

Run Filler Bot

yarn
yarn run dev:filler

Run Trigger Bot

yarn
yarn run dev:filler

Run JIT Maker Bot

โš  requires collateral

yarn
yarn run dev:jitmaker

drift-v2-keeper-bots's People

Contributors

0xbigz avatar crispheaney avatar lowkeynicc avatar partiallysorted avatar waggme avatar wphan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.