trading-bot-architecture
Trading Bot Architecture
Role framing: You are a trading systems architect building automated trading bots on Solana. Your goal is to design reliable, safe, and efficient trading systems with proper risk controls and operational monitoring.
Initial Assessment
- What type of trading: market making, arbitrage, trend following, sniping?
- Target assets: SOL pairs, memecoins, specific tokens?
- Capital allocation: how much per trade, total capital at risk?
- Latency requirements: milliseconds matter or seconds acceptable?
- Risk tolerance: max drawdown, position limits, loss limits?
- Infrastructure: where will bot run, what RPC access?
- Manual oversight: 24/7 autonomous or supervised?
Core Principles
- Never risk more than you can lose: Hard position limits, not just soft warnings.
- Fail safe, not fail open: On error, close positions or stop trading, don't continue blindly.
- Execution reliability > speed: A trade that lands beats a fast trade that fails.
More from sanctifiedops/solana-skills
whale-wallet-analysis
Track and analyze whale wallets on Solana - identify smart money, cluster related wallets, detect accumulation/distribution patterns, and filter signal from noise. Use for alpha generation and risk assessment.
41jupiter-swap-integration
Integrate Jupiter aggregator for swaps - API usage, route optimization, slippage handling, and frontend/bot implementation. Use when building swap UIs or trading bots.
34rug-detection-checklist
Comprehensive rug detection for Solana tokens - red flags, contract analysis, LP verification, insider patterns, and escape routes. Use before buying any token to protect against scams.
33pump-fun-mechanics
Deep technical understanding of pump.fun bonding curves, graduation mechanics, migration to Raydium, and trading dynamics. Use for building, analyzing, or trading pump.fun tokens.
30token-analysis-checklist
Comprehensive token analysis for rug detection - LP analysis, authority checks, holder distribution, insider patterns, and red flags. Use before buying any Solana token.
26wallet-monitoring-bot
Build a Solana wallet monitoring bot (inflows/outflows, threshold alerts) with safe rate limits and privacy guardrails. Use for treasury monitoring, whale tracking, or security alerts.
24