graph LR
Start(["`Start`"])
1["`<strong>userInteraction</strong><br>config`"]
5{"`<strong>if</strong><br>check is out of range`"}
4["`<strong>bluefin</strong><br>get position detail`"]
6{"`<strong>if</strong><br>If telegram notice`"}
7{"`<strong>if</strong><br>If email notice`"}
8["`<strong>sendMail</strong><br>sendMail`"]
2["`<strong>bluefin</strong><br>fetch user position`"]
3{"`<strong>if</strong><br>check position exist`"}
Start ---> 1
1 ---> 2
5 ---> 6
4 ---> 5
6 -->|false| 7
7 ---> 8
2 ---> 3
3 ---> 4
Get notified when your Bluefin liquidity positions move outside their safe price range, helping you protect your investments.
This workflow is designed for DeFi users who have liquidity positions on Bluefin and want to monitor when their positions move outside safe price ranges.
Liquidity positions can become less efficient or risky when prices move outside the intended range. Manually monitoring positions requires constant attention and you might miss when positions need adjustment. This workflow automatically checks your Bluefin liquidity positions and sends alerts when prices move outside safe ranges, helping you protect your investments.
Fetches your liquidity positions from Bluefin using your wallet address
Checks if you have active positions for the specified coin pair
Analyzes position details to determine if the price has moved outside the safe range
Sends Telegram or email alerts when positions are out of range
Enter your wallet address in the config node
Set coin A in the config node (e.g., "wal")
Set coin B in the config node (e.g., "sui")
Optionally set Telegram Chat ID in the config node for Telegram alerts
Optionally set Email Notice in the config node for email alerts
Note: This workflow checks one position at a time each time it runs.
Bluefin - Get User Positions: Retrieves all liquidity positions for a user account on Bluefin protocol
Bluefin - Get Position Details: Retrieves detailed information for a specific liquidity position, including price range, token amounts, and current status
SendMail - Send Email with SeamFlux Robot: Sends email using SeamFlux Robot's configured Resend API with predefined sender address
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.