Giter Club home page Giter Club logo

driftpy-examples's Introduction

driftpy examples

examples to interact with drift protocol-v2 using python sdk

dependencies: driftpy

Quick Setup

creates a virtualenv called "venv"

python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Quick Run

can either use --keypath flag or run export ANCHOR_WALLET=path/to/id.json for key

post two maker orders for SOL-PERP on devnet (default) with main account (default)

python floating_maker.py --amount .1 --market SOL-PERP

post two maker orders for SOL/USDC on mainnet with subaccount_id = 2

python floating_maker.py --amount .69 --market SOL --env mainnet --subaccount 2

stake 1 USDC (market_index=0) to drift v2 insurance fund (on devnet, also default)

python if_stake.py --operation add --amount 1 --market 0 --env devnet

place SOL-USDC limit orders grid (bids and asks) around the oracle price ($100 worth of orders)

python limit_order_grid.py --amount 100 --market SOL --grids 10 --env mainnet

place SOL-USDC limit orders grid (bids and asks) around the oracle price ($100 worth of orders)

python limit_order_grid.py --amount 100 --market SOL --grids 10 --env mainnet

place SOL-USDC limit orders grid (bids and asks) around the oracle price ($100 worth of orders) and enforce a min/max base position

python limit_order_grid.py --amount 100 --market SOL --grids 10 --env mainnet --max-position 10 --min-position 0

place SOL-USDC limit orders grid (asks only) above oracle but up to $21.50 (enforce a min/max base position)

python limit_order_grid.py --amount 100 --market SOL --grids 10 --env mainnet --max-position 10 --min-position 0 --upper-price 21.5

place SOL-USDC limit orders grid (bids and asks) between $21.40 and $21.50 (bids below oracle, asks above oracle, and still enforce a min/max base position)

python limit_order_grid.py --amount 100 --market SOL --grids 10 --env mainnet --max-position 10 --min-position 0 --lower-price 21.4 --upper-price 21.5

Disclaimer

This is experimental software is for educational purposes only on a developer testnet. USE THIS OPEN SOURCE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR RESULTS.

driftpy-examples's People

Contributors

0xbigz avatar crispheaney 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.