Katana is the DeFi-first chain in the Polygon ecosystem, built around concentrated liquidity and productive TVL. A dedicated endpoint keeps your strategy in sync.
Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.
https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/katanawss://endpoints.boltrpc.io/ws/YOUR_API_KEY/katanaReplace 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/katana"
);
const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);Connect your dApp, bot, or protocol to Katana Mainnet with BoltRPC. Katana is the DeFi-focused chain in the Polygon ecosystem, built to concentrate liquidity in a curated set of core protocols, and predictable request-unit pricing keeps your RPC bill flat while your strategies run around the clock.
| Chain ID | 747474 |
| Protocol | EVM chain in the Polygon ecosystem, Agglayer-connected |
| Block time | ~1 second |
| Gas token | ETH |
| Settlement | Ethereum (via the Agglayer) |
| EVM compatible | Yes |
Katana takes the opposite approach to most general-purpose chains: instead of hosting hundreds of competing forks, it concentrates liquidity in a small set of core DeFi protocols, lending, spot and perps, and routes bridged deposits into productive yield by design. Launched in 2025 within the Polygon ecosystem and connected to Ethereum through the Agglayer, it is a chain where nearly all activity is DeFi activity: vault rebalances, oracle updates, position management and the bots that arbitrage between them. It is fully EVM compatible, so ethers.js, viem, Foundry and Hardhat work unchanged. The workload profile is intense, strategies and keepers polling state on every one-second block, exactly the pattern where shared public endpoints start throttling.
Yield strategies and vault keepers
Automated strategies rebalance against pool and lending state continuously. Their backends poll eth_call on every block to keep positions optimal, sustained load that needs consistent latency.
Liquidation bots Concentrated lending markets mean concentrated liquidation opportunities. Liquidation bots watch health factors at high frequency and compete on reaction time when prices move.
Arbitrage between venues Arbitrage across Katana’s core venues and against other chains is a latency game. MEV-sensitive workloads need a provider whose p99 stays flat under concurrent request load.
Indexers and analytics
TVL dashboards and strategy analytics backfill history and follow the chain head. An eth_getLogs pipeline over one-second blocks runs around the clock; fixed per-method pricing keeps it predictable.
On a chain designed around a handful of core protocols, everyone reads the same contracts. A dedicated endpoint keeps your eth_call latency flat when a market move sends every strategy and keeper to the same state at the same moment.
BoltRPC serves debug_* methods on Katana, so you can trace a reverting vault interaction or inspect execution without running your own node. Method availability is measured live against our own infrastructure.
Katana is fully EVM compatible. Contracts, scripts and infrastructure written for Ethereum or Polygon work unchanged: switch the RPC URL, set Chain ID 747474, and you are live.
Subscribe to new blocks and contract events over WebSocket at no extra charge. Keepers and monitoring react to events as they land instead of polling for them.
BoltRPC serves Katana alongside Polygon PoS, Ethereum and 20+ other networks behind one dashboard and one key pattern. Strategies that span the Agglayer talk to every chain through the same provider.
Every standard Katana method you would expect. Archive-only methods are available on request for qualifying plans.
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceiptdebug_traceTransactionCommon questions about connecting to Katana over BoltRPC.
An API key in under 60 seconds, Katana plus 34 other chains, and a team that answers when you write.