Keys

Each subnet node has two keys, the coldkey and the hotkey. The coldkey is used for any functions that include any movements of funds and key management, and the hotkey is used for any functions that don't require the movement of funds.

Coldkey Functions

  • add_subnet_node

  • register_subnet_node

  • add_to_stake

  • remove_stake

  • claim_stake_unbondings

  • update_coldkey

  • update_hotkey

Hotkey Functions

  • validate

  • attest

Shared Key Functions

These are functions that both coldkeys and hotkeys can call.

  • activate_subnet_node

  • deactivate_subnet_node

  • register_subnet_node_a_parameter

  • set_subnet_node_non_unique_parameter

  • remove_subnet_node

Last updated