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
Automatically find and profit from differences in funding rates between exchanges, executing trades when opportunities arise.
This workflow is designed for traders who want to automatically profit from funding rate differences between Hyperliquid and Binance exchanges.
Funding rate arbitrage opportunities can be profitable but require constant monitoring of multiple exchanges and quick execution. Manually checking funding rates and executing trades is time-consuming and you might miss opportunities. This workflow automatically monitors funding rates across exchanges, identifies profitable opportunities, and can execute trades automatically or send alerts when opportunities arise.
Fetches the funding rate from Hyperliquid
Fetches the funding rate from Binance
Calculates the funding rate difference
Determines if the opportunity meets your minimum profitability threshold
Executes trades automatically if enabled, or sends alerts about the opportunity
Sends Telegram notifications with trade details or opportunity alerts
Set the Symbol in the config node (e.g., "BTC")
Set the Minimum Profitability (%) in the config node (default: 0.5)
Enable or disable Execute Automatically in the config node (default: false)
Set the Trade Amount in the config node
Connect your Hyperliquid Credentials in the config node
Connect your Binance API Keys in the config node
Hyperliquid - Get funding rate: Fetches current funding rate for a perpetual trading pair
Hyperliquid - Create trading order: Creates a new trading order
Binance - Get All Funding Rates: Fetches all funding rates for perpetual contracts
Binance - Create Order: Creates a new trading order with unified parameters (symbol, side, type, size, price) on Binance spot or perpetual markets
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.