Skip to content

ivaaaan/hyperliquid-dex-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HypeEVM DEX Pools Tracker

Simple Telegram bot to track new liquidity pools on HypeEVM-based DEXes. It works by monitoring factory contracts for new pair creation events and sends notifications to a specified Telegram chat.

The bot has to poll the RPC instead of relying on WebSocket events due to limitations of HypeEVM RPC providers, therefore take into account rate limits on the RPC you are using.

Running

Simply clone the repository and configure .env file with your settings.

Adding new DEXes

Right now only UniswapV3-like DEXes are supported. To add a new DEX, you need to provide the factory contract address and the event signature for pair creation in the main.go.

Dynamic addition of DEXes via configuration files is not supported yet. You can also implement an interface to support other types of DEXes. Check the dex package for more details.

About

Telegram bot for tracking new pools on HypeEVM DEXs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages