Kadena logo

Kadena Mainnet

RPC Endpoints

Chain ID: KDA · KDA

Other Kadena networks:Testnet
How to add Kadena to MetaMask or other wallets

Kadena Mainnet uses KDA as its native currency. Chain ID: NaN (KDA). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Kadena Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://api.chainweb.com/chainweb/0.0/mainnet01/chain/0/pact
KDAKDAExplorer
Checking
https://kadena-mainnet.gateway.tatum.io
KDAKDAExplorer

Connect to Kadena Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://api.chainweb.com/chainweb/0.0/mainnet01/chain/0/pact");

const network = await provider.getNetwork();
console.log(network.chainId); // NaNn

Kadena Mainnet — common questions

What is the RPC URL for Kadena Mainnet?
There are 2 public RPC endpoints for Kadena Mainnet, including https://api.chainweb.com/chainweb/0.0/mainnet01/chain/0/pact. See the full list in the table above.
What is the Chain ID for Kadena Mainnet?
The Chain ID for Kadena Mainnet is NaN (KDA in hexadecimal).
What is the native currency of Kadena Mainnet?
The native currency of Kadena Mainnet is KDA.
How do I add Kadena Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Kadena Mainnet to MetaMask automatically, or follow our step-by-step guide for Kadena.