All Collections
Frequently Asked Questions
Rule Logic
Sample Rule Logic, Questions And Answers
Sample Rule Logic, Questions And Answers
Reni Asumah avatar
Written by Reni Asumah
Updated over a week ago

Sample Rule Logic, Questions And Answers

Question 1: When the bot has processed a batch of valid coins from the "1st IF Block" to the "2nd IF block" does the scanner still simultaneously look for new coins that may be eligible for the 1st IF Block while-at-the-same-time still processing the valid group of coins from the 2nd "IF BLOCK" into the 3rd IF Block. How does the scanner work?

Answer: Coins are reviewed rule based not sequence based, so each execution cycle of the rule will have the same set of coins starting from sequence 0 (First if condition) till the end. That's why on the following IF blocks, "any coin" cannot be chosen, you can either select "that coin" or a specific coin.

Q2: If the bot has processed a group of coins from the 1st IF Block to the 2nd IF Block, does the bot wait for another "5 + 10 = 15 minutes" before looking for a new set/group of coins to introduce into the 1st IF BLOCK?

Answer: The rule won't go back to sequence zero, unless it has been through all of the sequences and executed all of the actions, then it will go back to sequence zero (First IF block) and re-evaluate.

Q3: Is the Coin scanner always scanning/looking for valid coins all the time (I.e. every single second of every single minute of every single hour), or does the Coin scanner take breaks once in a while (e.g every 60 seconds)?

Answer: Coins are rule based not sequence based, so each execution cycle of the rule will have the same set of coins starting from sequence 0 (First if condition) till the end. That's why on the following IF blocks, "any coin" cannot be chosen, you can either select "that coin" or a specific coin.

Did this answer your question?