Registration
Each subnet must be registered on-chain with the following requirements:
Cost: 100 TENSOR
Required parameters:
The blockchain stores the following parameters for each subnet:
id
: The unique identifier for the subnet (generated on-chain)path
: The unique path for the subnet (submitted by the registerer)This is the location of the open-sourced model from which subnet nodes can download it.
min_nodes
: The minimum required nodes to run a subnet defined by blockchain validators using thememory_mb
parameter (generated on-chain)min_nodes
is calculated using a non-linear or linear (depending on the parameters) slope based on the subnets required memory, as:
target_nodes
: The target nodes are multiple of themin_nodes
based on theTargetNodesMultiplier
memory_mb
: Memory (MB) to fully host the subnet minus embedding layers (submitted by the registerer)initialized
: The block the subnet was activated (generated on-chain)registration_blocks
: The time the subnet has in the registration period to qualify for activation (submitted by the registerer with a required minimum and maximum)The minimum required registration period is 9 days and the maximum is 21 days.
activated
: The block the subnet was activated
Once a subnet is registered, it can then achieve the required activation conditions.
Last updated