x402 List

x402 Protocol Service Directory

Granite Mfg Machine Utilities

Compute

payment-ready 2026-08-08, probe currently failing

Low-cost x402 APIs for weight conversion, fabrication plate-weight quoting, private PDF preflight, and authorized video analysis.

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

measured since 2026-07-29 (start of our harvest window) · $0.01 all-time · last settled 2026-07-29

BASE URL https://x402.bakdupoffroad.com WEBSITE https://x402.bakdupoffroad.com ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

VERDICT

ranking generation 3

Not ranked yet: this listing was not in the ranked pool for Compute the last time we built it, which happens at most once a minute. A service listed moments ago enters at the next rebuild.

ALTERNATIVES IN COMPUTE

Other Compute services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).

Ranked alternative x402 services in the same category, with band, measured score, 30-day uptime and 30-day on-chain settlement volume
SERVICE BAND SCORE UPTIME 30D VOL 30D
QuickNode solid 89 100% $0
Coprocesseur déterministe solid 88 99.9% $0.001
Cloud World Model solid 87 99.9% $1.01
Shehriyars API solid 87 100% $0
WAKE402 solid 86 99.9% $0.26
5 of 16 other ranked services in Compute · see the whole category

ASSESSMENT

updated 2h ago

The parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.

reliability 0%
uptime 24h
0%
uptime 7d
0%
uptime 30d
0%
uptime 90d
81.7%
response p95
-
avg response
-
total checks
121

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14), stale (probe failing)

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

jump to compliance checklist

price $0.001 (p22 in Compute)
price (min)
$0.001
category percentile (min)
p22 in Compute
endpoints / prices
2 / 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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
measured since
2026-07-29 (start of our harvest window)
last settlement
2026-07-29
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0.01
settlements all-time
1
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

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

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /v1/fabrication/plate-weight $0.001 Base USDC header
GET /v1/utility/convert-weight $0.001 Base USDC header
2 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/fabrication/plate-weight returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://x402.bakdupoffroad.com/v1/fabrication/plate-weight'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7579fb8105D0036A891fAf7aE93E34A511b66c03",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.bakdupoffroad.com/v1/utility/convert-weight",
      "tags": [
        "weight-conversion",
        "unit-conversion",
        "mass",
        "calculator",
        "agent-utility"
      ],
      "mimeType": "application/json",
      "description": "Convert weight between milligrams, grams, kilograms, ounces, pounds, stone, metric tons, and US short tons.",
      "serviceName": "Compute Revenue Lab"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": "lb",
              "from": "kg",
              "value": 1
            }
          },
          "output": {
            "type": "json",
            "example": {
              "jobId": "00000000-0000-4000-8000-000000000000",
              "result": {
                "inputs": {
                  "to": "lb",
                  "from": "kg",
                  "value": 1
                },
                "result": 2.204622621849,
                "formula": "value * kilograms-per-kg / kilograms-per-lb",
                "sourceSha256": "0000000000000000000000000000000000000000000000000000000000000000",
                "schemaVersion": "1",
                "conversionFactor": 2.204622621849
              },
              "economics": {
                "netMicroUsd": 1000,
                "energyMicroUsd": 0,
                "revenueMicroUsd": 1000,
                "platformFeeMicroUsd": 0
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "to": {
                      "enum": [
                        "mg",
                        "g",
                        "kg",
                        "oz",
                        "lb",
                        "stone",
                        "metric-ton",
                        "short-ton"
                      ],
                      "type": "string"
                    },
                    "from": {
                      "enum": [
                        "mg",
                        "g",
                        "kg",
                        "oz",
                        "lb",
                        "stone",
                        "metric-ton",
                        "short-ton"
                      ],
                      "type": "string"
                    },
                    "value": {
                      "type": "number",
                      "maximum": 1000000000000,
                      "minimum": -1000000000000
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "jobId",
                    "result",
                    "economics"
                  ],
                  "properties": {
                    "jobId": {
                      "type": "string"
                    },
                    "result": {
                      "type": "object",
                      "required": [
                        "schemaVersion",
                        "sourceSha256",
                        "inputs",
                        "result",
                        "conversionFactor",
                        "formula"
                      ],
                      "properties": {
                        "inputs": {
                          "type": "object",
                          "required": [
                            "value",
                            "from",
                            "to"
                          ],
                          "properties": {
                            "to": {
                              "type": "string"
                            },
                            "from": {
                              "type": "string"
                            },
                            "value": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "result": {
                          "type": "number"
                        },
                        "formula": {
                          "type": "string"
                        },
                        "sourceSha256": {
                          "type": "string",
                          "pattern": "^[a-f0-9]{64}$"
                        },
                        "schemaVersion": {
                          "type": "string",
                          "const": "1"
                        },
                        "conversionFactor": {
                          "type": "number"
                        }
                      },
                      "additionalProperties": false
                    },
                    "economics": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7579fb8105D0036A891fAf7aE93E34A511b66c03",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.bakdupoffroad.com/v1/fabrication/plate-weight",
      "tags": [
        "fabrication",
        "plate-weight",
        "steel",
        "aluminum",
        "quoting"
      ],
      "mimeType": "application/json",
      "description": "Calculate nominal plate weight and optional material cost for fabrication quoting.",
      "serviceName": "Compute Revenue Lab"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "widthIn": 12,
              "lengthIn": 12,
              "material": "mild-steel",
              "quantity": 1,
              "pricePerLb": 1.25,
              "thicknessIn": 0.25
            }
          },
          "output": {
            "type": "json",
            "example": {
              "jobId": "00000000-0000-4000-8000-000000000000",
              "result": {
                "inputs": {
                  "widthIn": 12,
                  "lengthIn": 12,
                  "material": "mild-steel",
                  "quantity": 1,
                  "pricePerLb": null,
                  "thicknessIn": 0.25
                },
                "limitations": [
                  "Nominal density estimate only; actual alloy, coating, and mill tolerances vary."
                ],
                "sourceSha256": "0000000000000000000000000000000000000000000000000000000000000000",
                "unitWeightLb": 10.2096,
                "schemaVersion": "1",
                "totalWeightLb": 10.2096,
                "densityLbPerCubicIn": 0.2836,
                "estimatedMaterialCostUsd": null
              },
              "economics": {
                "netMicroUsd": 1000,
                "energyMicroUsd": 0,
                "revenueMicroUsd": 1000,
                "platformFeeMicroUsd": 0
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "widthIn": {
                      "type": "number",
                      "maximum": 1000,
                      "exclusiveMinimum": 0
                    },
                    "lengthIn": {
                      "type": "number",
                      "maximum": 1000,
                      "exclusiveMinimum": 0
                    },
                    "material": {
                      "enum": [
                        "mild-steel",
                        "stainless-304",
                        "aluminum-6061"
                      ],
                      "type": "string"
                    },
                    "quantity": {
                      "type": "integer",
                      "maximum": 10000,
                      "minimum": 1
                    },
                    "pricePerLb": {
                      "type": "number",
                      "maximum": 10000,
                      "minimum": 0
                    },
                    "thicknessIn": {
                      "type": "number",
                      "maximum": 10,
                      "exclusiveMinimum": 0
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "jobId",
                    "result",
                    "economics"
                  ],
                  "properties": {
                    "jobId": {
                      "type": "string"
                    },
                    "result": {
                      "type": "object",
                      "required": [
                        "schemaVersion",
                        "sourceSha256",
                        "inputs",
                        "densityLbPerCubicIn",
                        "unitWeightLb",
                        "totalWeightLb",
                        "estimatedMaterialCostUsd",
                        "limitations"
                      ],
                      "properties": {
                        "inputs": {
                          "type": "object"
                        },
                        "limitations": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sourceSha256": {
                          "type": "string",
                          "pattern": "^[a-f0-9]{64}$"
                        },
                        "unitWeightLb": {
                          "type": "number"
                        },
                        "schemaVersion": {
                          "type": "string",
                          "const": "1"
                        },
                        "totalWeightLb": {
                          "type": "number"
                        },
                        "densityLbPerCubicIn": {
                          "type": "number"
                        },
                        "estimatedMaterialCostUsd": {
                          "type": [
                            "number",
                            "null"
                          ]
                        }
                      },
                      "additionalProperties": false
                    },
                    "economics": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/granite-mfg-machine-utilities/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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-24 · uptime 0.0%08-25 · uptime 0.0%08-26 · uptime 0.0%08-27 · uptime 0.0%08-28 · uptime 0.0%08-29 · uptime 0.0%08-30 · uptime 0.0%08-31 · uptime 0.0%09-01 · uptime 0.0%09-02 · uptime 0.0%09-03 · uptime 0.0%09-04 · uptime 0.0%09-05 · uptime 0.0%09-06 · uptime 0.0%09-07 · uptime 0.0%09-08 · uptime 0.0%09-09 · uptime 0.0%09-10 · uptime 0.0%09-11 · uptime 0.0%09-12 · uptime 0.0%09-13 · uptime 0.0%09-14 · uptime 0.0%09-15 · uptime 0.0%09-16 · uptime 0.0%09-17 · uptime 0.0%09-18 · uptime 0.0%09-19 · uptime 0.0%09-20 · uptime 0.0%09-21 · uptime 0.0%09-22 · uptime 0.0%08-24 · uptime 0.0%08-25 · uptime 0.0%08-26 · uptime 0.0%08-27 · uptime 0.0%08-28 · uptime 0.0%08-29 · uptime 0.0%08-30 · uptime 0.0%08-31 · uptime 0.0%09-01 · uptime 0.0%09-02 · uptime 0.0%09-03 · uptime 0.0%09-04 · uptime 0.0%09-05 · uptime 0.0%09-06 · uptime 0.0%09-07 · uptime 0.0%09-08 · uptime 0.0%09-09 · uptime 0.0%09-10 · uptime 0.0%09-11 · uptime 0.0%09-12 · uptime 0.0%09-13 · uptime 0.0%09-14 · uptime 0.0%09-15 · uptime 0.0%09-16 · uptime 0.0%09-17 · uptime 0.0%09-18 · uptime 0.0%09-19 · uptime 0.0%09-20 · uptime 0.0%09-21 · uptime 0.0%09-22 · uptime 0.0%08-2409-22
30d UPTIME 0%
RESPONSE TIME
no data
AVG RESP ---
PRICE (captured 402, USD)
08-23 · $0.00109-22 · $0.001$0.00108-2309-22

Median across 2 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-23 uptime: 92.4% compliance: 100% checks08-24 uptime: 91.9% compliance: 100% checks08-25 uptime: 91.4% compliance: 100% checks08-26 uptime: 91.0% compliance: 100% checks08-27 uptime: 90.6% compliance: 100% checks08-28 uptime: 90.3% compliance: 100% checks08-29 uptime: 89.4% compliance: 100% checks08-30 uptime: 87.7% compliance: 100% checks08-31 uptime: 85.7% compliance: 100% checks09-01 uptime: 83.0% compliance: 100% checks09-02 uptime: 79.5% compliance: 100% checks09-03 uptime: 74.7% compliance: 100% checks09-04 uptime: 67.3% compliance: 100% checks09-05 uptime: 55.6% compliance: 100% checks09-06 uptime: 33.5% compliance: 100% checks09-07 uptime: 0.0% compliance: 100% checks09-08 uptime: 0.0% compliance: 100% checks09-09 uptime: 0.0% compliance: 100% checks09-10 uptime: 0.0% compliance: 100% checks09-11 uptime: 0.0% compliance: 100% checks09-12 uptime: 0.0% compliance: 100% checks09-13 uptime: 0.0% compliance: 100% checks09-14 uptime: 0.0% compliance: 100% checks09-15 uptime: 0.0% compliance: 100% checks09-16 uptime: 0.0% compliance: 100% checks09-17 uptime: 0.0% compliance: 100% checks09-18 uptime: 0.0% compliance: 100% checks09-19 uptime: 0.0% compliance: 100% checks09-20 uptime: 0.0% compliance: 100% checks09-21 uptime: 0.0% compliance: 100% checks09-22 uptime: 0.0% compliance: 100% checksuptimecompliance08-2309-22

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A · stale (probe failing)

last 402 captured 2026-07-30 · last up 2026-08-08

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
○ DOWN 646ms bad_status: unexpected HTTP 530
○ DOWN 1813ms bad_status: unexpected HTTP 530
○ DOWN 437ms bad_status: unexpected HTTP 530
○ DOWN 804ms bad_status: unexpected HTTP 530
○ DOWN 76ms bad_status: unexpected HTTP 530
○ DOWN 1592ms bad_status: unexpected HTTP 530
○ DOWN 1451ms bad_status: unexpected HTTP 530
○ DOWN 1569ms bad_status: unexpected HTTP 530
○ DOWN 1850ms bad_status: unexpected HTTP 530
○ DOWN 671ms bad_status: unexpected HTTP 530
○ DOWN 351ms bad_status: unexpected HTTP 530
○ DOWN 840ms bad_status: unexpected HTTP 530
○ DOWN 69ms bad_status: unexpected HTTP 530
○ DOWN 629ms bad_status: unexpected HTTP 530
○ DOWN 63ms bad_status: unexpected HTTP 530
○ DOWN 356ms bad_status: unexpected HTTP 530
○ DOWN 70ms bad_status: unexpected HTTP 530
○ DOWN 113ms bad_status: unexpected HTTP 530

EMBED THIS BADGE

Show that Granite Mfg Machine Utilities is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Granite Mfg Machine Utilities listed on x402-list
status
Granite Mfg Machine Utilities uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/granite-mfg-machine-utilities?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/granite-mfg-machine-utilities.svg" alt="Granite Mfg Machine Utilities listed on x402-list" height="28">
</a>
// Markdown
[![Granite Mfg Machine Utilities on x402-list](https://x402-list.com/badge/granite-mfg-machine-utilities.svg)](https://x402-list.com/services/granite-mfg-machine-utilities?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/granite-mfg-machine-utilities?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/granite-mfg-machine-utilities.svg?data=uptime" alt="Granite Mfg Machine Utilities 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/granite-mfg-machine-utilities/update.