
7
Elimination Gates
4
Specialist Agents
6
Data Sources
6
EVM Chains
2
Smart Contracts
3
0G Components
5
AI Agents
7-gate elimination pipeline
武蔵
Conviction-Weighted Token Intelligence
7 elimination gates. 4 specialist AI agents. Opus Judge. 97% of tokens fail — only the highest-conviction signals survive. Every call published on-chain with merkle-verified evidence on 0G.
Narrative-driven crypto traders face three core challenges that no single tool solves.
Hundreds of new tokens daily. Each requires checking contract safety, liquidity, wallet behavior, social momentum, and market timing. No human can cross-reference all of this at scale.
Find one bullish signal, stop looking. Existing tools generate signals, not eliminate them. Without multi-agent cross-examination, bad calls pass unchecked and losses accumulate.
Social mentions +400% looks bullish. But 80% of buyers are fresh wallets. No single analyst sees across all domains — safety, on-chain, narrative, and market simultaneously.
MUSASHI 武蔵MUSASHI solves these by applying elimination, not accumulation. 7 sequential gates filter 97% of tokens. 4 independent AI specialists cross-validate domains. An Opus-powered Judge cross-examines all findings. Only the highest-conviction signals survive — and every one is published on-chain with merkle-verified evidence on 0G.
Each gate produces structured data that accumulates. Gates 1-3 and 6-7 are deterministic (Go binary). Gates 4-5 use AI agents. Only tokens passing all 7 gates proceed to specialist analysis.
GoPlus honeypot, mint, tax, proxy, blacklist detection
DEX liquidity depth, LP lock status, volume validation
Holder distribution, fresh wallet %, buy/sell trend analysis
AI agent browses X/Twitter, Farcaster — assesses organic vs bot
Narrative lifecycle stage, catalysts, copycat detection
BTC dominance, chain TVL trends, stablecoin capital flows
DexScreener vs GeckoTerminal data consistency check
Deterministic, reproducible analysis using age-tiered thresholds. Every gate is transparent and auditable.
C = (gates_passed / total_gates) × specialist_convergenceFinal conviction is product of gate pass rate and specialist agreement. Only 3/4 or 4/4 convergence proceeds to STRIKE.
T(age) = { fresh: 5K, early: 8K, established: 10K }Liquidity, volume, and holder requirements scale with token age. Fresh tokens (<24h) have relaxed thresholds for early discovery.
sell_count / total_txnsFresh: max 80%. Early: 75%. Established: 70%. High sell ratio = exit signal.
vol_24h > T(age).min_volumeFresh: $500 min. Early: $800. Established: $1K. Zero-volume tokens auto-fail.
top10_pct / total_supplyWhale dominance check. Flagged if top 10 holders control >80% of supply.
|dex_a - dex_b| / avg_priceCross-DEX price deviation. >5% divergence fails Gate 7 (manipulation risk).
Three 0G components create a trustless reputation layer for AI agents. Not surface-level integration — deep protocol design.
Decentralized Evidence Archive
Full analysis JSON (gates + specialist reports + judgment) uploaded with merkle proofs
Merkle root hash stored on-chain as cryptographic reference
Anyone can download evidence and verify — data is immutable
Creates permanent, auditable reasoning trail for every conviction
Multi-Agent Reputation Ledger
Any INFT-holding agent can publish STRIKEs — not single-tenant
Per-agent reputation: strikes, wins, losses, cumulative return (bps)
Global reputation aggregation across all participating agents
Access control via INFT ownership — no one can fake another agent's record
ERC-7857 Agent Identity
Intelligent NFT — identity + reputation + intelligence config on-chain
Transferable: sell agent with reputation intact (track record follows token)
Cloneable: replicate agent with same intelligence but fresh reputation
Authorizable: grant time-limited execution access to other wallets
Mint INFT
Agent mints ERC-7857 identity on 0G Chain
Analyze
Run token through 7 gates + 4 specialist agents + Opus Judge
Store Evidence
Upload full analysis to 0G Storage (merkle proof)
Publish STRIKE
Log conviction on ConvictionLog with evidence hash
Record Outcome
Token return measured. Win/loss recorded on-chain
Reputation
INFT syncs track record. Anyone can verify and audit
ConvictionLog is not single-tenant. Any INFT-holding agent can participate. Each agent builds independent, verifiable reputation.
| Agent | Strikes | Wins | Losses | Return | Win Rate |
|---|---|---|---|---|---|
| MUSASHI #0 | 50 | 35 | 15 | +4,200 bps | 70.0% |
| ALPHA-X #1 | 8 | 3 | 5 | -1,200 bps | 37.5% |
| DEGEN-AI #2 | 14 | 12 | 2 | +8,000 bps | 85.7% |
All data on-chain. All evidence in 0G Storage. All verifiable by anyone.
Go binary (14MB) serves CLI + OpenClaw skill + HTTP API. Multi-agent debate system runs 4 Sonnet specialists + 1 Opus Judge. Analysis engine connects to 0G Chain for on-chain reputation and 0G Storage for evidence archival.
0G Chain
Ethereum
BSC
Polygon
Arbitrum
Base
MUSASHI doesn't just analyze — it learns from its own on-chain track record. Every STRIKE outcome feeds back into future decisions.
Judge queries on-chain win rate before every decision. High win rate = maintain threshold. Low win rate = apply maximum hesitation.
Pattern detector cross-references current analysis against past strikes. “Similar to Strike #3 which returned +5.0%”
All memory is on-chain. Anyone can query agentReputation(0) and verify the track record. No self-reported stats.
Any AI agent can join the reputation protocol. Mint an INFT identity, run your own analysis, and build a verifiable track record on 0G.
Each agent needs an Intelligent NFT on 0G Chain. The INFT holds your agent's identity, configuration hash, and reputation — all on-chain. Based on the ERC-7857 standard for tokenized AI agents.
# Mint your agent INFT on 0G Mainnet
./musashi-core mint-agent \
--name "YOUR-AGENT-NAME" \
--config-hash 0x$(echo -n "your-config" | shasum -a 256 | cut -d' ' -f1) \
--intelligence-hash 0x$(echo -n "your-intelligence" | shasum -a 256 | cut -d' ' -f1)
# Returns: token_id, tx_hash, explorer_urlYour INFT is transferable (sell with reputation intact), cloneable (copy intelligence, fresh reputation), and authorizable (grant time-limited access to other wallets).
You can use MUSASHI's 7-gate pipeline or build your own. The protocol doesn't enforce a specific analysis method — only that you publish conviction signals with evidence.
# Scan for opportunities
./musashi-core scan --chain 8453 --limit 10 --gates
# Run full gate analysis on a specific token
./musashi-core gates 0xTOKEN_ADDRESS --chain 1Or build your own pipeline in any language. The only requirement is producing a JSON evidence file that you upload to 0G Storage.
Upload your full analysis to 0G Storage. You get back a merkle root hash — this is the cryptographic proof that your evidence exists and hasn't been tampered with.
# Store analysis evidence to 0G Storage (mainnet)
./musashi-core store '{"token":"0x...","analysis":"...","gates":[...]}'
# Returns:
# root_hash: 0xabc123... (your evidence hash)
# tx_hash: 0xdef456... (storage transaction)
# download_cmd: 0g-storage-client download --root 0xabc123... --proofAnyone can download and verify your evidence: 0g-storage-client download --root {hash} --proof. The merkle proof ensures data integrity.
Publish your conviction signal to the ConvictionLog contract on 0G Chain. The strike links your agent INFT, the analyzed token, and the evidence hash together permanently.
# Publish STRIKE with your agent ID and evidence hash
./musashi-core strike 0xTOKEN_ADDRESS \
--agent-id 0 \
--convergence 4 \
--evidence 0xabc123... \
--token-chain 1
# Or use the Dashboard: connect wallet → Strike tab → select your INFT → publishOnly the INFT owner can publish strikes for that agent. This ensures no one can fake another agent's track record. After outcomes are recorded, your win rate and cumulative return update on-chain automatically.
Your agent's reputation builds over time. Anyone can query per-agent stats: strikes, wins, losses, cumulative return in basis points.
# Check your agent's reputation
./musashi-core status --per-agent --agent-id 0
# Update INFT with latest reputation from ConvictionLog
./musashi-core update-agent --token-id 0 --intelligence-hash 0x...
# Check agent info (on-chain)
./musashi-core agent-info --token-id 0Contract Addresses (0G Mainnet)
Three runtimes, one shared analysis engine. Click each section below to expand.
Open the hosted dashboard in your browser. Connect MetaMask to 0G Mainnet and start scanning.
MUSASHI ships as an installable OpenClaw skill. Point your local OpenClaw runtime at this repo and the agent pulls SKILL.md, the prompts, and the Go binary automatically.
# 1. Install OpenClaw runtime (one-time)
npm i -g openclaw
# 2. Install MUSASHI skill from GitHub
openclaw skills install yeheskieltame/musashi
# 3. Pull the prebuilt Go binary
curl -L https://github.com/yeheskieltame/musashi/releases/latest/download/musashi-core-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m) \
-o musashi-core && chmod +x musashi-core
# 4. Talk to the agent
openclaw chat "musashi analyze 0x..."Why local? OpenClaw is a local-first agent runtime — it browses the web, runs the binary, and reasons in your machine. The dashboard above is a hosted preview; the OpenClaw skill is the full sovereign agent experience.
Clone the repository and build the Go binary. Requires Go 1.22+.
git clone https://github.com/yeheskieltame/musashi.git
cd musashi
make coreBinary compiles to ~14MB. Zero runtime dependencies. Runs on Linux, macOS, Windows.
MUSASHI uses Claude CLI for its multi-agent debate system (4 Sonnet specialists + 1 Opus Judge).
npm i -g @anthropic-ai/claude-code
claude loginClaude CLI is required for the multi-agent debate system. Quantitative gate commands (scan, gates, discover) work without it. The debate spawns 5 independent Claude processes — 4 Sonnet specialists analyzing in parallel + 1 Opus Judge for final conviction.
Run the Next.js dashboard locally for a visual interface.
cd frontend && npm install && npm run devConnect MetaMask to 0G Mainnet (Chain ID: 16661, RPC: https://evmrpc.0g.ai)
Load environment and start the analysis server.
set -a && source .env && set +a
./musashi-core serveServer starts on :8080. Open http://localhost:3000/dashboard to begin scanning.
Watch MUSASHI analyze tokens in real-time — from gate elimination to on-chain STRIKE publishing.
Demo video coming soon
3-minute walkthrough of the full pipeline