graph LR
1["`<strong>userInteraction</strong><br>config`"]
2["`<strong>CodeBox</strong><br>execute strategy`"]
Start(["`Start`"])
1 ---> 2
Start ---> 1
Flash-trades on Aster by opening and immediately offsetting maker orders to farm trading volume for potential airdrop rewards while rotating between trend-following and mean-reversion signals.
This workflow is for airdrop hunters, liquidity programs, and quant teams that need to manufacture consistent trading volume on Aster without manually clicking in the interface. It suits users who already have a thesis that future airdrop snapshots will reward maker volume or fee generation and want an automated helper that can run continuously.
Generating the “just right” amount of wash volume is tedious: you have to monitor market conditions, pick a side, place a maker order, and immediately offset it to flatten exposure. Doing this 24/7 drains time and increases the risk of fat-finger mistakes. This workflow automates that loop:
callTAIndicator) to measure trend strength.placeMakerBBO) at the best bid/ask using the configured size.btc). Use the format supported by Aster (e.g., btc or eth).0.001). Keep this within your risk and airdrop farming tolerance.aster credential so the workflow can access aster_accountAddress, aster_signerAddress, and aster_signerKey.Aster - Get ticker: Fetches the current ticker price for a perpetual symbol using symbol and optional proxy.
Aster - Kline data: Returns OHLCV candles for a symbol and interval with optional time range, limit, and proxy.
Aster - Maker BBO bot: Places a post-only limit order at the current best bid/ask (GTX) and maintains top-of-book by cancelling and re-placing until filled.
Technical Indicators - Calculate Supertrend: Calculates Supertrend using ATR bands with period, multiplier, and optional ATR method.
Technical Indicators - Calculate Bollinger Bands: Calculates Bollinger Bands for volatility and trend analysis using period, values, and stdDev.
Technical Indicators - Calculate ATR: Calculates Average True Range (ATR) for volatility analysis using high, low, close, and period.
Technical 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.