graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>base</strong><br>monitor price changes`"]
3{"`<strong>if</strong><br>check if price updated`"}
4["`<strong>binance</strong><br>fetch historical prices`"]
5["`<strong>set</strong><br>prepare returns data`"]
6["`<strong>portfolioAnalytics</strong><br>calculate tracking error`"]
7["`<strong>set</strong><br>transform tracking error result`"]
8{"`<strong>if</strong><br>check risk level`"}
9["`<strong>telegram</strong><br>send high risk alert`"]
10["`<strong>telegram</strong><br>send medium risk alert`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
4 ---> 5
5 ---> 6
6 ---> 7
7 ---> 8
8 -->|true| 9
8 -->|false| 10
Monitors stablecoin prices in real-time and calculates deviation from the $1.00 peg, sending alerts when thresholds are exceeded to help you stay informed about potential depegging risks.
This workflow is designed for cryptocurrency traders, DeFi users, and risk managers who want to monitor stablecoin prices in real-time and receive instant alerts when stablecoins deviate from their $1.00 peg, helping them identify potential depegging risks early.
Stablecoins are designed to maintain a $1.00 peg, but market conditions can cause temporary or sustained deviations. Manually monitoring stablecoin prices is time-consuming and you might miss critical price movements. This workflow automates the monitoring process, continuously tracking price changes and sending alerts when deviations exceed your configured thresholds, enabling you to respond quickly to potential risks.
Binance - Get Ticker Price: Fetches current ticker price for a specific symbol from Binance spot or perpetual markets
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.
Telegram - Send Telegram Message: Sends text messages through Telegram's bot API using _chatId, message, and optional parameters
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.