TRUSTLESS DELEGATION
Delegate to any validator while TAO never leaves your wallet.
From the day we initiate the validation process, we plan to distribute 80% of the validator's total profits to our delegators, making our initiative one of the most rewarding for them. In a manner similar to Bitcoin's halving algorithm, we intend to gradually decrease these payouts over time to reinvest in the Bittensor ecosystem.
1# Initial parameters
2initial_reward = 80 # Initial $TAO reward in percentage
3halving_interval = 100_000 # Number of blocks before each halving
4total_blocks = 1_000_000 # Total number of blocks to plot
5
6# Data
7blocks = list(range(total_blocks + 1))
8rewards = [initial_reward * (0.5 ** (block // halving_interval)) for block in blocks]
USING BITTENSOR WALLET
https://app.minersunion.ai/staking
USING BTCLI
btcli root delegate --wallet.name <name> --delegate_ss58key 5Hb63SvXBXqZ8zw6mwW1A39fHdqUrJvohXgepyhp2jgWedSB --subtensor.network finney --no_prompt # All of your amount
btcli root delegate --wallet.name <name> --delegate_ss58key 5Hb63SvXBXqZ8zw6mwW1A39fHdqUrJvohXgepyhp2jgWedSB --subtensor.network finney --no_prompt --amount 10 # 10 $TAO