x402 · STELLAR · USDC
The developer-facing settlement layer for x402 on Stellar. 3–5 second finality. $0.0001 per transaction. Native USDC.
Book a Call →Built on x402 — Coinbase · Cloudflare · Google
100M+ payments processed
cost per $0.02 api call
| Traditional | Orca | |
|---|---|---|
| Processing fee | $0.3000 | $0 |
| Percentage fee | 2.9% | 0% |
| Total cost | $0.3258 | $0 |
| Settlement | 2–3 days | 3–5 seconds |
| Min viable txn | ~$10.00 | $0 |
3,000× more efficient.
Stripe charges $0.30 + 2.9% per transaction — a floor that makes $0.01–$0.05 agent microtransactions structurally unprofitable. API providers are forced into subscriptions and prepaid credits, neither of which works for autonomous agents that need to pay as they go, at machine speed, without human approval.
settlement finality on Stellar
Stellar's Consensus Protocol settles at $0.0001 per transaction with native USDC support — the optimal rail for high-frequency, low-value workloads that define agent traffic. Predictable, near-zero fees at any volume.
import { orca } from "@orca/mid";
app.use("/api/*",
orca.gate({
price: "0.001",
asset: "USDC",
meter: "per-req"
})
);import { OrcaWallet } from "@orca/sdk";
const wallet = new OrcaWallet({
budget: "10",
perService: "2"
});CAPABILITIES
0%
projected growth in AI-driven payment volume by 2027 — Visa
The x402 standard has already won. We're building the Stellar infrastructure layer that every API, every MCP server, and every agent framework will need.