N

NV-CHAIN Documentation LIVE

NEUROVATIC Sovereign Blockchain Network
RPC Endpoint Active โ€” Chain ID 73790

โšก Quick Connect

RPC Endpoint

https://rpc.neurovatic.ai/rpc
NV-CHAIN
73790 (0x1203e)
NVC
18
explorer.neurovatic.ai
Public EVM Chain

๐ŸฆŠ MetaMask Setup

1
Open MetaMask โ†’ Settings โ†’ Networks โ†’ Add Network โ†’ Add a network manually
2
Fill in the fields below:
Field Value
Network Name NV-CHAIN
New RPC URL https://rpc.neurovatic.ai/rpc
Chain ID 73790
Currency Symbol NVC
Block Explorer URL https://explorer.neurovatic.ai
3
Click Save. NV-CHAIN will appear in your network list.

๐Ÿ”Œ JSON-RPC API

Test connection

curl -X POST https://rpc.neurovatic.ai/rpc \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'

Expected response

{"jsonrpc":"2.0","id":1,"result":"0x1203e"}

Common methods

Method Description
eth_chainId Returns chain ID (0x1203e)
eth_blockNumber Current block number
eth_getBalance Account NVC balance
eth_sendRawTransaction Submit signed transaction
eth_call Execute smart contract call
eth_getLogs Get event logs
net_version Network ID (73790)

๐Ÿ—๏ธ Cluster Status

Infrastructure

Node Location Role Status
node-1 Helsinki, FI Gateway / Load Balancer โ— Active
node-2 Nuremberg, DE BFT Relay โ— Active
node-3 Singapore, SG BFT Relay โ— Active
node-4 Hillsboro, OR BFT Relay โ— Active
node-5 Ashburn, VA BFT Relay โ— Active

Live cluster health: rpc.neurovatic.ai/status

๐Ÿ“Š Monitoring & Explorer

explorer.neurovatic.ai
monitor.neurovatic.ai

๐Ÿ”’ Security