graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>hyperliquid</strong><br>fetch hyperliquid funding rate`"]
3{"`<strong>if</strong><br>If profitable opportunity`"}
4{"`<strong>if</strong><br>If execute automatically`"}
6["`<strong>hyperliquid</strong><br>hyperliquid sell order`"]
5["`<strong>telegram</strong><br>send opportunity alert`"]
7["`<strong>telegram</strong><br>send execution confirmation`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 -->|true| 4
3 -->|false| 5
4 ---> 6
6 ---> 7
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.
Want to stay updated? Follow X @seamflux for the latest updates and announcements.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
to modify and adapt nodes based on this template for your specific needs.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.