> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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's vote account address `beefK6BWeSPhZYBHZxWp5So7wdQX6mu4ZHcSH3uTar` in Solana delegate-stake.

```bash lines wrap theme={null}
solana delegate-stake --stake-authority <KEYPAIR> <STAKE_ACCOUNT_ADDRESS> <VOTE_ACCOUNT_ADDRESS> \
--fee-payer <KEYPAIR>
```

<Info>
  **COINBASE VALIDATOR INFORMATION**

  **Validator name:** [Coinbase](https://stakewiz.com/validator/beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar)

  **Validator ID:** `XkCriyrNwS3G4rzAxtG5B1nnvb5KaJtUcku93VqekAr`

  **Validator vote account address:** `beefK6BWeSPhZYBHZxWp5So7wdQX6mu4ZHcSH3uTar`

  **Validator name:** [Coinbase 02](https://stakewiz.com/validator/6D2jqw9hyVCpppZexquxa74Fn33rJzzBx38T58VucHx9)

  **Validator ID:** `CW9C7HBwAMgNdXkNgFg9Ujr3edR24b9ymEuQnVacidA`

  **Validator vote account address:** `6D2jqw9hyYCcppZeyxuax74Fn33rJzzBx38T58VuchX9`
</Info>

## 2. View your delegation

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

```bash lines wrap theme={null}
solana stake-account <STAKE_ACCOUNT_ADDRESS>
```

<Tip>
  **Congratulations! You are now staking with Coinbase.**
</Tip>
