Skip to content
🎉 Welcome to the new Aptos Docs! Click here to submit feedback!
Network
Nodes

Learn about Nodes

The Aptos network consists of three node types: validator nodes, validator fullnodes (VFNs), and public fullnodes (PFNs). To participate in consensus, you are required to run a validator node and stake the minimum amount of utility coins. VFNs and PFNs are not required to participate in consensus, but they are necessary to distribute blockchain data and enable ecosystem services, e.g., indexing, querying, and RESTful API services (see Aptos APIs). VFNs can only be run by validator operators, while PFNs can be run by anyone. You can learn more about the different types of nodes in the Blockchain Deep Dive section.

This section provides detailed, step-by-step instructions on how to deploy and operate Aptos nodes in different environments. It also describes everything you need to stake and participate in consensus and governance.

Quick Links

Validation on Aptos

Everything you need to know about how validation, staking and governance works on Aptos.

Staking

Validators and VFNs

A comprehensive guide to deploying nodes, staking operations and participate in consensus.

Public Fullnodes (PFNs)

A section with detailed, step-by-step instructions on everything related to Aptos PFNs.

Common Operations