From 155d2792d991f3c39e40b039fce6ea4f83cd57e5 Mon Sep 17 00:00:00 2001 From: Chris Hobcroft Date: Wed, 1 Oct 2025 21:47:22 +0200 Subject: [PATCH] Update staking.md --- docs/bee/working-with-bee/staking.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/bee/working-with-bee/staking.md b/docs/bee/working-with-bee/staking.md index 13d3840c..c4641c69 100644 --- a/docs/bee/working-with-bee/staking.md +++ b/docs/bee/working-with-bee/staking.md @@ -82,18 +82,14 @@ Once your node has xDAI, stake **at least 10 xBZZ** (this is non-refundable). You can use the following `swarm-cli` command to stake 10 xBZZ: -:::info -The deposit amount is specified in [PLUR](/docs/references/glossary/#plur) -::: - ```bash -swarm-cli stake --deposit 100000000000000000 +swarm-cli stake deposit --bzz 10 ``` After a moment, the staking transaction will complete. Then you can check that the transaction was successful: ```bash -swarm-cli stake +swarm-cli stake status ``` ```bash