Metis logo

Metis Mainnet

RPC Endpoints

Chain ID: 0x440 · METIS

How to add Metis to MetaMask or other wallets

Metis Mainnet uses METIS as its native currency. Chain ID: 1088 (0x440). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Metis Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://metis.drpc.org/
0x440METISExplorer
Checking
https://andromeda.metis.io/?owner=1088
0x440METISExplorer
Checking
https://rpc.swiftnodes.io/rpc/metis?key=demo
0x440METISExplorer

Connect to Metis Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://metis.drpc.org/");

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

Metis Mainnet — common questions

What is the RPC URL for Metis Mainnet?
There are 3 public RPC endpoints for Metis Mainnet, including https://metis.drpc.org/. See the full list in the table above.
What is the Chain ID for Metis Mainnet?
The Chain ID for Metis Mainnet is 1088 (0x440 in hexadecimal).
What is the native currency of Metis Mainnet?
The native currency of Metis Mainnet is METIS.
How do I add Metis Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Metis Mainnet to MetaMask automatically, or follow our step-by-step guide for Metis.