<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Polygon Governance</title>
        <link>https://paragraph.com/@polygon-governance</link>
        <description>undefined</description>
        <lastBuildDate>Sat, 29 Aug 2026 12:30:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Polygon Governance</title>
            <url>https://storage.googleapis.com/papyrus_images/5f7c067298e1d5f743ff665de5824067e89aef3cc3e73e9250eda84c7be58c28.png</url>
            <link>https://paragraph.com/@polygon-governance</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Fostering Security and Decentralization with Mutli-Threshold Smart Contract Upgrades]]></title>
            <link>https://paragraph.com/@polygon-governance/fostering-security-and-decentralization-with-mutli-threshold-smart-contract-upgrades</link>
            <guid>yRP5t5x195YY5Zg8BP8a</guid>
            <pubDate>Thu, 04 Jul 2024 14:32:31 GMT</pubDate>
            <description><![CDATA[This piece was authored by Aragon, and originally published on the Aragon Resource Library. Polygon is one of the most established and ambitious projects in web3, leading development for a wide range of scaling solutions and zero-knowledge innovations that crypto-native and institutional projects can build on, including chains like Polygon PoS, Polygon zkEVM, and (the still in-development) Polygon Miden, as well as a ZK-focused chain development kit, Polygon CDK. Now, Polygon Labs is a leadin...]]></description>
            <content:encoded><![CDATA[<p><em>This piece was authored by Aragon, and originally published on the </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://aragon.org/how-to/polygon-case-study"><em>Aragon Resource Library.</em></a></p><p>Polygon is one of the most established and ambitious projects in web3, leading development for a wide range of scaling solutions and zero-knowledge innovations that crypto-native and institutional projects can build on, including chains like Polygon PoS, Polygon zkEVM, and (the still in-development) Polygon Miden, as well as a ZK-focused chain development kit, Polygon CDK.</p><p>Now, Polygon Labs is a leading contributor to the AggLayer, a protocol to unify chain fragmentation and scale the web3 experience to the size of the internet. Given the rapid growth and complexity of the network— both in terms of technology and use cases—robust system smart contracts governance is critical.</p><h1 id="h-challenge" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">CHALLENGE</h1><p>Security is the highest priority for infrastructure builders, especially when it comes to upgrading system smart contracts. But for the chains, protocols, and tools we build to be resilient, it is also important to continue progressing towards greater decentralization.</p><p>Polygon made strides in addressing this persistent and industry-wide challenge by introducing the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polygon.technology/blog/meet-the-polygon-protocol-council">Polygon Protocol Council</a>. Thirteen members were <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/maticnetwork/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-29.md">selected</a> by the community for value-alignment and network resilience, as well as technical, security, and governance expertise. This council oversees various contracts across Polygon network infrastructure, ensuring efficient and safe oversight.</p><p>Given the scope and significance of its network infrastructure, Polygon needs specialized governance processes and tools to ensure security, transparency, and continued meaningful progress towards decentralization.</p><p><strong>Pain Points</strong>:</p><ul><li><p>Efficient execution of both emergency and regular upgrades while maintaining robust checks and balances.</p></li><li><p>Managing upgrades for different contract types, such as bridge and token contracts.</p></li><li><p>Disjointed user experience across various SAFE contracts for Protocol Council members.</p></li><li><p>Ensuring transparent and accountable governance decision-making.</p></li><li><p>Existing solutions not accounting for multiple consensus paths.</p></li><li><p>Adapting the governance process based on community feedback and network growth.</p></li></ul><h1 id="h-solution" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">SOLUTION</h1><p>To tackle these challenges, Polygon designed the following governance process for smart contract system upgrades:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/10b1f4bf79fcfbb871c4db38ef9a214c418e286e7606d52acfbf55ef8fbd3aac.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>At the core of this design are two paths:</p><ul><li><p><strong>Majority Consensus</strong>: For scheduled, regular upgrades.</p></li><li><p><strong>Super Majority Consensus</strong>: For resolving critical vulnerabilities via an emergency upgrade.</p></li></ul><p>Each path has a different consensus threshold and timelock:</p><ul><li><p><strong>Majority Consensus</strong>: 10-day timelock, requiring Majority consensus (7 out of 13 council members).</p></li><li><p><strong>Super Majority Consensus</strong>: No timelock, requiring Super Majority consensus (10 out of 13 council members).</p></li></ul><p>Regular upgrades have a 10-day timelock to give the community time to voice their concerns or exit the system. Emergency upgrades are rare circumstances that require immediate response and containment. <strong>By implementing both a Majority and Super Majority consensus paths, Polygon can prioritize security while continuing to make significant progress towards greater transparency and decentralization.</strong></p><p><strong>Benefits</strong>:</p><ul><li><p><strong>Unified user experience</strong>: Protocol Council members can initiate and approve all upgrades from the same governance contract and interface.</p></li><li><p><strong>Enhanced security</strong>: The system ensures rapid response to emergencies while maintaining robust security protocols.</p></li><li><p><strong>Increased transparency</strong>: Regular and emergency upgrades are easy to track, and clearly communicated through transparency reports.</p></li><li><p><strong>User protection:</strong> Regular upgrades require a timelock delay of 10 days to ensure the ability for the community to exit the system before any change takes place, while emergency upgrades are limited in scope and rare.</p></li><li><p><strong>Adaptability</strong>: The flexible governance framework supports the growing Polygon landscape, accommodating future changes seamlessly.</p></li></ul><h1 id="h-under-the-hood" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">UNDER THE HOOD</h1><p>Polygon’s governance is built with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://aragon.org/aragonosx"><strong>Aragon OSx</strong></a>, a next generation modular governance framework. Aragon OSx isolates governance logic into plugins, making it safer and easier to customize and evolve governance contracts.</p><p>In order to build Polygon’s unique governance process, the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">Aragon Custom Builds</a> team <strong>customized the standard multisig plugin</strong> by adding different consensus thresholds and transparency functionality to the multisig.</p><p>Here’s how it works:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fe686995c8be1880b508a82f42d4b156d9de43de5c66da57144fbe8f2f5a9d43.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>First, a Protocol Council member needs to create a proposal. When creating the proposal, they can choose to initiate either the <strong>Majority</strong> <em>or</em> <strong>Super Majority</strong> consensus path:</p><p><strong>Majority Consensus</strong>:</p><ol><li><p>A Majority consensus (7/13) needs to approve the proposal;</p></li><li><p>Once approved, a member starts the 10-day delay period for a community vote and pins a Transparency Report to the proposal metadata via IPFS;</p></li><li><p>Once the delay period expires and community vote concludes, the members need to confirm the proposal once again with majority consensus (7/13);</p></li><li><p>Any address can execute the proposal onchain.</p></li></ol><p><strong>Super Majority Consensus</strong>:</p><ol><li><p>A Super Majority consensus (10/13) needs to approve the proposal;</p></li><li><p>Once the approval is reached the proposal is automatically and immediately executed;</p></li><li><p>A member can pin the transparency report at any stage in the process.</p></li></ol><p>The two distinct processes, supplemented by transparency requirements, are unified into a single multisig. This setup makes the process more efficient, straightforward, and easy to track for the community.</p><p><strong>Key Features</strong>:</p><ul><li><p><strong>Different timelocks:</strong> Two separate processes in the same multisig trigger different timelocks.</p></li><li><p><strong>Immediate execution for Super Majority proposals</strong>: Proposals with Super Majority consensus are executed automatically and immediately, ensuring quick responses to critical issues.</p></li><li><p><strong>Unified process</strong>: A single Aragon OSx multisig streamlines the process, enhancing security, efficiency, and responsiveness for the Protocol Council.</p></li><li><p><strong>Increased transparency</strong>: Transparency reports are pinned to the proposal metadata during the governance process.</p></li><li><p><strong>Adaptable governance</strong>: The Super Majority Multisig plugin can be changed for a new plugin via the existing governance process, ensuring the governance process can evolve with the network’s growth.</p></li></ul><p>With this custom solution, Polygon is taking even more meaningful steps towards secure and decentralized governance of its network infrastructure. And it can evolve over time.</p><p>Aragon OSx plugins are open source. The smart contract framework enables any Aragon OSx DAO to safely and easily install governance plugins built by others. This includes plugins ideated and designed by industry leaders such as Polygon.</p><p>The Super Majority Multisig is the culmination of extensive research, community consultation, and collaboration. It can now be easily implemented by any other project in the industry grappling with similar challenges. If you’re building critical infrastructure, and need to balance security and decentralization, reach out to the Aragon Custom Builds team to explore how it could fit your needs.</p><p>--</p><p><em>Aragon has been building onchain governance infrastructure for over 7 years, with its tech securing billions of assets. Govern your protocol onchain with Aragon OSx: the secure and modular DAO framework with customization built in. Or, launch a DAO in 10 minutes or less without writing any code on the Aragon App.</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://devs.aragon.org/">Developer Portal</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.aragon.org/"> Aragon App</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/forms/d/1eR1Hgsp4jrDAXnLgWfMC6eUag_jgOCPS-3qVptwvwp0/viewform?edit_requested=true"> Custom DAO Builds</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0xBc47d7db20b5a518744d62Eb2adf1210ECBc57c2"> Mirror</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AragonProject"> X</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://theeagleweekly.substack.com/"> Newsletter</a></p>]]></content:encoded>
            <author>polygon-governance@newsletter.paragraph.com (Polygon Governance)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b5994a38781318301602515cc16d3c365ad3ecd58aab68759f1e0f2a111d89cd.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Building the Future of Polygon Governance]]></title>
            <link>https://paragraph.com/@polygon-governance/building-the-future-of-polygon-governance</link>
            <guid>npiDM0YDSL5OO1DyRDVn</guid>
            <pubDate>Fri, 14 Jun 2024 13:27:17 GMT</pubDate>
            <description><![CDATA[At Aragon, we are proud to play a pivotal role in shaping the future of Polygon governance, by strengthening its governance pillars with an end-to-end governance solution —from the protocol governance contracts to a community-driven Governance Hub. As long time builders on Polygon, we are excited to empower the community with a unified and seamless governance experience that is secure, transparent, and adaptable. By leveraging the robust capabilities of Aragon OSx, our modular governance fram...]]></description>
            <content:encoded><![CDATA[<p>At <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://aragon.org/">Aragon</a>, we are proud to play a pivotal role in shaping the future of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polygon-governance.mirror.xyz/">Polygon governance</a>, by strengthening its governance pillars with an end-to-end governance solution —from the protocol governance contracts to a community-driven Governance Hub.</p><p>As long time builders on Polygon, we are excited to empower the community with a unified and seamless governance experience that is secure, transparent, and adaptable. By leveraging the robust capabilities of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://aragon.org/aragonosx">Aragon OSx</a>, our modular governance framework, we are creating a governance solution that is as dynamic and innovative as the Polygon landscape itself.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8937c157f48df4b07a046ea0cf09bb9a39d5f025eaac17dc39db4c416c81f427.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-our-role-in-building-the-polygon-governance-hub" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Our Role in Building the Polygon Governance Hub</strong></h2><p>The Governance Hub is set to be the home of community-driven decision-making for the Polygon aggregated blockchain network, as well as other network architecture. Our modular governance framework, Aragon OSx, and custom development services are bringing this vision to life.</p><p>By leveraging the security of our smart contract framework, flexibility of our custom development solutions, and human-centered design system, the Governance Hub will facilitate a unified and seamless experience, engaging the entire community in a multi-stage governance process.</p><h2 id="h-why-aragon-osx" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Aragon OSx?</strong></h2><p>Aragon OSx, our next-generation modular governance framework, is optimized for customization and adaptability. Its plugin-based architecture allows for the secure and efficient customization of governance contracts, making it ideal for complex governance structures. Here’s how Aragon OSx supports a bespoke governance solution for Polygon:</p><ul><li><p><strong>Security</strong>: The governance contracts safeguard the protocol with granular permission management and custom processes.</p></li><li><p><strong>Modularity</strong>: Our framework supports a wide range of governance models through customizable and interchangeable plugins, enabling multi-body and multi-stage governance.</p></li><li><p><strong>Adaptability</strong>: Plugins can be securely installed via the governance process, ensuring that the Governance Hub can evolve with the community’s growth.</p></li></ul><div data-type="embedly" src="https://blog.aragon.org/content/media/2024/06/Polygon.mp4" data="{&quot;url&quot;:&quot;https://blog.aragon.org/content/media/2024/06/Polygon.mp4&quot;,&quot;provider_url&quot;:&quot;https://blog.aragon.org&quot;,&quot;provider_name&quot;:&quot;Aragon&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><h2 id="h-features-of-the-polygon-governance-hub" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Features of the Polygon Governance Hub</strong></h2><p>Our bespoke UI template and open governance design system consolidate every stage of Polygon governance into a single, intuitive interface. Human-centered design ensures that all community members, regardless of technical expertise, can engage with the governance process. This unified platform will include:</p><ul><li><p><strong>Dashboard</strong>: A consolidated overview where members can find the latest updates from each section of the Governance Hub in one place.</p></li><li><p><strong>Members and Delegates</strong>: A directory of community members and delegates, fostering transparency and accountability.</p></li><li><p><strong>Multi-Stage Proposals</strong>: A unified interface for tracking and discussing proposals across multiple stages, from initial discussions to onchain execution:</p><ul><li><p>Proposals are initiated and discussed in GitHub, as well as the forum, and made directly visible on the proposal page.</p></li><li><p>When the discussion is closed, the onchain proposal is created by the Protocol Council.</p></li><li><p>Afterwards, it is automatically populated for the community to voice their approval or disapproval.</p></li><li><p>Once the community has been heard, the security council executes the transaction.</p></li></ul></li><li><p><strong>Resources</strong>: A library of governance-related resources to educate and inform the community, including the proposal creation process, and Protocol Council contracts.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d55bfa6c23344bb95db496e6150af4da558a1201649c91384524eec8b6da9c8e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-the-road-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Road Ahead</strong></h2><p>Our journey with Polygon is just beginning. As long standing contributors to the Polygon community, we are dedicated to empowering the community with a governance platform for transparent and inclusive decision-making. At each milestone, we will invite the community to provide meaningful feedback, ensuring that the Governance Hub evolves in alignment with the community’s needs.</p><p>The future of protocol governance is here, and with our modular framework, any project can implement a governance model tailored to its unique needs. We are proud to be working with the Polygon community to advance a novel governance solution that is both secure and community-driven, leading the industry towards a more decentralized future.</p><p>Stay tuned for more updates as we continue to build the Polygon Governance Hub.</p><p>--</p><p><em>Aragon has been building onchain governance infrastructure for over 7 years, with its tech securing billions of assets. Govern your protocol onchain with Aragon OSx: the secure and modular DAO framework with customization built in. Or, launch a DAO in 10 minutes or less without writing any code on the Aragon App.</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://devs.aragon.org/">Developer Portal</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.aragon.org/"> Aragon App</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/forms/d/1eR1Hgsp4jrDAXnLgWfMC6eUag_jgOCPS-3qVptwvwp0/viewform?edit_requested=true"> Custom DAO Builds</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0xBc47d7db20b5a518744d62Eb2adf1210ECBc57c2"> Mirror</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AragonProject"> X</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://theeagleweekly.substack.com/"> Newsletter</a></p>]]></content:encoded>
            <author>polygon-governance@newsletter.paragraph.com (Polygon Governance)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/5d91935b6f0f768677264293df76804393b2efddc6c6e6d4c1a1a9716ef6bce1.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Season One: Strategy for Community Grants Program]]></title>
            <link>https://paragraph.com/@polygon-governance/season-one-strategy-for-community-grants-program</link>
            <guid>o3pueb8jEcN0xzOXQFR0</guid>
            <pubDate>Tue, 11 Jun 2024 14:13:49 GMT</pubDate>
            <description><![CDATA[Season One: Strategy for Community Grants ProgramAuthor: Community Treasury Board; Board member Ajit Tripathi posting on CTB&apos;s behalfAbstractThe proposal introduces the first Season Strategy for the Community Grants Program by the Community Treasury Board. The first season of community grants will distribute up to 35M MATIC to builders in the Polygon network. The first season will kick off from Jun11, 2024, and end after three months on Aug 31, 2024.RationaleThe governance framework for ...]]></description>
            <content:encoded><![CDATA[<h1 id="h-season-one-strategy-for-community-grants-program" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Season One: Strategy for Community Grants Program</h1><p><strong>Author:</strong> Community Treasury Board; Board member Ajit Tripathi posting on CTB&apos;s behalf</p><h2 id="h-abstract" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Abstract</h2><p>The proposal introduces the first Season Strategy for the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polygon.technology/grants">Community Grants Program</a> by the Community Treasury Board. The first season of community grants will distribute up to 35M MATIC to builders in the Polygon network. The first season will kick off from Jun11, 2024, and end after three months on Aug 31, 2024.</p><h2 id="h-rationale" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Rationale</h2><p>The governance framework for the Polygon Community Treasury includes Polygon Funding Proposals (PFPs), and a Community Treasury Board (CTB) that will serve as a key decision-maker over the Community Treasury.</p><p>To make the grants program impactful and focused, the CTB has proposed the following Season Strategy, which dictates the overall direction and intent of the CTB in funding projects in some key categories.</p><p>After researching the current market landscape, and deliberating amongst each other, the CTB has zeroed in on Consumer Crypto as the key theme for the program. In addition to this, the CTB may during the course of the season, and based on community’s feedback introduce new themes/verticals/GA’s for better grant outcomes</p><p>While Crypto Consumer is a priority for CTB, to take into account the projects seeking support from Polygon Network, CTB has also decided to back teams building long tail dApps, Infra, and Public Goods as Polygon is committed to funding the growth of open source technologies for the growth of the larger Ethereum Network.</p><p>To conclude, we as the CTB, believe grant programs need focused effort, and our decision to focus on Consumer Crypto denotes our commitment to fund projects that serve and onboard millions of potential users to crypto</p><h2 id="h-specification" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Specification</h2><h3 id="h-about-season-and-key-themes" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">About Season and Key Themes</h3><p>The CTB will distribute funds from the Community Treasury based on a transparent and objective season strategy. A season is defined as a collection of ideas, or themes supported by external experts to drive impactful outcomes.</p><p>A typical season will be <strong>three months long</strong>, and feature specific verticals, themes, and partners who will help the CTB execute the program, and achieve its goals.</p><h4 id="h-key-grant-themes" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">Key Grant Themes</h4><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://thrive.polygon.technology/listings/1186">Consumer Crypto</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://generalgrants.polygon.technology">General Grants</a></p></li></ul><p><strong>Note:</strong> The Consumer Crypto theme will be managed and run by external Grant Allocators who submitted a specific proposal detailing their experience and fit for a given theme to the CTB.. For the first season, Thrive Protocol has been approved and appointed by the Community Treasury Board as the first Grant Allocator. The GA will be solely responsible for shortlisting, reviewing, and deploying grants on behalf of the CTB. After the season, Thrive Protocol will submit an impact report to the Community Treasury Board.. PFP-2 details the specifics of GA engagement by the CTB.</p><h4 id="h-consumer-crypto" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">Consumer Crypto</h4><p>Consumer crypto continues to grow at both the infra and app layers. The six trends driving consumer crypto adoption are virtual beings, decentralized social, Onchain gaming, NFTs, Content Co-creation, and Digital/Physical intersection.</p><h2 id="h-consumer-crypto-key-categories" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Consumer crypto key categories</h2><h3 id="h-ai-x-crypto" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">AI X Crypto</h3><p>Virtual beings or AI agents have use cases across nearly every sector including DeFi, Social, and Gaming. Implementing these models into products are still in the early phases, but every company is developing an AI strategy. Crypto rails and primitives, such as NFTs, provide infra for virtual beings to proliferate and act autonomously.</p><p>Virtual beings, sometimes referred to as AI agents, are onchain entities that can autonomously interact with social, DeFi, or generally any application. The acceptance and adoption of virtual beings are only being accelerated by the growing usage of large language models (LLMs) such as ChatGPT.</p><p><strong>Example:</strong> Within crypto, virtual beings can be represented as NFTs. Historically NFTs have lacked the ability to develop identity and own assets themselves, but new standards like ERC-6551 give NFTs the ability to own other NFTs, such as a Lens profile, accumulate and trade tokens, and earn reputation from their onchain activities.</p><h3 id="h-decentralized-social" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Decentralized Social</h3><p>Decentralized social opens up each layer of the application stack. Users own the content they create, and have more flexible monetization options. Apps can tap into the shared data layer to side step the cold start problem. New monetization models are unlocked with decentralized social, ultimately creating new base layer for app value flows. Mobile-first is table stakes at this point for social platforms and applications. Many apps now building on top of Lens or Farcaster have launched mobile apps, but mobile wallet interactions still somewhat negatively impact the user experience (UX).</p><p><strong>Example:</strong> Lens, Farcaster, and CyberConnect are some of the leading social graph layers. Lens, for example, leverages. Bundlr and Arweave for its data storage layer for posts. Each of the social graph layers now has a plethora of applications building on top of them at this point, ranging from Twitter-style apps to decentralized YouTube.</p><h3 id="h-gaming-and-autonomous-worlds" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Gaming &amp; Autonomous Worlds</h3><p>Autonomous worlds break apart the traditional gaming stack. Game state and logic are fully on-chain, allowing assets to be composable, and interoperable across a variety of front ends. Onchain games, also known as autonomous worlds, represent a completely new architectural shift in the gaming stack. Autonomous worlds have their game state and logic fully onchain, allowing developers and users to take full advantage of the open and composable nature of blockchain infrastructure.</p><p><strong>Example:</strong></p><p>The infrastructure layer for autonomous worlds is led by Lattice’s MUD engine, Dojo, Curio’s Keystone OPchain, and Argus Labs’ World Engine. Each has its own design tradeoffs but shares the common goal of bringing autonomous worlds to life.</p><h3 id="h-nft-innovation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">NFT Innovation</h3><p>NFT Financialization allows NFT users to use their assets in financial markets. The primary use case has been taking leverage against NFTs. The evolution of NFTs could change how these markets function.</p><p><strong>Example:</strong></p><p>The core growth driver of NFT financialization continues to be the growing importance of digital items in society, as well as the efforts to develop the underlying IP of NFTs. For example, Pudgy Penguins have an active strategy to drive value to the brand, which, in theory, will create more liquidity and value for the core NFTs.</p><h3 id="h-content-co-creation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Content Co-creation</h3><p>New platforms for IP creation have been developed for creators across many different mediums. A major theme has emerged around co-creation and driving community engagement. Co-creation will drive increased community engagement, and new ownership opportunities.</p><p><strong>Example:</strong></p><p>Projects like StoryCo and Storyverse enable creators (e.g., writers, film producers, and IP holders) to co-create content with each other. Platforms like Mad Realities encourage viewer participation, via the MAD token, to influence the direction of content production.</p><h3 id="h-digitalphysical-intersection" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Digital/Physical Intersection</h3><p>Physical goods outfitted with specific chips allow for these products to gain life onchain. These items effectively become equipped with a crypto wallet, allowing them to develop their own onchain history and meaning.</p><p><strong>Example:</strong></p><p>Now, projects like IYK and Kong can be used to supercharge physical items by attaching specially-made NFC chips to them. These chips effectively give physical goods a crypto wallet. Creators can leverage this as a new medium of interaction and engagement with their audiences. For example, musicians can sell chipped merchandise at their events, allowing fans to get corresponding digital items and for artists to connect digitally with fans who purchase those goods.</p><h3 id="h-gamified-commerce" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Gamified Commerce</h3><p>By incorporating web3 game mechanics into commercial activities, businesses can create a participatory economy where consumers are active stakeholders rather than passive participants. Some examples of mechanisms used include: Rewards/Loyalty programs, NFTs as product authentication/activation, and automation of the sales experience through the use of smart contracts.</p><p><strong>Example:</strong></p><p>Nike’s rewards/loyalty program. Activated fashion such as MNTGE, 9dcc, Uniqly, and Arianee. Tokenized RWA platforms like Courtyard and Arena Club.</p><h3 id="h-scenecoins" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Scenecoins</h3><p>“Scenecoins are “community-first memecoins” that “launch as a Schelling point for distributed communities with shared values and missions.”” This is the anticipated progression of turning culture into currency. As of now memecoins typically launch first then a community is created around them. Scenecoins are already developed communities or creators creating a memecoin.</p><p><strong>Example:</strong></p><p>Memecoin ecosystems like $DEGEN and $BONSAI, and dapps such as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://p00ls.io">p00ls.io</a>. |</p><p><strong>Eligibility Criteria:</strong></p><ul><li><p>Any project building in the consumer crypto landscape</p></li><li><p>Looking to contribute long-term to the development of Polygon</p></li></ul><p><strong>Note:</strong> Grant Allocators will decide the per project allocation based on their review, and selection procedures</p><h2 id="h-general-grants" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">General Grants</h2><p>The General Grants initiative aims to serve the long tail of builders, founders, and developers to submit their unique ideas and projects to secure support through the community grants program.</p><p>While there’s no hard-pressed rule against funding any specific vertical or project, the below list provides guidance to projects based on what we find most impactful to fund:</p><ul><li><p>Dev tooling &amp; libraries</p></li><li><p>Protocol Infra</p></li><li><p>Any decentralized Applications across use cases For e.g. DePIN, Gaming, RWA, AI, Infra &amp; Public Goods etc.</p></li></ul><p><strong>Eligibility details:</strong></p><ul><li><p>Any project building in the long tail of crypto</p></li><li><p>Looking to contribute long-term to the development of Polygon</p></li></ul><p><strong>Program grant details:</strong></p><ul><li><p>Grant type: Milestone-based</p></li><li><p>Grant cap: Up to 50K POL per project</p></li></ul><p><strong>Note:</strong> Grantees are free to submit their proposal with any grant amount they desire to secure; however, all grants above 50K POL will invite special scrutiny &amp; diligence and will take a longer time frame to evaluate</p><h2 id="h-program-duration-and-guidelines" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Program duration and guidelines</h2><p>Community grants are an ongoing program. As such, there is no end date for projects seeking grant funding to submit their proposals for CTB review and approval.</p><p>However, for operational purposes, the below table provides broad guidance around specific activities, and estimated duration or dates.</p><p>Applicants or grantees submitting their applications in June will reasonably expect a 4-week turnaround on their application status. The results will be announced on the last date of the month, June 30, 2024. <strong>The process repeats month after month until the end of the season.</strong></p>]]></content:encoded>
            <author>polygon-governance@newsletter.paragraph.com (Polygon Governance)</author>
        </item>
        <item>
            <title><![CDATA[Voter Behavior in Blockchain Governance: A Comparative Study of Curve Finance and Polkadot]]></title>
            <link>https://paragraph.com/@polygon-governance/voter-behavior-in-blockchain-governance-a-comparative-study-of-curve-finance-and-polkadot</link>
            <guid>JnmIX4ReBP1HZRgI4GB0</guid>
            <pubDate>Thu, 02 May 2024 13:04:56 GMT</pubDate>
            <description><![CDATA[by Wenxuan Deng, Tanisha Katara, David Hamoui and Mateusz Rzeszowski Acknowledgments Additional thanks to Peter Liem for his assistance with data fetching. Also published on Eth Research:Voter Behavior in Blockchain Governance: A Comparative Study of Curve Finance and Polkadotby Wenxuan Deng, Tanisha Katara, David Hamoui and Mateusz Rzeszowski Acknowledgments Additional thanks to Peter Liem for his assistance with data fetching. Also blogged here: polygon mirror; Voter Behavior in Blockchain ...]]></description>
            <content:encoded><![CDATA[<p>by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/dengwx11">Wenxuan Deng</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/tanishakatara/">Tanisha Katara</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/davidhamoui/">David Hamoui</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/matrzeszowski">Mateusz Rzeszowski</a></p><p><strong>Acknowledgments</strong> Additional thanks to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/p_petertherock">Peter Liem</a> for his assistance with data fetching.</p><p>Also published on Eth Research:</p><div data-type="embedly" src="https://ethresear.ch/t/voter-behavior-in-blockchain-governance-a-comparative-study-of-curve-finance-and-polkadot/19436" data="{&quot;provider_url&quot;:&quot;https://ethresear.ch&quot;,&quot;description&quot;:&quot;by Wenxuan Deng, Tanisha Katara, David Hamoui and Mateusz Rzeszowski Acknowledgments Additional thanks to Peter Liem for his assistance with data fetching. Also blogged here: polygon mirror; Voter Behavior in Blockchain Governance: A Comparative Study of Curve Finance and Polkadot - HackMD Abstract As the first comprehensive examination of voter behavior in Web3, the following research explores two significant blockchain ecosystems, Curve Finance and Polkadot, using a novel quantitative meth...&quot;,&quot;title&quot;:&quot;Voter Behavior in Blockchain Governance: A Comparative Study of Curve Finance and Polkadot&quot;,&quot;author_name&quot;:&quot;dengwx11&quot;,&quot;thumbnail_width&quot;:1024,&quot;url&quot;:&quot;https://ethresear.ch/t/voter-behavior-in-blockchain-governance-a-comparative-study-of-curve-finance-and-polkadot/19436&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/3ef99fbd7cbe9b46327e77a7a6224fd8b9bc740d2f42291f80d4f184529b8340.png&quot;,&quot;author_url&quot;:&quot;https://ethresear.ch/u/dengwx11&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Ethereum Research&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:301,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1024,&quot;height&quot;:301,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/3ef99fbd7cbe9b46327e77a7a6224fd8b9bc740d2f42291f80d4f184529b8340.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/3ef99fbd7cbe9b46327e77a7a6224fd8b9bc740d2f42291f80d4f184529b8340.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://ethresear.ch/t/voter-behavior-in-blockchain-governance-a-comparative-study-of-curve-finance-and-polkadot/19436" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Voter Behavior in Blockchain Governance: A Comparative Study of Curve Finance and Polkadot</h2><p>by Wenxuan Deng, Tanisha Katara, David Hamoui and Mateusz Rzeszowski Acknowledgments Additional thanks to Peter Liem for his assistance with data fetching. Also blogged here: polygon mirror; Voter Behavior in Blockchain Governance: A Comparative Study of Curve Finance and Polkadot - HackMD Abstract As the first comprehensive examination of voter behavior in Web3, the following research explores two significant blockchain ecosystems, Curve Finance and Polkadot, using a novel quantitative meth...</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://ethresear.ch</span></div><img src="https://storage.googleapis.com/papyrus_images/3ef99fbd7cbe9b46327e77a7a6224fd8b9bc740d2f42291f80d4f184529b8340.png"/></div></a></div></div><h2 id="h-abstract" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Abstract</h2><p>As the first comprehensive examination of voter behavior in Web3, the following research explores two significant blockchain ecosystems, Curve Finance and Polkadot, using a novel quantitative methodology to decompose and highlight governance patterns.</p><p>The presented analysis shows, among other findings, a significant influence of market conditions on voter tendencies, diverse patterns relating to voting power accumulation, and a potential effect of financial incentives on voter participation.</p><p>As such, this research seeks to provide value to the growing field of blockchain-based governance frameworks in dealing with fundamental issues, such as low stakeholder activity, the impact of shifting market conditions, and various complexities at the intersection of economics and political science.</p><h2 id="h-1-introduction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. Introduction</h2><p>Blockchain enables decentralized decision making[1]. The information once hidden is now displayed publicly in any block explorer[2]; what used to be the domain of a few now can be accessed permissionlessly[3]; what was perceived as status quo is now challenged with every executed transaction[4].</p><p>These qualities are revolutionary, but the decision-making of distributed networks is largely undocumented still. Consequently, this paper serves as an attempt to analyze and compare two blockchain-based governance systems quantitatively: Curve Finance[5] and Polkadot[6].</p><p>Firstly, in order to lay a common ground of understanding, we describe the relevant governance systems. Secondly, we explain the motivation for selecting Curve Finance and Polkadot as part of our analysis. Lastly, in each of the systems, we analytically deep dive into the voter personas, voter turnout, proposals and voter behavior in different market conditions.</p><h3 id="h-11-curve-finance-and-polkadot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1.1 Curve Finance and Polkadot</h3><p>As the fields of tokenomics[7] and governance rapidly evolve, two protocols have emerged as particularly influential. Curve Finance pioneered[8] the vote escrow token model[9], introducing gauge voting[10] to decentralized finance (DeFi)[11]. Meanwhile, Polkadot&apos;s governance system has been notable[12] for its innovative approach to quorums[13] and governance lockers[14]. These protocols consequently stand out as significant pioneers in decentralized governance innovation, including novel concepts such as governance conviction[15].</p><p>Governance conviction, also referred to as lockup-based voting multipliers or vote escrow[16], is a mechanism used in decentralized governance models[17] to enhance the influence or voting power of token holders based on the duration for which they are willing to lock up their tokens in a smart contract. This type of system operates under the assumption that the longer a participant commits their tokens for, the more conviction they demonstrate towards the decisions being made within the network and the more incentive alignment they display. As a consequence of the process, their voting power is multiplied by a factor corresponding to the lockup period. This aims to incentivize longer-term commitment and stability within the governance process, aligning participants&apos; interests with the long-term health and success of the platform.</p><p>Let&apos;s now briefly go over both projects and how their governance works in practice.</p><p><strong>1.1.1 Curve Finance</strong>[18] is a protocol allowing for seamless exchange of ERC-20 tokens at a low cost. This is achieved through the use of liquidity pools[19], which are tokens locked in smart contracts to facilitate trades. Curve Finance offers rewards[20] to those who contribute, creating a mutually beneficial relationship where users can easily exchange tokens while liquidity providers receive rewards.</p><p>To vote, CRV token holders must possess veCRV. veCRV[21] represents CRV tokens that are locked for a certain period (Table 1). Users can lock their CRV for a minimum of one week and a maximum of four years.[22]</p><p><strong>1.1.1.1 Governance Proposals</strong> - To distinct proposals were noted: gauge proposals and non-gauge proposals. Gauges and gauge weights determine how much token rewards the suppliers to a liquidity pool get. Therefore, a gauge proposal will have explicit financial consequences for some or all token holders. Non-gauge proposals, on the other hand, may or may not have financial consequences and may pertain to high-level maintenance and regular upgrades in the network. The impact of proposal types on voter behavior will be discussed more in this research paper.</p><p><strong>1.1.1.2 Community Voting</strong> - A proposer must have a minimum voting power of 2500 vote-escrowed CRV (veCRV)[23] to create a proposal. A voter&apos;s voting power linearly decreases overtime until it reaches zero at the time of the unlock.</p><p><strong>1.1.2 Polkadot</strong>[24] is a protocol which uses a nominated Proof of Stake (PoS)[25] consensus algorithm and aims to connect blockchains, also known as parachains[26], to enable seamless communication, and intermediary-free communication within its network. Fundamentally, parachains are independent PoS blockchains with their own functionalities and tokens. What binds these parachains is the relay chain[27], which is responsible for achieving consensus and ensuring that transactions are executed.</p><p>Note: This study analyzes data from Polkadot’s Governance V1[6], rather than the more recent Open Governance system[28]. This choice was made to ensure comparability in terms of the data size, data type and temporal alignment of the voter samples with those from Curve Finance.</p><p><strong>1.1.2.1 Governance Proposals</strong> - Similarly to Curve Finance, two types of proposals can be distinguished in Polkadot: treasury proposals[29] and non-treasury proposals. According to Polkadot&apos;s Governance V1, when a stakeholder wishes to propose spending from the treasury, they must reserve a deposit of at least 5% of the proposed spending[29]. A treasury proposal will have explicit financial consequences for the protocol, subject to governance, while non-treasury proposals may or may not have financial consequences and pertain to high-level maintenance and regular upgrades in the network. The manner in how the proposal types impact voter behavior will be tackled in the “Governance Proposals Breakdown” section of this research paper.</p><p><strong>1.1.2.2 Community Voting</strong> - To vote on proposals, DOT token holders must lock their tokens. The longer the DOT is locked, the more voting power is assigned. The voting power of a DOT holder in Polkadot is calculated as DOT tokens held multiplied by the relevant multiplier (Table 2), which increases as the locking period increases. The multipliers range from 0.1x for zero days to 6x for two hundred and twenty-four days.[30]</p><p>For instance, if Bobby has 100 tokens and locks them for 14 days, her/his voting power per the (Table 2) is (Dot Tokens Held) * 2 (14-day multiplier) = 200. Therefore, Bobby will have the voting power of 200 tokens.</p><h3 id="h-12-curve-finance-and-polkadot-case-selection" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1.2 Curve Finance and Polkadot Case Selection</h3><p>Curve Finance and Polkadot serve as significant examples of decentralized governance and are distinct in their purposes and functionalities. At the same time, due to the need for upgradeable contracts and changeable system parameters[30][31], both projects incorporate governance structures, delegating system maintenance responsibilities to their respective communities, as proxied by token in order to facilitate for secure and decentralized decision-making. Both of those governance systems utilize permissionless on-chain execution, which means that the decision-making is directly translated into canonical code, without the need for an external authority or intermediary to apply the changes that tokenholders vote on.</p><p>Importantly, in both Polkadot&apos;s and Curve&apos;s cases, we can distinguish between proposals with explicit and direct financial consequences (financial proposals) and those where the financial consequence is implicit and delayed (technical proposals). Curve&apos;s gauge proposals and Polkadot&apos;s treasury proposals can be both considered financial proposals since they explicitly impact the allocation of financial resources shared by all tokenholders, i.e., as it concerns deciding reward structures for pools in Curve, and the distribution of Polkadot&apos;s treasury funds. On the other hand, technical proposals, i.e., non-gauge and non-treasury, impact the protocols, relate to maintenance and upgrades, and may not directly affect the allocation of financial resources shared by tokenholders.</p><p>There is one notable difference between the two governance systems in terms of the specifics of their token lock-up mechanisms. Curve Finance employs a governance mechanism that encourages participants to actively engage in decision-making processes by allowing them to gain financial rewards[20] for locking their tokens. On the other hand, Polkadot doesn&apos;t financially incentivize the locking up of tokens for voting (Democracy locker).</p><p>The above makes the case for a comparative study of the two systems. In the following parts, we analyze voter turnouts (Section 2) and break down governance proposals by type (Section 3). Then, we establish voter personas and seek to understand them in each system (Section 4). Finally, we analyze voter behavior and seek to identify the governing principles and patterns of these complex environments (Section 5). To do so, we break down the types of market conditions and consequent variations in voter behavior.</p><h2 id="h-2-voter-turnout-analysis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. Voter Turnout Analysis</h2><p>The below data comes from a comprehensive analysis on voter turnout for governance proposals. The calculation of voter turnout metrics is based on the number of veCRV tokens and DOT tokens used for voting over time, relative to the total veCRV and DOT tokens locked over the same period.</p><p><strong>2.1 Curve Finance:</strong> On average, 65% of the circulating CRV is locked as veCRV. The below graph shows the monthly average number of veCRV tokens used for voting on gauge proposals and non gauge proposals over time. The red line shows the monthly average CRV locked as veCRV over time.</p><p>While there is no significant difference in the veCRV used for voting on gauge proposals and for non gauge proposals, it is interesting to note that out of the 65% locked, an average of 38% tokens have been used for voting. This highlights that although a significant proportion of CRV is locked, a relatively low percentage is used for voting. Further investigation is required to determine the exact factors contributing to the low percentage of utilized tokens.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c948e535d4a1a06e2854996dbfc6e265ca1aaabf618b50950a85826033c52cae.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>2.2 Polkadot:</strong> On average, 54.5% of the circulating DOT is locked into multiple Polkadot lockers. The below graph shows the monthly average number of locked DOT tokens used for voting on treasury proposals and non treasury proposals over time. The red line shows the monthly average amount of DOT locked over time. In stark contrast to Curve Finance, out of these locked tokens, only 0.11% has been used for voting.</p><p>This highlights a significant disparity in voter engagement between the two blockchain ecosystems, with DOT showing a much lower level of voter engagement than CRV. While no direct connection can be drawn, the low percentage of utilized tokens for voting in DOT could be attributed to several factors, such as a lack of financial incentives dedicated to token lockups.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/defd20d74e2b18179e69fe2016c2dc66cb981ac03524f13026d9657d319beb18.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The voter turnout metrics shed light on the extent to which token holders actively engage in voting in both the ecosystems. This sets the stage for a deeper exploration into the nature of governance proposals and their implications on decision-making dynamics within the Curve Finance and Polkadot communities. By examining the types and frequencies of proposals submitted in governance, we can gain further insights into the priorities and interests driving the respective ecosystems&apos; governance mechanisms.</p><h2 id="h-3-governance-proposals-breakdown" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. Governance Proposals Breakdown</h2><p>Governance proposals play a crucial role in decision-making within any community. Our analysis of two ecosystems, Curve Finance and Polkadot, reveals that financial proposals make up a significant portion of all proposals. Gauge proposals constitute approximately 70% of all proposals in Curve Finance, while treasury proposals make up approximately 80% of all proposals in Polkadot.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ba2d7e3380f2345a271740e3d67a3d619a04d0bae3a190ce2d2f0145f2476cc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ff893bfcae8472dffbff7f04542ddccae05ce8630eaf4dcb21e64bf5469ade5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Interestingly, in Curve Finance, we found that most proposals are initiated by individuals associated with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Curve.fi">Curve.fi</a> team (Table 3), particularly two wallets linked to its founder, Michael Egorov[32]. The top wallet, identified as the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Curve.fi">Curve.fi</a> deployer on the Arkham data platform[33], is notably active in both gauge and non-gauge proposal submissions. See the appendix for (Table 3) of top Curve Finance proposers, ranked in order of participation.</p><p>No similar pattern could be observed in Polkadot with the most referenda submitted by a single author amounting to only 6% of the total proposals.</p><p>Having provided an analysis of various proposals and consequent patterns, we move into the voter-centric part of the paper.</p><h2 id="h-4-voter-personas-and-respective-patterns" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4. Voter Personas and Respective Patterns</h2><p>The following research categorizes voter persona and analyzes their behavior towards the governance systems.</p><p>Voter personas are categorized based on the size of their token holdings, and the hierarchy is defined as follows: the top 1% is labeled as Whales, the next 5% as Sharks, the next 10% as Dolphins, the next 20% as Fish, and the remaining 64% as Shrimps.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8a1415345640993d8456b5ca48e4d0487806624ede017524d33041f6644db3f3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>4.1 Curve Finance:</strong> In the context of Curve Finance governance, over 58% of token holders choose to lock their tokens for the longest duration, i.e. four years. However, an intriguing trend surfaces among the different cohorts of holders.</p><p>In the graph below, the x-axis displays the initial lock-up windows, which range from 7 days to 4 years, and the y-axis displays the percentage of each of the voter personas who have locked their tokens. The more significant holders, i.e., Whales, Sharks, and Dolphins, show mild hesitation to commit for more extended lock periods. Conversely, they slightly prefer shorter commitments, particularly those under six months. Although the margin is slim, it is a telling divergence.</p><p>It hints that larger holders may not need to lock up their tokens for extended periods to wield significant voting power. For them, the flexibility not to lock in for an extended time could be a strategic move to mitigate risk and maintain liquidity options.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/659561cc8e797d191424b03d8a18786a8a8429ed243237f52b92184b717bb287.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>4.2 Polkadot:</strong> In the Polkadot ecosystem, analysis yields a similar, yet valuable, correlation to Curve Finance. 4% of DOT holders initially choose to lock their tokens for a maximum of 224 days (roughly seven months). Holders with more significant positions prefer shorter lock-up periods, and this pattern is glaringly apparent. Particularly striking in the Polkadot ecosystem is that about 93% of Whales and 98% of Sharks tend to lock up their tokens for 14 days or less. Contrastingly, shrimp holders display markedly different behavior, with approximately 30% opting for an 8-week lock-up and about 5% committing to a 32-week lock-up.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4167c33940916b0d9f466615bf256e129b07fb5fd9ebb828b074d6bb36bad761.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Among different holder categories, from Whales to Shrimps, there is an incremental increase in the preference for longer lock-ups as we move down the scale of holdings. The distinctions and preferences between prominent and smallholders are consistent within each protocol.</p><p>However, there is a significant difference between the two protocols. As shown in the pie charts below, in Curve Finance, 67.2% of voters across all groups opt for a four-year lock-up, while in Polkadot, only 4% of the users choose the most extended lock-up window of 224 days. Even among the most minor stakeholders, the Shrimps, less than 5% chose the most prolonged lock-up period of 32 weeks.</p><p>This divergence could be attributed to the fundamental differences in the underlying rewards and incentives of Curve Finance and Polkadot. Curve&apos;s gauge weight voting system[34] incentivizes users to boost their voting power by locking their tokens for extended periods. This may indicate that sustained rewards are crucial in incentivizing token holders to stay longer.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e0a5c37d34a9d1fd35fcd8057c79fa5bd129a3daa1e24a6d7ef82981595f2c37.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac4ee729e6b23fff8a5761c9d4ebece353e413f82adfbfe6625a1292cc2ed9d5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>With this understanding of voter personas and their lock-up behaviors, we now dive into how they accumulate voting power in different market conditions.</p><h2 id="h-5-voting-power-accumulation-patterns-in-different-market-conditions" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">5. Voting Power Accumulation Patterns in Different Market Conditions</h2><p>The study of voting power accumulation patterns and the associated dynamics between voters and their locked-up tokens are of great importance in understanding how voters use their tokens in upward and downward market conditions.</p><p>Fundamentally, the two primary ways in which voters can augment their voting power (VP) are by purchasing additional tokens and locking them up, or by extending their lock-up period for already-owned tokens, resulting in an increased multiplier. VP calculation is derived from the multiplication of token balance and a multiplier based on the lock-up period.</p><p><strong>Voting Power (VP) = token balance * multiplier based on lockup time</strong></p><p>However, analyzing the behavior of voters in response to changes in token prices and market conditions presents a significant challenge - it&apos;s hard to determine whether voter behavior is influenced by changes in token locked amounts and lock-up duration or whether they are affected by the daily routines of the average Externally Owned Account (EOA) wallet.</p><p>To overcome this challenge, a reliable quantitative methodology has been developed to simplify this complex analysis. The approach we present is based on a decomposition of the changes in voting power into its constituent factors. By quantifying the changes in voting power ($$\Delta vp$$) over time, an analysis of the two constituent factors, changes in balance ($$\Delta b$$) and changes in conviction ($$\Delta c$$), can be made.</p><p>The change in voting power between two consecutive time points, $$t$$ and $$t-1$$, can be derived through arithmetic calculations as follows:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/35df3aaf973a16476d12f01241969ff6e424d1608238834b05b9182f06f3f423.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>This equation can be expanded as:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/591e4d242b6438e52bf64a58a0d4293ae59212785bdb75e071524abea2f4ad45.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Here, $$b(t)$$ and $$c(t)$$ represent the balance and conviction at time $$t$$, respectively. The terms $$\Delta b$$ and $$\Delta c$$ denote the changes in balance and conviction from time $$t-1$$ to $$t$$.</p><p>For this study, each timestamp where a new transaction occurs on the blockchain is considered a discrete-time point. This approach captures the dynamic nature of voting power changes with high granularity. To represent the changes in voting power across different voters and time points, a matrix formulation is used. The matrix of changes in voting power ($$\Delta VP$$) is defined as follows:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/53838dd7293470f32cb6e92eae8917551377041a9330dfa6407eb1aedb92ade6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Here, $$T+1$$ represents the total number of time points, while $$W$$ indicates the number of voters. The changes in voting power can be represented using the following formula:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/61dfef0dfffca0c9de428c8b9cf67fa48b0c40b0f9959ee321290d70ed5f4fae.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The formula can be represented in matrix form as:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/77aaea84d46668d26db5115468f684cf36601672e27631068fd3b5d73313308b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The matrix $$\Delta VP$$ represents the change in voting power for each voter at each timestamp, while $$B$$ represents the balance of each voter at time $$t$$, $$\Delta C$$ represents the change in conviction between $$t$$ and $$t-1$$ for each voter, and $$C(t-1)$$ represents the conviction of each voter at time $$t-1$$. The matrices $$\Delta B$$ and $$\Delta C$$ represent the changes in balance and conviction, respectively, for each voter between $$t$$ and $$t-1$$. The symbol $$\odot$$ represents the element-wise multiplication of matrices.</p><p>If $$\Delta vp_{t, i}$$ is non-zero, the voting power of voter $$i$$&apos;s wallet has been altered at time point $$t$$. A non-zero change in VP due to a change in conviction occurs because $$b \cdot \Delta c$$ is non-zero. Conversely, a change in balance results in a non-zero value because $$c(t-1) \cdot \Delta b$$ is non-zero. Typically, these two terms hold non-zero values simultaneously if the user changes the lock-up window and balance in the same transaction.</p><p>The crux of the analysis then becomes determining whether the term $$B \odot C$$ or $$C(t-1) \odot \Delta B$$ is more dominant in influencing $$\Delta VP$$. To this end, we define two metrics:</p><ol><li><p><strong>Balance Impact:</strong> This is quantified as the L1 norm of $$|C(t-1) \odot \Delta B|_1$$.</p></li><li><p><strong>Conviction Impact:</strong> This is quantified as the L1 norm of $$|B \odot \Delta C|_1$$.</p></li></ol><p>Here, the notation $$||_1$$ denotes the L1 norm, which essentially sums up the absolute values of all elements in the matrix.</p><p>In summary, this methodology for governance conviction provides a more in-depth and comprehensive approach to analyzing voting power accumulation patterns in different market conditions. Through the matrix formulation, the changes in voting power across different voters and time points can be represented and analyzed with high granularity, providing valuable insights into voter behavior dynamics.</p><h3 id="h-51-accounting-for-market-conditions-in-curve-and-polkadot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5.1 Accounting for Market Conditions in Curve and Polkadot</h3><p>In this study, we aim to assess the impact of market conditions on how voters accumulate voting power. To achieve this, we analyze upward and downward trends in the market by employing a combination of short-term and long-term moving averages, namely the 7-day moving average (MA7) and the 30-day moving average (MA30). We define an upward trend when the MA7 exceeds the MA30 and a downward trend when the MA7 falls below the MA30.</p><p>It is crucial to acknowledge that token behavior is circumstantial, and varying market conditions may elicit different responses from holders with varying stakes, thereby exhibiting diverse behavior patterns. Therefore, we adopt a nuanced approach, which considers these factors to provide a precise understanding of how balance and conviction impact the ebb and flow of voting power within the Curve Finance and Polkadot governance systems.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0b89cb95f5ccae0d0998cc533900d03b4766f0a54cd3384beaf78a20f257068e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/099ed7c783f7526435d0520430ba7b49e8b5707416c7e206dfac8f836af81818.png" alt="dot_price" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">dot_price</figcaption></figure><p>The charts presented above illustrate how the MA7-MA30 differential correlates with the token price. Our analysis leverages these definitions to explore how market trends affect Shrimp voter behavior, specifically the influence of the token price and lock-up duration on the dynamic voting power within the governance frameworks of Curve Finance and Polkadot. Since the sample size for Whales, Sharks, Dolphins and Fish is insignificant, we choose to exclusively analyze the Shrimp voter group. Having said that, it’s useful to note that for all the aforementioned groups, similar tendencies can be distinguished to the ones presented below.</p><h3 id="h-52-findings-voting-power-accumulation-in-curve-finance-and-polkadot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5.2 Findings: Voting Power Accumulation in Curve Finance and Polkadot</h3><p><strong>5.2.1 Curve Finance:</strong> In the case of Curve Finance, we encountered a challenge when studying Shrimp voters due to their number exceeding 12,000 and the high computational complexity of our method. As a result, we adopted a sampling strategy, randomly selecting 2000 Shrimp voters in each experiment, and repeated this process 500 times. We calculated the log ratio of conviction impact to balance impact in each experiment and grouped the results by upward and downward market trends. The grouped histograms below show distinct patterns.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7b79cd35105b9b61b0e2473c353869abd94e0c933838b4d60954bb5954eae70d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>During downward trends, the log ratio values were mainly concentrated between 0 and 0.5, displaying a distribution similar to a normal distribution. This suggests that Shrimp behavior is more uniform in downward markets, and most log ratios exceeding 0 indicate a tendency among Shrimp to increase their lock-up duration to alter their voting power.</p><p>During upward trends, the scenario was notably more complex, as three peaks around -0.3, 0.5, and 1 indicate that Shrimp behavior is inconsistent during upward markets. However, most Shrimps preferred increasing their lock-up window, a tendency that was even more pronounced than during downward trends.</p><p><strong>5.2.3 Polkadot:</strong> When analyzing Polkadot&apos;s market trends, we observed a deviation from the typical pattern observed in Curve Finance. Instead of a normal distribution, there was a noticeable long tail in the data. Upon closer inspection, we discovered a fascinating insight: a particular group of Shrimp voters in Polkadot had a strong inclination towards raising their lock-up window rather than increasing their balance during bullish market conditions. This behavior was particularly prominent and suggestive of a unique pattern among this subset of voters.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e51562e55cd185e077aaa1ee4ffb2b941e36dd4e9a98eb41e058d48a16e458b6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-6-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">6. Conclusion</h2><p>The research focused on identifying key trends in voter behavior by examining voter personas, types of governance proposals, and patterns of voting power accumulation.</p><ol><li><p>There is a noticeable correlation between financial incentives at the token lock-up level in Curve Finance and the absence of such incentives in Polkadot, which may directly affect voter turnout - relatively high in Curve Finance than in Polkadot.</p></li><li><p>The analysis indicates that financial proposals, specifically Curve Finance- gauge proposals and Polkadot&apos;s treasury proposals, constitute the majority of proposals in both systems and are central to all significant voting activities.</p></li><li><p>The study defines and analyzes various voter personas and shows interesting patterns, the most crucial of them being that Whales, Sharks, and Dolphins, prefer shorter lock-up periods, while the majority of low-staked holders, referred to as Shrimps, opt for longer lock-up durations.</p></li><li><p>In Curve Finance, most voters choose the longest available lock-up period. This behavior contrasts sharply with that of Polkadot voters, underscoring the potential influence of financial incentives on long-term voter alignment with the protocol.</p></li><li><p>A new methodology is introduced to analyze voter behavior under various market conditions. The results indicate that market trends significantly influence voter behavior. For instance, during market upswings, shrimps in both governance systems have differing preferences, utilizing both adjustments to their lock-up durations and increasing their token holdings to maximize voting power. During market downturns, on the other hand, there is a pronounced tendency among the shrimp voter group to extend their lock-up periods. While the sample size for other voter personas is too small to establish the above trends with confidence, similar tendencies could be seen in preliminary analysis of those sets as well.</p></li></ol><p>This research contributes to our understanding of decentralized governance within blockchain ecosystems and aims to provide insights that could help in the design and optimization of governance mechanisms. Continued research in this field is vital to enhancing the scalability and effectiveness of decentralized decision-making as the blockchain landscape continues to evolve.</p><h2 id="h-references" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">References</h2><p>[1]: Beck, Roman; Müller-Bloch, Christoph; and King, John Leslie (2018) &quot;Governance in the Blockchain Economy: A Framework and Research Agenda,&quot; Journal of the Association for Information Systems, 19(10),.</p><p>[2]: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Etherscan.Io">Etherscan.Io</a>. n.d. “Ethereum (ETH) Blockchain Explorer.” Ethereum (ETH) Blockchain Explorer. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/">https://etherscan.io/</a>.</p><p>[3]: S. Wang, W. Ding, J. Li, Y. Yuan, L. Ouyang and F. -Y. Wang, &quot;Decentralized Autonomous Organizations: Concept, Model, and Applications,&quot; in IEEE Transactions on Computational Social Systems, vol. 6, no. 5, pp. 870-878, Oct. 2019, doi: 10.1109/TCSS.2019.2938190.,</p><p>[4]: “Zuwu on X: ‘Hey @Opensea Why Does It Appear @Natechastain Has a Few Secret Wallets That Appears to Buy Your Front Page Drops Before They Are Listed, Then Sells Them Shortly After the Front-page-hype Spike for Profits, and Then Tumbles Them Back to His Main Wallet With His Punk on It?’ / X.” n.d. X (Formerly Twitter). <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xZuwu/status/1437921263394115584">https://twitter.com/0xZuwu/status/1437921263394115584</a>.</p><p>[5]: CurveFi. n.d. “Understanding Curve (V1) - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/base-features/understanding-curve/">https://resources.curve.fi/base-features/understanding-curve/</a>.</p><p>[6]: “Governance V1 · Polkadot Wiki.” 2024. May 1, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn/learn-governance">https://wiki.polkadot.network/docs/learn/learn-governance</a>.</p><p>[7]: Lin William Cong, Ye Li, Neng Wang, Tokenomics: Dynamic Adoption and Valuation, The Review of Financial Studies, Volume 34, Issue 3, March 2021, Pages 1105–1155, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://doi.org/10.1093/rfs/hhaa089">https://doi.org/10.1093/rfs/hhaa089</a></p><p>[8]: Curve DAO. n.d. “Curve DAO.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://classic.curve.fi/files/CurveDAO.pdf">https://classic.curve.fi/files/CurveDAO.pdf</a>.</p><p>[9]: “WTF Are veTokens on Bankless.” n.d. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bankless.com/wtf-are-vetokens">https://www.bankless.com/wtf-are-vetokens</a>.</p><p>[10]: CurveFi. n.d. “Gauge Weights - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/reward-gauges/gauge-weights/">https://resources.curve.fi/reward-gauges/gauge-weights/</a>.</p><p>[11]: Zetzsche, Dirk Andreas and Arner, Douglas W. and Buckley, Ross P., Decentralized Finance (DeFi) (September 30, 2020). Journal of Financial Regulation, 2020, 6, 172–203, Available at SSRN: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ssrn.com/abstract=3539194">https://ssrn.com/abstract=3539194</a> or <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://dx.doi.org/10.2139/ssrn.3539194">http://dx.doi.org/10.2139/ssrn.3539194</a></p><p>[12]: CryptoDaily. 2024. “Polkadot’s Uniquely Decentralized Community Governance Model Accelerates Ecosystem Traction.” Crypto Daily, March 5, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cryptodaily.co.uk/2024/03/polkadots-uniquely-decentralized-community-governance-model-accelerates-ecosystem-traction">https://cryptodaily.co.uk/2024/03/polkadots-uniquely-decentralized-community-governance-model-accelerates-ecosystem-traction</a>.</p><p>[13]: “Governance V1 · Polkadot Wiki.” 2024. May 1, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn/learn-governance#adaptive-quorum-biasing">https://wiki.polkadot.network/docs/learn/learn-governance#adaptive-quorum-biasing</a>.</p><p>[14]: “Introduction to Polkadot OpenGov · Polkadot Wiki.” 2024. April 3, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn-polkadot-opengov#voluntary-locking-conviction-voting">https://wiki.polkadot.network/docs/learn-polkadot-opengov#voluntary-locking-conviction-voting</a>.</p><p>[15]: Emmett, Jeff. 2022. “Conviction Voting: A Novel Continuous Decision Making Alternative to Governance.” Medium, April 22, 2022. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.giveth.io/conviction-voting-a-novel-continuous-decision-making-alternative-to-governance-aa746cfb9475">https://blog.giveth.io/conviction-voting-a-novel-continuous-decision-making-alternative-to-governance-aa746cfb9475</a>.</p><p>[16]: CoinMarketCap. 2023. “What Is Vote Escrow?” CoinMarketCap Academy. April 5, 2023. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/academy/article/what-is-vote-escrow">https://coinmarketcap.com/academy/article/what-is-vote-escrow</a>.</p><p>[17]: “Blockchain Voting Is Overrated Among Uninformed People but Underrated Among Informed People.” 2021. May 25, 2021. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://vitalik.eth.limo/general/2021/05/25/voting2.html">https://vitalik.eth.limo/general/2021/05/25/voting2.html</a>.</p><p>[18]: “<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://curve.fi/compound.%E2%80%9D">curve.fi/compound.”</a> n.d. Curve Finance. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://classic.curve.fi/">https://classic.curve.fi/</a>.</p><p>[19]: CurveFi. n.d. “Understanding Curve Pools - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/lp/understanding-curve-pools/">https://resources.curve.fi/lp/understanding-curve-pools/</a>.</p><p>[20]: CurveFi. n.d. “Boosting Your CRV Rewards - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/reward-gauges/boosting-your-crv-rewards/">https://resources.curve.fi/reward-gauges/boosting-your-crv-rewards/</a>.</p><p>[21]: CurveFi. n.d. “Overview - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/vecrv/overview/">https://resources.curve.fi/vecrv/overview/</a>.</p><p>[22]: CurveFi. n.d. “Locking CRV - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/vecrv/locking-your-crv/">https://resources.curve.fi/vecrv/locking-your-crv/</a>.</p><p>[23]: CurveFi. n.d. “Creating a DAO Proposal - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/governance/proposals/creating-a-dao-proposal/?h=2500">https://resources.curve.fi/governance/proposals/creating-a-dao-proposal/?h=2500</a>.</p><p>[24]: “Polkadot: Web3 Interoperability | Decentralized Blockchain.” n.d. Polkadot Network. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polkadot.network/">https://polkadot.network/</a>.</p><p>[25]: “Polkadot Launch Phases · Polkadot Wiki.” 2024. May 1, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn/learn-launch#nominated-proof-of-stake">https://wiki.polkadot.network/docs/learn/learn-launch#nominated-proof-of-stake</a>.</p><p>[26]: “Polkadot’s Parachains · Polkadot Wiki.” n.d. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn-parachains-index">https://wiki.polkadot.network/docs/learn-parachains-index</a>.</p><p>[27]: “Architecture · Polkadot Wiki.” 2024. April 3, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn-architecture#relay-chain">https://wiki.polkadot.network/docs/learn-architecture#relay-chain</a>.</p><p>[28]: “Polkadot OpenGov · Polkadot Wiki.” n.d. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn-polkadot-opengov-index">https://wiki.polkadot.network/docs/learn-polkadot-opengov-index</a>.</p><p>[29]: “Governance V1 Treasury · Polkadot Wiki.” 2024. May 1, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/learn/learn-treasury">https://wiki.polkadot.network/docs/learn/learn-treasury</a>.</p><p>[30]: “Polkadot Parameters · Polkadot Wiki.” 2024. March 11, 2024. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://wiki.polkadot.network/docs/maintain-polkadot-parameters#governance">https://wiki.polkadot.network/docs/maintain-polkadot-parameters#governance</a>.</p><p>[31]: “<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Curve.fi">Curve.fi</a> Governance.” n.d. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Curve.Fi">Curve.Fi</a> Governance. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gov.curve.fi/">https://gov.curve.fi/</a>.</p><p>[32]: “Michael Egorov (@Newmichwill) / X.” n.d. X (Formerly Twitter). <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/newmichwill?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">https://twitter.com/newmichwill?ref_src=twsrc^google|twcamp^serp|twgr^author</a>.</p><p>[33]: “Arkham | Deanonymizing the Blockchain.” n.d. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.arkhamintelligence.com/">https://www.arkhamintelligence.com/</a>.</p><p>[34]: CurveFi. n.d. “Understanding Gauges - Curve Resources.” <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://resources.curve.fi/reward-gauges/understanding-gauges/">https://resources.curve.fi/reward-gauges/understanding-gauges/</a>.</p><h2 id="h-appendix" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Appendix</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/265292e419e8151cf54e4ed7dd878765c2ed812aef60828e143639c9820e38b2.png" alt="Table 1: veCRV amount by lock-up period" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Table 1: veCRV amount by lock-up period</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c2c553130ac007608ecadeeec5e08b49c9c090a16475b485189c6a8a86874bef.png" alt="Table 2: DOT conviction multiplier by democracy lock" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Table 2: DOT conviction multiplier by democracy lock</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f29dfbae48c4fe29a56c5e06a3602ad68d0bbb73faa21abb396f054a22950803.png" alt="Table 3: Top Proposal Address Labels on Curve.fi" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Table 3: Top Proposal Address Labels on Curve.fi</figcaption></figure>]]></content:encoded>
            <author>polygon-governance@newsletter.paragraph.com (Polygon Governance)</author>
        </item>
        <item>
            <title><![CDATA[Welcome to the Polygon Governance blog!]]></title>
            <link>https://paragraph.com/@polygon-governance/welcome-to-the-polygon-governance-blog</link>
            <guid>A3wHBumIszbbQtyYs9bF</guid>
            <pubDate>Tue, 30 Jan 2024 13:54:37 GMT</pubDate>
            <description><![CDATA[It’s a fundamental truth that for an idea to flourish, it has to be first confronted and refined through dialogue. As an official Mirror account of the Polygon Governance team, the purpose of this space is consequently to allow for in-depth community deliberations around complex concepts of decentralized decision-making, system design, as well as protocol and treasury governance, among others. If these subjects sound interesting to you, consider subscribing so you don’t miss out on upcoming c...]]></description>
            <content:encoded><![CDATA[<p><strong>It’s a fundamental truth that for an idea to flourish, it has to be first confronted and refined through dialogue.</strong></p><p>As an official Mirror account of the Polygon Governance team, the purpose of this space is consequently to allow for in-depth community deliberations around complex concepts of decentralized decision-making, system design, as well as protocol and treasury governance, among others.</p><p>If these subjects sound interesting to you, consider subscribing so you don’t miss out on upcoming content.</p><div data-type="subscribeButton" class="center-contents"><a class="email-subscribe-button" href="null">Subscribe</a></div><p>We’re also always looking to promote and encourage thought leadership - do you have valuable insights and observations that can move the space forward in new and innovative directions? If so, then make sure to reach out to us in order to be featured as a guest author. Our team DMs are always open:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/matrzeszowski">Mateusz Rzeszowski</a> - Head of Governance</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ok_tanisha">Tanisha Katara</a> - Governance Innovation Specialist</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Harry__Rook">Harry Rook</a> - Governance Project Manager</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/singularityhack">Justice Conder</a> - Governance Solutions Advocate</p><p>If you are new to Mirror, the good folks at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://layer3.xyz/">Layer3</a> have also created a quest that will get you started in no time. Check it out <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://layer3.xyz/quests/intro-to-mirror-on-polygon">here</a>.</p><h2 id="h-other-resources" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Other Resources</h2><p>The Polygon Community <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://forum.polygon.technology/">Forum</a> serves a complimentary purpose to this page, with the aim of providing a central hub within the Polygon ecosystem, promoting community collaboration among developers, infrastructure providers, and projects utilizing Polygon protocols.</p><p>If you’re looking to contribute to the governance of Polygon protocols, make sure to check out the Polygon Improvement Proposal <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/maticnetwork/Polygon-Improvement-Proposals">framework</a>, alongside the Polygon Protocol Governance <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/maticnetwork/Polygon-Improvement-Proposals/tree/main/Project%20Management">Call</a> to stay up-to-date.</p><p>Last but not least, you can also dive deeper into the Governance vision for Polygon 2.0 using the vision board <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polygon.technology/governance-pillars">here</a> or review the 3 Pillars of Governance <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polygon.mirror.xyz/Xx4GS3BYaTNc0xQrO3vUi_Qh4mAWTethuM-JKQ_i5lI">announcement</a>.</p><p>We’re looking forward to populating this page with great ideas from the community.</p>]]></content:encoded>
            <author>polygon-governance@newsletter.paragraph.com (Polygon Governance)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/525c560d9f1b42a5942fe0878a3253abe0af91d4fcf30b2b271a4fe12cf8a3ec.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>