Skip to content

swcstudiospace/pumpgrok

v1.0.0MIT

Turn your Grok Bot into an eight-role Solana memecoin trading desk. Specialist agents, 23 skills, hard security constitution, and Jupiter execution. Instructions and resources, not a bot.

browser-ops

Safe browser hygiene, CAPTCHA/2FA hand-off protocol, session recovery, and handling of untrusted page content.

desk-execution-protocol

Hard rules that SNIPER and EXIT must obey before, during, and after every transaction. Enforces single-send, exact-parameter matching, and no-auto-retry.

desk-folders-and-journal

Standard directory layout and append-only journal conventions for PumpGrok. Ensures every Bot writes to the same predictable locations.

desk-incident-response

Playbooks for the most common and dangerous failure modes in PumpGrok. Fail-closed and escalate early.

desk-monitoring

Continuous oversight of desk health, open positions, daily P&L, and circuit-breaker status. Used primarily by CHIEF.

desk-operating-model

The constitution of PumpGrok. Defines the 8 roles, Trading Floor rules, Global Security Constitution, evidence standards, handoff formats, engagement levels, and trust boundaries. Every Bot must re-read this skill whenever unsure.

desk-post-trade-review

Append-only journaling and structured review of every completed ticket. Separates process grade from outcome grade.

desk-risk-limits

Interview the user, write, and enforce the capital and loss rules for the PumpGrok desk. Produces risk-limits.md. Used primarily by RISK and CHIEF.

desk-strategy-lab

Lightweight rules and paper-trading support for entry filters, position sizing, and exit logic. Allows the desk to experiment without touching live capital until rules are proven.

desk-trade-lifecycle

Defines the exact end-to-end stages every Solana memecoin ticket must follow in PumpGrok. Enforces Lead → Audit → Context → Ticket → Human Approve → Single Buy → Monitor → Exit → Journal.

discovery-tools

How SCOUT finds, filters, and structures high-signal Solana memecoin leads from pump.fun, gmgn.ai, Photon, Axiom, and social sources. Produces the standard LEAD block.

grokbot-pipeline

Operator-run pump.fun screening engine vendored as in-tree files from zostaff/grokbot-pumpfun (pin 409e74c). Produces dry-run trade evidence (nine-stage pipeline, four Grok agents, JSONL log, replay tooling) that feeds all eight desk roles via tools/pipeline_evidence.py (JSON + PIPELINE-EVIDENCE). Never enables live trading.

hermes-cron-desk

File-bus cron state machine and Hermes profile isolation rules for PumpGrok. Use when installing profiles, running desk_state.py, or deciding which cron may fire.

holder-and-flow-analysis

Analyse early buyers, top-holder concentration, wallet clusters, and smart-money flows. Used by WHALE after RISK CLEAR or CONDITIONAL.

jupiter-routing

Primary execution path for PumpGrok. Obtain the best route via Jupiter, set slippage and priority fees, verify exact parameters against the approved ticket, and prepare a single-send transaction. Used only by SNIPER and EXIT.

position-monitoring

Continuous post-entry safety and performance watches for every open position. Used by RUG (safety) and EXIT (P&L and exit rules).

pumpgrok-setup

Bootstrap the entire PumpGrok Solana memecoin trading desk from zero. Clone or unpack the repository, create folders, install skills, create the 8 specialist Bots, set up the Trading Floor, and produce a clean desk record. This is the first skill a Bot must run when it receives the SETUP.md.

risk-audit

Absolute safety gate for every Solana token. Runs a fail-closed checklist and returns only CLEAR, CONDITIONAL, or KILL. Used exclusively by the RISK Bot. A KILL cannot be overridden.

social-sentiment

Score social and narrative velocity and quality for a lead or open position. Used by SHILL. Never clears risk or recommends size.

solana-api-reference

Compact, reliable reference for the most-used Jupiter endpoints, Solana RPC methods, rugcheck patterns, and Solscan queries. Prevents hallucination of API shapes.

solana-market-data

Fetch and structure live market data for any Solana mint — price, liquidity, volume, bonding-curve progress, and multi-DEX depth.

solana-rpc-and-wallet

Safe patterns for reading balances, token accounts, metadata, Token-2022 extensions, and managing the throwaway wallet connection without ever handling private keys.

tool-connections

Open, authenticate, and persist browser sessions for every website and tool required by PumpGrok. Includes the safe wallet-connection handoff protocol.