Programmable intent
Express complex transaction goals as composable instructions. PRIME handles the path from intent to execution.
Meet the protocol for autonomous commerce. Authorize, route, and settle programmable value on Base.
A modular protocol engineered for systems that need to reason, act, and settle value without friction.
Express complex transaction goals as composable instructions. PRIME handles the path from intent to execution.
Optimize every payment across liquidity, speed, and cost with autonomous execution logic.
Settle on Base with cryptographic receipts and deterministic guarantees for every transaction.
Manage programmable value, configure autonomous policies, and verify every settlement through one precise mobile interface.
PRIME finds the optimal route across liquidity, cost, and speed.
Set permissions, budgets, and constraints directly at the protocol layer.
Give autonomous systems secure access to programmable value movement.
Route stable value across borders with Base-native finality.
import { Prime } from "@primeprotocol/sdk"; const prime = new Prime({ network: "base", policy: "autonomous" }); // Express transaction intent const transaction = await prime.execute({ intent: "settle", value: "2,500 USDC", optimize: ["cost", "speed"] }); console.log(transaction.proof); // 0xprime...verified
Infrastructure for the next generation of autonomous commerce.