ACP-267: Primary Network validator uptime requirement increases from 80% to 90%.Read the proposal

Create L1 with VMC on C-Chain

Create a new L1 blockchain with the Validator Manager deployed on the C-Chain

For the multi-sig setup, we'll deploy the Validator Manager Contract on the C-Chain instead of on the L1 itself. This provides better tooling support and allows validator management to remain operational independently of your L1.

This section assumes you've completed the earlier chapters and understand the VMC deployment process. If not, please review the Create an L1 and Validator Manager Deployment sections first.

Key Difference: C-Chain Deployment

When deploying the VMC on C-Chain instead of your L1:

AspectVMC on L1VMC on C-Chain
Genesis ProxyPre-deployed at 0xfacade...Not applicable
Contract DeploymentUpgrade existing proxyFresh deployment
VMC AddressFixed (0xfacade...)Dynamic (deployment address)
Conversion ParameterPoints to L1 blockchain IDPoints to C-Chain blockchain ID

Setup Process

Create Subnet and Chain

First, create your Subnet and blockchain as you did in the previous chapters. This step remains the same - we're creating the L1 infrastructure.

Builder Console

Checking requirements...

Set Up Validator Node

Launch a validator node for your L1. Use the managed testnet infrastructure or your own Docker setup.

You can create a managed node at the Testnet Infrastructure Console.

The node setup is the same regardless of where the VMC is deployed. The difference is only in the contract architecture.

Deploy Validator Manager on C-Chain

Now, instead of upgrading the pre-deployed proxy on your L1, we'll deploy the Validator Manager directly on the C-Chain.

Make sure you have your wallet connected to the C-Chain (Fuji Testnet) before deploying.

Builder Console

Checking requirements...

Important: Save the deployed contract address - you'll need it for the conversion step.

Convert Subnet to L1

When converting, the key difference is specifying the C-Chain blockchain ID and your newly deployed VMC address:

  • Validator Manager Blockchain ID: Set to C-Chain's blockchain ID (not your L1's)
  • Validator Manager Address: The address from Step 3 (not 0xfacade...)
Builder Console

Checking requirements...

Initialize Validator Manager

Initialize the VMC on C-Chain with your L1's configuration. Make sure you're connected to C-Chain.

Builder Console

Checking requirements...

Initialize Validator Set

Complete the setup by initializing the validator set:

Builder Console

Checking requirements...

Verification

After completing these steps, you should have:

  1. ✅ A new L1 blockchain running with your validator(s)
  2. ✅ A Validator Manager Contract deployed on the C-Chain
  3. ✅ The VMC initialized with your L1's subnet ID
  4. ✅ The initial validator set registered

You're now ready to set up the multi-sig governance layer in the following sections.

Next Steps

In the next section, you'll learn how to create a Safe/Ash wallet that will serve as the multi-sig controller for your PoA Manager.

Is this guide helpful?