diff --git a/docs/btcli.md b/docs/btcli.md index 1a8302505e..c620123d11 100644 --- a/docs/btcli.md +++ b/docs/btcli.md @@ -397,28 +397,43 @@ Delegate TAO from the coldkey balance to the hotkey staking account of a delegat ```bash btcli root delegate ``` - + +- **Allowed `take` values**: Ensure the `--take` value is within the range of `0` to `0.18`. +- **`wallet.name` and `wallet.hotkey`**: If not specified, the command will prompt for the wallet name and hotkey. + +Examples: + +1. Set delegate take to 10%: + ```bash + btcli root set_take --take 0.1 + ``` + +2. Set delegate take to 10% using a specific wallet: + ```bash + btcli root set_take --wallet.name my_wallet --wallet.hotkey my_hotkey --take 0.1 + ``` ### Undelegate Tao