nero-chain-docs
docs.nerochain.io
Agent-facing documentation for NERO Chain (Layer-1 blockchain, native account abstraction, paymaster gas sponsorship). Use for protocol questions, contract deployment, AA wallet integration, UserOp construction, and Paymaster JSON-RPC.
docs.nerochain.io via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 44/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 15:36:53 current | 76037ed1d4b9… |
view → |
Endpoints
| Agent card | https://docs.nerochain.io/.well-known/agent-card.json |
| Provider | https://nerochain.io |
| Docs | https://docs.nerochain.io/en/ai-resources |
Skills · 7 declared · mapped to canonical taxonomy
Full-text search across all NERO Chain documentation pages (EN + JA).
Fetch the full markdown content of a specific NERO docs page by URL path.
Get the full navigation tree of NERO Chain documentation.
Return the JSON-RPC signature, parameters, and examples for a Paymaster API method (e.g. pm_supported_tokens, pm_sponsor_userop, pm_entrypoints).
Return curated code snippets for common integration tasks (deploy contract, send gasless tx, integrate AA wallet).
Return entries from the NERO Chain FAQ, optionally filtered by topic.
Return structured reference data for integrating NERO Chain: network parameters (chain IDs, RPC/bundler/paymaster URLs), contract addresses (EntryPoint, SimpleA…
Health · last 6 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/docs.nerochain.io) [](https://agenstry.com/agents/docs.nerochain.io) [](https://agenstry.com/agents/docs.nerochain.io) [](https://agenstry.com/agents/docs.nerochain.io)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "nero-chain-docs",
"displayName": "NERO Chain Documentation",
"description": "Agent-facing documentation for NERO Chain (Layer-1 blockchain, native account abstraction, paymaster gas sponsorship). Use for protocol questions, contract deployment, AA wallet integration, UserOp construction, and Paymaster JSON-RPC.",
"version": "1.0.0",
"url": "https://docs.nerochain.io",
"documentationUrl": "https://docs.nerochain.io/en/ai-resources",
"provider": {
"name": "NERO Chain",
"url": "https://nerochain.io",
"contact": "contact@nerochain.io"
},
"capabilities": {
"search": true,
"retrieve": true,
"streaming": false,
"extensions": [
"mcp",
"openapi",
"llms-txt"
]
},
"endpoints": {
"mcp": {
"transport": "http",
"url": "https://docs-mcp.nerochain.io"
},
"openapi": "https://docs.nerochain.io/specs/paymaster-openapi.yaml",
"llmsTxt": "https://docs.nerochain.io/llms.txt",
"llmsFullTxt": "https://docs.nerochain.io/llms-full.txt",
"siteIndex": "https://docs.nerochain.io/site-index.json"
},
"skills": [
{
"id": "search_docs",
"name": "Search NERO Chain docs",
"description": "Full-text search across all NERO Chain documentation pages (EN + JA)."
},
{
"id": "get_page",
"name": "Get a NERO docs page",
"description": "Fetch the full markdown content of a specific NERO docs page by URL path."
},
{
"id": "list_sections",
"name": "List NERO docs sections",
"description": "Get the full navigation tree of NERO Chain documentation."
},
{
"id": "get_api_method",
"name": "Get Paymaster API method",
"description": "Return the JSON-RPC signature, parameters, and examples for a Paymaster API method (e.g. pm_supported_tokens, pm_sponsor_userop, pm_entrypoints)."
},
{
"id": "get_code_example",
"name": "Get NERO code example",
"description": "Return curated code snippets for common integration tasks (deploy contract, send gasless tx, integrate AA wallet)."
},
{
"id": "get_faq",
"name": "Get NERO FAQ",
"description": "Return entries from the NERO Chain FAQ, optionally filtered by topic."
},
{
"id": "get_integration_config",
"name": "Get NERO integration config",
"description": "Return structured reference data for integrating NERO Chain: network parameters (chain IDs, RPC/bundler/paymaster URLs), contract addresses (EntryPoint, SimpleAccountFactory, staking), paymaster payment types, environment variables, Web3Auth setup rules, and security constraints."
}
],
"authentication": {
"type": "none",
"note": "Docs are public and unauthenticated. The Paymaster JSON-RPC API at aa-platform.nerochain.io requires an API key obtained via the AA Platform dashboard."
},
"pricing": {
"model": "free",
"note": "NERO Chain docs access is free. See https://docs.nerochain.io/pricing.md for the gas/paymaster economic model."
},
"tags": [
"blockchain",
"ethereum",
"account-abstraction",
"erc-4337",
"paymaster",
"layer-1",
"web3",
"developer-docs"
]
}