Skip to content

Update voting.mdx - remove realms #1993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 10 additions & 27 deletions docs/governance/voting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ image: https://docs.helium.com/img/link-image.png
slug: /governance/voting
---

import LegacyContentBanner from '@site/src/theme/LegacyContentBanner'
import { TopLedgerEmbed } from '@site/src/theme/TopLedgerEmbed'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to restore the top ledger import unless the embedded widget is also removed.


<LegacyContentBanner />

To go from a proposed HIP to a vote, the Helium Community follows the process initially laid out in
HIP 7. Rough consensus and running code are critical factors for achieving approval. Rough consensus
is achieved In partnership with HIP Authors, as well as non-binding Temperature Checks in the Helium
Expand All @@ -35,8 +30,11 @@ process.

Today, the Helium Network utilizes the Helium Vote tool for on-chain voting. Since the passage of
HIP 51- 53, the Helium Network established the distinction between Networks and subnetworks,
currently represented by a token for each. HIP 51 - 53 also established the Vote Escrowed Model of
token Staking for Voting Power.
then represented by a token for each. HIP 51 - 53 also established the Vote Escrowed Model of
token Staking for Voting Power.

More recently, HIP 138 returned governance to single token governance using just HNT,
and removed direct governance by the IOT and MOBILE tokens.

## The veToken model

Expand Down Expand Up @@ -64,16 +62,14 @@ retain the tokens' economic value and utility, while the veToken assumes the vot
Helium veTokens are non-transferable, ‘soulbound,’ and have zero intrinsic economic value. They are
represented by an NFT in your Helium Wallet App.

Visit Realms, the Helium Network, and subnetworks at:
Visit Helium Modular Governance at HeliumVote for governance of the Helium Network, and its
subnetworks.

- Helium (HNT): [realms.heliumvote.com/dao/hnt][realms-helium]
- IoT subnetwork (IOT): [realms.heliumvote.com/dao/iot][realms-iot]
- Mobile subnetwork (MOBILE): [realms.heliumvote.com/dao/mobile][realms-mobile]
- Helium (HNT): [https://heliumvote.com/hnt][realms-helium]

## Staking

To vote in the Helium Network for changes to either the Network at large, the IoT (LoRaWAN)
subnetwork, or the Mobile (5G) subnetwork, a participant must stake HNT.
To vote in the Helium Network, a participant must stake HNT.

Staking is a process of locking up a token amount (as little as one token) for a specific period of
time in an on-chain program on the Solana Blockchain. This program defines the parameters for
Expand Down Expand Up @@ -117,25 +113,12 @@ used for voting and governance while in escrow.

The [Helium Network](https://heliumvote.com/hnt) serves as the overarching system that enables both
the Mobile and IOT networks to exist. As such, veHNT's role in network governance is in matters
affecting the entire network. For example, a proposal affecting HNT emissions would be voted on
using veHNT.
affecting all networks

Additionally, veHNT can be [delegated](/governance/staking-with-helium-vote#delegating-stakes) to
either the Mobile or IOT networks in order to earn a portion of that network's tokens.

### veIOT {#veiot}

The [IOT network](https://heliumvote.com/iot) focuses on the growth and development of IoT devices
and applications. Delegating your HNT IOT network grants veIOT which can be used to vote on matters
specific to the IOT network. For example, a proposal affecting proof of coverage behavior for IOT
Hotspots.

### veMOBILE {#vemobile}

The [MOBILE network](https://heliumvote.com/mobile) is dedicated to the growth and expansion of the
Helium Network in the mobile and telecommunications sectors. Staking your HNT to the Mobile network
grants veMOBILE which can be used to vote on matters specific to the Mobile network. For example, a
proposal affecting proof of coverage behavior for Mobile Hotspots.

---

Expand Down