RPC providers
RPC and developer infrastructure providers supporting Stable.
Overview table
| Provider | Category | Docs / Get Started | Notes |
|---|---|---|---|
| Alchemy | RPC + developer platform | Get started with Alchemy | RPC, WebSocket, monitoring, SDKs |
| Chainstack | RPC + node infrastructure | Get started with Chainstack | Managed RPC, WebSocket, full and archive nodes |
| Tenderly | Simulation + debugging | tenderly.co | Real-time simulation, tracing, transaction workflows |
Alchemy
A complete blockchain development platform trusted globally. Get started with Alchemy
Capabilities- RPC + WebSocket infrastructure
- Monitoring dashboards
- Developer APIs and SDKs
Get started: Create a Stable app in the Alchemy dashboard to get an RPC URL, then use it as your JSON-RPC endpoint.
Chainstack
Chainstack provides managed RPC nodes for Stable. You can connect to a deployed node over HTTPS or WebSocket.
Capabilities- Managed RPC nodes
- HTTPS and WebSocket endpoints
- Full and archive node access
Get started: Create a project in the Chainstack console, select Stable, and deploy a node. Copy its HTTPS or WebSocket endpoint into your application.
Tenderly
A full-stack developer platform offering simulation, debugging, monitoring, and execution tooling.
Capabilities- Real-time contract simulation
- Debugging and tracing
- Transaction workflows for devs
Get started: Set up a Stable project in the Tenderly dashboard to access simulation, debugging, and transaction tracing for your contracts.
Have an RPC or infrastructure integration with Stable? Reach out at bizdev@stable.xyz.
Where to go next
- Connect to Stable: Add Stable Mainnet or Testnet to your application.
- Use the JSON-RPC API: Find the RPC methods available on Stable.
- Prepare for production: Add RPC redundancy and operational checks before launch.

