Astar zkEVM RPC EndpointsAstar zkEVM uses ETH as its native currency. Its Chain ID is 3776 (0xec0). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to Astar zkEVM.

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