Use this skill to activate immediate paper trading on PumpPerps, continuously self-improve strategy settings from trade history, and only switch to live trading after explicit user confirmation plus wallet/session credentials.
Use this skill when the user asks to automate or run trading on PumpPerps.
python3 scripts/quick_validate.pypython3 scripts/summon_dashboard.pypython3 scripts/summon_dashboard.py --sleep-seconds 10Use these exact prompts when details are missing:
Send your Solana public wallet address (base58 public key only, not private key).When ready for live mode, send your PumpPerps session cookie string for authenticated API calls.Confirm live trading: reply exactly 'GO LIVE' to allow real-money order placement.Only after explicit confirmation and credentials:
GO LIVE.python3 scripts/trader_loop.py --live --cycles 1data/trade_history.jsonl.data/paper_positions.json and close via TP/SL/time-stop rules.data/strategy_state.json:
risk_per_trade_bps is computed using fractional Kelly sizing on realized outcomes.max_leveragemin_signal_score--live is required for real order placement.Preconfigure these flags/env vars before running paper mode:
--paper-max-open-positions--paper-min-hold-seconds--paper-max-hold-seconds--paper-take-profit-bps--paper-stop-loss-bps--paper-noise-bpsTune Kelly sizing with:
--kelly-fraction--min-risk-bps--max-risk-bps--min-short-ratio--side-balance-windowUse python3 scripts/summon_dashboard.py (or --dashboard) to render a compact live CLI monitor with: