Join NEROChain Communities and stay tuned for more!
Status

Status

Operational status for NERO Chain public services.

Services

ServiceEndpointExpected uptime
Testnet RPChttps://rpc-testnet.nerochain.io99.9%
Mainnet RPChttps://rpc-mainnet.nerochain.io99.95%
Paymaster API (testnet)https://paymaster-testnet.nerochain.io99.5%
Paymaster API (mainnet)https://paymaster-mainnet.nerochain.io99.9%
AA Platform dashboardhttps://aa-platform.nerochain.io99.5%
Documentationhttps://docs.nerochain.io99.9%
Documentation MCPhttps://docs-mcp.nerochain.io99.5%

Real-time incident feed

NERO operates incident communication via:

A dedicated status.nerochain.io page with programmatic feed (JSON + RSS) is planned. Until it ships, agents should monitor the Discord channel or poll the health endpoints below.

Health probes (machine-readable)

EndpointWhat it returns
GET /health on each service{"status":"ok","service":"...","version":"..."} with HTTP 200 when healthy
GET https://docs-mcp.nerochain.io/healthMCP server liveness
Paymaster JSON-RPC pm_entrypointsReturns supported EntryPoint addresses

Agents should treat any non-2xx response or a response body missing "status":"ok" as a degraded state and apply exponential backoff before retrying.

Rate limits

Rate limits are per-project on the Paymaster API:

LimitDefaultConfigurable in AA Platform
Daily gas capset by project balanceyes
Transactions per minute per sender30yes
Concurrent in-flight UserOps per project50yes
Max maxFeePerGas per UserOpnetwork-derivedyes

Exceeded limits return JSON-RPC error code -32504 (throttled). Back off and retry.

SLA

NERO Chain does not publish a contractual SLA for the testnet. Mainnet SLA terms, if any, are negotiated with enterprise customers via contact@nerochain.io.