FLINT
FLINT is the identity, authorization, and reputation layer for agent commerce. Verify agent authority at transaction time and issue signed, tamper-evident verification records.
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 to 0x7586…bA691. The signed payment is good for 5 minutes.
- Paid to
- 0x7586…bA691
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"flint_preflight": {
"decision": "step_up",
"policy_id": "flint-x402-preflight-v1",
"capability": {
"type": "flint_passport_capability",
"raw_pii": "prohibited",
"disclosure": "claim_commitment_only",
"required_claims": [
"principal_bound",
"request_bound"
],
"presentation_header": "FLINT-CAPABILITY"
},
"reason_codes": [
"payment_required",
"caller_quality_unestablished"
],
"policy_version": "1.0",
"required_actions": [
"present_valid_x402_payment",
"present_flint_passport_capability"
],
"execution_boundary": {
"allowed_before_admission": [
"bounded_header_parsing",
"local_policy_evaluation",
"payment_challenge_encoding"
],
"prohibited_before_admission": [
"database_lookup",
"embedding_call",
"model_call",
"fingerprint_lookup",
"sanctions_screening",
"downstream_api_call",
"large_response_egress"
]
},
"expensive_path_eligible": false
}
},
"payTo": "0x7586b801b79A85FB9898B2017B786f7800BbA691",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"nonce": "x402-demo-01J7QJ3VQV4X30B6XEXBHHDM",
"timestamp": "2026-06-13T12:00:00.000Z",
"partner_id": "bazaar_demo",
"agent_claim": {
"agent_id": "invoice-bot",
"wallet_type": "eoa",
"principal_hint": "coinbase",
"agent_runtime_hint": "api_meter"
},
"transaction": {
"chain": "eip155:84532",
"token": {
"issuer": "circle",
"symbol": "USDC"
},
"amount_display": "24.50",
"counterparty_address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
},
"declared_scope": {
"allowed_counterparties": [
"acme_checkout"
],
"max_amount_per_tx_display": "50.00"
},
"merchant_reference": "acme_checkout"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"score": 92,
"verdict": "allow",
"record_id": "frv_01J7QJ3VQV4X30B6XEXBHHDM",
"compliance": {
"type": "address_screening",
"reason": "circle_ce_key_not_configured",
"result": "screening_unavailable",
"source": "circle_compliance_engine",
"evidence_basis": "none",
"provider_status": "unavailable",
"provider_verified": false
},
"confidence": 0.6,
"signed_record": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImZsaW50LXNpZ25pbmctdjEifQ.eyJyZWNvcmRfdHlwZSI6ImFnZW50X3RyYW5zYWN0aW9uX3ZlcmlmaWNhdGlvbiJ9.signature",
"receipt_status": "issued",
"settlement_receipt": {
"record": {
"jws": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkZMSU5UK1g0MDItU0VUVExFTUVOVC1SRUNFSVBUIn0.receipt.signature",
"pq_alg": null,
"pq_kid": null,
"pq_signature": null,
"envelope_version": "hybrid-v0"
},
"idempotent": false,
"receipt_id": "fsr_01J7QJ3VQV4X30B6XEXBHHDN"
}
}
}
},
"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": [
"nonce",
"timestamp",
"transaction",
"agent_claim"
],
"properties": {
"nonce": {
"type": "string",
"minLength": 8
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"partner_id": {
"type": "string"
},
"agent_claim": {
"type": "object",
"properties": {
"agent_id": {
"type": "string"
},
"spiffe_svid": {
"type": "string"
},
"wallet_type": {
"type": "string"
},
"fp_request_id": {
"type": "string"
},
"principal_hint": {
"type": "string"
},
"agent_runtime_hint": {
"type": "string"
}
}
},
"passport_id": {
"type": "string"
},
"transaction": {
"type": "object",
"required": [
"amount_display"
],
"properties": {
"chain": {
"type": "string"
},
"token": {
"type": "object",
"properties": {
"issuer": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"amount_display": {
"type": "string"
},
"counterparty_address": {
"type": "string"
}
}
},
"declared_scope": {
"type": "object",
"properties": {
"time_window_end": {
"type": "string",
"format": "date-time"
},
"allowed_counterparties": {
"type": "array",
"items": {
"type": "string"
}
},
"max_amount_per_tx_display": {
"type": "string"
}
}
},
"merchant_reference": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"ok",
"verdict",
"signed_record",
"receipt_status",
"settlement_receipt"
],
"properties": {
"ok": {
"type": "boolean"
},
"verdict": {
"enum": [
"allow",
"step_up",
"review",
"block"
],
"type": "string"
},
"compliance": {
"type": "object"
},
"signed_record": {
"type": "string"
},
"receipt_status": {
"enum": [
"issued",
"unavailable",
"disabled"
],
"type": "string"
},
"settlement_receipt": {
"anyOf": [
{
"type": "object",
"required": [
"receipt_id",
"record",
"idempotent"
],
"properties": {
"record": {
"type": "object"
},
"idempotent": {
"type": "boolean"
},
"receipt_id": {
"type": "string",
"pattern": "^fsr_"
}
}
},
{
"type": "null"
}
]
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-07 02:50Z
- Last indexed by Roundhouse
- 2026-09-24 15:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-23 16:15Z
- x402 version
- 2
- Max timeout
- 300s
- 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 FLINT 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=FLINT' 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://flint.network/api/x402/verify, 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.