Plasma is the stablecoin-first EVM chain built for high-volume dollar transfers. Get a dedicated endpoint with full 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/plasmawss://endpoints.boltrpc.io/ws/YOUR_API_KEY/plasmaReplace 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/plasma"
);
const blockNumber = await provider.getBlockNumber();
console.log("Latest block:", blockNumber);Connect your dApp, bot, or payment backend to Plasma Mainnet with BoltRPC. Plasma is the EVM chain built around stablecoins as the primary asset, and predictable request-unit pricing keeps your RPC costs as stable as the dollars moving through your contracts.
| Chain ID | 9745 |
| Protocol | Stablecoin-first EVM Layer 1 (PlasmaBFT consensus) |
| Block time | ~1 second, fast finality |
| Gas token | XPL (sponsored gas for simple stablecoin transfers) |
| Primary asset | USD stablecoins (USDT native) |
| EVM compatible | Yes |
Plasma starts from a simple observation: most real blockchain volume is dollars, so it builds the chain around them. It is a purpose-built EVM Layer 1 where stablecoins are the first-class asset: simple USDT transfers can run with sponsored gas so end users do not need to hold the native token, while the XPL token powers the chain’s own economics. Under the hood it pairs a fast BFT consensus (sub-second finality) with a standard EVM execution layer, so Solidity contracts, ethers.js, viem, Foundry and Hardhat all work unchanged. Launched in late 2025, it has drawn payment processors, neobank-style apps and stablecoin DeFi. Payment infrastructure is exactly the workload where RPC reliability is customer-visible: deposit detection, balance polling and transfer confirmation run continuously, and a throttled public endpoint shows up as a stuck checkout.
Stablecoin payments and payouts Payment processors confirm dollar transfers in near real time. Their backends poll receipts and stream Transfer events continuously: sustained read traffic that scales with users, not with speculation.
Deposit detection for wallets and merchants
Merchant tools and custodial wallets watch addresses for incoming stablecoins. An eth_getLogs pipeline over one-second blocks needs a provider that sustains continuous reads without gaps.
Stablecoin DeFi
Lending, FX and yield around native dollars run the classic DeFi pattern: continuous eth_call polling against rates and positions, with WebSocket streams for liquidations.
Accounting and compliance Balance-at-date reports and transfer history exports are archive workloads. Full archive on the standard endpoint means no second provider for historical queries.
BoltRPC serves Plasma with full historical state since genesis, measured live against our own nodes. Transaction history, balance-at-date reporting and compliance exports work without a separate archive provider.
The full debug_* family is available on Plasma (traceTransaction, traceBlock, traceCall and more), so you can replay any transfer or contract call without running your own node.
Deposit detection and transfer confirmation are continuous, latency-sensitive workloads. A dedicated endpoint keeps eth_getLogs scans and receipt polling fast at any transaction volume.
Subscribe to new blocks and Transfer events over WebSocket at no extra charge. Payment services credit deposits the moment they land instead of a polling interval later.
Plasma is fully EVM compatible. Contracts, scripts and infrastructure written for Ethereum work unchanged: switch the RPC URL, set Chain ID 9745, and you are live.
Every standard Plasma method you would expect. Archive-only methods are available on request for qualifying plans.
eth_calleth_getLogseth_sendRawTransactioneth_getTransactionReceipteth_getBalanceeth_getBalanceeth_calldebug_traceTransactionCommon questions about connecting to Plasma over BoltRPC.
An API key in under 60 seconds, Plasma plus 34 other chains, and a team that answers when you write.