Skip to main content

Staking SOL with Solana CLI Tools

1. Stake SOL to our public validator

  1. Open your stake account on a supported wallet.

  2. Use Coinbase Cloud's vote account address beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar in Solana delegate-stake.

solana delegate-stake --stake-authority <KEYPAIR> <STAKE_ACCOUNT_ADDRESS> <VOTE_ACCOUNT_ADDRESS> \

--fee-payer <KEYPAIR>
COINBASE CLOUD VALIDATOR INFORMATION

Validator name: Coinbase Cloud
Validator ID: XkCriyrNwS3G4rzAXtG5B1nnvb5Ka1JtCku93VqeKAr
Validator vote account address: beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar

Validator name: Coinbase Cloud 02
Validator ID: CW9C7HBwAMgqNdXkNgFg9Ujr3edR2Ab9ymEuQnVacd1A
Validator vote account address: 6D2jqw9hyVCpppZexquxa74Fn33rJzzBx38T58VucHx9

2. View your delegation

Use solana stake-account to see the changes in your stake account.

solana stake-account <STAKE_ACCOUNT_ADDRESS>
Congratulations! You are now staking with Coinbase Cloud.

Was this helpful?