Bullpen Use Cases¶
Find the workflow that matches what you want to do, then follow the guide before opening the command reference. Start with read-only checks and previews before live trading.
Featured journeys
Start with a recommended path
These workflows cover Bullpen's product areas: Prediction (Polymarket), Perps (Hyperliquid), Onchain (Solana), and the operational setup needed to run them safely from a terminal or agent.
Product Areas¶
Prediction (Polymarket)
Prediction markets, orders, portfolio checks, and trader copy flows.
Perps (Hyperliquid)
Perps, HIP-3 markets, spot, Pear, copy trading, and account diagnostics.
Onchain (Solana)
Solana balance, token discovery, previews, swaps, limit orders, and DCA.
Use Cases By Product¶
Start
Install and verify
Prediction (Polymarket)
Prediction markets and trader copy
Preview first
Place a Prediction trade
Discover Polymarket markets, preview orders, submit with intent, and inspect positions.
bullpen polymarket markets --limit 10
Prediction copy
Copy a Prediction trader
Use Polymarket tracker copy subscriptions with confirmation mode and risk limits.
bullpen tracker copy list --output json
Perps (Hyperliquid)
Perps, selected-DEX HIP-3, Pear v1, spot, and copy checks
Perps
Open a small Perps trade
Check Hyperliquid account state, preview the order, submit, and close flat.
bullpen hl status --output json
HIP-3
Trade HIP-3 Perps
Use selected-DEX symbols and keep DEX identity in cleanup checks.
bullpen hl perp-dexes --output json
Pear
Open and manage a Pear pair trade
Prepare Pear setup, open a pair, update risk/leverage, and clean up.
bullpen hl pair status --output json
Perps copy
Copy a Perps leader
Create, pause, resume, stop, and verify Hyperliquid copy subscriptions.
bullpen hl copy list --include-stopped --output json
Spot
Trade Hyperliquid spot pairs
Find pairs, inspect liquidity, preview IOC spot orders, and verify fills before cleanup.
bullpen hl spot pairs --output json
Onchain (Solana)
Token discovery and Onchain Solana trading
Onchain
Make a first Onchain Solana trade
Refresh balances, preview Jupiter paths, submit explicitly, and verify fills.
bullpen solana balance --refresh --output json
Limit order
Preview an Onchain Solana limit order
Build a Jupiter Trigger request, inspect active orders, and preview cancel cleanup.
bullpen solana limit-buy <MINT> 5 --price <USD> --preview
DCA
Preview an Onchain Solana DCA schedule
Use Jupiter Recurring to inspect a mint-to-mint schedule before signing.
bullpen solana dca create EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v <MINT> --per-cycle 50 --cycles 4 --interval 1d --preview
Operations
Agents, servers, and support evidence
Agent setup
Run Bullpen with an AI agent
Install skills, use JSON, and keep previews before write commands.
bullpen skill install --dry-run
Headless
Run Bullpen in Docker or CI
Set up non-interactive environments without depending on a desktop browser.
bullpen status --output json
Recovery
Diagnose wallet routing and stuck funds
Inspect deposit wallet state, routing, balances, and support-safe evidence.
bullpen funds diagnose-deposit --output json
No use cases match the current filters.