Create a Blockchain
Learn how to configure a blockchain and create a record for it on the P-Chain by issuing a CreateChainTx transaction using the Builder Tooling.
Now that you have Core wallet set up and some AVAX on the P-Chain you can create a Subnet. You will
do this by issuing a CreateSubnetTx
transaction. This will create a Subnet that is uniquely
identified by the transaction hash of the CreateSubnetTx
transaction.
Then you will issue the CreateChainTx
on the P-Chain to create the blockchain record. Click
Create Chain
This will create the P-Chain record for your blockchain and associate it with the
Subnet created in the previous step.
The blockchain will be uniquely identified by the transaction hash of the CreateChainTx
transaction.

Create Chain
Create a subnet and add a new blockchain with custom parameters and genesis data.
Step 1: Create a Subnet
Every chain needs to be associated with a Subnet. If you don't have a Subnet, create one here. If you already have a Subnet, skip to the next step.
Step 2: Create a Chain
Enter the parameters for your new chain.
Virtual Machine
Select what Virtual Machine (VM) your chain will use.
Chain Parameters
Enter the basic parameters of your L1, such as the EVM chain ID.
Unique identifier for your blockchain. Check chainlist.org to avoid conflicts.
Permissions
By design, blockchain networks are fully permissionless, allowing anyone to transact and deploy smart contracts. However, certain use cases require permissioning to control who can participate in transactions or deploy contracts. On Avalanche, permissioning is an optional feature for Layer 1 blockchains that may or may not be activated, depending on the network's needs.
Tokenomics
Tokenomics in Layer 1 blockchains on the Avalanche network are highly flexible, allowing developers to tailor economic models to their specific needs. Each L1 can define its own native token, specifying its initial allocation, distribution mechanism, and whether it should be mintable for ongoing issuance. This enables a wide range of economic designs, from fixed-supply tokens to inflationary models that support network sustainability.
Transaction Fees & Gas
In addition to the native token, you can also configure the transaction fees (also known as gas fees). This allows Avalanche L1s to define the desired or maximal throughput of the blockchain differently.

Congratulations! You have successfully created a blockchain record on the P-Chain. The blockchain does not have any validator nodes yet, so we can't connect our wallet to it or issue any transactions just yet. You will learn how to do that in the next section.
Is this guide helpful?