Trading Across Every Market Type in Go
Wisp is the only Go trading framework that supports spot, perpetual futures, options, AND prediction markets from a single unified API. Build, backtest, and deploy algorithmic strategies across all major crypto venues with sub-millisecond execution.
Market Types Supported
Spot Trading
Supported: Gate.io
Buy and hold strategies, arbitrage, rebalancing
- ✓ Real-time order book data
- ✓ Instant market/limit order execution
- ✓ Position tracking and P&L
Perpetual Futures
Supported: Hyperliquid, Paradex, Bybit
Leverage trading, directional bets, hedging
- ✓ Up to 125x leverage
- ✓ Funding rate optimization
- ✓ Multi-position management
Options Trading
Supported: Deribit
Volatility strategies, spreads, directional protection
- ✓ Greeks-aware position sizing
- ✓ Implied volatility analysis
- ✓ Complex spread execution
Prediction Markets (Wisp Exclusive)
Supported: Polymarket
Binary outcome trading, event-driven strategies, portfolio hedging
- ✓ Native Polymarket connector
- ✓ Order book and price feeds
- ✓ USDC settlement
Technical Advantages
Event-Driven Architecture
Your strategy owns its execution loop. No callbacks, no framework overhead. Write Go code that controls when it runs and how it responds to market events.
Sub-Millisecond Execution
Go's concurrency model gives you true parallel data ingestion and order placement. Handle multiple exchanges and market data streams without thread-safety complexity.
Deterministic Backtesting
Replay historical data through your strategy with the exact same code path as live trading. No surprises when you deploy.
Beautiful Terminal Interface
Monitor positions, signals, and P&L in real-time via an interactive TUI. No browser, no dashboards—just your strategy and the market.
Multi-Exchange Orchestration
Place orders, manage positions, and hedge across multiple exchanges simultaneously. All from one strategy instance.
Why Wisp?
| Feature | Wisp (Go) | Hummingbot (Python) | gocryptotrader |
|---|---|---|---|
| Polymarket Support | ✓ Native | ✗ No | ✗ No |
| Execution Speed | Sub-millisecond | 100-500ms | Standard |
| Deployment | Single binary | Docker + Python | Complex |
| Cost | Free (MIT) | Free | Free |