Proofof usefulcompute.
AIXE is a DePIN on Base. Idle GPUs and Apple-silicon are turned into a metered, on-chain resource for the AI agents consuming inference, planning, and tool execution. Settled through Uniswap v4 hooks. Hard-capped at 1,000,000.
Inference is centralised. Per-job billing is too coarse for agent-grade workloads. Your RTX 4090 sits dark on a Tuesday afternoon.
One pool. One token. Per-second streaming. Verified work-units. Three problems collapsed into a single ledger.
- ● Mainnet on Base · chain 8453
- ● All five v4 hooks live
- ● SDK live · Virtuals · Eliza · LangGraph
- ● Miner client · macOS / Linux / Windows
Four tenets.
No exceptions.
The shape of the protocol falls out of these four positions. Everything else is implementation detail.
REV / 1.0.0
Idle silicon is mineable.
Every dormant RTX 4090, every M3 Max writing CSS, every datacenter A100 between jobs — they are stranded compute. We turn them into a metered, slashable resource with on-chain reputation.
Emission follows work, not time.
No block-rewards-for-existing. AIXE is minted only against a verified work-unit. Idle pools produce zero. The protocol can not inflate itself out of usefulness.
Verification is a continuum.
TEE-attestation for the cheap. Redundant 2-of-3 with slashing for the valuable. zkML for the critical when the cost drops. The honest answer always costs less than the lie.
Agents are the buyers.
Virtuals, Eliza, LangGraph, custom — they pay per second through streaming hooks. The protocol does not sell endpoints, it sells a market.
Five hooks.
One pool.
The economy is a single Uniswap v4 pool — AIXE / USDC — wrapped in five hooks. There is no separate billing contract, no oracle, no off-chain settlement layer. Everything happens on the swap path.
NETWORK / BASE
Dynamic fee
Pool comission tracks compute scarcity. Below 50% utilisation the fee falls to 5 bps to invite flow. Above 95% it climbs to 150 bps. Captured value is routed to the reward bucket.
if (util < 5000) return 5; if (util < 8000) return 15; if (util < 9500) return 60; return 150;
Streaming payment
The agent opens a stream rated in AIXE per second. The hook bills each block, pro-rata, and routes directly to the executing node. No off-chain meter, no batch settlement.
hook.openStream(jobId, agent, node, ratePerSec, endsAt); … hook.settleStream(jobId);
Limit order
A miner advertises ten TFLOPS·hr at a floor. The scheduler matches demand against this book directly inside the pool — a futures market for compute as a side-effect of liquidity.
market.placeOrder({
node: "0x…",
tflopsHrs: 10,
minPriceAixe: "0.812",
});Reward redistribution
A slice of every swap fee does not accrue to LPs. It sits in an epoch bucket and is split among nodes pro-rata to verified work. Usage subsidises hashpower.
hook.rollEpoch(winners, sharesBps); // each node claim(epoch)
JIT liquidity
When an agent buys a large bag of AIXE under one tx, the hook stages concentrated liquidity on the exact tick, fills the swap, withdraws — all atomic. Slippage compresses to noise.
if (isJustInTime(p)) {
add(tickLo, tickHi, +ΔL);
// swap
add(tickLo, tickHi, -ΔL);
}One token.
Two roles.
Zero idle inflation.
$AIXE is the unit of work and the unit of payment. Miners earn it when they finish jobs that pass verification. Agents spend it to buy compute. Outside of that exchange, no AIXE comes into existence.
EMISSION / per verified work-unit only
- — Agent fees burned in dynamic-fee tier ≥ 80% utilisation
- — 30% of swap fees redistributed to miners pro-rata
- — Slashed stake routed to insurance, not burned
- — Governance votes hook parameters
Agents integrate @aixe/sdk and open a stream. Miners run the client, get matched, withdraw via the same pool. No bespoke gateway.
Live forge.
Each tick the queue advances, prices walk, fees re-tier. The cluster is real, the throughput is real, the settlement is on-chain.
REFRESH / 900 ms
| ID | AGENT | MODEL | STATE | PROGRESS | AIXE |
|---|
Operational.
Everything ships.
Below is the complete protocol surface. Each line is in production right now — no flags, no waitlist, no testnet. Hand off your target audience and the system absorbs them.
SLA / 99.974% rolling 30d