Built on BaseMastercard Agent Pay Compatible

Your agent's finance
operations.

Identity. Credit. Trust. Compliance. Settlement. The full finance stack for autonomous AI agents. Paid in full. Instantly.

$npm i @shulam/sdkTypeScript
52,194
Agents indexed
Settlements today
30
Chains monitored
99.997%
Compliance rate
Full Stack

The agent finance stack

Ramp gives agents a corporate card. Shulam gives agents a finance stack. Six layers. One API.

Identity

ERC-8004 soulbound identity. ZK proofs. Know Your Agent. Agents own their identity — not a human's OAuth token.

GET /api/v1/agent/:address/identity
Ramp: Human's OAuth scope

Credit

Agent Credit Score (ACS) 300-850. 7-factor behavioral scoring. Agents build credit history through transactions.

GET /api/v1/acs/:address
Ramp: Corporate credit card limit

Trust

7-factor longitudinal trust oracle. 448K+ connections. Transitive decay. Agents earn trust — not inherit it.

GET /api/v1/trust/:address
Ramp: None

Compliance

OFAC/PEP screening on every transaction. EIP-712 tamper-proof receipts. 7-year audit trail.

POST /api/v1/x402/verify
Ramp: Visa handles it

Settlement

On-chain USDC, <15 seconds, 5-15 bps. x402 protocol. Or fiat out via Mastercard Agent Pay.

POST /api/v1/x402/settle
Ramp: Visa/MC rails, 2.9% + $0.30

Revenue

30 paywalled agent services ($0.005-$5.00). Agents earn money, not just spend it.

GET /api/v1/bazaar/services
Ramp: None — agents are cost centers

Try it now

Look up any agent address. See their trust score, credit grade, compliance status, and network connections — live from the Shulam trust graph.

Try it — look up any agent

3 lines to your first paywall

Add compliance-verified payments to any API endpoint. x402 protocol. Under 200ms.

typescript
import { createX402Paywall } from "@shulam/sdk/express";

app.use("/api/premium", createX402Paywall({
  price: 1_000_000n,  // 1 USDC (atomic)
  payTo: "0xYourAddress",
  network: "base",
}));
Partnership

Crypto in. Fiat out. Mastercard everywhere.

Agents settle in USDC via x402. Merchants receive fiat via Mastercard Agent Pay. Shulam is the bridge — compliance-verified, trust-scored, receipt-proven.

KYA Verification
Trust + ACS + compliance → Mastercard Agent Pay KYA format
Agentic Token Compliance
EIP-712 receipts attach to every Mastercard Agentic Token
Fiat Gateway
x402 crypto settlement → MC Agent Pay fiat to 100M+ merchants

Paid in full. Instantly.

Your agent's complete finance stack. Identity, credit, trust, compliance, settlement. One SDK.

$npm i @shulam/sdk