x402 List

x402 Protocol Service Directory

Image Optimizer & WebP Converter

Compute

Convert and compress images to WebP, AVIF, JPEG or PNG. Optimize and shrink photos for web and CDN delivery from any image URL.

Pay from $0.01 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://imgopt.use.x402atlas.com ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
1009ms
avg response
639ms
total checks
24
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 (p58 in Compute)
price (min)
$0.01
category percentile (min)
p58 in Compute
endpoints / prices
1 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $0.0046666667 30d · 0 buyers
volume 30d
$0.0046666667
buyers 30d
0
settlements 30d
0
last settlement
2026-07-15
top buyer share
86% of 30d volume
trend 7d vs 30d
0.61x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Converts and compresses images to WebP, AVIF, JPEG or PNG formats for web and CDN delivery.

category
image-optimizer
in
body
out
image
auth
none
image-optimizationimage-conversionwebpavifjpegpng

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /optimize $0.01 Base/Solana USDC
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /optimize returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://imgopt.use.x402atlas.com/optimize'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x5a45010395d62e9C4A8a0931bDe0493AACA4f657",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://imgopt.use.x402atlas.com/optimize",
      "mimeType": "application/json",
      "description": "Convert and compress images to WebP, AVIF, JPEG or PNG. Optimize and shrink photos for web and CDN delivery from any image URL.",
      "serviceName": "Image Optimizer & WebP Converter"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "format": "webp",
              "quality": 80,
              "image_url": "https://www.gstatic.com/webp/gallery/1.jpg"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "tags": [
          "webp",
          "image-optimization",
          "compress-image",
          "convert-image",
          "avif",
          "png-to-webp",
          "jpg-to-webp",
          "image-cdn"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "image_url"
                  ],
                  "properties": {
                    "format": {
                      "enum": [
                        "webp",
                        "jpeg",
                        "jpg",
                        "png",
                        "avif"
                      ],
                      "type": "string",
                      "description": "Output format: webp, jpeg, jpg, png or avif (default webp)"
                    },
                    "quality": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Encoding quality 1..100 (default 80)"
                    },
                    "image_url": {
                      "type": "string",
                      "description": "Absolute http(s) URL of the image to optimize"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        },
        "category": "media-processing",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 715ms avg07-21 · uptime 100.0% · 505ms avg07-2007-21
RESPONSE TIME
07-20 · 715ms avg07-20 · 715ms avg07-21 · 505ms avg07-21 · 505ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 564ms
TOTAL CHECKS 42

RECENT CHECKS

TIME STATUS RESP
● OK 386ms
● OK 370ms
● OK 336ms
● OK 380ms
● OK 383ms
● OK 473ms
● OK 399ms
● OK 370ms
● SLOW 968ms
● OK 540ms
● OK 347ms
● OK 492ms
● OK 495ms
● OK 331ms
● OK 760ms
● OK 336ms
● OK 532ms
● OK 459ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/image-optimizer-webp-converter/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21
SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
06-27 · $0.0207-01 · $0.0307-02 · $0.0107-15 · $0.01peak $0.0306-2707-15

Shared payout address (14 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 15 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
06-27 · 1 buyer07-01 · 2 buyers07-02 · 1 buyer07-15 · 1 buyerpeak 2 buyers06-2707-15

Shared payout address (14 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 15 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that Image Optimizer & WebP Converter is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Image Optimizer & WebP Converter listed on x402-list
status
Image Optimizer & WebP Converter uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/image-optimizer-webp-converter?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/image-optimizer-webp-converter.svg" alt="Image Optimizer & WebP Converter listed on x402-list" height="28">
</a>
// Markdown
[![Image Optimizer & WebP Converter on x402-list](https://x402-list.com/badge/image-optimizer-webp-converter.svg)](https://x402-list.com/services/image-optimizer-webp-converter?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/image-optimizer-webp-converter?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/image-optimizer-webp-converter.svg?data=uptime" alt="Image Optimizer & WebP Converter uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]