xhavic.io
GitHub (Coming Soon) Whitepaper
Docs / Getting Started

Network Information

Chain IDs, RPC URLs, explorer links, contract addresses — everything you need to connect.

Mainnet

PropertyValue
Network NameXhavic Mainnet
Chain ID7849
Currency SymbolXVC
RPC URL (HTTPS)https://rpc.xhavic.io
Block Explorerhttps://xhaviscan.com
Bridgehttps://bridge.xhavic.io
Block Time2 seconds
Average Fee$0.04

Testnet

PropertyValue
Network NameXhavic Testnet
Chain ID7850
Currency SymbolXVC
RPC URL (HTTPS)https://testrpc.xhaviscan.com
WebSocketwss://xhaviscan.com/socket/v2/websocket?vsn=2.0.0
Block Explorerhttps://xhaviscan.com
Bridgehttps://testnet-bridge.xhavic.io
Faucet0.5 XVC per request, 24-hour cooldown
Block Time2 seconds
RPC Rate LimitsNone currently
Contract Verification APIhttps://xhaviscan.com/api/v2/smart-contracts

Add to MetaMask

// Add Xhavic Mainnet to MetaMask
await window.ethereum.request({
  method: 'wallet_addEthereumChain',
  params: [{
    chainId: '0x1EA9',
    chainName: 'Xhavic Mainnet',
    nativeCurrency: { name: 'XVC', symbol: 'XVC', decimals: 18 },
    rpcUrls: ['https://rpc.xhavic.io'],
    blockExplorerUrls: ['https://xhaviscan.com'],
  }],
});
// Add Xhavic Testnet to MetaMask
await window.ethereum.request({
  method: 'wallet_addEthereumChain',
  params: [{
    chainId: '0x1EAA',
    chainName: 'Xhavic Testnet',
    nativeCurrency: { name: 'XVC', symbol: 'XVC', decimals: 18 },
    rpcUrls: ['https://testrpc.xhaviscan.com'],
    blockExplorerUrls: ['https://xhaviscan.com'],
  }],
});

Oracle Precompiles (L2)

AddressFunction
0x00...00F0Price feeds (ETH/USD, BTC/USD, etc.)
0x00...00F4Randomness
0x00...00F8AI Compute