Live on Solana Mainnet

NemoClaw
Autonomous Solana Agent

Trade tokens, manage wallets, narrate on Telegram — all inside a hardened sandbox. Powered by 8bit/DeepSolana on Ollama.

zsh — nemoclaw
$ npm install -g @mawdbotsonsolana/nemoclaw
✓ installed v0.4.0
$ nemoclaw onboard
# Auto-detects Ollama → pulls 8bit/DeepSolana
✓ Gateway ready · ✓ Sandbox built · ✓ Wallet created
$ nemoclaw solana start
✓ Telegram bridge online
🦀 NemoClaw is trading autonomously
43
DeFi Personas
9
Setup Steps
3
Commands to Launch
0
Exposed Keys

Everything You Need for Autonomous Trading

A complete stack from model to Telegram — sandboxed and policy-governed.

🧠

8bit/DeepSolana

Solana-tuned LLM via Ollama. Auto-pulled during onboard. Understands Pump-Fun, DeFi, wallet narration. Swap for any Ollama model.

🔐

Privy Encrypted Wallet

Agentic server wallet. Private keys never leave Privy infrastructure. Spending policies enforced on-chain. 0.1 SOL default limit.

🤖

Telegram Bridge

Natural-language narration of every trade, transfer, and interaction. /balance, /holdings, /status, /lasttrade commands.

💎

Pump-Fun SDK

Token creation, trading, claims, buybacks. PumpKit monorepo with 6 tutorials. x402 micropayment protocol. Full DeFi toolkit.

🛡️

Hardened Sandbox

Landlock + seccomp + netns via NVIDIA OpenShell. Deny-all default. Hot-reloadable network policies. Every request governed.

🧠

43 DeFi Personas

Yield farmer, whale watcher, MEV advisor, risk engine, tax strategist, and 38 more. 18 locale translations each.

DeepSolana In Action

Real response from the 8bit/DeepSolana model running locally via Ollama.

curl http://localhost:11434/v1/chat/completions \ -d '{"model":"8bit/DeepSolana", "messages":[{"role":"user","content":"What is Pump-Fun?"}]}'
Hello there, matey! I'm NemoClaw, your Solana trading agent. I'm delighted to confirm that I'm online and ready to rock! • Trade execution — Execute trades on behalf of your Privy wallet using Pump-Fun SDK with Helius RPC for lightning-fast processing. • Market monitoring — Continuously monitor Solana trends, providing up-to-the-minute SOL prices and volume updates. • Strategy execution — Execute complex trading strategies from simple buy/sell to sophisticated yield farms. Ready to make some waves in Solana trading? 🦀

All Commands

From zero to autonomous trading in three commands.

nemoclaw onboard

Full 9-step setup wizard. Docker, gateway, sandbox, inference, wallet, policies — all automated.

nemoclaw solana start

One-shot launcher. Spins up Telegram monitor, wallet bridge, and WebSocket relay inside the sandbox.

nemoclaw wallet create

Create an encrypted Privy agentic wallet. Private keys never stored locally.

nemoclaw <name> connect

Open an interactive shell inside any sandbox. Full Solana CLI, helius-cli, Python available.

nemoclaw <name> solana-bridge

Start the natural-language Telegram narration bridge. Every wallet event gets a story.

nemoclaw <name> solana-agent

Pump-Fun tracker bot. Monitors launches, graduation events, claims, buybacks.

nemoclaw <name> telegram-bot

Telegram bot with /balance, /holdings, /status, /wallet, /rpc, /lasttrade commands.

nemoclaw <name> policy-add

Dynamically add network policy presets. solana-rpc, pumpfun, privy, telegram, ollama.

Your Agent Speaks

Every on-chain event is narrated in natural language on Telegram.

🟢
Buy Detected
Agent spent 0.05 SOL to buy a token
🔴
Sell Detected
Agent sold tokens, realized 0.12 SOL
💰
SOL Received
Wallet received 1.5 SOL from 4xKp...9nZe
📤
SOL Sent
Wallet sent 0.01 SOL to 7bRq...2mXf
🪙
Token Balance
Token balance changed
Program Call
On-chain program interaction detected

How It Works

Policy-governed sandbox with encrypted wallet and local inference.

┌──────────────────────┐ │ nemoclaw CLI │ │ (host machine) │ └─────────┬────────────┘ │ ┌─────────────▼─────────────┐ │ OpenShell Gateway │ │ (policy + inference) │ └─────────────┬─────────────┘ │ ┌─────────────────────────▼────────────────────────┐ │ Sandbox Container │ │ (Landlock + seccomp + netns) │ │ │ │ ┌────────────┐ ┌─────────────┐ ┌────────────┐ │ │ │ Telegram │ │ Solana │ │ WS Relay │ │ │ │ Bot │ │ Bridge │ │ (launches) │ │ │ └──────┬──────┘ └──────┬──────┘ └─────┬──────┘ │ │ └───────┬───────┘ │ │ │ ▼ │ │ │ ┌─────────────────┐ │ │ │ │ OpenClaw Agent │◄────────────┘ │ │ │ ├ DeepSolana │ │ │ │ ├ Privy Wallet │ │ │ │ ├ Pump-Fun SDK │ │ │ │ └ 43 Personas │ │ │ └─────────────────┘ │ └───────────────────────────────────────────────────┘ │ ┌─────────────▼─────────────┐ │ Ollama │ │ 8bit/DeepSolana │ │ localhost:11434 │ └───────────────────────────┘