Queries
existential-deposit
Minimum balance an account must keep to stay alive.
Category: Accounts & keys
Parameters
This read takes no parameters.
CLI
btcli query existential-deposit --jsonPython
Namespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.balances.existential_deposit()Or dispatch by name, as an agent would:
result = sub.read("existential_deposit")Async is the same surface awaited: async with bt.Subtensor() as client:.
On-chain implementation
- Constant
Balances.ExistentialDeposit
Every file is browsable under /code exactly as built into the runtime.