Coldkey Operations
ColdkeyCalls that require a coldkey (secure wallet key) as the signer, with no specific ownership relationship required. Registration, transfers, and general account operations.
11 calls across 1 pallets
SubtensorModule 11
add_stake
Transfers TAO from coldkey's free balance to stake on a hotkey.
remove_stake
Withdraws staked TAO from a hotkey back to the coldkey.
register
Registers a neuron using proof-of-work solution.
burned_register
Registers a neuron by paying TAO instead of solving POW.
register_network
Creates a new subnet on the Bittensor network.
dissolve_network
Removes a subnet from the network.
swap_coldkey
Swaps coldkey to a new address (immediate).
move_stake
Moves stake from one hotkey/subnet to another.
transfer_stake
Transfers stake from one coldkey to another on the same hotkey.
add_stake_limit
Adds stake with a price limit for slippage protection.
remove_stake_limit
Removes stake with a price limit for slippage protection.