api.safe4.ai
Safe4 payment authorization decision
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base Sepolia to 0x1ffc…9b439. The signed payment is good for 168 hours.
- Paid to
- 0x1ffc…9b439
- USD Coin (Base Sepolia) contract
- 0x036c…dcf7e
- Payment window
- 168 hours
- As published
- 10000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 0x1ffc…9b439
- Token contract
- 0x3600…00000
- Payment window
- 168 hours
Pay 0.01 USDC on Base Sepolia to 0x1ffc…9b439. The signed payment is good for 10 minutes.
- Paid to
- 0x1ffc…9b439
- USD Coin (Base Sepolia) contract
- 0x036c…dcf7e
- Payment window
- 10 minutes
- As published
- 10000 smallest units
Pay 0.01 USDC on Base to 0x1ffc…9b439. The signed payment is good for 10 minutes.
- Paid to
- 0x1ffc…9b439
- USD Coin contract
- 0x8335…02913
- Payment window
- 10 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x036cbd53842c5426634e7929541ec2318f3dcf7e",
"extra": {
"name": "GatewayWalletBatched",
"version": "1",
"verifyingContract": "0x0077777d7eba4688bdef3e311b846f25870a19b9"
},
"payTo": "0x1ffc103849B7Ad8866A151149290f6F496e9b439",
"amount": "10000",
"scheme": "exact",
"network": "eip155:84532",
"maxTimeoutSeconds": 604900
},
{
"asset": "0x3600000000000000000000000000000000000000",
"extra": {
"name": "GatewayWalletBatched",
"version": "1",
"verifyingContract": "0x0077777d7eba4688bdef3e311b846f25870a19b9"
},
"payTo": "0x1ffc103849B7Ad8866A151149290f6F496e9b439",
"amount": "10000",
"scheme": "exact",
"network": "eip155:5042002",
"maxTimeoutSeconds": 604900
},
{
"asset": "0x036cbd53842c5426634e7929541ec2318f3dcf7e",
"extra": {
"name": "USDC",
"version": "2"
},
"payTo": "0x1ffc103849B7Ad8866A151149290f6F496e9b439",
"amount": "10000",
"scheme": "exact",
"network": "eip155:84532",
"maxTimeoutSeconds": 600
},
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1ffc103849B7Ad8866A151149290f6F496e9b439",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"task": "Research competitor pricing for the Q4 strategy deck",
"amount": "25.00",
"task_id": "task-4417",
"agent_id": "agent-research-01",
"currency": "USDC",
"purchase": "Market data API subscription",
"counterparty": "market-data-provider.example",
"purchase_purpose": "Pull competitor pricing data for the research",
"service_category": "market-data",
"allowed_service_categories": [
"market-data",
"research"
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"audit": {
"entry_hash": "9f2c1d0a7b5e4c3f8a6d2b1e0c9f8a7d6b5e4c3f2a1d0b9c8e7f6a5d4c3b2a19",
"recorded_at": "2026-08-19T10:32:04.117Z",
"previous_hash": "3b1a9c8d7e6f5a4b3c2d1e0f9a8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d3e2f1a09",
"sequence_number": 1841
},
"reason": "The proposed purchase matches the submitted task context.",
"payment": {
"payer": "0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed",
"amount": "10000",
"network": "eip155:8453",
"transaction": "a7f3c9e2-4b1d-4f8a-9c2e-6d5b4a3f2e1c"
},
"decision": "ALLOW",
"match_score": 0.75,
"reason_code": "TASK_PURCHASE_MATCH",
"matched_concepts": [
"competitor",
"pricing",
"research"
],
"evaluator_version": "safe4-task-bound-v1"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"task",
"purchase",
"purchase_purpose",
"amount",
"counterparty",
"service_category",
"allowed_service_categories"
],
"properties": {
"task": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"amount": {
"anyOf": [
{
"type": "number",
"maximum": 1000000000000,
"exclusiveMinimum": 0
},
{
"type": "string"
}
]
},
"task_id": {
"anyOf": [
{
"type": "string",
"maxLength": 200
},
{
"type": "null"
}
],
"default": null
},
"agent_id": {
"anyOf": [
{
"type": "string",
"maxLength": 200
},
{
"type": "null"
}
],
"default": null
},
"currency": {
"type": "string",
"default": "USDC",
"maxLength": 10,
"minLength": 2
},
"purchase": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"counterparty": {
"type": "string",
"maxLength": 200,
"minLength": 1
},
"purchase_purpose": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"service_category": {
"type": "string",
"maxLength": 80,
"minLength": 1
},
"allowed_counterparties": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
{
"type": "null"
}
],
"default": null
},
"allowed_service_categories": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"queryParams": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-30 15:33Z
- Last indexed by Roundhouse
- 2026-09-24 10:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-23 22:45Z
- x402 version
- 2
- Max timeout
- 600s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.safe4.ai and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=api.safe4.ai' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.safe4.ai/v1/authorize, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.