or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
# Equitable Stakeholder Vote
Equitable Stakeholder Vote
Background
The basis for this exploration stems from a thought concerning a vote determined via economic unit (SOL in this case) while representative of PoS and "security" of the network (and an easy proxy for voting in governance), this economic unit is severely limited in total scope of all economics which facilitate a healthy, functioning network. Having an misrepresented vote can lead to a lack of representative vote amongst parties who may not have the free capital allocated in such configuration and may undercut the viability of a simple vote via stake.
In plain terms, a dApp with 10s of millions raised may be using that capital to operate, and they may be producing incredible economic viability for the chain, but may not be able to stake for a vote.
Or RPC operators may run significant infrastructure supporting large swaths of the network, but again may not have the capital to allocate to represent their value within the governance.
Total value locked in PoS Securing the network while of large value, derives this value from the utilities provided on chain. This is one metric which carries heavy weight (as it should), however total volume traded is another, total NFT market cap, another. All which point as proxy to the underlying, but not necessarily 100% reflective. Therefore these aspects should be considered when governance is appropriate.
With the above stated, considering alternatives and complexity arising from different vote primitives, it is a challenge facing all on chain governance. Identifying certain characteristics of healthy network governance should be weighted heavily. Metrics such as participation are easily identified, others like representation may not be so easily surfaced.
Summary
To attempt to create a more equitable representation of vote without impacting vote allocation, the following is proposed:
Each vote has categorical representation of a vote quantity to reach "representative quorum". A SIMD should contain information pertenant to a vote, this will require broad categorization of stakeholder (or agreed upon categories) with a weight of quorom vote as a percent accounting for assigned weight to each category. This is not a perfect system, but an adaptable one.
Example:
When a vote is finally called (to be discussed when) those weights are automatically assigned to the quorum vote and the totals are calculated, which at the time of vote the voter (in this case stake weight delegated to a validator, the validator is voting) has the option (not requirement) to allocate any configuration of a percentage of voting weight to a category. But where the quorum is not only a % of stake, but also matching the categorical weight.
This in theory should encourage and facilitate communications with the groups listed and their communications and concerns should be afforded a representation without allocating vote to them directly. It doesnt add additional compexity to the action of a vote outside of the categorization, quorum, and input from the SIMD.
Proposed Metrics
Initial proposed weights and metrics:
10% < X <50%
Weight of total quorum vote assigned to and the sum of categoriesRPC, dApps, Solana Labs
Broadly categorized stakeholders within the ecosystem40%
The amount of stake required for proposal to meet threshold.66%
The amount of stake voting for a proposal to be approved (note the opposite is true as well)Who votes? The validators with a vote cast in representation of Stakeholders within the ecosystem of Solana
What is voted on? TBD
How is the vote cast? TBD
Proposed Implementation
Creation of cNFT with record of vote minted to validator identity where the vote details are imposed within the cNFT so the collection is associated with the proposal SIMD as well as the on-chain vote.