Testnet Tensor
  • Introduction
  • Explorer
  • GPT
  • DSN Dashboard
  • Create Account
    • Wallet
    • CLI
    • Faucet
  • Hypertensor CLI
    • Hypertensor CLI
  • Run A Subnet Node
    • Getting Started
    • Wiki
      • Running on AMD GPU
      • Running on Windows Using WSL
      • Troubleshooting
    • Generate Keypair
    • Register & Stake
    • Add
    • Start Validator Node
    • Start Bootstrap Node
    • Activate
    • Update Delegate Reward Rate
    • Deactivate
    • Remove
    • Keys
  • Delegate Staking
    • Introduction
    • Add Delegate Stake
    • Transfer Delegate Stake
    • Remove Delegate Stake
    • Claim Delegate Stake
  • Node Delegate Staking
    • Introduction
    • Add Node Delegate Stake
    • Transfer Node Delegate Stake
    • Remove Node Delegate Stake
    • Claim Node Delegate Stake
  • Delegate Staking Utils
    • Introduction
    • Subnet to Node
    • Node to Subnet
  • Build a Subnet
    • Introduction
    • DSN Standard
    • Subnet Consensus Protocol (SCP)
      • Incentives
      • Accounting
      • Proposals
    • Subnet
      • Registration
      • Activation
      • Deactivation
    • Subnet Nodes
      • Registration
      • Activation
      • Deactivate
  • Contribute
Powered by GitBook
On this page
  • Subnet Registration
  • Subnet Activation
  1. Delegate Staking

Introduction

PreviousKeysNextAdd Delegate Stake

Last updated 4 months ago

Delegate staking is an important component of the Hypertensor economy. Each subnet must always have a required minimum balance of delegate stake. In return for delegate staking, users will receive a portion of the subnets rewards on each epoch.

Subnet Registration

During a subnet registration period, token holders can delegate stake to the subnet, which acts as a way to "vote" in subnets. The minimum delegate stake balance is:

minDelegateStakeBalance=MinStakeBalance∗minNodes∗MinSubnetDelegateStakePercentageminDelegateStakeBalance=MinStakeBalance * minNodes * MinSubnetDelegateStakePercentageminDelegateStakeBalance=MinStakeBalance∗minNodes∗MinSubnetDelegateStakePercentage

The minimum delegate stake balance is different from subnet to subnet and is primarily based on the size of the subnet, using its overall memory requirements. Review how this is calculated , or by seeing the file in the Hypertensor Network pallet.

Subnet Activation

Once a subnet is activated, the subnet is required to always keep the minimum required delegate stake balance by the end of each epoch, or the subnet will be removed.


The following documentation will show you how to delegate stake to subnets using the explorer and substrate libraries.

Explorer:

here
utils.rs
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.hypertensor.org#/extrinsics