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

Platform CLI Overview

Manage Avalanche P-Chain operations from the command line

Platform CLI is a lightweight command-line tool for Avalanche P-Chain operations. It handles key management, AVAX transfers, cross-chain transfers, primary network staking, subnet creation, and L1 validator management.

Key Features

FeatureDescription
Key ManagementGenerate, import, export, and encrypt private keys with AES-256-GCM
P-Chain TransfersSend AVAX on P-Chain and transfer between P-Chain and C-Chain
StakingAdd validators and delegators to the primary network
SubnetsCreate subnets, transfer ownership, and convert to L1 blockchains
L1 ValidatorsRegister, configure, and manage L1 blockchain validators
Chain CreationDeploy new blockchains on existing subnets
Ledger SupportOptional hardware wallet integration for signing transactions

Supported Networks

NetworkUsageMin Validator StakeMin Delegator Stake
Local--rpc-url http://127.0.0.1:96501 AVAX1 AVAX
Fuji--network fuji (default)1 AVAX1 AVAX
Mainnet--network mainnet2,000 AVAX25 AVAX
Custom--rpc-url <endpoint>VariesVaries

Getting Started

  1. Install Platform CLI via the install script or build from source
  2. Create or import a key to sign transactions
  3. Follow the guides for your use case: transfers, staking, or subnet operations

Support

Is this guide helpful?