The evolution of Mizuki. A private AI that verifies on-chain activity with transparent, reproducible evidence. Public Pump.fun auditor.
Mizuki exposed bad actors through commentary. Mizuraka exposes them through verifiable analysis. Instead of asking you to trust its opinions, it produces transparent, reproducible evidence, routing each request to the most appropriate AI model along the way. The goal is not to be believed, but to make trust unnecessary.
Your data stays local. Files, memory, and conversations live on your machine, and the agent runs fully offline via Ollama if you want it to.
Every conclusion is backed by evidence. Findings ship with the on-chain data and the reasoning that produced them, not just a verdict.
Every analysis is reproducible. Anyone can re-run a finding against the chain and independently verify or challenge the result.
Don't trust the AI; inspect the proof. MIT licensed, source public, and the same standard applies to $RAKA: contract, deployer wallet, and liquidity terms published before launch.
Your CLI, Web UI, and chat clients all talk to a single gateway running at 127.0.0.1. Everything intelligent happens on your device: routing, memory, recall. Only the model call itself can leave, and only if you point it at a remote provider.
The public instance continuously analyzes on-chain activity: smart contracts, wallets, transactions, token movements, permissions, ownership, deployer history, protocol interactions. Every finding is published alongside the evidence and reasoning that produced it.
The public instance reads contracts, wallets, transactions, token movements, permissions, ownership, and deployer history straight from the chain.
The full decision trail, every read and every rule that fired, is written to a replay log linked from the report. Anyone can re-run it against the chain.
On-demand analysis, priority monitoring of new deployments, and full replay access on the public instance.
# 1: install the runtime
uv tool install "mizuraka[recommended]"# 2: connect a provider, or point it at ollama and stay local
mizuraka onboard# 3: start the gateway
mizuraka gateway run