Skip to main content
ADI Chain is a fully EVM-compatible blockchain. It uses the standard Ethereum JSON-RPC methods for all wallet interactions.

Network / Chain Information

CAIP-2Chain IDNameRPC EndpointExplorerNamespace
eip155:3690036900ADI Chainhttps://rpc.adifoundation.aihttps://explorer.adifoundation.aieip155

RPC Methods

As an EVM-compatible chain, ADI Chain supports all standard Ethereum JSON-RPC methods. Wallets implementing ADI Chain support should refer to the EVM RPC documentation for the complete list of supported methods, including:
  • personal_sign - Sign a message
  • eth_sign - Sign data
  • eth_signTypedData / eth_signTypedData_v4 - Sign typed data (EIP-712)
  • eth_sendTransaction - Send a transaction
  • eth_signTransaction - Sign a transaction without broadcasting
  • eth_sendRawTransaction - Broadcast a signed transaction
For detailed method specifications and examples, see the EVM Chain Support page.

Additional Resources