---
title: Adding Additional Node Machines to an Existing Allowance
slug: adding-additional-nodes
description: How an existing node provider with unused allowance brings additional node machines onto the network without going through the full onboarding flow.
tags:
  - node-provider
  - maintenance
  - runbook
  - governance
date: 2026-05-04
related:
  - node-provider-maintenance
  - node-provider-documentation
  - validation-of-candidate-nodes
  - reward-configuration
---

A node provider whose operator record still has unused allowance can
add further node machines without repeating the full onboarding flow.
The decision rule is the same one that gates new providers: the
additional machines must *advance* the network's decentralization
rather than concentrate it. This procedure documents the steps and
the evidence required at each one.

> [!WARNING]
> No new node machines are being onboarded by default. The network
> reached its target topology in December 2023. New machines are
> approved only when subnet demand warrants more capacity. Confirm
> with the Node Provider Matrix channel before starting.

## Step 1 &mdash; Decide how many machines to add

Determine how many additional node machines you want to bring online
within your existing allowance. Allowance is tracked per node operator
record on the
[Internet Computer Dashboard](https://dashboard.internetcomputer.org/).

## Step 2 &mdash; Validate the candidate machines

Run the candidate machines through the
[Validation of Candidate Node Machines](/wiki/validation-of-candidate-nodes/)
procedure. The validation tooling checks whether the proposed nodes
support the network's current decentralization objectives &mdash;
country, data center, ISP, and ownership distribution.

## Step 3 &mdash; Assemble the evidence packet

If the validation outcome is positive, capture the evidence:

- A PDF with screenshots and configuration settings for the
  optimization tooling.
- The SHA-256 hash of that PDF.

Add the PDF to your node provider wiki entry (or equivalent public
record) so reviewers can audit it.

## Step 4 &mdash; Submit the NNS proposal

Submit the NNS reward configuration proposal that brings the new
machines under your operator record. In the proposal summary include:

- A link to the validation evidence PDF.
- The hash of the PDF.
- A short justification of why the additional machines support
  network decentralization.

If the proposal is adopted, proceed with deployment using the
[Gen-2 Node Deployment Guide](/wiki/node-deployment-gen-2/).

## When candidates do not support decentralization

If the validation tool indicates the candidates would *reduce*
decentralization, do not add them &mdash; with one narrow exception:
machines that were ordered before 1 December 2023 and are already in
active onboarding. In that case, include evidence in the NNS reward
configuration proposal that the machines were ordered before that
date and are mid-onboarding.

## Step 5 &mdash; Update reward configuration

After deployment, update your reward configuration so the new
machines are paid. See the
[Reward Configuration Guide](/wiki/reward-configuration/).

## Related

- [Node Provider Maintenance Guide](/wiki/node-provider-maintenance/) &mdash; the parent runbook.
- [Validation of Candidate Node Machines](/wiki/validation-of-candidate-nodes/) &mdash; the validation procedure.
- [Reward Configuration Guide](/wiki/reward-configuration/) &mdash; required so the new nodes earn rewards.
- [Removing a Node From the Registry](/wiki/removing-node-from-registry/) &mdash; the inverse operation.
