Without a policy layer
You either approve every micro-payment by hand, or hand the agent unlimited wallet access. Neither scales.
AgentPass Guard is a policy simulator and guard layer for AI agents using pay.sh / x402-style payments on Solana. Set the budget, the allowlist, the approval threshold — every paid action gets checked against your rules before a lamport leaves the wallet.
You either approve every micro-payment by hand, or hand the agent unlimited wallet access. Neither scales.
A human-defined pass: budget, allowlist, threshold, expiry, revocation. Every paid call is evaluated and explained before settlement.
Approved actions settle on devnet with a Memo-program receipt. Cheap, fast, inspectable — the right rail for agent payments.
Three scripted actions — one auto-approves, one is blocked, one needs a human. Every decision is shown with the exact guardrail trace.
Step 3 · Decision
Pick an action above to see the policy decision, the guardrail checks, the receipt, and the remaining budget.
| Time | Agent | Service | Amount | Decision | Receipt |
|---|
npm run devnet:demo
Creates a temporary devnet wallet, sends a tiny payment, attaches a receipt via the Solana Memo program, and prints an explorer link. Falls back to a simulated receipt if the public faucet is rate-limited.
Local-first. No backend. Static-deployable. Open source.