trading-bot-architecture

Installation
SKILL.md

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.
Related skills
Installs
104
GitHub Stars
3
First Seen
Jan 24, 2026