graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>system</strong><br>monitor token balance`"]
3{"`<strong>if</strong><br>check if balance changed`"}
4["`<strong>discord</strong><br>send discord notification`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
Automatically monitors token balance changes for a Sui wallet address and sends instant Discord notifications when the balance changes, so you never miss important token movements.
This workflow is designed for Sui blockchain users who want to monitor their token holdings and receive instant notifications when their balance changes, without having to manually check their wallet address.
Manually checking token balances on the Sui blockchain is time-consuming and you might miss important balance changes. This workflow automates the monitoring process and sends instant Discord notifications whenever your token balance changes, helping you stay informed about token movements in real-time.
ChainKit - Get Token Balances on Sui: Retrieves specific token balances by symbols for an address on Sui blockchain
System - Detect Data Change: Monitors changes in data returned by calling a method on a target node. Uses caching to detect when data has changed compared to previous calls, with configurable update intervals and optional field watching.
Discord - Send Discord Webhook: Sends messages to Discord channel using webhook URL with title, content, and optional fields
Tip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.