Classic bots
Package-based volume bots. The client picks from pre-configured packages (defining SOL amount, sub-bot count, speed mode) rather than setting knobs by hand.
Lifecycle
GET /classic/packages— list available packages.POST /classic/initialize— create bots for selected packages, returnssGroupId.- User sends total SOL to
GET /classic/paymentaddress. - Backend detects payment, switches bots to
RUNNING. - Cancel with
PATCH /classic/cancel/:sGroupId.