Skip to content

Commit

Permalink
improve guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGhostX committed Nov 17, 2024
1 parent 940abfb commit 2d53fb3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/docs/staking-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Staking on Starknet provides an opportunity to contribute to network security an

## Prerequisites

- **STRK Tokens**: A sufficient balance for staking.
- **Node Setup**: Juno running as your Starknet-compatible implementation.
- **Starknet Wallet**: Use a wallet like [Braavos](https://braavos.app/wallet-features/ledger-on-braavos/) or [Argent](https://www.argent.xyz/blog/how-to-use-your-hardware-wallet-with-argent).
- **Access to CLI/Block Explorer**: Tools like [Voyager](https://voyager.online) for contract interactions.
- **STRK Tokens**: At least 20,000 STRK is required for staking. For the latest details, check out the [Staking Protocol Details](https://docs.starknet.io/staking/overview/#protocol_details).
- **Node Setup**: The [latest version of Juno](updating) installed and running on your machine.
- **Starknet Wallet**: A compatible wallet, like [Braavos](https://braavos.app/wallet-features/ledger-on-braavos/) or [Argent](https://www.argent.xyz/blog/how-to-use-your-hardware-wallet-with-argent).
- **Access to CLI/Block Explorer**: Tools like [Voyager](https://voyager.online) for interacting with contracts.

## 1. Set up Juno

Juno is a reliable choice for running a Starknet node. Follow the [Running Juno](running-juno) guide to configure Juno using Docker, binaries, or source builds.
Juno is a reliable choice for running a Starknet node. Follow the [Running Juno](running-juno) guide to configure Juno using Docker, binaries, source builds, or Google Cloud Platform (GCP).

## 2. Stake STRK tokens

Expand All @@ -27,4 +27,6 @@ Once Juno is running and your STRK tokens are staked:
1. Monitor your validator's status via dashboards like [Voyager](https://voyager.online/).
2. Stay updated for future network requirements or configurations.

:::info
You're now a staking validator! With your node running and tokens staked, you support Starknet's security and earn rewards. The network manages most operations, though future updates may require additional setup.
:::

0 comments on commit 2d53fb3

Please sign in to comment.