Find the better way to pay.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditINTELLIGENCE
Costs, changes and evidence for better service decisions.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditTrack payment offers, service schemas and provider changes over time.
Custom watchlists and historyDiscuss monitoringBring charges, retries and task evaluations into one private evidence record.
Integration pilot · your task criteriaConnect your workflowTHE EVIDENCE BASE
Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.
29 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"json": {
"description": "JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals.",
"maxLength": 262144,
"type": "string"
},
"mode": {
"default": "repair",
"enum": [
"validate",
"repair"
],
"type": "string"
}
},
"required": [
"json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"changed": {
"type": "boolean"
},
"error": {
"type": "object"
},
"input_bytes": {
"type": "integer"
},
"json": {
"type": "string"
},
"mode": {
"enum": [
"validate",
"repair"
],
"type": "string"
},
"price_usdc": {
"const": 0.005,
"type": "number"
},
"repairs": {
"items": {
"type": "string"
},
"type": "array"
},
"result": {},
"schema": {
"type": "string"
},
"service": {
"const": "json-repair",
"type": "string"
},
"status": {
"enum": [
"valid",
"repaired",
"invalid"
],
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"service",
"price_usdc",
"schema",
"mode",
"status",
"valid",
"changed",
"repairs",
"input_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "a46448c5bfa55c1866963797d48469d00f1038d15b3045909b315337d76d5543",
"service_id": "2ef33083e52ccef9829a940db8609f5a5b0844b47c0e1a9f556e6402d6491dd0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T00:17:49.688Z",
"url": "https://agent.atinamos.co.uk/agent/json-repair",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Independent website QA and pre-handover verification for AI agents. Submit one public website URL. Atinamos loads the real site in desktop and mobile Chromium, checks HTTP and browser failures, failed requests, console errors and warnings, captures screenshots, and returns machine-readable evidence. Poll the returned status_url for results.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website or landing-page URL to verify.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_capabilities": {
"description": "Capabilities included in the completed Render Check result.",
"items": {
"type": "string"
},
"type": "array"
},
"result_delivery": {
"description": "How the completed verification result is retrieved.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll for queued, running, completed or failed job status and the final machine-readable verification result.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "e6bd42bf08d6522a1ffbc64737039e4e2740aaea8bcb98a7d3a6f69d8707f93c",
"service_id": "5ed1b69295a7603eff73aa69cad10ba0df400f766b11d83d252c8079defdfe03",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T13:13:02.056Z",
"url": "https://agent.atinamos.co.uk/agent/render-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Pre-purchase due-diligence and evidence check for an AI agent or paid machine service. Use before spending to resolve the agent identity, inspect current service offerings, prices and SLA, review current marketplace activity, and surface explicit evidence gaps. Missing evidence is not treated as negative reputation and no universal trust score or purchase recommendation is manufactured.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"agent": {
"description": "AI agent or paid machine-service identity to check. Accepts a supported agent name, Virtuals ACP agent identifier, wallet address or service identity.",
"minLength": 1,
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_delivery": {
"description": "How to retrieve the completed evidence report.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "buyer-check",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll until the Buyer Check is completed and the machine-readable evidence report is returned.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "d53adbd3c99c45ff7a54b90274a0e6c85f8d7bb728967c4423846410fcd5a328",
"service_id": "7fe31c08879ad78b2c791ab36d7dccbd7a4ae3f11bfbf125ef3f44168c42d0df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T11:55:19.918Z",
"url": "https://agent.atinamos.co.uk/agent/buyer-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"json": {
"description": "JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals.",
"maxLength": 262144,
"type": "string"
},
"mode": {
"default": "repair",
"enum": [
"validate",
"repair"
],
"type": "string"
}
},
"required": [
"json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"changed": {
"type": "boolean"
},
"error": {
"type": "object"
},
"input_bytes": {
"type": "integer"
},
"json": {
"type": "string"
},
"mode": {
"enum": [
"validate",
"repair"
],
"type": "string"
},
"price_usdc": {
"const": 0.005,
"type": "number"
},
"repairs": {
"items": {
"type": "string"
},
"type": "array"
},
"result": {},
"schema": {
"type": "string"
},
"service": {
"const": "json-repair",
"type": "string"
},
"status": {
"enum": [
"valid",
"repaired",
"invalid"
],
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"service",
"price_usdc",
"schema",
"mode",
"status",
"valid",
"changed",
"repairs",
"input_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "a46448c5bfa55c1866963797d48469d00f1038d15b3045909b315337d76d5543",
"service_id": "2ef33083e52ccef9829a940db8609f5a5b0844b47c0e1a9f556e6402d6491dd0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T00:17:49.688Z",
"url": "https://agent.atinamos.co.uk/agent/json-repair",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Independent website QA and pre-handover verification for AI agents. Submit one public website URL. Atinamos loads the real site in desktop and mobile Chromium, checks HTTP and browser failures, failed requests, console errors and warnings, captures screenshots, and returns machine-readable evidence. Poll the returned status_url for results.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website or landing-page URL to verify.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_capabilities": {
"description": "Capabilities included in the completed Render Check result.",
"items": {
"type": "string"
},
"type": "array"
},
"result_delivery": {
"description": "How the completed verification result is retrieved.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll for queued, running, completed or failed job status and the final machine-readable verification result.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "e6bd42bf08d6522a1ffbc64737039e4e2740aaea8bcb98a7d3a6f69d8707f93c",
"service_id": "5ed1b69295a7603eff73aa69cad10ba0df400f766b11d83d252c8079defdfe03",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T13:13:02.056Z",
"url": "https://agent.atinamos.co.uk/agent/render-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Pre-purchase due-diligence and evidence check for an AI agent or paid machine service. Use before spending to resolve the agent identity, inspect current service offerings, prices and SLA, review current marketplace activity, and surface explicit evidence gaps. Missing evidence is not treated as negative reputation and no universal trust score or purchase recommendation is manufactured.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"agent": {
"description": "AI agent or paid machine-service identity to check. Accepts a supported agent name, Virtuals ACP agent identifier, wallet address or service identity.",
"minLength": 1,
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_delivery": {
"description": "How to retrieve the completed evidence report.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "buyer-check",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll until the Buyer Check is completed and the machine-readable evidence report is returned.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
"schema_fingerprint": "d53adbd3c99c45ff7a54b90274a0e6c85f8d7bb728967c4423846410fcd5a328",
"service_id": "7fe31c08879ad78b2c791ab36d7dccbd7a4ae3f11bfbf125ef3f44168c42d0df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T11:55:19.918Z",
"url": "https://agent.atinamos.co.uk/agent/buyer-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"json": {
"description": "JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals.",
"maxLength": 262144,
"type": "string"
},
"mode": {
"default": "repair",
"enum": [
"validate",
"repair"
],
"type": "string"
}
},
"required": [
"json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"changed": {
"type": "boolean"
},
"error": {
"type": "object"
},
"input_bytes": {
"type": "integer"
},
"json": {
"type": "string"
},
"mode": {
"enum": [
"validate",
"repair"
],
"type": "string"
},
"price_usdc": {
"const": 0.005,
"type": "number"
},
"repairs": {
"items": {
"type": "string"
},
"type": "array"
},
"result": {},
"schema": {
"type": "string"
},
"service": {
"const": "json-repair",
"type": "string"
},
"status": {
"enum": [
"valid",
"repaired",
"invalid"
],
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"service",
"price_usdc",
"schema",
"mode",
"status",
"valid",
"changed",
"repairs",
"input_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "a46448c5bfa55c1866963797d48469d00f1038d15b3045909b315337d76d5543",
"service_id": "2ef33083e52ccef9829a940db8609f5a5b0844b47c0e1a9f556e6402d6491dd0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T00:17:49.688Z",
"url": "https://agent.atinamos.co.uk/agent/json-repair",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Independent website QA and pre-handover verification for AI agents. Submit one public website URL. Atinamos loads the real site in desktop and mobile Chromium, checks HTTP and browser failures, failed requests, console errors and warnings, captures screenshots, and returns machine-readable evidence. Poll the returned status_url for results.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website or landing-page URL to verify.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_capabilities": {
"description": "Capabilities included in the completed Render Check result.",
"items": {
"type": "string"
},
"type": "array"
},
"result_delivery": {
"description": "How the completed verification result is retrieved.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll for queued, running, completed or failed job status and the final machine-readable verification result.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "e6bd42bf08d6522a1ffbc64737039e4e2740aaea8bcb98a7d3a6f69d8707f93c",
"service_id": "5ed1b69295a7603eff73aa69cad10ba0df400f766b11d83d252c8079defdfe03",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T13:13:02.056Z",
"url": "https://agent.atinamos.co.uk/agent/render-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Pre-purchase due-diligence and evidence check for an AI agent or paid machine service. Use before spending to resolve the agent identity, inspect current service offerings, prices and SLA, review current marketplace activity, and surface explicit evidence gaps. Missing evidence is not treated as negative reputation and no universal trust score or purchase recommendation is manufactured.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"agent": {
"description": "AI agent or paid machine-service identity to check. Accepts a supported agent name, Virtuals ACP agent identifier, wallet address or service identity.",
"minLength": 1,
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_delivery": {
"description": "How to retrieve the completed evidence report.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "buyer-check",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll until the Buyer Check is completed and the machine-readable evidence report is returned.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789166492.489,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
"schema_fingerprint": "d53adbd3c99c45ff7a54b90274a0e6c85f8d7bb728967c4423846410fcd5a328",
"service_id": "7fe31c08879ad78b2c791ab36d7dccbd7a4ae3f11bfbf125ef3f44168c42d0df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T11:55:19.918Z",
"url": "https://agent.atinamos.co.uk/agent/buyer-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"json": {
"description": "JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals.",
"maxLength": 262144,
"type": "string"
},
"mode": {
"default": "repair",
"enum": [
"validate",
"repair"
],
"type": "string"
}
},
"required": [
"json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"changed": {
"type": "boolean"
},
"error": {
"type": "object"
},
"input_bytes": {
"type": "integer"
},
"json": {
"type": "string"
},
"mode": {
"enum": [
"validate",
"repair"
],
"type": "string"
},
"price_usdc": {
"const": 0.005,
"type": "number"
},
"repairs": {
"items": {
"type": "string"
},
"type": "array"
},
"result": {},
"schema": {
"type": "string"
},
"service": {
"const": "json-repair",
"type": "string"
},
"status": {
"enum": [
"valid",
"repaired",
"invalid"
],
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"service",
"price_usdc",
"schema",
"mode",
"status",
"valid",
"changed",
"repairs",
"input_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "a46448c5bfa55c1866963797d48469d00f1038d15b3045909b315337d76d5543",
"service_id": "2ef33083e52ccef9829a940db8609f5a5b0844b47c0e1a9f556e6402d6491dd0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T00:17:49.688Z",
"url": "https://agent.atinamos.co.uk/agent/json-repair",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Independent website QA and pre-handover verification for AI agents. Submit one public website URL. Atinamos loads the real site in desktop and mobile Chromium, checks HTTP and browser failures, failed requests, console errors and warnings, captures screenshots, and returns machine-readable evidence. Poll the returned status_url for results.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website or landing-page URL to verify.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_capabilities": {
"description": "Capabilities included in the completed Render Check result.",
"items": {
"type": "string"
},
"type": "array"
},
"result_delivery": {
"description": "How the completed verification result is retrieved.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll for queued, running, completed or failed job status and the final machine-readable verification result.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "e6bd42bf08d6522a1ffbc64737039e4e2740aaea8bcb98a7d3a6f69d8707f93c",
"service_id": "5ed1b69295a7603eff73aa69cad10ba0df400f766b11d83d252c8079defdfe03",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T13:13:02.056Z",
"url": "https://agent.atinamos.co.uk/agent/render-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Pre-purchase due-diligence and evidence check for an AI agent or paid machine service. Use before spending to resolve the agent identity, inspect current service offerings, prices and SLA, review current marketplace activity, and surface explicit evidence gaps. Missing evidence is not treated as negative reputation and no universal trust score or purchase recommendation is manufactured.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"agent": {
"description": "AI agent or paid machine-service identity to check. Accepts a supported agent name, Virtuals ACP agent identifier, wallet address or service identity.",
"minLength": 1,
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_delivery": {
"description": "How to retrieve the completed evidence report.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "buyer-check",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll until the Buyer Check is completed and the machine-readable evidence report is returned.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
"schema_fingerprint": "d53adbd3c99c45ff7a54b90274a0e6c85f8d7bb728967c4423846410fcd5a328",
"service_id": "7fe31c08879ad78b2c791ab36d7dccbd7a4ae3f11bfbf125ef3f44168c42d0df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T11:55:19.918Z",
"url": "https://agent.atinamos.co.uk/agent/buyer-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"json": {
"description": "JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals.",
"maxLength": 262144,
"type": "string"
},
"mode": {
"default": "repair",
"enum": [
"validate",
"repair"
],
"type": "string"
}
},
"required": [
"json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"changed": {
"type": "boolean"
},
"error": {
"type": "object"
},
"input_bytes": {
"type": "integer"
},
"json": {
"type": "string"
},
"mode": {
"enum": [
"validate",
"repair"
],
"type": "string"
},
"price_usdc": {
"const": 0.005,
"type": "number"
},
"repairs": {
"items": {
"type": "string"
},
"type": "array"
},
"result": {},
"schema": {
"type": "string"
},
"service": {
"const": "json-repair",
"type": "string"
},
"status": {
"enum": [
"valid",
"repaired",
"invalid"
],
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"service",
"price_usdc",
"schema",
"mode",
"status",
"valid",
"changed",
"repairs",
"input_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"amount_encoding": "atomic_units",
"amount_raw": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "a46448c5bfa55c1866963797d48469d00f1038d15b3045909b315337d76d5543",
"service_id": "2ef33083e52ccef9829a940db8609f5a5b0844b47c0e1a9f556e6402d6491dd0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T00:17:49.688Z",
"url": "https://agent.atinamos.co.uk/agent/json-repair",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Independent website QA and pre-handover verification for AI agents. Submit one public website URL. Atinamos loads the real site in desktop and mobile Chromium, checks HTTP and browser failures, failed requests, console errors and warnings, captures screenshots, and returns machine-readable evidence. Poll the returned status_url for results.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website or landing-page URL to verify.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_capabilities": {
"description": "Capabilities included in the completed Render Check result.",
"items": {
"type": "string"
},
"type": "array"
},
"result_delivery": {
"description": "How the completed verification result is retrieved.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll for queued, running, completed or failed job status and the final machine-readable verification result.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "e6bd42bf08d6522a1ffbc64737039e4e2740aaea8bcb98a7d3a6f69d8707f93c",
"service_id": "5ed1b69295a7603eff73aa69cad10ba0df400f766b11d83d252c8079defdfe03",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T13:13:02.056Z",
"url": "https://agent.atinamos.co.uk/agent/render-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Pre-purchase due-diligence and evidence check for an AI agent or paid machine service. Use before spending to resolve the agent identity, inspect current service offerings, prices and SLA, review current marketplace activity, and surface explicit evidence gaps. Missing evidence is not treated as negative reputation and no universal trust score or purchase recommendation is manufactured.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"agent": {
"description": "AI agent or paid machine-service identity to check. Accepts a supported agent name, Virtuals ACP agent identifier, wallet address or service identity.",
"minLength": 1,
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_delivery": {
"description": "How to retrieve the completed evidence report.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "buyer-check",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll until the Buyer Check is completed and the machine-readable evidence report is returned.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
"schema_fingerprint": "d53adbd3c99c45ff7a54b90274a0e6c85f8d7bb728967c4423846410fcd5a328",
"service_id": "7fe31c08879ad78b2c791ab36d7dccbd7a4ae3f11bfbf125ef3f44168c42d0df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T11:55:19.918Z",
"url": "https://agent.atinamos.co.uk/agent/buyer-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website URL to crawl.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"const": 0.05,
"type": "number"
},
"result_delivery": {
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "technical-seo-crawl",
"type": "string"
},
"settlement_policy": {
"const": "settles_on_job_acceptance",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url",
"settlement_policy"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "437bbb2e35e0aa8a747aa96b15ab5d7df7e7da55da9ec70f36c7cbdfc6a4e48a",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"json": {
"description": "JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals.",
"maxLength": 262144,
"type": "string"
},
"mode": {
"default": "repair",
"enum": [
"validate",
"repair"
],
"type": "string"
}
},
"required": [
"json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"changed": {
"type": "boolean"
},
"error": {
"type": "object"
},
"input_bytes": {
"type": "integer"
},
"json": {
"type": "string"
},
"mode": {
"enum": [
"validate",
"repair"
],
"type": "string"
},
"price_usdc": {
"const": 0.005,
"type": "number"
},
"repairs": {
"items": {
"type": "string"
},
"type": "array"
},
"result": {},
"schema": {
"type": "string"
},
"service": {
"const": "json-repair",
"type": "string"
},
"status": {
"enum": [
"valid",
"repaired",
"invalid"
],
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"service",
"price_usdc",
"schema",
"mode",
"status",
"valid",
"changed",
"repairs",
"input_bytes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.005",
"amount_atomic": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "a46448c5bfa55c1866963797d48469d00f1038d15b3045909b315337d76d5543",
"service_id": "2ef33083e52ccef9829a940db8609f5a5b0844b47c0e1a9f556e6402d6491dd0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T00:17:49.688Z",
"url": "https://agent.atinamos.co.uk/agent/json-repair",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x105bc7a04eec0c162342874110084dfe01996435 |
{
"description": "Independent website QA and pre-handover verification for AI agents. Submit one public website URL. Atinamos loads the real site in desktop and mobile Chromium, checks HTTP and browser failures, failed requests, console errors and warnings, captures screenshots, and returns machine-readable evidence. Poll the returned status_url for results.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"url": {
"description": "Public HTTP or HTTPS website or landing-page URL to verify.",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_capabilities": {
"description": "Capabilities included in the completed Render Check result.",
"items": {
"type": "string"
},
"type": "array"
},
"result_delivery": {
"description": "How the completed verification result is retrieved.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll for queued, running, completed or failed job status and the final machine-readable verification result.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x105bc7a04eec0c162342874110084dfe01996435",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "e6bd42bf08d6522a1ffbc64737039e4e2740aaea8bcb98a7d3a6f69d8707f93c",
"service_id": "5ed1b69295a7603eff73aa69cad10ba0df400f766b11d83d252c8079defdfe03",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T13:13:02.056Z",
"url": "https://agent.atinamos.co.uk/agent/render-check",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1 |
{
"description": "Pre-purchase due-diligence and evidence check for an AI agent or paid machine service. Use before spending to resolve the agent identity, inspect current service offerings, prices and SLA, review current marketplace activity, and surface explicit evidence gaps. Missing evidence is not treated as negative reputation and no universal trust score or purchase recommendation is manufactured.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"agent": {
"description": "AI agent or paid machine-service identity to check. Accepts a supported agent name, Virtuals ACP agent identifier, wallet address or service identity.",
"minLength": 1,
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"job_id": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"result_delivery": {
"description": "How to retrieve the completed evidence report.",
"type": "string"
},
"retry_after_seconds": {
"type": "integer"
},
"service": {
"const": "buyer-check",
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"description": "Fully qualified URL to poll until the Buyer Check is completed and the machine-readable evidence report is returned.",
"format": "uri",
"type": "string"
}
},
"required": [
"job_id",
"service",
"status",
"price_usdc",
"status_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789165815.545,
"offers": [
{
"amount": "0.1",
"amount_atomic": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "withdrawn_protocol_inference",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"network": "eip155:8453",
"pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 300,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
"schema_fingerprint": "d53adbd3c99c45ff7a54b90274a0e6c85f8d7bb728967c4423846410fcd5a328",
"service_id": "7fe31c08879ad78b2c791ab36d7dccbd7a4ae3f11bfbf125ef3f44168c42d0df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T11:55:19.918Z",
"url": "https://agent.atinamos.co.uk/agent/buyer-check",
"usage_rights": "not_reviewed"
}Historical reference. Full payment options and token precision were not retained.
{
"description": "Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.",
"domain": "agent.atinamos.co.uk",
"evidence_mode": "legacy",
"extension_names": [],
"input_schema": null,
"legacy_network": "eip155:8453",
"legacy_pay_to": "0x6648dCc60b98Fb45113B7273403E98Ca3eA5e2a1",
"legacy_price_basis": "unverified_assumption_of_six_decimals",
"legacy_price_usd": 0.05,
"metadata": null,
"method": "POST",
"observed_at": 1789084800,
"offers": [],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": null,
"quality": "not_evaluated",
"run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
"schema_fingerprint": "98142ee2b5cf8626",
"service_id": "0079370117517b77bfa5b7e5413f53d5cbeb82021e81341a1e4e6d893ee0576a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T15:29:32.624Z",
"url": "https://agent.atinamos.co.uk/agent/technical-seo-crawl",
"usage_rights": "not_reviewed"
}Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.
Discuss an outcome integrationDiscovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.
1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.
43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.
Collection status JSON