Reference¶
Technical reference documentation for Arbiter-Bot.
CLI¶
- CLI Reference - Command-line flags and options
Configuration¶
- Environment Variables - Required and optional environment variables
Quick Reference¶
Running the Engine¶
# Normal operation
cargo run --manifest-path arbiter-engine/Cargo.toml
# Check connectivity only
cargo run --manifest-path arbiter-engine/Cargo.toml -- --check-connectivity
# Dry run mode (no real orders)
cargo run --manifest-path arbiter-engine/Cargo.toml -- --dry-run