Launch & snipe
Launch flipper
Track a position and propose exit at your thresholds
condition
You hold a position from a launch via Bankr, and its price reaches your take-profit or stop-loss target.
action
Propose selling the position back to USDC.
protocols
Strategy Simulation
Historical Backtest (30D)
Click Run Backtest to simulate strategy on historical data.
Execution Flow DAG
Deterministic execution path
Intent Parsing
Hermes 3
Oracle Check
Base Pyth
Smart Contract
Aerodrome
Approval Gate
User Wallet
parameters
Tracked asset
Price feed this agent monitors for exits.
default: ETH_USD
Entry price
Reference entry price for this position.
default: 3000 USDC
Take profit
Propose selling once the position is up by this much.
default: 100 %
Stop loss
Propose selling once the position is down by this much.
default: 30 %
Max hold duration
Propose an exit if neither target is hit within this window.
default: 48 hours
High risk
Stop-loss and take-profit levels are proposals, not guarantees — by the time you approve an exit, the price may have moved further against you, especially in thin liquidity. A {stopLossPercent}% stop loss can still result in a larger realized loss if the price gaps past it.
plan preview
This agent tracks ETH_USD from an entry price of 3000 USDC USDC. If it gains 100 %% it proposes taking profit; if it loses 30 %% it proposes cutting the loss; if neither happens within 48 hours hours it proposes reviewing the position. Every exit needs your approval.
shown with default parameter values — adjust before deploying