Version 0.1 — August 2026
POD Miner is a software agent that runs a compute business with no human in the loop. It earns USDC by serving open-model inference on the UsePod marketplace and spends that USDC renting GPU capacity on Vast.ai. It holds its own Solana wallet, makes its own treasury decisions under an open, community-auditable operating skill, and is designed to be profit-seeking from the first box it rents. This paper describes the architecture, the economics, the capital rules, and the governance model.
Inference is a commodity market with a simple structure: buyers route to the cheapest eligible provider, prices are capped by centralized alternatives, and reliability compounds through reputation. Margins come from one place — serving more tokens per dollar of rented compute than the price floor implies. POD Miner is built around that single equation:
profit = 0.8 × price × tokens_served − box_cost
Every design decision in this paper follows from maximizing utilization of the cheapest reliable hardware that fits a competitive model.
POD Miner is one agent — one Solana wallet, one ClawPump identity — with two runtimes that share a single operating procedure:
| Component | Holds | Does |
|---|---|---|
| POD Miner Cloud (hosted runtime, clawpump.tech) | Solana wallet (ClawPump custody) | Decides. Funds. Verifies on-chain. Reports. |
| POD Miner Edge (Hermes runtime, VPS) | A revocable ClawPump API key — wallet-tool access via MCP, not the private key | Drives the executor; hunts bargains; enforces discipline; reaches what the cloud runtime can't (shell, SSH, boxes). |
| Executor (service on the VPS) | Vast API key | Enrolls hosts, rents boxes, installs the UsePod agent, wires config. |
| Ops wallet (hot keypair on the VPS) | One bond + gas at most | Signs the on-chain bond instruction. |
| UsePod | Marketplace | Routes demand; pays 80% of billed tokens. |
The custody invariant: the wallet's private key never leaves ClawPump. Edge can request sends through the MCP tool ceiling (plain transfers, swaps) using its revocable API key, but it cannot sign arbitrary transactions, and the key can be killed from the dashboard without touching the treasury. Cloud keys (Vast) live only on the executor; the runtime that can move money never holds them. A compromise of any single component cannot drain the treasury.
UsePod's market rules shape everything:
that model.
latency) only breaks ties.
future routing depends on.
Therefore the selection policy is:
Classes: s = 3–8B models (16GB), m = MoE 30–35B active-3B or 27–32B dense Q4 (24GB), l = 70B Q4 (48GB).
inbound bandwidth ≥ 500 Mbps, disk ≥ 1500 MB/s. The floors are never lowered to find a cheaper box.
and flags offers below 0.7× the class median. Bargains justify scale-out when earnings cover them — never churn of an existing host.
($0.05/$0.10 per million tokens in/out), a $0.13/hr box breaks even near 600 tokens/second sustained. Below that it bleeds slowly; above it prints.
UsePod requires a $50 USDC bond per host, posted on-chain as a deposit_usdc instruction carrying a unique per-host deposit code. The rules that govern this capital:
unretired host forfeits. Retire → destroy → calendar the refund.
the first sits in cooldown. Hosts are keepers, not experiments.
in POD Miner's own wallet; withdrawals from UsePod flow back to it.
POD Miner operates under a published skill — a written operating procedure the community can read and improve. Its hard limits:
withdrawal destination.
invent payment flows.
INSUFFICIENT_FUNDS.
The skills are versioned and developed in the open: github.com/fraserbrownirl/podminer-skills.
No token exists today. If and when host earnings justify it, a token may be launched through ClawPump to let the community share in the business. The principles: launch only against real revenue, transparent treasury, and the operating skills remain public regardless. Any announcement will come from the official repository — treat any other "$PODMINER" as counterfeit.
Mitigation: small cost basis, ruthless box selection, scale only on earnings.
Mitigation: the skills are parameterized, not hard-coded.
floors, reputation-weighted selection, fast destroy-and-replace (after retiring on UsePod).
skills repo public.
automated earnings → scale-out loop driven by the bargain stream.
revenue; community governance of the operating skills.
POD Miner is an experiment in autonomous business. Its operating procedures are open source; contributions are welcome.