Connect to a Network
This document describes how to connect your validator and validator fullnode (VFN) to an Aptos network.
You should only follow these instructions if your validator is able to meet the minimum staking requirements for the network. The current required minimum staking requirement is 1 Million APT tokens.
At a high-level, there are four steps required to connect your nodes to an Aptos network:
- Initialize stake pool: First, you will need to initialize the stake pool.
- Join validator set: Second, you will need to join the validator set.
- Update identities: Third, you will need to update your node identity configurations to match the pool address.
- Bootstrap your nodes: Finally, you will need to bootstrap your nodes, so they can connect to the network and start syncing.
We will go through each of these steps in detail below.
Initialize the stake pool
To begin, you will need to initialize the staking pool for your nodes. There are two types of pools you can initialize, a staking pool or a delegation pool. You can read more about the differences between these pools in the Staking and Delegated Staking sections.
To initialize a staking pool, follow the instructions in staking pool operations. Otherwise, to initialize a delegation pool, follow the instructions in delegation pool operations.
Join the validator set
Next, you will need to join the validator set. Follow the steps below:
The commands shown below are for the Aptos mainnet. If you are connecting to a different
network, you will need to change the --network
value in the commands accordingly. You can view the
values in Aptos Blockchain Networks to see how profiles can be configured based on the network.