Skip to content
Draft
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
2 changes: 1 addition & 1 deletion docs/bee/working-with-bee/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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:

```bash
swarm-cli stake deposit --bzz 10
swarm-cli stake deposit 10 --unit bzz
```

After a moment, the staking transaction will complete. Then you can check that the transaction was successful:
Expand Down
Loading