You can monitor smart contracts through Events (we only supports EVM blockchains currently). For example, you can create the following scenarios:Documentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.
- Monitor all buy and sell orders in the KEKIUS pool, calculate the USD volume of each transaction, and instantly send a Telegram notification if any buy order exceeds $50,000.
- You can track the sending and receiving of tokens for any wallet address. Whenever that wallet sends or receives tokens, you’ll receive a notification on Telegram.
- …