Skip to content

freQniK/freQtomicMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freQtomicMM

A frequency atomic swap market maker for Komodo Wallet and FiroDEX

THIS IS A WIP

Requirements

  • python >= 3.10

  • requests (pip install requests)

  • Coinstats.app API Key

Coinstats API KEY

You need to get a FREE API Key from: Public API Dashboard

The API key allows for 1,000,000 requests each month.

Edit coin_api/scrtxxs.py

Fill in the API Key, your Komodo/FiroDEX RPC password and set True or False if it is FiroDEX you are using.

The RPC password can be found where you reveal your seed phrase for the wallet within settings.

Usage:

$ python3.10 freQtomic.py --help
usage: freQtomic.py [-h] --sspread percentage --bspread percentage -n number [-t seconds] --sstep step --bstep step
                    coin [coin ...]

A freQuency atomic swap market maker - v0.1 - freQniK

positional arguments:
  coin

options:
  -h, --help            show this help message and exit
  --sspread percentage  Initial selling spread percentage (e.g. 7.2 for 7.2%)
  --bspread percentage  Initial buying spread percentage (e.g. 7.2 for 7.2%)
  -n number             Number of buy/sell orders to place (e.g. 2)
  -t seconds            Time in seconds to refresh the orders (default: 600)
  --sstep step          Incremental selling step percentage for each additional order (e.g. 3.5)
  --bstep step          Incremental buying step percentage for each additional order (e.g. 3.5)

e.g.

python3 freQtomic.py --sspread 5.14 --bspread 5.5 -n 3 --sstep 3.0 --bstep 3.14 FIRO LTC

Supported Coins

  • LTC

  • BTC

  • ARRR

  • FIRO

  • KMD

  • PIVX

  • ZEC

  • USDC-PLG20

  • USDT-PLG20

About

A frequency atomic swap market maker for Komodo Wallet and FiroDEX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages