Get Yellowstone gRPC streaming for $49/month! Access real-time Solana blockchain data.    Learn more
  • Pricing
  • Docs

Launch on Zircuit with Dedicated RPC Nodes

Secure, scalable, and production-ready Zircuit RPC access, fully managed and hosted by Chainstack.

Focus on building while we handle the rest.

Stop overspending on self-hosted nodes

Get reliable, cost-effective Zircuit Mainnet access without the hassle of cloud setup and maintenance.

Flat monthly fee Infinity logo Unlimited requests

Dedicated Node is the all-access pass to unbounded Web3 development.

Market’s top performance and security combined with limitless customization capabilities.

Secure infra you can trust

Your Zircuit node is deployed in a secure, isolated environment with strict access controls, encrypted communication, and continuous monitoring. Hardened, isolated, and always protected.

Learn more →

Build better on Zircuit

Explore how dedicated Zircuit nodes can streamline your infrastructure and reduce operational costs. Learn why teams choose Chainstack for reliable blockchain access.

Read the full blog post →

Performance. That’s more than RPS.

Deploy applications with stable, always-on Zircuit Mainnet connectivity at Chainstack Cloud.

Zircuit node illustration
Zitcuit Mainnet

Dedicated Zircuit Mainnet nodes with guaranteed performance, high availability, and full data integrity.

Whether you’re building wallets, analytics, or integrations, Chainstack ensures seamless and reliable access to the Zircuit network.

99.99%+ uptime. SOC2 certified.

Request a node

Request Zircuit RPC node

Request access to enterprise-grade Dogecoin RPC services tailored for performance, reliability, and scale.

Frequently Asked Questions
What are the uptime and performance guarantees? Faq Arrow White logo

We offer a 99.99%+ uptime SLA on our dedicated Zircuit RPC Full nodes, backed by enterprise-grade infrastructure optimized for low-latency and high-throughput performance.

How long does it take to activate access after submitting a request? Faq Arrow White logo

You will receive your connection credentials after our support team processes your request, which typically takes 1–2 business days.

What pricing or billing options are available for RPC access? Faq Arrow White logo

We offer flexible monthly and annual billing plans. Dedicated node deployment requires a Pro plan subscription and higher.

Dedicated Node compute per hour price starts from $0.50 across all paid subscription plans.

 

Can I monitor usage or performance metrics of my node? Faq Arrow White logo

Yes, we provide a user dashboard with real-time metrics, including request counts, latency, and system health, allowing you to monitor and optimize your usage.

Learn more about Zircuit
What is Zircuit?

Zircuit is an EVM-compatible Ethereum Layer-2 (zk-rollup) built on the OP Stack with zero-knowledge proofs and an AI “Sequencer-Level Security (SLS)” layer to block malicious transactions before they hit the chain. It pays gas in ETH and targets fast finality and lower fees.

How to get Zircuit RPC endpoint?
Open a free Chainstack account, then access your console. Hit Add node, pick the Zircuit network, and spin up your node with one click. Once it’s up, click Access & credentials and take your personal RPC endpoint into your dApp.
How to run an Zircuit node?
Zircuit is based on the OP Stack; node operation mirrors OP-stack components (e.g., op-node + op-geth). There isn’t a public, end-to-end “run your own full node” guide in the docs yet, but you can see Zircuit’s op-node image on Docker Hub and community notes suggesting OP-Geth-style flags (e.g., --gcmode=archive --syncmode=full) for indexers. In practice today, most teams consume Zircuit via managed RPC providers like Chainstack.
What is Zircuit RPC API?

It’s standard Ethereum JSON-RPC (EVM-compatible). Any Ethereum tooling (ethers.js, web3.py, Foundry, Hardhat) works by pointing at a Zircuit RPC URL. The Zircuit quick-start and deploy guides show using common Ethereum toolchains unchanged.

How much does it cost to run a Zircuit RPC?

If you host it yourself (OP-stack node + infra), costs vary by hardware, bandwidth, storage, and maintenance. Most teams instead use providers with usage-based or tiered plans, such as Chainstack (Dedicated Node + Pro plan)

How to set up a Zircuit RPC (in a wallet or app)?

Add the network using Zircuit quick-start:
• Chain ID: 48900 (Mainnet)
• RPC: https://mainnet.zircuit.com
• Currency symbol: ETH
• Explorer: https://explorer.zircuit.com
(For Garfield Testnet: Chain ID 48898, RPC https://garfield-testnet.zircuit.com/.)

You can also add it via Chainlist from the docs page. Also you can specify Chainstack RPC endpoint when Zircuit Dedicated Node will be ready.

Notes for Zircuit Node API

RPC nodes on Zircuit make it easy for developers to access the chain using standard JSON-RPC calls. These interfaces work well with development tools like ethers.js and web3.py, allowing the creation of decentralized applications.