Documentation
Build on Catscope.
Everything you need to build and deploy bots with Catscope — concepts, hands-on tutorials, and the API surface for the bot runtime and optimizer.
01 · Concepts
Understand the architecture
How bots run inside Solana validators, how state is delivered through shared memory, and how the optimizer coordinates a fleet.
02 · Try it
Get hands-on in under an hour
Set up your wallet, run a proxy, connect to the market, compile a Rust bot, and launch the optimizer.
03 · Build
Ship your strategy
Start from BouncerV1, wire in your subscriptions, design the messages your optimizer needs.
GitHub
noncepad/catscope-rust-bot
Reference Rust bot — BouncerV1 template, message types, build config.
GitHub
noncepad/catscope-optimizer
Optimizer reference — fleet coordination, message handlers, fee payer wiring.