Hi party fans,
I've built a script that takes their maker fee rebate on the perpetual market, along with it's volume, and creates massive returns. I think the volume is a bit over-the-top these last few days, but evne at 1/100 the trades this venture is still highly profitable
Because there's literally 10s of millons of orders being taken in a day, there's healthy room for more than one person to be the maker on some of those without any notceable competition.
Look! In 16 hours more than 4000% returns on 2.27 seed BTC!
https://docs.google.com/spreadsheets/d/1C1gdUs9ULA7qc6tO4JZcucHxFd4F6dfR-SUmPUYtRYE/edit#gid=0Look! in 6 hours 600% returns!
https://docs.google.com/spreadsheets/d/1y_yQbV3e0pXqcMIG-h55oArJ-vEA8SEs5WBK6fpq62E/edit#gid=0If you don't like sheets links, here's this:
https://drive.google.com/file/d/1KN16BgznUwcWVNKAx7tZwVA34s036xuw/view?usp=sharing https://drive.google.com/file/d/1vHRgJa_-4-XhCZivGbhOJ7YQUcD5xZoo/view?usp=sharingThe newest version of the bot includes many features to try to avoid a margin call, and at present never uses more than 1/3 the equity available on a given account.
From both my accounts, here is the summary:
Acc #1:
fees paid 69.08455994 change in balanec 157.334570159999 fees earned, after paying the above fees -234.01579655
csv export:
https://drive.google.com/file/d/1qyLluU8iS_bemh6Dwdl_7qfToqs-BiNB/view?usp=sharingAcc #2:
fees paid 19.10605269 fees (rebates) earned after paying above fees -251.62075451 Change in balance 250.85156822
csv export:
https://drive.google.com/file/d/1bI53D78TCwACYwNMss1vFSVs8QeixAGu/view?usp=sharing Download, install node, npm (any machine) 1.5 git clone
https://github.com/DunnCreativeSS/marketmaker run npm i in the directory of ths git repo
Open deribit.js
Change key, secret to appropriate values 4.5 in views/index.ejs,
Run on TestNet
When you want to run on livenet, take out the ', '
https://test.deribit.com'' section of var restClient = new RestClient('key','secret'
It should look like:
var restClient = new RestClient('key','secret')
I do ask that you sign up to my Deribit ref lnk, so I can get value from your taker trades.
https://www.deribit.com/reg-4393.9303 Yes, I fully intend on using some of the realized profits to repeat this success in other maker fee rebate exchanges (like BitMex).
More details
To Prove for Viability Consistent over all types of markets, but identify when it does better From forward testing on testnet, it’s apparent: An upwards trend will cause more Sells than Buys A downwards trend will cause more Buys than Sells In each above case, until such time as there are more units in a position than the lower or higher threshold, lower being sell/buy back 1/3 of position as maker and higher threshold being sell/buy back 1/2 of position as taker A spike in volume will cause more buys/sells Until such point as it exceeds a maximum threshold for buys/sells in given 8s period, in which case it takes a 20s break from buying/selling Until such point as a given position PNL is <-0.30%, when it liquidates position Until such point as a given total equity falls 1.5% in a given 60s period, when it liquidates open positions A downturn in volume causes less profits But still shows a steady upwards movement on the graph, although decelerated Sunk costs of dev To deploy any number users to livenet Deribit $0, put in their API keys to my testnet script and switch to livenet To deploy to other exchanges, BTC futures with leverage Max. 40 hour’s effort by an effective resource or team On other exchanges, incorporate other coins or lower leverage Max. add’l 20 hour’s effort by an effective resource or team, given the buy/sell and other logic already exists from #2 Scalability given current market liquidity and volume A spot check shows top 10 bids/asks @ 40k contracts ($10 apiece) of non-hidden orders on the books for both testnet and livenet Livenet has 25 trades within last 3 minutes, Testnet within 1 minute I expect the scalability for a single deploy at 2-10 BTC seed will perform like the bot on testnet. Additional bots on Deribit would contribute to maker volume, if we had $400 000 (at 100x leverage, so $4000 on both sides of the books so $8000) it would double non-hidden orders. If we had $4000 leveraged the bot would enter orders of 1250 contracts. @ $32 difference, measuring each bid/ask by $2, there is roughly $3m on both sides of the books, $30 000 at 100x leverage, which we’d double with our own $30 000. If we had $3m leveraged the bot would enter orders of 10 000 contracts. Add’l exchanges, add’l liquidy and volume.