Skip to main content
Plasma supports multiple node types based on architecture roles and operational goals.

Non-Validator Nodes

Monitor network state and serve RPC requests. Available now.

RPC Providers

Professional hosted endpoints with enterprise features. Available now.

Consensus Nodes

Validate blocks and secure the network. Coming post-mainnet.

Node Types

Non-Validator Nodes

Non-validator nodes are read-only participants that follow the blockchain without participating in consensus decisions. They provide a lightweight way to access blockchain data without the overhead of consensus participation. For a more in-depth explanation of the design, see the Overview page.
Availability: Non-validator nodes are available for permissionless participation. See the Non-Validator Node Setup guide to get started.
Setup: Follow the Non-Validator Node Setup guide.

RPC Providers

Hosted RPC infrastructure with production-grade availability and support.

QuickNode

High-performance global infrastructure with monitoring and alerting.

Tenderly

Managed access with built-in observability, simulations, and incident tooling.
RPC providers offer immediate production-ready access with SLAs and support included, and scale with application demand. They’re ideal for production applications requiring high availability, teams prioritizing development over infrastructure, and projects needing enterprise support and guarantees. Full list of providers: See the RPC Providers page.

Consensus Nodes

Consensus nodes are the core participants in the Plasma consensus layer, implementing the Fast-Hotstuff Byzantine Fault Tolerant (BFT) protocol. The network can tolerate up to f faulty nodes in a system of 3f+1 total validators.
Availability: Not yet available. External participation will begin post-mainnet.
Preparation: Follow the Consensus Node Preparation page.

Getting Started