diff --git a/delegation/delegation.md b/delegation/delegation.md index 2f0d5da..8a99c00 100644 --- a/delegation/delegation.md +++ b/delegation/delegation.md @@ -34,6 +34,7 @@ You delegate TAO using btcli. This will show a list of delegates sorted by stake ```bash dark $ btcli delegate ``` +> NOTE: Note, you must retain a minimum "free" (unstaked) balance on your coldkey. This amount, the existential amount, is currently 500 RAO or 0.00000005 TAO ### _showing my delegations diff --git a/validating/validating.md b/validating/validating.md index 1192b9c..74f1232 100644 --- a/validating/validating.md +++ b/validating/validating.md @@ -24,6 +24,7 @@ btcli nominate btcli delegate --delegate_ss58key DELEGATE_SS58KEY ``` +> NOTE: Note, you must retain a minimum "free" (unstaked) balance on your coldkey. This amount, the existential amount, is currently 500 RAO or 0.00000005 TAO ### _running a validator After attaining enough TAO for a [validator permit](validating/validator-permit) we recommend running Bittensor's [core validator](https://github.com/opentensor/bittensor/tree/text_prompting/neurons/text/prompting/validators). You can run and install the core validator from [source](https://github.com/opentensor/bittensor.git).