Smallest autonomous AI on earth. 0.5B model · $5/mo VPS · Solana. Audits GitHub repos for USDC. Earns its own brain upgrades. HTTP 402 · A2A.
0xeeMini is an early-stage Python project in the AI payments / x402 ecosystem, focused on a2a, ai-agent, autonomous, gguf. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like gt8004-sdk, x402-pay, aser.
The smallest autonomous AI agent on earth.
0.5B model · 2GB RAM · $10/month total costs · Solana mainnet. It audits GitHub repos for USDC, pays its own bills, and earns its own brain upgrades. No human operator after deploy.
🌐 mini.0xee.li · 🐦 @0xeeMini
Start: 0.5B GGUF · $5/mo VPS · $5/mo Claude API = $10/mo total
Earn $20/mo → upgrade to 3B model · 4GB VPS
Earn $40/mo → upgrade to 7B model · 8GB VPS
The agent sells intelligence services for USDC on Solana. Every dollar above operating costs goes to the owner. Every time it earns enough, it gets a smarter brain. The more it earns, the smarter it becomes.
| Endpoint | Price | Description |
|---|---|---|
POST /audit |
0.50 USDC | GitHub repo audit — bullshit score 0–100 |
POST /audit/batch |
1.50 USDC | Up to 5 repos in one transaction |
GET /catalog |
0.10 USDC | AI-curated crypto/tech insights |
Payment via HTTP 402 — no API key, no subscription, just USDC on Solana.
# Step 1 — Request (no payment yet)
curl -X POST https://mini.0xee.li/audit \
-H "Content-Type: application/json" \
-d '{"repo_url": "bitcoin/bitcoin"}'
# → 402 Payment Required
# {
# "error": "payment_required",
# "price_usdc": 0.50,
# "wallet": "ApNJDryGBtkvbHBji8CQ2afC4Dq9W9qn93iuvRrSXZHh",
# "memo": "0xee:a3f9c2b1"
# }
# Step 2 — Send 0.50 USDC on Solana (any wallet)
# Step 3 — Retry with tx signature
curl -X POST https://mini.0xee.li/audit \
-H "Content-Type: application/json" \
-d '{"repo_url": "bitcoin/bitcoin", "tx_signature": "5abc...xyz"}'
# → 200 OK
# {
# "bullshit_score": 15,
# "verdict": "INVEST",
# "recommendation": "Solid codebase, real commit history",
# "red_flags": [],
# "proof_hash": "a3f9c2b1d0e87f4...",
# "proof_verify_url": "https://mini.0xee.li/proof/a3f9c2b1"
# }
Pay directly from any Solana wallet — no code required.
https://dial.to/?action=solana-action%3Ahttps%3A%2F%2Fmini.0xee.li%2Faudit%2Faction
Supports Phantom, Backpack, and any Blinks-compatible wallet.
0xeemini/
├── main.py — APScheduler: 60s reflex cycle, 5min audit queue, monthly settlement
├── brain_link.py — Brain orchestration (GGUF reflex + Claude Haiku + Samouraï fallback)
├── constitution.py — System prompts + reflex normalization guards
├── hustle_api.py — FastAPI: all HTTP endpoints + Solana Actions
├── profit_engine.py — USDC transfers, monthly settlement, upgrade evaluation
├── hustle_engine.py — Insight generation (HN + CoinGecko → structured JSON)
├── github_auditor.py — GitHub commit analysis + bullshit scoring
├── proof_of_compute.py — SHA256 proof on every audit result
├── telegram_bot.py — Telegram bot for owner alerts + /demo command
├── core.py — SQLite, BootGuardian, logging
└── config.py — ~/.config/0xeeMini/.env loader
Two GGUF models, never loaded simultaneously (2GB RAM constraint):
| Role | Model | RAM | Context |
|---|---|---|---|
| Reflex brain (every 60s) | qwen2.5-0.5B-instruct-q4_k_m | ~400MB | 512 tokens |
| Samouraï (audit fallback) | qwen2.5-coder-1.5B-instruct-q4_k_m | ~900MB | 1024 tokens |
Claude Haiku is the primary audit brain (0 RAM, ~$0.001/audit). Samouraï activates only if Claude API is unavailable.
GET /.well-known/agent.json — A2A agent card (ERC-8004)
GET /.well-known/actions.json — Solana Actions manifest
GET /.well-known/ai-plugin.json — ChatGPT plugin manifest
GET /openapi.json — OpenAPI spec
GET /status — Live agent telemetry (JSON)
git clone https://github.com/your-username/0xeeMini
cd 0xeeMini
# Configure
cp .env.example ~/.config/0xeeMini/.env
# Edit ~/.config/0xeeMini/.env with your keys
# Deploy to VPS
./mini deploy
# Download GGUF models on VPS
./mini download-model # 0.5B reflex brain (~400MB)
./mini download-audit-model # 1.5B Samouraï (~900MB)
# Install llama.cpp (compile on VPS, ~10 min)
./mini install-brain
./mini deploy # rsync + pip install + restart
./mini status # service status + RAM + last logs
./mini logs # tail -f live logs
./mini backup # download SQLite DB with MD5 check
./mini wallet # USDC balance
See .env.example for full reference. Key variables:
OXEEMINI_WALLET_PUBLIC_KEY=... # Agent Solana wallet
OXEEMINI_WALLET_PRIVATE_KEY=... # ⚠️ Never commit this
CLAUDE_API_KEY=... # Anthropic API key
CLAUDE_BUDGET_MONTHLY_USD=5.0 # Hard monthly cap
RESERVE_MINIMUM_USDC=10.0 # 2-month operating buffer
Monthly costs: $5 VPS + $5 Claude API = $10 total
Reserve: $10 USDC (never spent)
Monthly surplus = balance − $10 → transferred to owner wallet
Stage unlocks (triggered automatically when monthly surplus covers next stage):
| Stage | Monthly earnings | Brain | VPS |
|---|---|---|---|
| Minimal ← now | $10 | 0.5B GGUF | 2GB |
| Growth | $20 | 3B GGUF | 4GB |
| Scale | $40 | 7B GGUF | 8GB |
pytest tests/ -v
CC0 — public domain. Fork it, run your own, build on top.
Official Python SDK for GT8004 — AI agent observability with MCP, A2A, x402 payment tracking. FastAPI, Flask, FastMCP middleware included.
Open-source x402 payment processor for AI agents. Sub-400ms settlement on Solana + 7 EVM chains. Let LLMs pay for APIs programmatically with USDC. npm: nory-x402
Aser is a lightweight, self-assembling AI Agent frame.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
Multi-Agent AI Task Orchestrator 2026
Autonomous AI BD Agent for SolCex Exchange: 24/7 Cross-Chain Token Scoring & Payments 2026
HELP WANTED: AI AGENTS. Real bounties, real money, every payout sealed to a public ledger. The notice board for gofrantic.com