rag.gedx402.com

https://rag.gedx402.com/v1/aisearch/outcome/answer

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

Single-hop cited RAG answer — one x402 POST indexes URL(s), hybrid retrieval, and chat/fast synthesis with session_token for follow-up queries. $0.625 USDC per request. Agent search: rag answer, research, cited answer, hybrid retrieval.

28
reliability

Reliability & health

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

Uptime

0.0% avg
0% 50% 100% Fri 4 AMSun 5 AMTue 5 AMThu 5 AM

Response time

0ms 50ms 100ms Fri 4 AMSun 5 AMTue 5 AMThu 5 AM
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 0% 1
28
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
0

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

Latency
not yet measured

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
55

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

Activity
0

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 58% — 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
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
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)

362
payments (30d)
3.08
USD volume (30d)
38
paying wallets (30d)

Payments per day

last payment 8/20/2026
0 30 60 Jul 23Aug 1Aug 11Aug 20
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/23/2026 52 1.09 7
7/24/2026 9 0.04 3
7/25/2026 33 0.57 2
7/26/2026 14 0.1 4
7/27/2026 7 0.01 2
7/28/2026 7 0.05 2
7/29/2026 7 0.01 2
7/30/2026 7 0.05 2
7/31/2026 8 0.02 3
8/1/2026 7 0.02 2
8/2/2026 6 0.01 1
8/3/2026 14 0.12 5
8/4/2026 10 0.05 4
8/5/2026 17 0.11 6
8/6/2026 9 0.07 3
8/7/2026 7 0.01 2
8/8/2026 7 0.01 2
8/9/2026 16 0.1 7
8/10/2026 31 0.39 6
8/11/2026 8 0.02 3
8/12/2026 15 0.03 3
8/13/2026 14 0.13 5
8/14/2026 9 0.01 3
8/15/2026 7 0.01 2
8/16/2026 8 0.02 3
8/17/2026 7 0.01 2
8/18/2026 9 0.01 4
8/19/2026 7 0.02 3
8/20/2026 10 0.02 4

This payout wallet is shared: figures cover all 127 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": {
    "answer": {
      "description": "Cited natural-language answer synthesized from retrieved chunks.",
      "type": "string"
    },
    "budget": {
      "properties": {
        "max_index_ops": {
          "type": "integer"
        },
        "max_queries": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "cf_instance_id": {
      "type": "string"
    },
    "citations": {
      "description": "Numbered source passages used for synthesis.",
      "items": {
        "properties": {
          "index": {
            "description": "Citation number referenced inline in answer as [n].",
            "type": "integer"
          },
          "score": {
            "type": "number"
          },
          "snippet": {
            "type": "string"
          },
          "url": {
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "index",
          "snippet"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "credits": {
      "description": "Remaining prepaid index/query credits on the minted session.",
      "properties": {
        "index_ops_remaining": {
          "minimum": 0,
          "type": "integer"
        },
        "queries_remaining": {
          "minimum": 0,
          "type": "integer"
        }
      },
      "required": [
        "index_ops_remaining",
        "queries_remaining"
      ],
      "type": "object"
    },
    "expires_at": {
      "format": "date-time",
      "type": "string"
    },
    "index_path": {
      "type": "string"
    },
    "instance_id": {
      "type": "string"
    },
    "instructions": {
      "type": "string"
    },
    "mcp_path": {
      "type": "string"
    },
    "mcp_url": {
      "format": "uri",
      "type": "string"
    },
    "provenance": {
      "description": "Response provenance — content digest, latency, optional on-chain settlement.",
      "properties": {
        "content_sha256": {
          "description": "SHA-256 hex digest of primary answer text.",
          "type": "string"
        },
        "fetched_at": {
          "description": "ISO-8601 response timestamp.",
          "format": "date-time",
          "type": "string"
        },
        "latency_ms": {
          "description": "Wall-clock latency in milliseconds.",
          "minimum": 0,
          "type": "integer"
        },
        "settlement_tx": {
          "description": "Optional on-chain x402 settlement transaction hash.",
          "type": "string"
        }
      },
      "required": [
        "fetched_at",
        "content_sha256",
        "latency_ms"
      ],
      "type": "object"
    },
    "query_path": {
      "type": "string"
    },
    "session_id": {
      "format": "uuid",
      "type": "string"
    },
    "session_token": {
      "description": "Prepaid session token — send via X-AISearch-Session-Token on query_path for follow-ups without x402.",
      "type": "string"
    }
  },
  "required": [
    "answer",
    "citations",
    "session_token",
    "credits",
    "provenance"
  ],
  "type": "object"
}