├── 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 |