About Mantle Latency
Real-time latency monitoring for Mantle.
What is Mantle Latency?
Mantle is an Ethereum Layer 2 with a single sequencer deciding the order of every transaction. Whatever else differs between rollups, that part does not: your transaction has to physically reach the sequencer before it can be included, and the time it spends in transit is time your order does not exist.
How To Read These Numbers
The sequencer endpoint sits behind a CDN, which accepts your connection close to wherever you are and carries the request onward. The round trip shown is the real journey to the sequencer and back, but connection-setup timings would only measure the distance to the nearest CDN edge, so they are not meaningful here and we do not show them.
Our measurements place the sequencer in Singapore, and the margin is unusually clear: a probe in Singapore reaches it in under 10 ms, roughly five times faster than the next closest location in Hong Kong and twenty times faster than anywhere in Europe or North America. That is a different answer again from Ink and OP Mainnet, which respond fastest from Europe, and from ZKsync Era, which responds fastest from North America — so the best place to host depends on which chain you are trading, not on Layer 2s in general.
Why It Matters
Mantle produces a block every two seconds. Fees compete for position inside a block, but arrival time decides which block a transaction makes at all — and once that block is built, a later transaction cannot buy its way into it. Paying for priority raises the price of speed rather than removing the need for it. That distance is what this map measures.
Methodology
| Target | rpc.mantle.xyz |
| Measurement | Each probe submits a fixed signed transaction via eth_sendRawTransaction. |
| Metric | Time to first byte of the response over a warm connection — network round trip plus a few milliseconds of validation. p50 over 60-second windows. |
| What it represents | Sequencer ingress round trip. Mantle designates this endpoint as its sequencer HTTP target, and a gateway in front of it forwards internally to the sequencer, which we measure at roughly 2.5 ms. |
Research Project Disclaimer
Mantle Latency is a research project provided for informational and educational purposes only. The latency metrics displayed are measured from specific geographic probe locations using our distinct server environments. Actual latency may differ. Real-world network performance depends on numerous factors including ISP routing, local network congestion, and hardware. These numbers should be viewed as estimates and directional baselines. This project is not affiliated with or endorsed by Mantle.