Merlin Mainnet RPC EndpointsMerlin Mainnet uses BTC as its native currency. Its Chain ID is 4200 (0x1068). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to Merlin Mainnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Merlin | https://merlin.drpc.org | 0x1068 | BTC |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://merlin.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 4200nThe public RPC URL for Merlin Mainnet is https://merlin.drpc.org.
The Chain ID for Merlin Mainnet is 4200 (0x1068 in hexadecimal).
The native currency of Merlin Mainnet is BTC.
Use the "Add to Wallet" button on this page to add Merlin Mainnet to MetaMask automatically, or follow our step-by-step guide for Merlin.