Reads token balances for a Sui wallet on-chain; if the chosen token’s balance is below your minimum threshold, it sends one alert to Telegram and then finishes.
Sui wallet address (required): The Sui address to query. Example: a 0x… address. This is the account whose balances are checked.
Token symbol to check (required): Which token to monitor. Example: SUI. Only this symbol is compared to the threshold.
Minimum balance threshold (required): Alert when the token balance is below this value. Example: 1. Use the same units as the chain (e.g. SUI, not wei).
Telegram (required): Telegram bot and chat. The workflow uses this to send the alert when the balance is below the threshold.
What it does, step by step:
When it stops: After one run (one balance check and optional alert); it runs once and stops.
If something fails: If the chain call or Telegram send fails, the error propagates and the workflow ends.
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.