INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

275 observations · Differences between dated observations.

imagcon.appTest any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.
https://imagcon.app/routes/x402/validate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Test any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "body": {
                "description": "JSON body the target expects (default {})",
                "type": "object"
              },
              "url": {
                "description": "The https x402 endpoint to probe (Base mainnet)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "0bb4480a51d5f0a78165cfb08e93e2a3f5598660899b63934a6c1e581d70983c",
  "service_id": "02a88520de1e567288d4d92b41a9b87582d9057f93a48a204722b92feb87453f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:16.502Z",
  "url": "https://imagcon.app/routes/x402/validate",
  "usage_rights": "not_reviewed"
}
imagcon.appAI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.
https://imagcon.app/routes/x402/generate-splash-screens
NetworkAdvertised amountBillingPayee
eip155:84530.295 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "AI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Background color hex (default #ffffff)",
                "type": "string"
              },
              "description": {
                "description": "Text description of the icon to generate",
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.295",
      "amount_atomic": "295000",
      "amount_encoding": "atomic_units",
      "amount_raw": "295000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "a0f5028a9d49bb47376d43d420e0918d88ff5e1191ef4c5515b3b2eeb40dc26c",
  "service_id": "125a0acb4d2a4468d7f72c824e7d587b0debc9440598e55a754a1cd472614637",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:31:27.757Z",
  "url": "https://imagcon.app/routes/x402/generate-splash-screens",
  "usage_rights": "not_reviewed"
}
imagcon.appAI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.
https://imagcon.app/routes/x402/generate-pwa-icons
NetworkAdvertised amountBillingPayee
eip155:84530.295 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "AI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "description": {
                "description": "Text description of the icon to generate",
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.295",
      "amount_atomic": "295000",
      "amount_encoding": "atomic_units",
      "amount_raw": "295000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "c97c35d3a0c5a1ccc5e3874d82fb186c9e27cc4d2cbe565b88d776f5216b7adc",
  "service_id": "25164a1b47ce27d107707ba6420c70b58798fe0c29cabca9f56972a7d4e27f5d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:31:09.886Z",
  "url": "https://imagcon.app/routes/x402/generate-pwa-icons",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools only cover Android and iOS native — this one also covers the web/PWA platform they skip entirely.
https://imagcon.app/routes/x402/icons-from-image
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools only cover Android and iOS native — this one also covers the web/PWA platform they skip entirely.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "f614b11601223500e1f62db99ff7c43f165113a4b99ad0203a8981c6301afb4d",
  "service_id": "29157ab786bcb33da9267eb3c920ba673f80471a047f9626b65293bdfc9ab3a8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T14:13:06.468Z",
  "url": "https://imagcon.app/routes/x402/icons-from-image",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (default icon; only icon gets app-icon framing and mask safe margins). style is flat, metallic, 2d-game, clay, 3d, gradient or glassmorphism. aspect_ratio is 1:1, 4:3 or 16:9. Returns image_key and preview_url. No account required.
https://imagcon.app/routes/x402/generate-image
NetworkAdvertised amountBillingPayee
eip155:84530.195 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (default icon; only icon gets app-icon framing and mask safe margins). style is flat, metallic, 2d-game, clay, 3d, gradient or glassmorphism. aspect_ratio is 1:1, 4:3 or 16:9. Returns image_key and preview_url. No account required.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "aspect_ratio": {
                "default": "1:1",
                "description": "Output shape. 16:9 suits OG and hero images.",
                "enum": [
                  "1:1",
                  "4:3",
                  "16:9"
                ],
                "type": "string"
              },
              "description": {
                "description": "Text description of the image to generate",
                "type": "string"
              },
              "style": {
                "description": "Optional visual finish.",
                "enum": [
                  "2d-game",
                  "3d",
                  "clay",
                  "flat",
                  "glassmorphism",
                  "gradient",
                  "metallic"
                ],
                "type": "string"
              },
              "type": {
                "default": "icon",
                "description": "What to produce. Only 'icon' applies app-icon framing and OS-mask safe margins.",
                "enum": [
                  "icon",
                  "illustration",
                  "logo",
                  "mascot"
                ],
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.195",
      "amount_atomic": "195000",
      "amount_encoding": "atomic_units",
      "amount_raw": "195000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "763b7f01f1b07057bb1dfa1fe5e57bac2f654ed630cf378e856021a66ab1a5ed",
  "service_id": "44d1e017a7ad7041afb0882bfd05773205375ac53ab9734effe909e1caf544ee",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:35:16.283Z",
  "url": "https://imagcon.app/routes/x402/generate-image",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate all 19 iOS/iPad launch splash screens from an existing image. Returns a ZIP of all required sizes, composited against the supplied background color.
https://imagcon.app/routes/x402/splash-from-image
NetworkAdvertised amountBillingPayee
eip155:84530.15 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate all 19 iOS/iPad launch splash screens from an existing image. Returns a ZIP of all required sizes, composited against the supplied background color.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Background color hex (default #ffffff)",
                "type": "string"
              },
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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.15",
      "amount_atomic": "150000",
      "amount_encoding": "atomic_units",
      "amount_raw": "150000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "05d512ceefb9eb0afbc1a99771064ce2497d9b2e7f622054c38dabd42de86dc0",
  "service_id": "4c393a0ec2b51a9484b7d99e0d91b3d4c859cb249d1ee450d231c91f6b355fdf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:04.534Z",
  "url": "https://imagcon.app/routes/x402/splash-from-image",
  "usage_rights": "not_reviewed"
}
imagcon.appCheck whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance. One image, one target, structured pass/warn/fail/undetermined report. Pure local pixel inspection — no AI, no account. Distinct from icons-from-image, which generates a full icon set.
https://imagcon.app/routes/x402/check-icon
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Check whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance. One image, one target, structured pass/warn/fail/undetermined report. Pure local pixel inspection — no AI, no account. Distinct from icons-from-image, which generates a full icon set.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "image": {
                "description": "Source icon file",
                "format": "binary",
                "type": "string"
              },
              "image_base64": {
                "description": "Base64-encoded icon (JSON body alternative to multipart)",
                "type": "string"
              },
              "target": {
                "description": "Platform check: maskable, android-adaptive, or ios",
                "enum": [
                  "android-adaptive",
                  "ios",
                  "maskable"
                ],
                "type": "string"
              }
            },
            "required": [
              "target"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "118fc803903401ce6e8719ad031ffe4516d21eff4c4af02fac0d472024ab4c8d",
  "service_id": "76449f7fd4e2698573610833879f37e6724909ea6a1eebd4cb50f676a5f5d2dc",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:20:55.112Z",
  "url": "https://imagcon.app/routes/x402/check-icon",
  "usage_rights": "not_reviewed"
}
imagcon.appResize any image to exact dimensions or social-media presets — Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), contain (padded), blur-fill letterbox, stretch. Deterministic and instant — no AI, no account required. Returns the resized PNG/JPEG/WebP directly. Images from generate-image resize free at /routes/x402/resize-generated (pass your image_key).
https://imagcon.app/routes/x402/resize-image
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Resize any image to exact dimensions or social-media presets — Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), contain (padded), blur-fill letterbox, stretch. Deterministic and instant — no AI, no account required. Returns the resized PNG/JPEG/WebP directly. Images from generate-image resize free at /routes/x402/resize-generated (pass your image_key).",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Hex background for contain mode (default #ffffff)",
                "type": "string"
              },
              "focal": {
                "description": "Crop anchor for cover mode",
                "enum": [
                  "center",
                  "top",
                  "bottom",
                  "left",
                  "right"
                ],
                "type": "string"
              },
              "format": {
                "description": "Output format (default png)",
                "enum": [
                  "png",
                  "jpeg",
                  "webp"
                ],
                "type": "string"
              },
              "height": {
                "description": "Target height in pixels",
                "type": "integer"
              },
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              },
              "mode": {
                "description": "Fit mode (default cover; blur recommended for OG images)",
                "enum": [
                  "cover",
                  "contain",
                  "blur",
                  "stretch"
                ],
                "type": "string"
              },
              "preset": {
                "description": "Social/OG preset (wins over width/height)",
                "enum": [
                  "github-social",
                  "instagram-portrait",
                  "instagram-square",
                  "instagram-story",
                  "linkedin-post",
                  "og",
                  "twitter-card",
                  "twitter-header",
                  "youtube-thumbnail"
                ],
                "type": "string"
              },
              "quality": {
                "description": "JPEG/WebP quality 1-100 (default 90)",
                "type": "integer"
              },
              "width": {
                "description": "Target width in pixels",
                "type": "integer"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "679e3f68366619cdb196f7bb3548331b6b3dedb3a040a2699b935a95566c02bb",
  "service_id": "d0a8f29aa8fb55d98e91a61bf6a7ba5efd9e92cd1863416daa852485510498b1",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:20:52.998Z",
  "url": "https://imagcon.app/routes/x402/resize-image",
  "usage_rights": "not_reviewed"
}
imagcon.appTest any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.
https://imagcon.app/routes/x402/validate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Test any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "body": {
                "description": "JSON body the target expects (default {})",
                "type": "object"
              },
              "url": {
                "description": "The https x402 endpoint to probe (Base mainnet)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "0bb4480a51d5f0a78165cfb08e93e2a3f5598660899b63934a6c1e581d70983c",
  "service_id": "02a88520de1e567288d4d92b41a9b87582d9057f93a48a204722b92feb87453f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:16.502Z",
  "url": "https://imagcon.app/routes/x402/validate",
  "usage_rights": "not_reviewed"
}
imagcon.appAI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.
https://imagcon.app/routes/x402/generate-splash-screens
NetworkAdvertised amountBillingPayee
eip155:84530.295 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "AI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Background color hex (default #ffffff)",
                "type": "string"
              },
              "description": {
                "description": "Text description of the icon to generate",
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.295",
      "amount_atomic": "295000",
      "amount_encoding": "atomic_units",
      "amount_raw": "295000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "a0f5028a9d49bb47376d43d420e0918d88ff5e1191ef4c5515b3b2eeb40dc26c",
  "service_id": "125a0acb4d2a4468d7f72c824e7d587b0debc9440598e55a754a1cd472614637",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:31:27.757Z",
  "url": "https://imagcon.app/routes/x402/generate-splash-screens",
  "usage_rights": "not_reviewed"
}
imagcon.appAI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.
https://imagcon.app/routes/x402/generate-pwa-icons
NetworkAdvertised amountBillingPayee
eip155:84530.295 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "AI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "description": {
                "description": "Text description of the icon to generate",
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.295",
      "amount_atomic": "295000",
      "amount_encoding": "atomic_units",
      "amount_raw": "295000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "c97c35d3a0c5a1ccc5e3874d82fb186c9e27cc4d2cbe565b88d776f5216b7adc",
  "service_id": "25164a1b47ce27d107707ba6420c70b58798fe0c29cabca9f56972a7d4e27f5d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:31:09.886Z",
  "url": "https://imagcon.app/routes/x402/generate-pwa-icons",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools only cover Android and iOS native — this one also covers the web/PWA platform they skip entirely.
https://imagcon.app/routes/x402/icons-from-image
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools only cover Android and iOS native — this one also covers the web/PWA platform they skip entirely.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "f614b11601223500e1f62db99ff7c43f165113a4b99ad0203a8981c6301afb4d",
  "service_id": "29157ab786bcb33da9267eb3c920ba673f80471a047f9626b65293bdfc9ab3a8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T14:13:06.468Z",
  "url": "https://imagcon.app/routes/x402/icons-from-image",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (default icon; only icon gets app-icon framing and mask safe margins). style is flat, metallic, 2d-game, clay, 3d, gradient or glassmorphism. aspect_ratio is 1:1, 4:3 or 16:9. Returns image_key and preview_url. No account required.
https://imagcon.app/routes/x402/generate-image
NetworkAdvertised amountBillingPayee
eip155:84530.195 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (default icon; only icon gets app-icon framing and mask safe margins). style is flat, metallic, 2d-game, clay, 3d, gradient or glassmorphism. aspect_ratio is 1:1, 4:3 or 16:9. Returns image_key and preview_url. No account required.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "aspect_ratio": {
                "default": "1:1",
                "description": "Output shape. 16:9 suits OG and hero images.",
                "enum": [
                  "1:1",
                  "4:3",
                  "16:9"
                ],
                "type": "string"
              },
              "description": {
                "description": "Text description of the image to generate",
                "type": "string"
              },
              "style": {
                "description": "Optional visual finish.",
                "enum": [
                  "2d-game",
                  "3d",
                  "clay",
                  "flat",
                  "glassmorphism",
                  "gradient",
                  "metallic"
                ],
                "type": "string"
              },
              "type": {
                "default": "icon",
                "description": "What to produce. Only 'icon' applies app-icon framing and OS-mask safe margins.",
                "enum": [
                  "icon",
                  "illustration",
                  "logo",
                  "mascot"
                ],
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.195",
      "amount_atomic": "195000",
      "amount_encoding": "atomic_units",
      "amount_raw": "195000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "763b7f01f1b07057bb1dfa1fe5e57bac2f654ed630cf378e856021a66ab1a5ed",
  "service_id": "44d1e017a7ad7041afb0882bfd05773205375ac53ab9734effe909e1caf544ee",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:35:16.283Z",
  "url": "https://imagcon.app/routes/x402/generate-image",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate all 19 iOS/iPad launch splash screens from an existing image. Returns a ZIP of all required sizes, composited against the supplied background color.
https://imagcon.app/routes/x402/splash-from-image
NetworkAdvertised amountBillingPayee
eip155:84530.15 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate all 19 iOS/iPad launch splash screens from an existing image. Returns a ZIP of all required sizes, composited against the supplied background color.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Background color hex (default #ffffff)",
                "type": "string"
              },
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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.15",
      "amount_atomic": "150000",
      "amount_encoding": "atomic_units",
      "amount_raw": "150000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "05d512ceefb9eb0afbc1a99771064ce2497d9b2e7f622054c38dabd42de86dc0",
  "service_id": "4c393a0ec2b51a9484b7d99e0d91b3d4c859cb249d1ee450d231c91f6b355fdf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:04.534Z",
  "url": "https://imagcon.app/routes/x402/splash-from-image",
  "usage_rights": "not_reviewed"
}
imagcon.appCheck whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance. One image, one target, structured pass/warn/fail/undetermined report. Pure local pixel inspection — no AI, no account. Distinct from icons-from-image, which generates a full icon set.
https://imagcon.app/routes/x402/check-icon
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Check whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance. One image, one target, structured pass/warn/fail/undetermined report. Pure local pixel inspection — no AI, no account. Distinct from icons-from-image, which generates a full icon set.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "image": {
                "description": "Source icon file",
                "format": "binary",
                "type": "string"
              },
              "image_base64": {
                "description": "Base64-encoded icon (JSON body alternative to multipart)",
                "type": "string"
              },
              "target": {
                "description": "Platform check: maskable, android-adaptive, or ios",
                "enum": [
                  "android-adaptive",
                  "ios",
                  "maskable"
                ],
                "type": "string"
              }
            },
            "required": [
              "target"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "118fc803903401ce6e8719ad031ffe4516d21eff4c4af02fac0d472024ab4c8d",
  "service_id": "76449f7fd4e2698573610833879f37e6724909ea6a1eebd4cb50f676a5f5d2dc",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:20:55.112Z",
  "url": "https://imagcon.app/routes/x402/check-icon",
  "usage_rights": "not_reviewed"
}
imagcon.appResize any image to exact dimensions or social-media presets — Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), contain (padded), blur-fill letterbox, stretch. Deterministic and instant — no AI, no account required. Returns the resized PNG/JPEG/WebP directly. Images from generate-image resize free at /routes/x402/resize-generated (pass your image_key).
https://imagcon.app/routes/x402/resize-image
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Resize any image to exact dimensions or social-media presets — Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), contain (padded), blur-fill letterbox, stretch. Deterministic and instant — no AI, no account required. Returns the resized PNG/JPEG/WebP directly. Images from generate-image resize free at /routes/x402/resize-generated (pass your image_key).",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Hex background for contain mode (default #ffffff)",
                "type": "string"
              },
              "focal": {
                "description": "Crop anchor for cover mode",
                "enum": [
                  "center",
                  "top",
                  "bottom",
                  "left",
                  "right"
                ],
                "type": "string"
              },
              "format": {
                "description": "Output format (default png)",
                "enum": [
                  "png",
                  "jpeg",
                  "webp"
                ],
                "type": "string"
              },
              "height": {
                "description": "Target height in pixels",
                "type": "integer"
              },
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              },
              "mode": {
                "description": "Fit mode (default cover; blur recommended for OG images)",
                "enum": [
                  "cover",
                  "contain",
                  "blur",
                  "stretch"
                ],
                "type": "string"
              },
              "preset": {
                "description": "Social/OG preset (wins over width/height)",
                "enum": [
                  "github-social",
                  "instagram-portrait",
                  "instagram-square",
                  "instagram-story",
                  "linkedin-post",
                  "og",
                  "twitter-card",
                  "twitter-header",
                  "youtube-thumbnail"
                ],
                "type": "string"
              },
              "quality": {
                "description": "JPEG/WebP quality 1-100 (default 90)",
                "type": "integer"
              },
              "width": {
                "description": "Target width in pixels",
                "type": "integer"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "679e3f68366619cdb196f7bb3548331b6b3dedb3a040a2699b935a95566c02bb",
  "service_id": "d0a8f29aa8fb55d98e91a61bf6a7ba5efd9e92cd1863416daa852485510498b1",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:20:52.998Z",
  "url": "https://imagcon.app/routes/x402/resize-image",
  "usage_rights": "not_reviewed"
}
imagcon.appTest any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.
https://imagcon.app/routes/x402/validate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Test any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "body": {
                "description": "JSON body the target expects (default {})",
                "type": "object"
              },
              "url": {
                "description": "The https x402 endpoint to probe (Base mainnet)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "0bb4480a51d5f0a78165cfb08e93e2a3f5598660899b63934a6c1e581d70983c",
  "service_id": "02a88520de1e567288d4d92b41a9b87582d9057f93a48a204722b92feb87453f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:16.502Z",
  "url": "https://imagcon.app/routes/x402/validate",
  "usage_rights": "not_reviewed"
}
imagcon.appAI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.
https://imagcon.app/routes/x402/generate-splash-screens
NetworkAdvertised amountBillingPayee
eip155:84530.295 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "AI-generate a source image from a text description, then produce all 19 iOS/iPad launch splash screens composited against the supplied background color, packaged as a ZIP.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Background color hex (default #ffffff)",
                "type": "string"
              },
              "description": {
                "description": "Text description of the icon to generate",
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.295",
      "amount_atomic": "295000",
      "amount_encoding": "atomic_units",
      "amount_raw": "295000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "a0f5028a9d49bb47376d43d420e0918d88ff5e1191ef4c5515b3b2eeb40dc26c",
  "service_id": "125a0acb4d2a4468d7f72c824e7d587b0debc9440598e55a754a1cd472614637",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:31:27.757Z",
  "url": "https://imagcon.app/routes/x402/generate-splash-screens",
  "usage_rights": "not_reviewed"
}
imagcon.appAI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.
https://imagcon.app/routes/x402/generate-pwa-icons
NetworkAdvertised amountBillingPayee
eip155:84530.295 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "AI-generate a source image from a text description, then produce a complete PWA icon set (manifest.json, favicons, maskable icons, iOS, Android, Windows tiles, Safari pinned tab) packaged as a ZIP.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "description": {
                "description": "Text description of the icon to generate",
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.295",
      "amount_atomic": "295000",
      "amount_encoding": "atomic_units",
      "amount_raw": "295000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "c97c35d3a0c5a1ccc5e3874d82fb186c9e27cc4d2cbe565b88d776f5216b7adc",
  "service_id": "25164a1b47ce27d107707ba6420c70b58798fe0c29cabca9f56972a7d4e27f5d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:31:09.886Z",
  "url": "https://imagcon.app/routes/x402/generate-pwa-icons",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools only cover Android and iOS native — this one also covers the web/PWA platform they skip entirely.
https://imagcon.app/routes/x402/icons-from-image
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate a complete icon set from an existing image — covers PWA/web (manifest.json, favicons, maskable icons), iOS, Android, Windows tiles, and Safari pinned tabs in one ZIP. Most icon-resize tools only cover Android and iOS native — this one also covers the web/PWA platform they skip entirely.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "f614b11601223500e1f62db99ff7c43f165113a4b99ad0203a8981c6301afb4d",
  "service_id": "29157ab786bcb33da9267eb3c920ba673f80471a047f9626b65293bdfc9ab3a8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T14:13:06.468Z",
  "url": "https://imagcon.app/routes/x402/icons-from-image",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (default icon; only icon gets app-icon framing and mask safe margins). style is flat, metallic, 2d-game, clay, 3d, gradient or glassmorphism. aspect_ratio is 1:1, 4:3 or 16:9. Returns image_key and preview_url. No account required.
https://imagcon.app/routes/x402/generate-image
NetworkAdvertised amountBillingPayee
eip155:84530.195 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate one image from a text prompt: app icon, brand logo, character mascot or illustration. POST JSON {description, type?, style?, aspect_ratio?}. type is icon, logo, mascot or illustration (default icon; only icon gets app-icon framing and mask safe margins). style is flat, metallic, 2d-game, clay, 3d, gradient or glassmorphism. aspect_ratio is 1:1, 4:3 or 16:9. Returns image_key and preview_url. No account required.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "aspect_ratio": {
                "default": "1:1",
                "description": "Output shape. 16:9 suits OG and hero images.",
                "enum": [
                  "1:1",
                  "4:3",
                  "16:9"
                ],
                "type": "string"
              },
              "description": {
                "description": "Text description of the image to generate",
                "type": "string"
              },
              "style": {
                "description": "Optional visual finish.",
                "enum": [
                  "2d-game",
                  "3d",
                  "clay",
                  "flat",
                  "glassmorphism",
                  "gradient",
                  "metallic"
                ],
                "type": "string"
              },
              "type": {
                "default": "icon",
                "description": "What to produce. Only 'icon' applies app-icon framing and OS-mask safe margins.",
                "enum": [
                  "icon",
                  "illustration",
                  "logo",
                  "mascot"
                ],
                "type": "string"
              }
            },
            "required": [
              "description"
            ]
          },
          "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": {
            "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.195",
      "amount_atomic": "195000",
      "amount_encoding": "atomic_units",
      "amount_raw": "195000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "763b7f01f1b07057bb1dfa1fe5e57bac2f654ed630cf378e856021a66ab1a5ed",
  "service_id": "44d1e017a7ad7041afb0882bfd05773205375ac53ab9734effe909e1caf544ee",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:35:16.283Z",
  "url": "https://imagcon.app/routes/x402/generate-image",
  "usage_rights": "not_reviewed"
}
imagcon.appGenerate all 19 iOS/iPad launch splash screens from an existing image. Returns a ZIP of all required sizes, composited against the supplied background color.
https://imagcon.app/routes/x402/splash-from-image
NetworkAdvertised amountBillingPayee
eip155:84530.15 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Generate all 19 iOS/iPad launch splash screens from an existing image. Returns a ZIP of all required sizes, composited against the supplied background color.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Background color hex (default #ffffff)",
                "type": "string"
              },
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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.15",
      "amount_atomic": "150000",
      "amount_encoding": "atomic_units",
      "amount_raw": "150000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "05d512ceefb9eb0afbc1a99771064ce2497d9b2e7f622054c38dabd42de86dc0",
  "service_id": "4c393a0ec2b51a9484b7d99e0d91b3d4c859cb249d1ee450d231c91f6b355fdf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:04.534Z",
  "url": "https://imagcon.app/routes/x402/splash-from-image",
  "usage_rights": "not_reviewed"
}
imagcon.appCheck whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance. One image, one target, structured pass/warn/fail/undetermined report. Pure local pixel inspection — no AI, no account. Distinct from icons-from-image, which generates a full icon set.
https://imagcon.app/routes/x402/check-icon
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Check whether an icon you already have meets real platform rules — W3C maskable safe zone (40%/50% circle), Android adaptive 108dp layer (66dp safe / 18dp margin), or iOS square+opaque+1024px guidance. One image, one target, structured pass/warn/fail/undetermined report. Pure local pixel inspection — no AI, no account. Distinct from icons-from-image, which generates a full icon set.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "image": {
                "description": "Source icon file",
                "format": "binary",
                "type": "string"
              },
              "image_base64": {
                "description": "Base64-encoded icon (JSON body alternative to multipart)",
                "type": "string"
              },
              "target": {
                "description": "Platform check: maskable, android-adaptive, or ios",
                "enum": [
                  "android-adaptive",
                  "ios",
                  "maskable"
                ],
                "type": "string"
              }
            },
            "required": [
              "target"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "118fc803903401ce6e8719ad031ffe4516d21eff4c4af02fac0d472024ab4c8d",
  "service_id": "76449f7fd4e2698573610833879f37e6724909ea6a1eebd4cb50f676a5f5d2dc",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:20:55.112Z",
  "url": "https://imagcon.app/routes/x402/check-icon",
  "usage_rights": "not_reviewed"
}
imagcon.appResize any image to exact dimensions or social-media presets — Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), contain (padded), blur-fill letterbox, stretch. Deterministic and instant — no AI, no account required. Returns the resized PNG/JPEG/WebP directly. Images from generate-image resize free at /routes/x402/resize-generated (pass your image_key).
https://imagcon.app/routes/x402/resize-image
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Resize any image to exact dimensions or social-media presets — Open Graph (1200x630), Twitter card, YouTube thumbnail, Instagram, LinkedIn. Smart fit modes avoid distortion: cover (focal-point crop), contain (padded), blur-fill letterbox, stretch. Deterministic and instant — no AI, no account required. Returns the resized PNG/JPEG/WebP directly. Images from generate-image resize free at /routes/x402/resize-generated (pass your image_key).",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "background_color": {
                "description": "Hex background for contain mode (default #ffffff)",
                "type": "string"
              },
              "focal": {
                "description": "Crop anchor for cover mode",
                "enum": [
                  "center",
                  "top",
                  "bottom",
                  "left",
                  "right"
                ],
                "type": "string"
              },
              "format": {
                "description": "Output format (default png)",
                "enum": [
                  "png",
                  "jpeg",
                  "webp"
                ],
                "type": "string"
              },
              "height": {
                "description": "Target height in pixels",
                "type": "integer"
              },
              "image": {
                "description": "Source image file",
                "format": "binary",
                "type": "string"
              },
              "mode": {
                "description": "Fit mode (default cover; blur recommended for OG images)",
                "enum": [
                  "cover",
                  "contain",
                  "blur",
                  "stretch"
                ],
                "type": "string"
              },
              "preset": {
                "description": "Social/OG preset (wins over width/height)",
                "enum": [
                  "github-social",
                  "instagram-portrait",
                  "instagram-square",
                  "instagram-story",
                  "linkedin-post",
                  "og",
                  "twitter-card",
                  "twitter-header",
                  "youtube-thumbnail"
                ],
                "type": "string"
              },
              "quality": {
                "description": "JPEG/WebP quality 1-100 (default 90)",
                "type": "integer"
              },
              "width": {
                "description": "Target width in pixels",
                "type": "integer"
              }
            },
            "required": [
              "image"
            ]
          },
          "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": {
            "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.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "679e3f68366619cdb196f7bb3548331b6b3dedb3a040a2699b935a95566c02bb",
  "service_id": "d0a8f29aa8fb55d98e91a61bf6a7ba5efd9e92cd1863416daa852485510498b1",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T16:20:52.998Z",
  "url": "https://imagcon.app/routes/x402/resize-image",
  "usage_rights": "not_reviewed"
}
imagcon.appTest any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.
https://imagcon.app/routes/x402/validate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x1f2A484ef654d49c58c625b09e78B538501D652D
Source and evidence
{
  "description": "Test any x402 endpoint with a REAL signed payment from a fresh unfunded wallet — no funds can move. Returns the facilitator's verdict (healthy / broken / payment-ignored), decoded challenge, lint checks for silent payment-killers like over-long resource descriptions, and a 402index discovery report. Config validators check your paperwork; this reports what the facilitator actually said. Run it from CI after every deploy.",
  "domain": "imagcon.app",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "body": {
                "description": "JSON body the target expects (default {})",
                "type": "object"
              },
              "url": {
                "description": "The https x402 endpoint to probe (Base mainnet)",
                "type": "string"
              }
            },
            "required": [
              "url"
            ]
          },
          "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": {
            "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.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "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": "0x1f2A484ef654d49c58c625b09e78B538501D652D",
      "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": "0bb4480a51d5f0a78165cfb08e93e2a3f5598660899b63934a6c1e581d70983c",
  "service_id": "02a88520de1e567288d4d92b41a9b87582d9057f93a48a204722b92feb87453f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T14:01:16.502Z",
  "url": "https://imagcon.app/routes/x402/validate",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

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 integration
Collection coverage

Discovery 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