Skip to content
Open
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
8 changes: 2 additions & 6 deletions docs/bee/working-with-bee/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down