Discord Bot

notifies you about significant on-chain events.
Install the bot to your Discord server here.
DexGuru bot offers 4 types of alerts, aka typeOfAlert.
NewToken - notifies you when a new token gets a liquid on-chain market.
LPool - notifies you of liquidity pools adds/removes.
Whale - notifies you of large on-chain swaps.
Volume - notifies you of volume spikes that happened over the 10 minutes relative to the last hour of the trading volume.
Eight different networks are supported: Ethereum, BSC, Polygon, Avalanche, Arbitrum, Fantom, CELO, Optimism
There are five commands you can give to the DexGuru bot by typing them in your channel. Make sure the bot has permission to write in the channel.
  • All commands start with the word guru
  • We use italics to indicate a variable in a command.
  • Square brackets [...] in the command indicate that the variable is optional.
  • Commands are case-insensitive.
  • If you do not specify the threshold, we set it to $100,000 for NewToken, LPool, and Whale alerts -and for a Volume alert, the default value is 100%.

List of commands

Add - adds a new type of alert to the channel. guru add typeOfAlert network [tokenAddress] [threshold]
Remove - removes alerts in the channel. If you do not specify which exact alert to remove, all alerts that fall under the definition you provided are removed. guru remove [typeOfAlert] [network] [tokenAddress] [threshold]
Change - allows you to change a threshold on an alert. guru change typeOfAlert network [tokenAddress] threshold
List - lists all the alerts that are currently set up in the channel. guru list
Help - displays instructions. guru help

Examples:

Monitor large transactions to detect influential wallet addresses and potentially token price changes.
For example, we can set up a channel #ape-whales and create an alert for transactions that include APE token and are bigger than $200,000 in value by typing the following command:
guru add whale ethereum 0x4d224452801aced8b2f0aebe155379bb5d594381 $200000
Monitor newly released tokens and never miss an opportunity to buy them early. Researching newly listed tokens, can help you in finding undervalued projects.
For example, let's set up an alert for newly listed tokens with liquidity over $50,000. This time we are only interested in the Polygon platform. The command will look like this:
guru add newtoken polygon $50000
Never miss a hot market with volume alerts. Volume is an essential tool for swing traders. A trend with a high volume alert is stronger than the one with a small volume.
For example, to look for high-volume tokens on the Optimism platform, with the 5000% of its average hourly volume, set up the following command:
guru add volume optimism 5000%
Other examples:
guru change whale bsc 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 150000 - changes the whale's alert thereshold to $150000 for USDC token on the BSC network. This means that the alert is triggered only if the transaction is over $150000. guru remove - removes all liquidity pool alerts.
Feel free to reach out to us on Discord for support.