Stake your vote !
Although DTAO is not yet operational, it is concerning to see that voting on subnet emissions is currently limited to a small group of participants. To address this, we are introducing a feature that will ensure a fair and effective distribution of voting power within the community. Every member of the network should have decision-making influence proportional to their stake. This approach ensures that emissions are determined democratically rather than by a select few, reducing the risk of corruption or manipulation. Voting weight will be dynamically adjusted based on the delegators' stakes, ensuring a participatory and equitable process.
Vote using bittensor wallet
https://app.minersunion.ai/staking
Vote using our cli script
https://github.com/minersunion/voting
## How to Vote with Your Stake
Before you proceed, please read the following important note:
### ⚠️ Important Warning:
DO NOT RUN CODE ON YOUR MACHINE THAT YOU HAVE NOT AUDITED FIRST!
While the provided code is safe, it's essential to follow the adage: "Verify, don’t trust."
Always review any code before running it, especially on a machine that holds your wallet.
The last thing we want is a repeat of the hack that occurred earlier this year.
---
### Voting Options:
#### 1. Vote via [app.minersunion.com](https://app.minersunion.com) (Easiest)
- Requirement: Ensure your wallet is connected through the Chrome extension.
#### 2. Vote via `sign_endpoint.py` (For Users with Wallets on `btcli`)
- Step-by-Step Instructions:
1. Download and run the `sign_endpoint.py` script using the following command:
```bash
curl -o sign.py https://raw.githubusercontent.com/minersunion/voting/main/sign.py && python3 sign.py
```
2. Follow the on-screen instructions to cast your vote for the subnet weights
---