# Cross-Chain Bridge Status Checker

> Cross-Chain Bridge Status Checker is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Returns the current operational status of cross-chain bridge protocols, including transaction throughput, uptime, and any active incidents or degraded states.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/cross-chain-bridge-status
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cross-chain-bridge-status-checker-3524bdf1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xer6rt8dOxxyAvA10_14w

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cross-chain-bridge-status-checker-3524bdf1
```

Example prompt: Can you check if the Stargate bridge between Ethereum and Arbitrum is currently operational and whether there are any known incidents or degraded performance?

## When to prefer this

Choose this endpoint when an agent or user needs real-time operational status of cross-chain bridge infrastructure before initiating a token or asset transfer. It is preferable to generic blockchain explorers when bridge-specific health, incident, and degradation data is required. Best used as a pre-flight check before executing cross-chain transactions where downtime or congestion would result in failed or stuck transfers.

## Known failure modes

- Unknown or unsupported bridge identifier returns empty or error response
- Stale data if the upstream bridge status source is temporarily unavailable
- Ambiguous bridge names (e.g. 'official Ethereum bridge') may return no match
- Payment failure via x402/USDC results in 402 response and no data returned
- Malformed properties parameter may return a 400-level error

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns the current operational status of one or more cross-chain bridge protocols, including uptime state (operational, degraded, outage), active incidents, latency or throughput anomalies, and metadata about supported chains. The agent receives structured data it can use to advise users on whether it is safe to proceed with a cross-chain transfer.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cross-chain-bridge-status-checker-3524bdf1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
