Skip to content

Commit

Permalink
update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGhostX committed Nov 15, 2024
1 parent b6c7b39 commit 940abfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/staking-validator.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Become a Staking Validator

Staking on Starknet provides an opportunity to contribute to network security and earn rewards by becoming a validator. To learn more about the validator process, check out the [Becoming a Validator](https://docs.starknet.io/staking/entering-staking/) guide.
Staking on Starknet provides an opportunity to contribute to network security and earn rewards by becoming a validator. Check out the [Becoming a Validator](https://docs.starknet.io/staking/entering-staking/) guide to learn more about the validator process.

## 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).
- **Block Explorer**: Tools like [Voyager](https://voyager.online) for contract interactions.
- **Access to CLI/Block Explorer**: Tools like [Voyager](https://voyager.online) for contract interactions.

## 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.

## 2. Stake STRK tokens

Register as a validator by staking STRK tokens through the Starknet staking contract. For complete instructions, check out the [Becoming a Validator](https://docs.starknet.io/staking/entering-staking/) guide. The staking process includes:
Register as a validator by staking STRK tokens through the Starknet staking contract. Check out the [Becoming a Validator](https://docs.starknet.io/staking/entering-staking/) guide for complete instructions. The staking process includes:

- **Pre-approving STRK Transfer**: Allow the staking contract to lock your tokens.
- **Calling the `stake` Function**: Register operational and reward addresses, set commission rates, and enable pooling if desired.
Expand All @@ -27,4 +27,4 @@ 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.

You're now a staking validator! With your node running and tokens staked, you're supporting Starknet's security and earning rewards. Most operations are managed by the network, though future updates may need additional setup.
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 940abfb

Please sign in to comment.