NativeMinter Precompile
Learn how to use the NativeMinter Precompile on your Avalanche L1 blockchain.
The Native Minter Precompile allows you to mint additional native tokens beyond the initial supply on your Avalanche L1 blockchain.
Activating the Precompile
In order to activate this feature, you will need to provide the contractNativeMinterConfig
in the genesis:
By enabling this feature, you can define who has permission to mint new tokens and how minting is managed over time.
Interface and Address
The Native Minter precompile is located at address 0x0200000000000000000000000000000000000001
and implements the following interface:
The Native Minter precompile uses the AllowList interface to restrict access to its functionality.
Implementation
You can find the implementation of the Native Minter precompile in the subnet-evm repository.
Is this guide helpful?