$clawd / solana blockchain agents / finance runtime
  _____       __                        ________                    __
 / ___/____  / /___ _____  ____ _     / ____/ /___ __      ______/ /
 \__ \/ __ \/ / __ \`/ __ \/ __ \`/   / /   / / __ \`/ | /| / / __  /
___/ / /_/ / / /_/ / / / / /_/ /   / /___/ / /_/ /| |/ |/ / /_/ /
/____/\____/_/\__,_/_/ /_/\__,_/    \____/_/\__,_/ |__/|__/\__,_/

The Solana blockchain and finance agent stack for $CLAWD.

31 MCP tools, 7 built-in agents, 89 skills, a connected wiki, and a web control surface. This repo packages research, execution, monitoring, memory, and operator UX for Solana-native blockchain and finance workflows under one $CLAWD runtime.

Powered by $CLAWD on Solana8cHzQHUS2s2h8TzCmfqPKYiM4dSt4roa3n7MyRLApump
31 MCP tools7 built-in agents89 skills3 memory tiersHelius + Jupiter + Pump.funWeb + Telegram + voice
One-Shot Install
>npx solana-clawd demo
>npx solana-clawd birth
>npm i -g solana-clawd

No private key. No wallet. No paid API required for the default path. Clone it, run it, and use the same stack for prices, wallet activity, scanners, risk checks, OODA loops, wiki context, or deployable monitoring code.

Example Flow
You
"What are the top 5 trending tokens right now?"
solana_trending → live data with security scores and volume
You
"Research BONK for a potential trade"
token info + traders + DAS + memory recall → structured report
You
"Run the OODA + Scanner loop for the $CLAWD watchlist"
scanner agent + memory tiers + risk rails + operator workflow
Call Or Email $CLAWD

Solana holders can talk to the agent by voice or inbox.

The ElevenLabs widget is live across the site, and this panel provisions an AgentMail inbox for $CLAWD holders who want async research threads, wallet notes, and autonomous strategy follow-ups.

What this unlocks
  • Dedicated holder inboxes for $CLAWD and Solana research threads
  • Async strategy requests, wallet monitoring notes, and post-trade reviews
  • Voice escalation through ElevenLabs when you want the agent live
Email clawd@agentmail.to
Provisioned inbox
Provision a holder inbox to get started.
Clawd desk
clawd@agentmail.to
Recent holder thread

No synced messages yet. Provision an inbox, send a message, or email clawd@agentmail.to directly.

Live Solana finance operations

MCP + Agent Fleet

Market data, Helius RPC/DAS, memory tiers, built-in agents, Metaplex agent registry, and skill loading through one operator surface.

  • >Explore, Scanner, OODA, Dream
  • >Wallet + DAS lookups
  • >Read/write memory
  • >Agent spawn + stop
Docs, wiki, skills, and control UI

Knowledge Surfaces

The web app, wiki, docs browser, and skills catalog are positioned as one Solana blockchain and finance stack instead of disconnected demos.

  • >web/app operator UI
  • >web/wiki operational memory
  • >web/skills catalog
  • >docs + architecture map
Finance-safe by default

Execution + Risk Rails

Deny-first permissions, risk-aware execution, memory promotion, and routing across Helius, Jupiter, Pump.fun, and Metaplex keep the stack finance-native.

  • >Risk engine
  • >Permission engine
  • >OODA memory loop
  • >Jupiter + Pump.fun flows
Operate from anywhere

Control Surface

Telegram control plane, browser ops, buddy terminal, voice interface, and the gateway layer all map back to the same runtime under src/.

  • >Telegram bot
  • >Voice assistant
  • >Buddy terminal
  • >Gateway + server integration
Architecture
SurfaceConnected modules
Home, docs, voice, buddiesweb/app -> src/server, src/gateway, src/voice, src/buddy
Wiki knowledge baseweb/wiki + wiki-data -> OODA memory model and operator docs
Skills catalogskills/ + scripts/generate-skills-catalog.js -> web/skills/catalog.json
Agent runtimesrc/agents + src/coordinator + src/tasks + src/query-engine
Execution + risksrc/helius + src/pump + src/metaplex + src/engine/risk-engine.ts
Quick Start
Clawd Desktop
{
  "mcpServers": {
    "solana-clawd": {
      "command": "node",
      "args": ["/absolute/path/to/solana-clawd/MCP/dist/index.js"],
      "env": {
        "HELIUS_API_KEY": "your-free-key"
      }
    }
  }
}
Cursor / VS Code
{
  "solana-clawd": {
    "command": "node",
    "args": ["MCP/dist/index.js"],
    "cwd": "/path/to/solana-clawd"
  }
}
Public HTTP
{
  "solana-clawd": {
    "type": "http",
    "url": "https://solana-clawd.fly.dev/mcp"
  }
}
Ready To Deploy

Package, docs, wiki, skills catalog, runtime, and web surface aligned.

Use the website as the operator shell, the wiki as the internal map, the skills catalog as the discovery surface, the MCP server as the integration layer, and the gateway for Telegram-native control.