├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Thyb0rg 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The Cosmos Validators League. 2 | 3 | In Cosmos and other PoS blockchains, validators play the critical role of signing transactions and securing the network. However, a major issue all networks have to deal with is the concentration of economic and voting power. 4 | 5 | ## Voting power issue. 6 | 7 | In most Tendermint chains, a small group of validators hold a very significant portion of the supply. E.g the Cosmos Hub is one of the most decentralized chains of the network, yet only 15 validators hold over 51% of the total voting power. 8 | 9 | Over time, that kind of skewed distribution will lead to the same oligarchic financial regime that we observe in traditional finance, and that crypto is supposed to fight against. 10 | 11 | Last month on Terra, a small group of validators joined the Discord private group called “Terra Rebirth League” to coordinate a chain halt, disabling of staking and disabling of the market module in an attempt to prevent a governance attack following the excessively fast Luna fall. 12 | 13 | The fact that the coordinated action of a small group of validators could have such a massive & instantaneous impact on investors is a serious warning sign that corrupting the network of a billions dollar chain like Terra isn’t completely out of the realm of possibilities. 14 | 15 | Chains like Ethereum, who do enjoy a much higher validator count, are still being run by a limited number of powerful entities as they create multiple nodes and distribute coins across them to get around the network-imposed restrictions on centralization. 16 | 17 | ## Economic power issue 18 | 19 | On the Cosmos Hub, the biggest validator has close to 500x more $ATOM than the smallest validator in the active set. That issue is consistent across most of the Cosmos chains. 20 | 21 | It creates a situation where the top validators capture a very large portion of the block rewards while bottom validators barely break even. As a consequence, top validators are consistently increasing their control of the chain, while bottom validators are more likely to throw in the towel or fall out-of the active set, creating a vicious circle that exacerbates the issue. 22 | 23 | ## Root cause 24 | 25 | We believe the root cause to be a lack of trust and awareness from the general public for smaller lesser-known validators. And sometimes for good reason, as we’ve seen recently with the Osmosis exploit by Firestake (former validator team). 26 | 27 | The lack of trust is exacerbated by the impracticality associated with picking validators smaller validators within popular staking interfaces like the Keplr wallet ; since the default Keplr ranking is based on the number of coins delegated and presents the bigger validators first, it unintentionally prompts users to delegate to them. 28 | https://wallet.keplr.app/#/cosmoshub/stake 29 | 30 | 31 | ## Proposed solution 32 | 33 | We think the best way to solve it is to provide Cosmos delegators with an efficient way to voluntarily distribute their political & economic power across reputable community validators. 34 | 35 | We’re setting out to build a new ranking that reflects more accurately the value each validator brings to the networks in which it participates. The value score will need to take into account both quantitative and qualitative metrics: 36 | 37 | ### Quantitative metrics 38 | 39 | The following quantitative metrics will be taken into account: 40 | 47 | 48 | ### Qualitative metrics 49 | 50 | We plan to integrate some qualitative data into the total score: sufficient information will be provided for each validator, and qualifying delegator wallet will be able to grade validators on-chain for the following criteria: 51 | 57 | 58 | Some research will need to be performed to determine the conditions under which a wallet qualifies for voting and avoid abuse. 59 | 60 | 61 | ### Listing requirements 62 | 63 | We will also be considering enforcing a basic "code of conduct" for validators that wish to be included in the community ranking, which would involve implementing good social & security practices (such as double-sign protection via TMKMS or Horcrux for instance) 64 | 65 | ### Features 66 | 67 | The actual validator ranking is the core feature of the project. 68 | 69 | Other potential features include: 70 | 76 | 77 | That delegation score is especially interesting as it would somewhat "gamify" the experience of promoting network decentralization. It could also be something that new Cosmos projects could take into account in their airdrop distributions, like @coslend & @CronusFinance are doing 78 | 79 | In addition, we’re planning to allow multiple sorting options, e.g: 80 | 85 | 86 | The purpose of that option would be to display deserving “smaller” validators before the bigger ones, thereby encouraging a better distribution of delegations across the entire active set. 87 | 88 | ### Implementation 89 | We’re planning the first version of the ranking and the grade module to be first accessible on the cosmosvalidators.org website. 90 | 91 | However, the ranking data will be made fully available to third-party applications through a public API. These third-parties may include for example: 92 | 97 | 98 | The end goal for us would be to be integrated in Keplr or Cosmostation wallets as this is the primary way delegators 99 | pick their validators. 100 | 101 | Another goal would be for the ranking to be taken into account: 102 | 106 | 107 | No shortage of use cases! 108 | 109 | ### Contributors 110 | The project is currently being carried out by Thyborg, Ecostake and gh0st from WhisperNode. 111 | 112 | We’re inviting all active community validators to join us, which can be done by contributing to the development effort, or simply participating in the new “Cosmos Validator League” Discord server to provide feedback on the ranking criteria, weights & parameters. 113 | --------------------------------------------------------------------------------