| name | solcex-ops-master |
| description | System Operations Manual for Akash container services at SolCex Exchange. Technical reference documentation for all running services, APIs, intelligence sources, cron scheduling, pipeline management, and coordination protocols. v6.0.19 — Indonesia Sprint Day 8 Edition (Mar 2, 2026). OpenClaw 2026.2.26 | 5 Parallel Sub-Agents LIVE | Orchestrator wired to 4 scan crons Twitter Bot v3.0 Sales Funnel | MiniMax M2.5 primary + bankr/gpt-5-nano sub-agents Bankr LLM Gateway (8 models, dual API keys) | 40 cron jobs | 16/17 intelligence sources AgentProof integration in progress (Avalanche registration pending) Reporting rule: every completed task reports to Telegram.
|
SYSTEM OPERATIONS MANUAL v6.0.19 — Indonesia Sprint Day 8
Technical reference documentation for all services running in this Akash container.
Covers team contacts, service configuration, APIs, intelligence sources, sub-agent architecture,
cron scheduling, pipeline management, scoring, revenue tracking, and operational procedures.
Updated Mar 2, 2026 from Jakarta, Indonesia.
1. TEAM CONTACTS
| Role | Identity | Responsibility |
|---|
| Ogie | Operations Lead, 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 |
| Alexander | SolCex team member | Support (NOT primary decision-maker) |
Ogie Comms: Telegram @Ogie2 (Chat ID: 950395553) | Twitter: @hidayahanka1
Service Twitter: @BuzzBySolCex
Other accounts: @SolCex_Exchange, @SolCex_Academy, @Solcex_intern, @arloxshot, @Alexanderbtcc, @Dinozzolo
LinkedIn: https://www.linkedin.com/in/howtobecomeachef/
2. SOLCEX LISTING PACKAGE (Reference Data)
| 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) |
Public-facing listing info (for Twitter LIST replies): Show benefits only (market making, whale airdrop, fast-track, dedicated support). Push pricing discussion to DM with Ogie.
3. CONTAINER SERVICES & 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 |
| Avalanche | Pending | AgentProof registration (0.1 AVAX bond funded) |
| 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.19 |
| Container Registry | GitHub Container Registry (ghcr.io) — PUBLIC |
| Runtime | OpenClaw v2026.2.26 |
| 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/ + /root/.openclaw/workspace/skills/ |
| Telegram bot | @BuzzBySolCex_bot (dmPolicy: open, allowFrom: ["*"]) |
| Telegram commands | 48 registered via Bot API |
| 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, Bankr LLM credits |
| Deploy wallet | Base (EVM) | 0xfa04c7d627ba707a1ad17e72e094b45150665593 | Bankr token deployment |
| Bankr Trading | Base (EVM) | 0x8ea088f4a206d9373a4f6dffb12e2c7e5583b967 | Bankr trading wallet (auto-provisioned) |
| Buzz Base | Base (EVM) | 0x4b362B7db6904A72180A37307191fdDc4eD282Ab | Base operations |
| Lobster | Solana | 5iC7pGyzqpXD2xTK4Ww7zKRDVo9cceyHNeKBTiemo5Jp | Solana operations |
| AgentProof | Avalanche | MetaMask (0.657 AVAX funded) | AgentProof registration |
Deprecated wallets (DO NOT USE):
- ClawRouter
0x56f76...5C980 — REMOVED v6.0.17
- BlockRun x402
0x6ea36...5493b — Key lost, wallet empty, REMOVED v6.0.17
- ClawRouter BlockRun
0x9b289...3A76 — Key lost, REMOVED
3.4 OpenClaw Version History
| Version | Date | Key Change |
|---|
| v2026.2.26 | Feb 28, 2026 | CURRENT — MiniMax auth header fix, Telegram fixes, cron reliability, sessions_spawn for sub-agents |
| v2026.2.24 | Feb 25, 2026 | Model fallback chain fix, OpenRouter auth fix, Telegram IPv4, cron delivery fixes |
3.5 MiniMax M2.5 Configuration
MiniMax M2.5 MUST use anthropic-messages API format.
| Setting | Value |
|---|
| baseUrl | https://api.minimax.io/anthropic |
| api | anthropic-messages |
| maxTokens | 8192 |
| contextWindow | 200000 |
3.6 Docker Image & Pipeline
| Field | Value |
|---|
| Base image | node:22-slim |
| OpenClaw | npm install -g openclaw@2026.2.26 |
| Bankr CLI | npm install -g @bankr/cli |
| Current tag | v6.0.19 |
| Registry | ghcr.io/buzzbysolcex/buzz-bd-agent (PUBLIC) |
Update procedure:
cd ~/buzz-bd-agent
docker builder prune -f
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)
System (8): help, status, health, version, config, memory, crons, experience
Scanning (9): scan, score, search, verify, trending, boosts, aixbt, rugcheck, socials
Pipeline (7): pipeline, report, weekly, digest, alpha, listings, competitors
Wallet/Intel (6): wallet, forensics, whales, dflow, budget, smartmoney
Outreach (7): outreach, approve, reject, warmup, followup, breakup, dealsheet, postlisting
Bankr Deploy (3): launch, deploys, deploy_stats
Twitter/X (3): tweet, thread, engage
Personal (2): prayer, sprint
Emergency (5): sos, stop, stop_email, stop_scan, resume
4. LLM CASCADE (Cost Control)
4.1 Provider Configuration
| Priority | Model | Provider | API Format | Cost | Role |