x402 List

x402 Protocol Service Directory

BountySignal

Data

Source-verified developer bounty discovery, due-diligence briefs, and 30-day private GitHub alert feeds paid per call with x402 USDC on Base.

Pay from $0.05 to $29.00 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-21 · no on-chain settlement recorded yet

BASE URL https://fortyeight-rescue.jaeber2se.chatgpt.site WEBSITE https://fortyeight-rescue.jaeber2se.chatgpt.site ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-21 MONITORED SINCE 2026-07-21

ASSESSMENT

updated 4h ago

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

reliability 91.5%
uptime 24h
0%
uptime 7d
0%
uptime 30d
91.5%
uptime 90d
91.5%
response p95
1249ms
avg response
867ms
total checks
1,275

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.05 to $29.00 (p84 in Data)
price (min)
$0.05
price (max)
$29.00
category percentile (min)
p84 in Data
category percentile (max)
p99 in Data
endpoints / prices
3 / 3
model
tiered
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
1349d
registrar
MarkMonitor Inc.
hosting
custom
domain created
2022-12-01

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
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
in
body
unknown

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 402 CHANNEL
POST /api/brief/x402/base $5.00 Base USDC header
POST /api/opportunities/x402/base $0.05 Base USDC header
POST /api/pro/x402/base $29.00 Base USDC header
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /api/brief/x402/base 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://fortyeight-rescue.jaeber2se.chatgpt.site/api/brief/x402/base'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x77797F896DC65D779a25aa924d160763EE89c662",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://fortyeight-rescue.jaeber2se.chatgpt.site/api/opportunities/x402/base",
      "tags": [
        "software bounties",
        "paid GitHub issues",
        "open-source rewards",
        "developer incentives",
        "developer tools",
        "work discovery",
        "repo intelligence"
      ],
      "mimeType": "application/json",
      "description": "Find paid GitHub issues and open-source developer bounty opportunities, ranked by stated USD reward and competition, with source links, payment rails, and eligibility notes. Security and vulnerability work is excluded.",
      "serviceName": "BountySignal Opportunity Radar on Base"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 10,
              "keywords": [
                "typescript",
                "react"
              ],
              "min_reward_usd": 100
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "items": [
                {
                  "title": "Implement a public developer feature",
                  "repository": "owner/repository",
                  "reward_usd": 500,
                  "source_url": "https://github.com/owner/repository/issues/123",
                  "competition": "low",
                  "payment_rail": "repository-defined"
                }
              ],
              "filters": {
                "limit": 10,
                "min_reward_usd": 100
              },
              "service": "BountySignal Opportunity Radar",
              "updated_at": "2026-07-19T00:00:00.000Z",
              "sources_succeeded": 2
            }
          }
        },
        "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": {
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 20,
                      "minimum": 1,
                      "description": "Maximum number of ranked opportunities to return."
                    },
                    "keywords": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "maxLength": 80,
                        "minLength": 1
                      },
                      "maxItems": 10,
                      "description": "Optional repository or issue-title keywords. Any supplied keyword may match.",
                      "uniqueItems": true
                    },
                    "min_reward_usd": {
                      "type": "number",
                      "default": 100,
                      "maximum": 100000,
                      "minimum": 1,
                      "description": "Minimum stated bounty value in USD."
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "service",
                    "updated_at",
                    "count",
                    "items"
                  ],
                  "properties": {
                    "count": {
                      "type": "integer"
                    },
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "reward_usd",
                          "title",
                          "repository",
                          "source_url",
                          "competition"
                        ],
                        "properties": {
                          "title": {
                            "type": "string"
                          },
                          "repository": {
                            "type": "string"
                          },
                          "reward_usd": {
                            "type": "number"
                          },
                          "source_url": {
                            "type": "string",
                            "format": "uri"
                          },
                          "competition": {
                            "enum": [
                              "low",
                              "medium",
                              "high"
                            ],
                            "type": "string"
                          },
                          "issue_number": {
                            "type": "integer"
                          },
                          "payment_rail": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": true
                      }
                    },
                    "filters": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "service": {
                      "type": "string"
                    },
                    "disclaimer": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string",
                      "format": "date-time"
                    },
                    "sources_succeeded": {
                      "type": "integer"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x77797F896DC65D779a25aa924d160763EE89c662",
        "amount": "5000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 90
      }
    ],
    "resource": {
      "url": "https://fortyeight-rescue.jaeber2se.chatgpt.site/api/brief/x402/base",
      "tags": [
        "bounty due diligence",
        "github issue analysis",
        "developer bounty brief",
        "claim draft",
        "competition evidence",
        "paid work verification",
        "developer tools"
      ],
      "mimeType": "application/json",
      "description": "Generate a source-linked due-diligence brief for one public GitHub bounty issue: current state, reward evidence, payout rails, competition and linked-PR signals, extracted scope, pursue/verify/skip score, pre-work questions, execution plan, and a ready-to-post claim draft. Security and vulnerability work is excluded. Call the free preflight route before paying.",
      "serviceName": "BountySignal Bounty Due-Diligence Brief on Base"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "skills": [
                "typescript",
                "react",
                "node.js"
              ],
              "issue_url": "https://github.com/owner/repository/issues/123",
              "max_hours": 20
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "reward": {
                "stated_usd": 500
              },
              "source": {
                "state": "open",
                "issue_url": "https://github.com/owner/repository/issues/123"
              },
              "service": "BountySignal Bounty Due-Diligence Brief",
              "integrity": {
                "algorithm": "sha256",
                "core_report_checksum": "example"
              },
              "report_id": "brief_example",
              "competition": {
                "level": "low",
                "open_claims": 0
              },
              "generated_at": "2026-07-19T00:00:00.000Z",
              "execution_plan": [
                "Confirm scope and payout terms before coding."
              ],
              "recommendation": {
                "score": 70,
                "verdict": "verify_first"
              },
              "ready_to_post_claim_draft": "I can take this issue after the maintainer confirms scope and payout terms."
            }
          }
        },
        "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": [
                    "issue_url"
                  ],
                  "properties": {
                    "skills": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "maxLength": 40,
                        "minLength": 1
                      },
                      "maxItems": 12,
                      "description": "Optional buyer skills used to score fit and customize the claim draft.",
                      "uniqueItems": true
                    },
                    "issue_url": {
                      "type": "string",
                      "format": "uri",
                      "pattern": "^https://github\\.com/[^/]+/[^/]+/issues/[1-9][0-9]*$",
                      "description": "Public GitHub issue URL in https://github.com/{owner}/{repo}/issues/{number} format."
                    },
                    "max_hours": {
                      "type": "integer",
                      "maximum": 200,
                      "minimum": 1,
                      "description": "Optional maximum time budget used in the decision brief."
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "service",
                    "report_id",
                    "generated_at",
                    "source",
                    "reward",
                    "competition",
                    "recommendation",
                    "execution_plan",
                    "ready_to_post_claim_draft",
                    "integrity"
                  ],
                  "properties": {
                    "reward": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "source": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "service": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "integrity": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "report_id": {
                      "type": "string"
                    },
                    "disclaimer": {
                      "type": "string"
                    },
                    "competition": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "generated_at": {
                      "type": "string",
                      "format": "date-time"
                    },
                    "buyer_profile": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "execution_plan": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "recommendation": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "scope_checklist": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "payout_rails_observed": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "questions_before_work": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "ready_to_post_claim_draft": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x77797F896DC65D779a25aa924d160763EE89c662",
        "amount": "29000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 90
      }
    ],
    "resource": {
      "url": "https://fortyeight-rescue.jaeber2se.chatgpt.site/api/pro/x402/base",
      "tags": [
        "developer bounty alerts",
        "private github feed",
        "paid github issues",
        "bounty monitoring",
        "developer tools",
        "subscription"
      ],
      "mimeType": "application/json",
      "description": "Buy 30 days of BountySignal Pro for one GitHub username. The private feed scans public sources every five minutes and suppresses stale, rewarded, withdrawn, assigned, low-trust, highly contested, security, and vulnerability work. The response provides activation instructions; automated public Base transaction verification sends the private-repository invitation and expires access after 30 days. Assignment and bounty payout are not guaranteed.",
      "serviceName": "BountySignal Pro - 30 Day Private Feed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "github_username": "octocat"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "service": "BountySignal Pro - 30 Day Private Feed",
              "terms_url": "https://github.com/imyoungjae/bountysignal/blob/main/TERMS.md",
              "activation": {
                "url": "https://github.com/imyoungjae/bountysignal/issues/new?template=activate.yml",
                "github_username": "octocat",
                "transaction_hash": "Decode the PAYMENT-RESPONSE header and copy its transaction field."
              },
              "next_steps": [
                "Open the activation URL and submit the settlement transaction hash."
              ],
              "settlement": {
                "asset": "native USDC",
                "amount": 29,
                "network": "Base",
                "transaction_hash_source": "PAYMENT-RESPONSE"
              },
              "access_days": 30,
              "fulfillment": "Automated payment verification, invitation, and 30-day expiry.",
              "github_username": "octocat"
            }
          }
        },
        "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": [
                    "github_username"
                  ],
                  "properties": {
                    "github_username": {
                      "type": "string",
                      "pattern": "^[A-Za-z0-9](?:[A-Za-z0-9-]{0,37}[A-Za-z0-9])?$",
                      "maxLength": 39,
                      "minLength": 1,
                      "description": "GitHub account that should receive the private-feed invitation."
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "service",
                    "github_username",
                    "access_days",
                    "settlement",
                    "activation",
                    "next_steps",
                    "fulfillment",
                    "terms_url"
                  ],
                  "properties": {
                    "service": {
                      "type": "string"
                    },
                    "terms_url": {
                      "type": "string",
                      "format": "uri"
                    },
                    "activation": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "next_steps": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "settlement": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "access_days": {
                      "type": "integer",
                      "const": 30
                    },
                    "fulfillment": {
                      "type": "string"
                    },
                    "github_username": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "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/bountysignal/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-03 · uptime 56.7% · 834ms avg08-04 · uptime 0.0%08-05 · uptime 0.0%08-06 · uptime 0.0%08-07 · uptime 0.0%08-08 · uptime 0.0%08-09 · uptime 0.0%08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-21 · uptime 100.0% · 800ms avg07-22 · uptime 100.0% · 638ms avg07-23 · uptime 100.0% · 791ms avg07-24 · uptime 95.6% · 909ms avg07-25 · uptime 100.0% · 853ms avg07-26 · uptime 100.0% · 815ms avg07-27 · uptime 100.0% · 881ms avg07-28 · uptime 100.0% · 895ms avg07-29 · uptime 100.0% · 881ms avg07-30 · uptime 100.0% · 951ms avg07-31 · uptime 100.0% · 1028ms avg08-01 · uptime 100.0% · 906ms avg08-02 · uptime 100.0% · 903ms avg08-03 · uptime 56.7% · 834ms avg08-04 · uptime 0.0%08-05 · uptime 0.0%08-06 · uptime 0.0%08-07 · uptime 0.0%08-08 · uptime 0.0%08-09 · uptime 0.0%08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-2108-13
30d UPTIME 91.4%
RESPONSE TIME
07-21 · 800ms avg07-21 · 800ms avg07-22 · 638ms avg07-22 · 638ms avg07-23 · 791ms avg07-23 · 791ms avg07-24 · 909ms avg07-24 · 909ms avg07-25 · 853ms avg07-25 · 853ms avg07-26 · 815ms avg07-26 · 815ms avg07-27 · 881ms avg07-27 · 881ms avg07-28 · 895ms avg07-28 · 895ms avg07-29 · 881ms avg07-29 · 881ms avg07-30 · 951ms avg07-30 · 951ms avg07-31 · 1028ms avg07-31 · 1028ms avg08-01 · 906ms avg08-01 · 906ms avg08-02 · 903ms avg08-02 · 903ms avg08-03 · 834ms avg08-03 · 834ms avg08-04 · 0ms avg08-04 · 0ms avg08-05 · 0ms avg08-05 · 0ms avg08-06 · 0ms avg08-06 · 0ms avg08-07 · 0ms avg08-07 · 0ms avg08-08 · 0ms avg08-08 · 0ms avg08-09 · 0ms avg08-09 · 0ms avg08-10 · 0ms avg08-10 · 0ms avg08-11 · 0ms avg08-11 · 0ms avg08-12 · 0ms avg08-12 · 0ms avg08-13 · 0ms avg08-13 · 0ms avg07-2108-13
AVG RESP 867ms
PRICE (captured 402, USD)
07-21 · $5.0008-13 · $5.00$5.0007-2108-13

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

SUB-SCORES (uptime + x402 compliance)
07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 98.7% compliance: 100% checks07-25 uptime: 98.9% compliance: 100% checks07-26 uptime: 99.1% compliance: 100% checks07-27 uptime: 99.3% compliance: 100% checks07-28 uptime: 99.4% compliance: 100% checks07-29 uptime: 99.5% compliance: 100% checks07-30 uptime: 99.5% compliance: 100% checks07-31 uptime: 99.6% compliance: 100% checks08-01 uptime: 99.6% compliance: 100% checks08-02 uptime: 99.6% compliance: 100% checks08-03 uptime: 98.2% compliance: 100% checks08-04 uptime: 94.0% compliance: 100% checks08-05 uptime: 93.7% compliance: 100% checks08-06 uptime: 93.4% compliance: 100% checks08-07 uptime: 93.1% compliance: 100% checks08-08 uptime: 92.8% compliance: 100% checks08-09 uptime: 92.5% compliance: 100% checks08-10 uptime: 92.2% compliance: 100% checks08-11 uptime: 91.9% compliance: 100% checks08-12 uptime: 91.7% compliance: 100% checks08-13 uptime: 91.5% compliance: 100% checksuptimecompliance07-2108-13

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-21 · last up 2026-08-03

  • 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 850ms bad_status: unexpected HTTP 401
○ DOWN 949ms bad_status: unexpected HTTP 401
○ DOWN 553ms bad_status: unexpected HTTP 401
○ DOWN 742ms bad_status: unexpected HTTP 401
○ DOWN 664ms bad_status: unexpected HTTP 401
○ DOWN 571ms bad_status: unexpected HTTP 401
○ DOWN 586ms bad_status: unexpected HTTP 401
○ DOWN 781ms bad_status: unexpected HTTP 401
○ DOWN 861ms bad_status: unexpected HTTP 401
○ DOWN 746ms bad_status: unexpected HTTP 401
○ DOWN 455ms bad_status: unexpected HTTP 401
○ DOWN 450ms bad_status: unexpected HTTP 401
○ DOWN 433ms bad_status: unexpected HTTP 401
○ DOWN 547ms bad_status: unexpected HTTP 401
○ DOWN 581ms bad_status: unexpected HTTP 401
○ DOWN 526ms bad_status: unexpected HTTP 401
○ DOWN 927ms bad_status: unexpected HTTP 401
○ DOWN 582ms bad_status: unexpected HTTP 401

EMBED THIS BADGE

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

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