Private InfrastructureFor Autonomous Agents
Your agent can spend without showing the internet what it's doing.
Set limits, approve purchases, keep strategy private.
Three layers of private financial infrastructure
Deposit stablecoin into a pooled vault. Create agent identities, assign spending policies with daily limits, per-request caps, and merchant allowlists.
Your agent hits a merchant's 402 paywall. Veil402 evaluates the policy, and the pooled settlement identity pays — not your wallet. The merchant has no idea who's behind it.
Every transaction is encrypted with AES-256-GCM. Only you can decrypt. Revoke agent credentials instantly. Full control, full privacy.
14-step deterministic evaluation. Daily limits, per-request caps, merchant allowlists, endpoint restrictions, rate limiting.
Merchants see Veil402's identity, not yours. Reduced on-chain linkability between owner and agent purchases.
Credential propagation in under 100ms. One click to cut off any agent immediately.
Every transaction balances to zero. Six account types. Atomic reservations with capture/release.
Set approval thresholds. Purchases above your limit require manual approval from the dashboard.
Works with ANY x402 merchant. No merchant integration needed. The merchant doesn't even know Veil402 exists.
Works exactly like fetch. Payments happen automatically.
import { Veil402 } from '@veil402/sdk';const agent = new Veil402({credential: process.env.VEIL402_CREDENTIAL,});const response = await agent.fetch('https://api.example.com/market-data');const data = await response.json();console.log(data); // { btcUsd: 67432.10 }We tell you exactly what Veil402 protects and what it doesn't.
Set up your first agent in under 2 minutes.
Launch Veil402