Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/src/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@ Different wallets will vary slightly in their process for this but the general
description is below.

#### Supported Wallets
Currently, staking operation are only supported by wallets that can interact
with the Solana command line tools, including Ledger Nano S and paper wallet.
Staking operations are supported by the following wallet solutions:

[Staking commands using the Solana Command Line Tools](cli/delegate-stake.md)
- SolFlare.com in conjunction with a keystore file or a Ledger Nano S. Check
out our [guide to using SolFlare](wallet-guide/solflare.md) for details.

- Solana command line tools can perform all stake operations in conjunction
with a CLI-generated keypair file wallet, a paper wallet, or with a connected
Ledger Nano S.
[Staking commands using the Solana Command Line Tools](cli/delegate-stake.md).

#### Create a Stake Account
A stake account is a different type of account from a wallet address
Expand Down