Audit & compliance infrastructure for x402 payments.

Enterprise-ready: Slack/Discord/PagerDuty alerts · Scheduled reports · Custom dashboards · Budget enforcement · PDF exports

sentinel@valeo
$ npm install @x402sentinel/x402

$ cat agent.ts
import { wrapWithSentinel, standardPolicy } from "@x402sentinel/x402";

const fetch = wrapWithSentinel(x402Fetch, {
  agentId: "researcher-01",
  budget: standardPolicy(),
});

const res = await fetch("https://api.example.com/data");

$ sentinel status
 Budget enforced    $0.04 / $25.00 hourly (0.16%)
 Payment logged     tx: 0x3a9f...c2e1 on Base
 Audit recorded     rec_7kQ3mXvB9pLw
 Agent tracked      researcher-01 (47 payments today)
Click to launch dashboard

What is Sentinel?

Sentinel is the audit and compliance layer for x402 payments. AI agents spend real money via the x402 protocol — Sentinel intercepts every payment, enforces budget limits, and logs a complete audit trail. One npm install. One line of code. Full visibility into where every dollar goes.

How it works

Every payment tracked. Every budget enforced. Full audit trail from agent to endpoint.

1

Install the SDK

npm install @x402sentinel/x402

2

Wrap your fetch

One function call. No code changes to your agents.

3

Budgets enforced automatically

Per-call, hourly, daily limits. Blocked before payment.

4

Full audit trail

Every payment logged. Dashboard, filters, CSV export.

terminal

82

Tests Passing

18

API Endpoints

5

Chains Supported