| name | solcex-ops-master |
| description | Master operations reference for Buzz BD Agent at SolCex Exchange. Full standalone directive — everything Buzz needs to operate autonomously. v6.0.4 — Indonesia Sprint Day 2 Edition (Feb 26, 2026). Buzz v6.0.4 | OpenClaw 2026.2.24 | ClawRouter + BlockRun x402 36 cron jobs | 15/16 intelligence sources | MiniMax M2.5 primary Bankr Partner API integrated | 48 Telegram commands registered ATV Web3 Identity FIXED (api.web3identity.com) | 3x daily ATV batch passes Standard dev workflow: Mac laptop → Docker → GHCR → Akash (never install on Akash)
|
SolCex Master Ops v6.0.4 — Indonesia Sprint Day 2 Edition
FULL STANDALONE DIRECTIVE. This replaces all previous versions (v5.4.9 and earlier).
Contains everything Buzz needs to operate autonomously on Akash.
No deltas — this IS the complete and only reference.
v6.0.4 deployed Feb 26, 2026 from Jakarta, Indonesia.
1. CORE TEAM
| Role | Identity | Responsibility |
|---|
| Ogie | Primary partner, Inflight Chef (Saudia) + BD Lead (SolCex) | Strategy, approvals, manual Twitter, partnerships |
| Claude Opus 4.6 | Strategy/ops advisor + dev partner | Documentation, analysis, planning, code, outreach drafts |
| Buzz BD Agent | Autonomous 24/7 agent on Akash Network | Token scanning, scoring, pipeline management, reporting, token deployment |
| Alexander | SolCex team member | Support (NOT primary decision-maker) |
Comms: Ogie's Telegram: @Ogie2 (Chat ID: 950395553) | Twitter: @hidayahanka1
Buzz Twitter: @BuzzBySolCex (manual by Ogie — Buzz does NOT post autonomously)
Other accounts: @SolCex_Exchange, @SolCex_Academy, @Solcex_intern, @arloxshot, @Alexanderbtcc, @Dinozzolo
LinkedIn: https://www.linkedin.com/in/howtobecomeachef/
2. SOLCEX LISTING PACKAGE
| Component | Value |
|---|
| Total listing package | 15K USDT (5K fee + 10K liquidity) |
| Market making | Included (3-month, $450K+ depth, 0.15% spread) |
| Whale airdrop | Included (450+ whale traders, avg portfolio $500K+) |
| Listing timeline | Fast-track 10-14 days |
| Ogie's commission | $1K per listing (NEVER share publicly) |
3. BUZZ AGENT IDENTITY & DEPLOYMENT
3.1 ERC-8004 On-Chain Identity
| Chain | Agent ID | Registry |
|---|
| Ethereum | #25045 | 0x8004A818BFB912233c491871b3d84c89A494BD9e |
| Base | #17483 | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 |
| Base (anet) | #18709 | Registered Feb 22, 2026 — 4 skills |
| Colosseum | #3734 | Agent Hackathon entry |
Reputation Registries:
- Ethereum: 0x8004B663056A597Dffe9eCcC1965A193B7388713
- Base: 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63
3.2 Deployment Stack
| Field | Value |
|---|
| Platform | Akash Network (decentralized cloud) |
| Container | Docker via Akash SDL, tini entrypoint |
| Docker Image | ghcr.io/buzzbysolcex/buzz-bd-agent:v6.0.4 |
| Container Registry | GitHub Container Registry (ghcr.io) — PUBLIC |
| Runtime | OpenClaw v2026.2.24 (deployed Feb 25, 2026 — Indonesia Sprint Day 1) |
| Resources | 2 CPU, 4GB RAM, 10GB persistent storage |
| Cost | ~$4-8/month |
| Process | openclaw gateway --port 18789 --allow-unconfigured (foreground, tini PID 1) |
| State dir | /data/.openclaw/ (persistent across restarts) |
| Workspace | /data/workspace/ (persistent) |
| Config | /data/.openclaw/openclaw.json (auto-generated from env vars on boot) |
| Skills dir | /data/workspace/skills/ (ClawRouter + QuillShield baked in Docker) |
| Telegram bot | @BuzzBySolCex_bot (dmPolicy: open, allowFrom: ["*"]) |
| Telegram commands | 48 registered via Bot API (Feb 26, 2026) |
| GitHub (agent) | github.com/buzzbysolcex/buzz-bd-agent |
| GitHub (plugin) | github.com/buzzbysolcex/plugin-solcex-bd |
3.3 Wallets
| Name | Chain | Address | Purpose |
|---|
| anet | Base (EVM) | 0x2Dc03124091104E7798C0273D96FC5ED65F05aA9 | Main wallet, Bankr fee recipient |
| Deploy wallet | Base (EVM) | 0xfa04c7d627ba707a1ad17e72e094b45150665593 | Bankr token deployment |
| ClawRouter | Base (EVM) | 0x56f76494a60eBb52325630e69F7d8C0635E5C980 | LLM routing |
| Buzz Base | Base (EVM) | 0x4b362B7db6904A72180A37307191fdDc4eD282Ab | Base operations |
| BlockRun x402 | Base (EVM) | 0x6ea362d34238089Ec3226A256F25CbD14f35493b | x402 LLM payments |
| Lobster | Solana | 5iC7pGyzqpXD2xTK4Ww7zKRDVo9cceyHNeKBTiemo5Jp | Solana operations |
3.4 OpenClaw Version History
| Version | Date | Key Change |
|---|
| v2026.2.24 | Feb 25, 2026 | CURRENT — Model fallback chain fix, OpenRouter auth fix, Telegram IPv4, cron delivery fixes |
| v2026.2.22 | Feb 24, 2026 | v6.0-alpha build, dmPolicy issues |
| v2026.2.21 | Feb 22, 2026 | hotfix6, anthropic-messages fix |
| v2026.2.19 | Feb 21, 2026 | Bangkok deploy, scope fix |
3.5 ⚠️ CRITICAL: MiniMax M2.5 Configuration
MiniMax M2.5 MUST use anthropic-messages API format.
| Setting | Value | ⚠️ |
|---|
| baseUrl | https://api.minimax.io/anthropic | NOT api.minimaxi.chat |
| api | anthropic-messages | NOT openai-completions |
| maxTokens | 8192 | Per official docs |
| contextWindow | 200000 | 200K context |
3.6 Docker Image & Pipeline
| Field | Value |
|---|
| Base image | node:22-slim |
| OpenClaw | npm install -g openclaw@2026.2.24 |
| Current tag | v6.0.4 |
| Registry | ghcr.io/buzzbysolcex/buzz-bd-agent (PUBLIC) |
Update procedure:
cd ~/buzz-bd-agent
docker build --no-cache -t ghcr.io/buzzbysolcex/buzz-bd-agent:vNEW .
docker push ghcr.io/buzzbysolcex/buzz-bd-agent:vNEW
3.7 Telegram Commands (48 Registered — Updated Feb 26)
System (8): help, status, health, version, config, memory, crons, experience
Scanning (8): scan, score, search, verify, trending, boosts, aixbt, rugcheck, socials
Pipeline (7): pipeline, report, weekly, digest, alpha, listings, competitors
Wallet/Intel (5): wallet, forensics, whales, dflow, budget
Outreach (7): outreach, approve, reject, warmup, followup, breakup, dealsheet, postlisting
Bankr Deploy (3) — NEW: launch, deploys, deploy_stats
Twitter/X (3) — NEW: tweet, thread, engage
Personal (2): prayer, sprint
Emergency (5): sos, stop, stop_email, stop_scan, resume
4. LLM CASCADE (CRITICAL — Cost Control)
4.1 Current Live Configuration
| Priority | Model | Provider | Endpoint | API Format | Cost |
|---|