Mantle pairs a modular L2 with one of the largest treasuries in crypto. Get a dedicated endpoint with archive access and debug methods included.
Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.
https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/mantlewss://endpoints.boltrpc.io/ws/YOUR_API_KEY/mantleReplace YOUR_API_KEY with your API key. Get a free key →
Copy-paste examples for the libraries you already use. Swap the API key, hit run.
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider(
"https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/mantle"
);
const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);Connect your dApp, bot, or protocol to Mantle Mainnet with BoltRPC. Mantle is the modular Ethereum Layer 2 behind the mETH staking ecosystem, and predictable request-unit pricing keeps your RPC costs flat while your protocol taps one of the deepest treasuries in crypto.
| Chain ID | 5000 |
| Protocol | Modular optimistic rollup (OP Stack based, external DA) |
| Block time | ~2 seconds |
| Gas token | MNT |
| Settlement | Ethereum mainnet |
| EVM compatible | Yes |
Mantle is the Layer 2 built by one of crypto’s largest DAO treasuries, and its ecosystem reflects that: liquid staking (mETH), yield products and DeFi protocols that lean on deep native liquidity. Technically it is a modular rollup, OP Stack derived execution with data availability handled externally, which keeps fees low for data-heavy workloads. Gas is paid in MNT rather than ETH, one of the few L2s where that is the case. For developers everything else is familiar: the EVM, Solidity, ethers.js, viem, Foundry and Hardhat all work unchanged. Staking dashboards, yield aggregators and DeFi backends on Mantle poll balances, rates and positions continuously, a sustained read load that outgrows public endpoints quickly.
Staking dashboards and yield aggregators
mETH and the vault ecosystem around it are read-heavy: rates, balances and APYs polled via eth_call on short intervals, multiplied by every connected user.
DeFi protocols and market makers Lending markets and DEXes on Mantle track collateral and pool state continuously, with WebSocket streams for fills and liquidations.
Indexers and analytics pipelines
Treasury trackers and TVL dashboards backfill history and follow the head. An eth_getLogs pipeline with archive reads for history runs on one endpoint.
Position history and PnL tools Balance-at-block and state-at-block queries against the archive range power PnL charts and reporting, served from the same endpoint as your live reads.
BoltRPC serves Mantle with partial archive depth, historical state from the archive cutoff onward, measured live against our own nodes and shown on this page. Recent-history features like position charts and PnL tracking work without a separate archive provider.
debug_* methods are available on Mantle, so you can trace failing transactions and inspect execution without maintaining your own archive-grade node.
mETH rates, vault APYs and lending positions change continuously, and every dashboard and aggregator reads them on a loop. A dedicated endpoint keeps those reads fast at any user count.
Subscribe to new blocks, pending transactions and contract events over WebSocket at no extra charge. Yield rebalancers and monitoring react to events the moment they land.
BoltRPC serves Mantle alongside Ethereum, Base, Arbitrum and 20+ other networks behind one dashboard, one API key pattern and one pricing model. Add Mantle without adding another vendor.
Every standard Mantle method you would expect. Archive-only methods are available on request for qualifying plans.
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceiptdebug_traceTransactionCommon questions about connecting to Mantle over BoltRPC.
An API key in under 60 seconds, Mantle plus 34 other chains, and a team that answers when you write.