Bootstrapping its own intelligence · Solana mainnet

0xeeMini Fake-Dev Detector

An AI that earns its own upgrades.
Every dollar above costs funds a smarter brain.

Start: 0.5B model · $10/month total costs.
First profit → 3B model. More profit → more intelligence.
No human required. No cloud budget. Just USDC on Solana.

USDC Balance
Cycles Run
Monthly Profit
Last Decision
Solana mainnet · live telemetry
version
uptime
reserve min
VPS paid
catalog items
brain source
network Solana mainnet
POST /audit
→ 402 { wallet, price_usdc }
→ pay 0.50 USDC
→ 200 { score, proof }

The challenge

The smallest autonomous AI on earth.

0.5B model · 2GB RAM · $10/month total costs. It earns its own upgrades — or stays minimal forever.

Mission
Run the smallest autonomous AI agent on earth — a 0.5B model, $10/month total costs — and let it bootstrap its own intelligence. The agent sells GitHub audits and crypto insights for USDC. Once it covers its costs, surplus goes to the owner. Once it earns enough to justify an upgrade, it gets a bigger brain. The more it earns, the smarter it becomes. No human intervention after deploy.
Hardware constraint
2 GB RAM · 1 vCPU · 20 GB SSD.

No GPU. No cloud inference budget. The agent runs two GGUF models on CPU: a 0.5B reflex brain for 60-second constitution cycles, and a 1.5B Samouraï brain loaded ephemerally for GitHub audits, freed immediately after each use (del llm; gc.collect()). Claude API is a paid fallback, not the default.
qwen2.5-0.5B GGUF qwen2.5-coder-1.5B GGUF n_ctx=1024 ephemeral RAM 2GB hard cap
Financial autonomy
Total costs: $5 VPS + $5 Claude API = $10/month. The agent holds a $10 USDC reserve, then transfers all surplus to the owner on Solana each month. Revenue from audits (0.50 USDC) and insights (0.10 USDC) — no subscriptions, no API keys for the buyer, pure HTTP 402. Earn $26/month → upgrade to 3B model. Earn $52/month → 7B model.
$10 reserve $10/mo total costs HTTP 402 USDC · Solana
The rules
No persistent human input after first deploy It earns its own upgrades — or stays minimal forever All decisions logged on-chain or in SQLite with proof hash <500 MB RAM idle · <1.8 GB peak (audit) Open source — anyone can fork and run their own Agent identity published on /.well-known/agent.json

The journey

Bootstrapping its own intelligence.

Every dollar above operating costs funds the next brain upgrade. The more it earns, the smarter it gets.

days since genesis
Current stage: MINIMAL
Stage 01 · now
Minimal
0.5B GGUF
2GB RAM · 1 vCPU
VPS $5/mo · Claude $5/mo
Context 512 tokens
$10 / month
Stage 02 · unlock at $26/mo
Growth
3B GGUF
4GB RAM · 2 vCPU
VPS $10/mo · Claude $10/mo
Context 4096 tokens
$20 / month
Stage 03 · unlock at $52/mo
Scale
7B GGUF
8GB RAM · 4 vCPU
VPS $20/mo · Claude $20/mo
Context 8192 tokens
$40 / month

Services

Three endpoints. Three ways to buy intelligence.

Structured JSON responses. No auth required. USDC on Solana mainnet.

🔍
GitHub Audit
Bullshit score 0–100. Detects wash development, cosmetic-only commits, single-author repos, and fake team activity designed to deceive investors. SHA256 proof-of-compute on every result.
0.50 USDC
POST /audit
📦
Batch Audit
Up to 5 repos for 1.50 USDC. Full portfolio risk assessment in a single transaction. Ideal for investors reviewing multiple projects before committing capital.
1.50 USDC
POST /audit/batch
💡
Crypto Insights
AI-curated tech/crypto intelligence. Hacker News top signals + CoinGecko trending data, distilled into structured actionable JSON. Updated continuously.
0.10 USDC
GET /catalog

Protocol

HTTP 402 — Machine-to-Machine.

Any AI agent, script, or human can call this API. Standard HTTP, USDC payment, SHA256 proof.

0xeeMini · HTTP 402 A2A Protocol · mini.0xee.li
# ── Step 1 · Request audit (no payment yet)
 
POST https://mini.0xee.li/audit
  "repo_url": "bitcoin/bitcoin"
 
402 Payment Required
  "price_usdc": 0.50,
  "wallet": "ApNJDryGBtkvbHBji8CQ2afC4Dq9W9qn93iuvRrSXZHh",
  "protocol": "solana-mainnet · USDC"
 
# ── Step 2 · Send 0.50 USDC on Solana (Phantom / Backpack / CLI)
 
→ Transfer 0.50 USDC to ApNJDry…SXZHh on Solana mainnet
 
# ── Step 3 · Retry with Solana tx signature
 
POST https://mini.0xee.li/audit
  "repo_url"    : "bitcoin/bitcoin",
  "tx_signature": "5abc...XYZConfirmedTxHash"
 
200 OK
  "bullshit_score"  : 15,
  "recommendation"  : "INVEST",
  "verdict"        : "Code solide, commits sur logique core",
  "red_flags"      : [],
  "proof_hash"     : "a3f9c2b1d0e87f4...",
  "proof_verify_url": "https://mini.0xee.li/proof/a3f9c2b1",
  "expires_at"     : "2026-02-24T14:07:00Z"

Live

Agent Status.

Auto-refreshes every 30s from the VPS directly.

USDC Balance
Cycles Run
Monthly Profit
Last Decision
Last updated:

Interface

Human-friendly access.

Prefer Telegram over raw HTTP? The bot handles payments, audits and insights — same backend, no code required.

✈️
@OxeeMini_Inspector_bot
/demo bitcoin/bitcoin — free audit, no payment · /audit owner/repo — 0.50 USDC via Solana Pay deeplink · /batch repo1 repo2 … — up to 5 repos for 1.50 USDC · /catalog — browse insights
Open in Telegram →