This repository can interact with live BSC infrastructure and can submit real transactions when trading is enabled.
Do not commit:
.envor local environment files- private keys, mnemonics, wallet JSON, keystores, or seed material
- paid RPC credentials or provider tokens
- unreviewed live bot state, pid files, or operational logs containing account details
Use .env.example as the public configuration contract. Keep real values only in local .env files or a separate secret manager.
ENABLE_TRADING=falseis the safe default.- Validate changes in paper or backtest mode before enabling live trading.
- Keep listener RPC endpoints and trade submission RPC endpoints separated as documented in
.env.example. - Review model artifacts and replay evidence before switching
MODEL_DIR.
If this repository is shared with collaborators, report security issues privately to the repository owner. Do not open a public issue containing keys, wallet addresses tied to private operations, provider tokens, or transaction-signing details.