graph LR
Start(["`Start`"])
1["`<strong>userInteraction</strong><br>config`"]
2["`<strong>binance</strong><br>fetch current price`"]
4["`<strong>binance</strong><br>fetch historical prices`"]
3["`<strong>set</strong><br>calculate price metrics`"]
5["`<strong>CodeBox</strong><br>calculate tracking error`"]
6["`<strong>set</strong><br>merge metrics`"]
7["`<strong>set</strong><br>assess risk`"]
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
Performs comprehensive risk assessment by analyzing price deviation, trading volume, and tracking error to provide multi-level alerts, helping you identify systemic risks beyond simple price movements.
This workflow is designed for risk managers, DeFi protocol operators, and sophisticated traders who need comprehensive stablecoin risk analysis beyond simple price monitoring, combining multiple risk indicators to identify systemic risks early.
Simple price monitoring only shows instantaneous deviations, but doesn't capture systemic risks like volatility patterns or liquidity issues. This workflow provides a comprehensive risk assessment by analyzing price deviation, trading volume, and tracking error (price stability over time), enabling you to identify risks that might not be apparent from price alone, such as the patterns that preceded historical stablecoin collapses.
Binance - Get Ticker Price: Fetches current ticker price for a specific symbol from Binance spot or perpetual markets
Binance - Get OHLCV Data: Fetches historical OHLCV (Open, High, Low, Close, Volume) data for technical analysis
System - Code Box (Sandbox Execution): Executes JavaScript code in a secure sandbox. Can combine existing nodes to implement complex logic
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.