FAQ
How are private keys handled?
Private keys are encrypted and stored only on the RAM on the bot server, and it gets flushed out once your bot is stopped. Due to this, whenever we do a restart to servers (for an update or bug fix), we will ping you on Discord for you to start your bot again.
How is Speed Divided?
Your total speed (the speed of your plan) is divided in to 3:
Initial/active loop
Token bid counter offers
Collection/trait bid counter offers
If all three are in its peak usage (all require multiple bids per second), then the speed will be divided equally between them.
But, for example, if in the 30 bids/sec plan:
Initial loop requires 4 bids/sec
Token bid counter requires all the speed it can get
Collection counter does not need any bids right now
Then, initial will get 4 bids/sec, and all the remaining bidding power will be left for token counter bidding to use, so it will get the remaining 26 bids/sec. Keep in mind that this scenario is for a single second. This means that each second, the total speed is divided smartly by the bot to which ever part needs it and when they all need it with exceeding the limit, then it is divided.
When counter bidding, if there are no bidding power left, some bids will be ignored since the bot is already at its %100 for its bidding speed. This is done smartly by the bot to not do as such on only one second peaks but rather if it is for multiple seconds at least.
Bot does not bid on a specific task and it says initial loop is done
I have another question
Feel free to message us from our Discord server if you have any additional questions or you need more clarity on a part of this docs.
Last updated