Solana
MainnetA high-speed network with low fees and an active ecosystem.
- Annual reward
- 7-12%
- Commission
- 10%
- Voting power
- 70,000 SOL
- Own assets
- 10,000 SOL
- Uptime
- 100%
Validator address
4h5muqwz35tyPQdAXkZMyVM5cnGN5oXouTZL2AFA1FjhSolana is a high-speed blockchain network with low fees and an active ecosystem.
- High speed supports a large number of transactions in a short time.
- Proof of history provides a shared order for network events.
- Scalability lets the network support growing activity.
- Low fees keep transactions accessible.
- Decentralized applications can run directly on the network.
- The ecosystem continues to grow around applications, tools and infrastructure.
- Smart contracts execute application logic on the network.
- Interoperability connects Solana with tools and services from the wider blockchain ecosystem.
- Reliable validator infrastructure supports the network.
- The SOL token is used for fees, staking and participation in the network.
- The community contributes applications, documentation and infrastructure.
- The technology continues to evolve as the network develops.
Delegating from a wallet
Delegate SOL from a compatible wallet by following these steps:
- Create a Solana wallet.
- Acquire SOL and transfer it to the wallet.
- Choose a validator from the staking section.
- Connect the wallet to the staking interface.
- Choose the amount of SOL to delegate.
- Confirm the delegation in the wallet.
- Monitor the delegated stake and rewards.
Delegating from the CLI
Configure the Solana CLI for mainnet:
solana config set --url https://api.mainnet-beta.solana.comCheck the available balance:
solana balanceDelegate a stake account to the selected validator:
solana delegate-stakeReview staking rewards:
solana rewardsWithdraw funds from a deactivated stake account when needed:
solana withdraw-stake