notary.forgemesh.io

https://notary.forgemesh.io/api/notarize/batch

Shares a payout wallet with 1 other endpoint — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

Notarize AI output in bulk: one signed Ed25519 attestation of the model response per record for up to 20 AI inferences in a single call — same content hash, receipt token, and anchor status as single notarization, giving you a cryptographic receipt for inference across an entire audit-trail pipeline.

46
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

73.9% avg
0% 50% 100% Fri 4 AMThu 6 AMThu 3 PMThu 11 PM

Response time

p50 95ms · p95 132ms
0ms 100ms 200ms Fri 4 AMThu 6 AMThu 3 PMThu 11 PM
Data table
Reliability history per time bucket over the last 7 days (hourly).
Bucket Uptime Probes Response time
8/14/2026, 4:00:00 AM 0% 1
8/15/2026, 5:00:00 AM 0% 1
8/16/2026, 5:00:00 AM 0% 1
8/17/2026, 5:00:00 AM 0% 1
8/18/2026, 5:00:00 AM 0% 1
8/19/2026, 5:00:00 AM 0% 1
8/20/2026, 5:00:00 AM 100% 1 95ms
8/20/2026, 6:00:00 AM 100% 1 131ms
8/20/2026, 7:00:00 AM 100% 1 102ms
8/20/2026, 8:00:00 AM 100% 1 117ms
8/20/2026, 10:00:00 AM 100% 1 77ms
8/20/2026, 11:00:00 AM 100% 1 95ms
8/20/2026, 12:00:00 PM 100% 1 99ms
8/20/2026, 1:00:00 PM 100% 1 95ms
8/20/2026, 2:00:00 PM 100% 1 92ms
8/20/2026, 3:00:00 PM 100% 1 104ms
8/20/2026, 4:00:00 PM 100% 1 90ms
8/20/2026, 6:00:00 PM 100% 1 95ms
8/20/2026, 7:00:00 PM 100% 1 82ms
8/20/2026, 8:00:00 PM 100% 1 136ms
8/20/2026, 9:00:00 PM 100% 1 88ms
8/20/2026, 10:00:00 PM 100% 1 81ms
8/20/2026, 11:00:00 PM 100% 1 88ms
46
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
38

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
6

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 90% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
x402-express

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

12
payments (30d)
0.03
USD volume (30d)
2
paying wallets (30d)

Payments per day

last payment 8/20/2026
0 3 5 Jul 28Aug 3Aug 12Aug 20
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/28/2026 2 0.01 1
8/3/2026 4 0.01 1
8/5/2026 3 0.01 1
8/12/2026 1 0 1
8/20/2026 2 0.01 1

This payout wallet is shared: figures cover all 2 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.

Linked by wallet — likely same operator

On-chain agent identity and the x402 endpoint that shares its settlement wallet.

Response schema
{
  "properties": {
    "attestations": {
      "items": {
        "properties": {
          "algorithm": {
            "type": "string"
          },
          "anchor": {
            "properties": {
              "status": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "attestation_id": {
            "type": "string"
          },
          "client_timestamp": {
            "type": [
              "string",
              "null"
            ]
          },
          "content_hash": {
            "description": "sha256 hex over canonical {prompt, response, model_id, client_timestamp}",
            "type": "string"
          },
          "model_id": {
            "type": "string"
          },
          "notarized_at": {
            "type": "string"
          },
          "payload_stored": {
            "description": "false by default: prompt/response/metadata are not persisted",
            "type": "boolean"
          },
          "receipt_token": {
            "description": "Private receipt token; payload is not stored by default",
            "type": "string"
          },
          "receipt_url": {
            "type": "string"
          },
          "signature": {
            "description": "base64 Ed25519 signature by the notary key",
            "type": "string"
          },
          "signer_pubkey": {
            "description": "base64 raw Ed25519 public key",
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "count": {
      "type": "integer"
    }
  },
  "type": "object"
}