From 7b6040ddcf51f662bd0222b30885d5b44b171eba Mon Sep 17 00:00:00 2001 From: meaghanfitzgerald Date: Wed, 11 Dec 2024 18:09:56 +0800 Subject: [PATCH] add context --- content/guide/subnet-vs-l1-validators.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/guide/subnet-vs-l1-validators.mdx b/content/guide/subnet-vs-l1-validators.mdx index b692442..2304d00 100644 --- a/content/guide/subnet-vs-l1-validators.mdx +++ b/content/guide/subnet-vs-l1-validators.mdx @@ -52,3 +52,6 @@ L1 validators do not need to: - Validate or participate in consensus on the Primary Network (X, P, and C-Chains) Unless removed by the Owner Key, any Subnet validator added to the network before `ConvertSubnetToL1Tx` will continue to validate the network until its "end time" is reached. + +Once a Subnet has been converted to an L1, Subnet validators can no longer be added. After a previous Subnet validator is removed or its "end time" is reached, a validator with +the name NodeID can be added as an L1 validator to the network with `RegisterL1ValidatorTx`, the same as any other L1 validator who wishes to join the network.