Fraxtal Mainnet uses frxETH as its native currency. Its Chain ID is 252 (0xfc). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Fraxtal Mainnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Fraxtal | https://rpc.frax.com | 0xfc | frxETH | https://fraxscan.com/ | |
⏳Fraxtal | https://fraxtal.drpc.org | 0xfc | frxETH | https://fraxscan.com/ | |
⏳Fraxtal | https://rpc.swiftnodes.io/rpc/fraxtal?key=demo | 0xfc | frxETH | https://fraxscan.com/ |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://rpc.frax.com");
const network = await provider.getNetwork();
console.log(network.chainId); // 252nThere are 3 public RPC endpoints for Fraxtal Mainnet, including https://rpc.frax.com. See the full list in the table above.
The Chain ID for Fraxtal Mainnet is 252 (0xfc in hexadecimal).
The native currency of Fraxtal Mainnet is frxETH.
Use the "Add to Wallet" button on this page to add Fraxtal Mainnet to MetaMask automatically, or follow our step-by-step guide for Fraxtal.