Unichain is Uniswap's L2, built as the home for v4 liquidity with sub-second effective confirmation. A dedicated endpoint keeps your quotes and fills current.
Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.
https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/unichainwss://endpoints.boltrpc.io/ws/YOUR_API_KEY/unichainReplace 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/unichain"
);
const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);Connect your dApp, bot, or protocol to Unichain Mainnet with BoltRPC. Unichain is the Layer 2 built by Uniswap Labs as the home base for Uniswap liquidity, and predictable request-unit pricing keeps your RPC costs flat while your strategies read the busiest DEX ecosystem in crypto.
| Chain ID | 130 |
| Protocol | Optimistic rollup on the OP Stack (Optimism Superchain) |
| Block time | ~1 second (sub-second Flashblocks for faster confirmation) |
| Gas token | ETH |
| Settlement | Ethereum mainnet |
| EVM compatible | Yes (EVM equivalent) |
Unichain is what happens when the largest DEX builds its own chain: an OP Stack rollup launched by Uniswap Labs in 2025, designed to be the venue where Uniswap v4 liquidity concentrates. Its headline feature is speed of confirmation, one-second blocks subdivided by Flashblocks, giving traders sub-second effective confirmation, plus a verifiable block-building pipeline aimed at fairer transaction ordering. As a Superchain member it interoperates with Base, OP Mainnet and Ink over standard bridges. For developers it is EVM equivalent: ethers.js, viem, Foundry and Hardhat work unchanged. The workload is DEX-shaped from day one, quotes, swaps, routing and MEV, the request pattern where public endpoints rate-limit first.
Routing and quoting engines
Aggregators and wallets quote against Unichain pools on every user input. That is high-frequency eth_call traffic with hard latency budgets, the quote is stale before it renders if the RPC is slow.
Market makers and arbitrage Liquidity concentrated on one venue means the arbitrage happens against everywhere else. MEV-sensitive workloads on Unichain compete in the Flashblock window, where the RPC round-trip is a direct cost.
LP management and analytics
v4 positions with hooks need continuous monitoring: fees earned, range status, impermanent loss. Dashboards poll position state per user, and an eth_getLogs pipeline backfills history.
Cross-Superchain strategies Protocols and routers spanning Unichain, Base and OP Mainnet need consistent RPC behavior everywhere. One provider with one URL pattern per chain keeps multichain infrastructure simple.
Quotes, routing and position management on Unichain are continuous eth_call traffic against pool contracts. A dedicated endpoint keeps quote latency flat when volatility spikes and every router recomputes at once.
Flashblocks give traders effective confirmation in a fraction of a second, worthless if your RPC provider adds that time back. BoltRPC's gateway round-trip is measured live and published on this page.
debug_* methods are available on Unichain for tracing reverted swaps and hook interactions without running your own node.
Subscribe to new blocks, pending transactions and swap events over WebSocket at no extra charge. Streaming fills and pool events beats polling on both freshness and request count.
BoltRPC serves Unichain alongside Base, OP Mainnet, Ink and 20+ other networks behind one dashboard and one key pattern. Cross-chain routing logic talks to every venue through the same provider.
Every standard Unichain method you would expect. Archive-only methods are available on request for qualifying plans.
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceiptdebug_traceTransactionCommon questions about connecting to Unichain over BoltRPC.
An API key in under 60 seconds, Unichain plus 34 other chains, and a team that answers when you write.