BOB (Build on Bitcoin) brings Bitcoin liquidity into an EVM rollup. A dedicated endpoint keeps your BTC DeFi protocol in sync, with 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/bobwss://endpoints.boltrpc.io/ws/YOUR_API_KEY/bobReplace 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/bob"
);
const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);Connect your dApp, bot, or protocol to BOB Mainnet with BoltRPC. BOB (“Build on Bitcoin”) is a hybrid Layer 2 that pairs EVM smart contracts with Bitcoin’s asset base, and predictable request-unit pricing keeps your RPC costs flat while BTC liquidity flows through your contracts.
| Chain ID | 60808 |
| Protocol | Optimistic rollup on the OP Stack, Bitcoin-focused |
| Block time | ~2 seconds |
| Gas token | ETH |
| Settlement | Ethereum mainnet |
| EVM compatible | Yes (EVM equivalent) |
BOB exists to make Bitcoin productive. It is an EVM rollup built on the OP Stack that treats BTC as its first-class asset: wrapped Bitcoin variants, Bitcoin liquid staking tokens and BTC-denominated lending markets are the core of its DeFi ecosystem, and the network integrates Bitcoin staking infrastructure to anchor its security roadmap to Bitcoin itself. For developers this is the practical bridge between the two largest ecosystems in crypto, Solidity contracts, Ethereum tooling and OP Stack infrastructure on one side, Bitcoin liquidity on the other. Contracts deploy unchanged with ethers.js, viem, Foundry and Hardhat, but BTC DeFi workloads, vault accounting, collateral monitoring, bridge watchers, generate sustained RPC load that public endpoints throttle.
BTC lending and collateral monitoring
Lending markets built on Bitcoin assets track collateral health continuously. Their backends call eth_call against price oracles and positions on every block to keep health factors current and liquidations timely.
Bridge and mint watchers
Assets enter BOB through bridges, and the services that credit deposits watch bridge contracts around the clock. A reliable eth_getLogs pipeline with WebSocket confirmation is the difference between crediting a deposit in seconds and crediting it late.
Liquidation and arbitrage bots BTC-denominated DeFi has the same MEV dynamics as any lending ecosystem. Liquidation bots poll positions at high frequency and need a provider that sustains concurrent request load without throttling.
Indexers and analytics Dashboards tracking BTC liquidity on BOB backfill history and follow the chain head. Fixed per-method request-unit pricing keeps a continuous indexing workload affordable and predictable.
Lending markets and vaults denominated in Bitcoin assets live on fresh collateral state. Their backends run eth_call against oracles and positions continuously; a dedicated endpoint keeps those reads fast when the market moves and everyone else is reading too.
BoltRPC serves debug_* methods on BOB, so you can trace failing transactions and inspect execution without maintaining your own archive-grade node. Method availability is measured live against our own infrastructure and shown on this page.
BOB is built on the OP Stack and is EVM equivalent. Contracts, scripts and infrastructure written for Ethereum or any OP Stack chain work unchanged: switch the RPC URL, set Chain ID 60808, and you are live.
Subscribe to new blocks, pending transactions and contract events over WebSocket at no extra charge. Bridge watchers and liquidation bots react to events the moment they land instead of polling for them.
BoltRPC serves BOB alongside Bitcoin Core JSON-RPC, Ethereum and 20+ other networks behind one dashboard and one key pattern. A BTC-to-BOB bridge watcher talks to both chains through the same provider.
Every standard BOB method you would expect. Archive-only methods are available on request for qualifying plans.
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceiptdebug_traceTransactionAn API key in under 60 seconds, BOB plus 34 other chains, and a team that answers when you write.