Rules

Rules are an add-on on a phrase or follow automation. They decide whether something the bot found gets posted.

Rules are an add-on on a phrase or follow automation. They decide whether something the bot found gets posted.

The six rule kinds

Each rule is a fact about the account, a direction — at least or at most — and a number.

The six kinds

RuleAt leastAt most
Followershas at least N followershas at most N followers
Followingfollows at least N accountsfollows at most N accounts
Follower/following ratiohas at least N× more followers than followinghas at most N× more followers than following
Postshas at least N postshas at most N posts
Account ageaccount is at least N days oldaccount is at most N days old
Contract addresshas a contract address or chart linkhas no contract address or chart link

Limit

At most 8 rules per automation, and one rule per kind and direction. A minimum above its own maximum is rejected, and a contract-address rule can't both require and forbid one.

Unknown facts fail

Unknown fails

A rule the bot cannot check fails.

  • Account age fails when the account's join date is unknown.
  • Contract address fails, in either direction, when the contract-address search hasn't finished yet.

How many rules may fail

There is no AND/OR between rules. Every rule must hold unless you allow some to fail: the line Send if it violates under the rule list sets how many rules may be broken and the item still sends.

Dropdown valueMeaning
none of the rulesEvery rule must hold (the default).
N of the <total> rulesUp to N may fail.
all of the rulesRules never block sending.

The contract-address rule's wait

A contract-address rule on a follow tracker makes the announce wait up to 8 seconds for the account's contract-address search before deciding whether to send.

Note

On a phrase automation the rule is judged immediately, from the matching post and the author's bio.

Skips, and adding a rule

An item that fails its rules is skipped and never retried. The skip is counted in the automation's status, with which rules it broke. Nothing is posted to the group.

Add a rule to a phrase or follow automation

  1. Open the automation's editor and scroll to Rules.
  2. Click Add rule.
  3. Pick the kind and direction from the dropdown, e.g. "Has at least … followers".
  4. Enter the number (a Contract address rule has none).
  5. Repeat, up to 8 rules total.
  6. Set "Send if it violates" to how many rules may fail and the item still sends — "none of the rules" by default.
  7. Save.