graph LR
Start(["`Start`"])
1["`<strong>userInteraction</strong><br>config`"]
2["`<strong>CodeBox</strong><br>airdrop volume farming strategy`"]
Start ---> 1
1 ---> 2
Automated trading strategy for GRVT airdrop volume farming that uses technical indicators to determine trade direction, places maker orders at best bid/offer prices, and manages positions with stop loss protection and automatic market order fallback.
This workflow is designed for traders and DeFi participants who want to automate volume farming strategies on GRVT exchange to qualify for airdrops. It suits users who prefer systematic, indicator-based trading decisions and want to manage risk with stop loss protection while maintaining flexibility through maker orders at best bid/offer prices.
Manual volume farming requires constant monitoring of market conditions, technical indicators, and order execution. This workflow automates the entire process:
callTAIndicator) to measure trend strength.placeMakerBBO with the configured size.placeLimitOrderWithStopLoss to take profit and limit downside risk.BTC). Use the format supported by GRVT (e.g., BTC, ETH).0.001). Adjust based on your risk tolerance and account size.socks://user:password@host:port).grvt_apiKey: Your GRVT API keygrvt_secret: Your GRVT private key (hex format)grvt_accountId: Your GRVT account ID90000).6). This determines how far above/below the entry price the limit order will be placed.100). This determines how far below/above the entry price the stop loss will trigger.10000).GRVT - Get Ticker Price: Fetches 24h ticker price information for a perpetual instrument using symbol
GRVT - Get OHLCV Candles: Fetches OHLCV (candlestick/kline) data for a perpetual instrument using symbol, interval, limit, type, startTime, endTime
GRVT - Place Maker BBO Order: Places a post-only maker order at the best bid/ask and keeps it at top-of-book by cancelling and re-placing until filled
GRVT - Place Limit Order with Stop Loss: Places a limit order with timeout and stop-loss protection. Monitors order status and price, cancels remaining order if timeout is reached or stop-loss price is triggered using apiKey, secret, symbol, accountId, side, size, price, timeout, stopLossPrice
GRVT - Create Order: Creates a signed order (EIP-712) using apiKey, secret, symbol, accountId, type, side, size, price
TA Indicators - Calculate Supertrend: Calculates Supertrend using ATR bands with period, multiplier and optional ATR method
TA Indicators - Calculate Bollinger Bands: Calculates Bollinger Bands for volatility and trend analysis using period, values, and stdDev
TA Indicators - Calculate ATR: Calculates Average True Range (ATR) for volatility analysis using high, low, close, and period
TA Indicators - Call Technical Indicator: Generic function to call any technical indicator by name with parameters (used for ADX calculation)
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.