Curve DAO Token (CRV) sustainability report

NameBlockNodes SAS
Relevant legal entity identifier969500PZJWT3TD1SUI59
Name of the crypto-assetCurve DAO Token
Beginning of the period to which the disclosure relates2025-04-29
End of the period to which the disclosure relates2026-04-29
Energy consumption11938.41716 kWh/a

Consensus Mechanism

Curve DAO Token is present on the following networks: Arbitrum, Base, Ethereum, Fantom, Optimism, Polygon.

Arbitrum, an innovative Layer 2 scaling solution built on top of Ethereum, utilizes an Optimistic Rollup consensus mechanism to significantly enhance transaction scalability and reduce operational costs. This optimistic approach operates on the fundamental assumption that all transactions processed off-chain are valid by default. Consequently, transactions only undergo a rigorous verification process if their validity is explicitly challenged during a specific time window.

The core architecture of the Arbitrum network integrates several key components essential for its functionality. The Sequencer plays a pivotal role by efficiently ordering user transactions and aggregating them into batches, which are then processed off-chain. This mechanism is critical for achieving high transaction throughput and maintaining network efficiency. A Bridge facilitates secure and seamless transfers of assets between the Arbitrum Layer 2 environment and the underlying Ethereum Layer 1 mainnet, ensuring interoperability and leveraging Ethereum's robust security. Safeguarding the network from malicious activities are Fraud Proofs, an interactive verification system designed to detect and invalidate fraudulent transactions.

The transaction verification process unfolds as follows: users first submit their transactions to the Arbitrum Sequencer. The Sequencer orders these transactions, bundles them into batches, and subsequently submits these batches along with a cryptographic "state commitment" to the Ethereum mainnet. A crucial "challenge period" then commences, during which any network validator can initiate a fraud proof if they suspect an invalid state transition. Should a challenge be raised, an iterative dispute resolution protocol is activated to pinpoint the exact fraudulent step. If fraud is confirmed, the system rolls back the incorrect state, and the dishonest party is subjected to penalties. The final, validated state is then executed on the Ethereum blockchain, preserving the rollup's integrity. This combination of off-chain computation, batching, and on-chain fraud detection, as seen in networks built on the Arbitrum Nitro stack like Kinto, enables high transaction volumes at considerably lower fees.

Base operates as a Layer-2 (L2) scaling solution built on the Ethereum blockchain, having been developed by Coinbase using Optimism's OP Stack. Critically, Base L2 transactions do not possess an independent consensus mechanism. Instead, their validation is directly linked to and secured by the underlying Ethereum Layer-1 (L1) network. This is achieved through a specialized component known as a sequencer. The sequencer's role is to aggregate multiple L2 transactions into bundles, which are then regularly published to the Ethereum mainnet as a single L1 transaction.

Consequently, all transactions processed on the Base network are indirectly secured by Ethereum's robust Proof-of-Stake (PoS) consensus mechanism once they are recorded on L1. Ethereum's PoS system, established with "The Merge" in 2022, moves away from energy-intensive mining by requiring validators to stake at least 32 ETH. In this system, a validator is randomly selected every 12 seconds to propose a new block, while other validators on the network are responsible for verifying its integrity. The network employs a sophisticated slot and epoch system, with transaction finality typically occurring after two epochs, which translates to approximately 12.8 minutes, utilizing the Casper-FFG protocol. The Beacon Chain is central to coordinating validators, and the LMD-GHOST fork-choice rule ensures the chain adheres to the path with the most accumulated validator votes. Validators are incentivized with rewards for their participation in proposing and verifying blocks, but face stringent penalties, known as slashing, for any malicious actions or prolonged inactivity. This design choice by Ethereum aims to significantly enhance energy efficiency, security, and scalability, with ongoing and future upgrades, such as Proto-Danksharding, further targeting improvements in transaction processing efficiency, thereby benefiting Base as its foundational security layer. Base specifically leverages Optimistic Rollups as part of the OP Stack, meaning transactions are presumed valid unless challenged within a specified period via fault proofs.

The Ethereum blockchain network, following "The Merge" in 2022, operates on a Proof-of-Stake (PoS) consensus mechanism, a significant departure from its previous Proof of Work system. This transition replaced energy-intensive mining with validator staking, aiming to enhance energy efficiency, security, and scalability. In this model, participants willing to secure the network act as validators by staking a minimum of 32 units of the network's native asset (Ether). The network organizes its operations around a precise slot and epoch system. Every 12 seconds, a validator is randomly selected to propose a new block. Following this proposal, other validators on the network verify the integrity and validity of the block. Finalization of transactions, meaning they become irreversible, occurs after approximately two epochs, which translates to about 12.8 minutes, utilizing the Casper-FFG (Friendly Finality Gadget) protocol. The Beacon Chain plays a central role in coordinating the activities of these validators, while the LMD-GHOST (Latest Message Driven-Greedy Heaviest Observed SubTree) fork-choice rule is employed to ensure all network participants agree on the canonical chain, following the branch with the heaviest accumulated validator votes. Validators are economically incentivized for their honest participation in proposing and verifying blocks, but they also face severe penalties, known as slashing, for malicious actions or prolonged inactivity. This PoS framework is designed not only to reduce the network's environmental footprint but also to lay the groundwork for future upgrades, such as Proto-Danksharding, which are intended to further improve transaction efficiency and overall network throughput. The core components like validator selection, block production, and transaction finality are intrinsically tied to the amount of Ether staked, ensuring that participants have a vested interest in the network's security and stability.

Fantom's operational foundation is built upon the Lachesis Protocol, an Asynchronous Byzantine Fault Tolerant (aBFT) consensus mechanism specifically engineered to deliver rapid, secure, and highly scalable transaction processing. This innovative protocol diverges from conventional linear blockchain structures by employing a Directed Acyclic Graph (DAG) architecture, which facilitates the parallel processing of multiple transactions across various nodes. This parallel execution significantly boosts network throughput, making Fantom exceptionally well-suited for decentralized applications (dApps) that demand swift and efficient transaction handling. A cornerstone of the Lachesis Protocol is its asynchronous and leaderless design. This means that individual nodes can achieve consensus independently, without needing to defer to a central leader. Such a design inherently enhances the network's decentralization and overall speed, minimizing potential bottlenecks. Transactions on Fantom are organized into "event blocks," which undergo validation asynchronously by a multitude of validators. Once a sufficient number of validators confirm an event block, it is integrated into the network's immutable history. A critical feature distinguishing Fantom is its instant finality, meaning that once transactions are confirmed, they are irreversible and cannot be altered. This property is particularly valuable for applications where immediate and unchangeable transaction settlement is paramount, offering a high degree of confidence and reliability to users and developers alike.

Optimism operates as a Layer 2 scaling solution for the Ethereum network, designed to boost transaction throughput and minimize costs by utilizing Optimistic Rollups while inheriting the robust security features of the underlying Ethereum main chain. The system is built upon several core components. At its heart are Optimistic Rollups, where transactions are batched into "rollup blocks" and processed off-chain. The resulting state commitments, which represent the collective outcome of these off-chain operations, are then periodically committed to the Ethereum main chain.

Key to Optimism's functionality are the "Sequencers." These entities are tasked with collecting and ordering transactions into batches. Following processing, sequencers update the Layer 2 state and transmit these updates to Ethereum. Specifically, they construct and execute Layer 2 blocks, which are subsequently posted as calldata on the Ethereum mainnet. This involves publishing a cryptographic hash of the state root and the associated transaction data. This aggregation method efficiently combines numerous Layer 2 transactions into a single Layer 1 transaction, significantly reducing the average cost per transaction.

A defining characteristic of Optimistic Rollups is its "Fraud Proof" mechanism. Transactions are initially presumed valid, facilitating rapid finality. However, a critical "challenge period" allows any network participant to submit a fraud proof if they detect an invalid transaction. If a challenge is initiated, an "interactive verification game" unfolds, meticulously breaking down the disputed transaction into granular steps to pinpoint any fraudulent activity. Should fraud be conclusively proven, the invalid state is reverted, and the dishonest sequencer or actor is penalized, typically by forfeiting their staked collateral. A batch achieves finality and its state updates become permanent only after the challenge period expires without any successful fraud proofs. This design ensures that Optimism leverages Ethereum's underlying Proof-of-Stake consensus, thereby securing all Layer 2 transactions once they are enshrined on the Layer 1 network.

The Polygon blockchain network, originally known as Matic Network, operates as a Layer 2 scaling solution for Ethereum, leveraging a sophisticated hybrid consensus mechanism to enhance scalability, ensure security, and maintain decentralization. The foundational elements of its consensus protocol are built upon a combination of Proof of Stake (PoS) and Plasma Chains. Within the PoS framework, validators are selected based on the number of MATIC tokens they have staked, with a larger stake increasing their probability of being chosen to validate transactions and produce new blocks. This system also allows MATIC token holders who prefer not to run their own validator nodes to delegate their tokens to trusted validators, thereby earning a share of the rewards and actively contributing to the network's overall security and decentralization.

Supplementing PoS, Polygon utilizes Plasma Chains, which serve as a framework for establishing child chains that run in parallel with the main Ethereum chain. These child chains facilitate off-chain transaction processing, significantly improving transaction throughput and reducing congestion on the Ethereum mainnet by committing only the final, aggregated state back to Ethereum. To uphold the integrity and security of these off-chain transactions, Plasma Chains incorporate a robust fraud-proof mechanism, enabling the challenging and potential reversion of any detected fraudulent activity.

The consensus process on Polygon begins with validators confirming the validity of transactions and subsequently integrating them into blocks. Validators then propose new blocks, with their staked tokens influencing their voting power, and engage in a collective voting process to reach consensus. A new block is officially added to the blockchain upon receiving a majority of votes. A critical security measure is the periodic checkpointing system, where snapshots of the Polygon sidechain's state are regularly submitted to the Ethereum main chain, thereby leveraging Ethereum's inherent security for the finality of Polygon's transactions. The Plasma framework further enables off-chain validation of transactions on child chains, with their final states eventually submitted to the Ethereum main chain, and fraud proofs ready to challenge any suspicious transactions within a specified period, collectively reinforcing Polygon's operational integrity and security.

Incentive Mechanisms and Applicable Fees

Curve DAO Token is present on the following networks: Arbitrum, Base, Ethereum, Fantom, Optimism, Polygon.

Arbitrum One, serving as a Layer 2 scaling solution for Ethereum, incorporates a sophisticated array of incentive mechanisms to guarantee the ongoing security and integrity of its network. Central to this framework are the Validators and Sequencers. Sequencers are entrusted with the vital task of ordering user transactions and compiling them into batches for efficient off-chain processing, playing a critical role in optimizing network throughput and speed. Validators, conversely, actively monitor the Sequencers' activities, meticulously verifying state transitions and ensuring that only valid transactions are included in the batches. Both Sequencers and Validators are motivated through economic rewards, primarily derived from collected transaction fees and potentially other protocol-specific incentives, contingent on their honest and efficient performance.

Arbitrum’s security model is heavily reliant on its Fraud Proofs system. Transactions processed off-chain are initially given an "assumption of validity," which enables swift transaction finality and higher throughput. However, a predefined "challenge period" is established, during which any network participant can submit a fraud proof to contest the validity of a transaction. This acts as a powerful deterrent against malicious behavior. If a challenge is successfully brought forward, an interactive verification process is initiated to precisely identify and confirm any fraudulent activity. In instances where fraud is proven, the invalid transaction is reversed, and the dishonest actor faces economic penalties, which may include the slashing of staked tokens or other forms of financial disincentive. This balanced system of rewards for honest participation and strict penalties for malicious actions aligns participants' interests with the overall health and security of the Arbitrum network.

The Applicable Fees on the Arbitrum One blockchain are structured to be cost-effective. Users pay Layer 2 Fees for transactions executed on the Arbitrum network, which are typically significantly lower than those on the Ethereum mainnet due to reduced computational load. A specific "Arbitrum Transaction Fee" is applied to each transaction processed by the sequencer, covering the costs of processing and batch inclusion. Additionally, L1 Data Fees are incurred when batches of Layer 2 state updates are periodically posted as calldata to the Ethereum mainnet. This fee covers the requisite gas costs on Ethereum. A key economic benefit is "cost sharing," where the fixed expenses of submitting these state updates to Ethereum are distributed across multiple transactions within a batch, substantially lowering the per-transaction cost for users. For example, protocols leveraging the Arbitrum stack, such as Kinto, utilize ETH for transaction fee payments.

The Base blockchain, as an Ethereum Layer-2 solution utilizing Optimistic Rollups from the OP Stack, implements incentive mechanisms primarily focused on optimizing transaction costs and ensuring secure asset transfers, leveraging the economic security of its underlying Ethereum L1. A core incentive to use Base is its efficiency in reducing transaction expenses. This is achieved by a sequencer that bundles numerous L2 transactions together, submitting them as a single, consolidated L1 transaction to Ethereum. This process significantly lowers the average transaction cost for individual L2 operations, as the collective L2 transactions share the cost of the single L1 transaction fee, thereby making Base a more economically attractive option compared to direct L1 usage.

For the secure movement of crypto-assets between Base and Ethereum, a specialized smart contract on the Ethereum network is employed. Since Base, as an L2, does not manage its own consensus for fund withdrawals, an additional mechanism is in place to guarantee that only legitimate funds can be moved off the L2. When a user initiates a withdrawal request on Ethereum's L1, a predetermined challenge period begins. During this window, any other network participant has the opportunity to submit a "fault proof" if they detect a fraudulent withdrawal attempt, triggering a dispute resolution process. This entire system is strategically designed with economic incentives to encourage honest behavior and deter malicious activities, although specific details of these economic incentives for fault proof submission are not explicitly outlined beyond the general principle.

Furthermore, Base inherits and benefits from the robust incentive structure of Ethereum’s Proof-of-Stake (PoS) system, which indirectly secures Base transactions. Ethereum validators, by staking a minimum of 32 ETH, are rewarded for proposing and attesting to valid blocks, as well as for participating in sync committees. These rewards are distributed through newly issued ETH and a portion of transaction fees. Under the EIP-1559 fee model, transaction fees comprise a base fee, which is algorithmically burned to manage supply, and an optional priority fee (or 'tip') paid directly to validators. To maintain network integrity, validators face economic penalties, known as slashing, if they engage in malicious conduct or fail to perform their duties. This comprehensive incentive framework ensures strong security alignment for Base by reinforcing reliable validator behavior on its underlying L1.

The Ethereum network's Proof-of-Stake (PoS) system is underpinned by a robust framework of incentive mechanisms and applicable fees, meticulously designed to secure transactions and encourage active, honest participation from validators. Validators, who are essential for the network's operation, commit at least 32 units of the network's native asset (Ether) to secure their role. Their primary incentives include rewards for successfully proposing new blocks, attesting to the validity of other blocks, and participating in sync committees, all of which contribute to the network's integrity and consensus. These rewards are distributed in newly issued Ether, alongside a portion of the transaction fees generated on the network. A key feature of Ethereum's fee structure is the implementation of EIP-1559, which divides transaction fees into two main components. The first is a base fee, which is automatically burned, effectively reducing the overall supply of Ether over time and potentially introducing a deflationary aspect, especially during periods of high network activity. The second is an optional priority fee, also known as a "tip," which users can choose to pay directly to validators to incentivize faster inclusion of their transactions into a block. This dual-fee structure aims to make transaction costs more predictable for users. To enforce honest behavior and prevent malicious activities, the network employs a strict system of economic penalties, including slashing. Validators who engage in dishonest acts or demonstrate extended periods of inactivity risk losing a portion of their staked Ether, providing a powerful deterrent against misconduct and ensuring the long-term security and reliability of the network. This comprehensive system aligns the economic interests of validators with the overall health and security of the Ethereum blockchain.

Fantom's economic framework incorporates a robust incentive model crafted to bolster network security and foster broad participation among its users and validators. A primary mechanism involves staking rewards for validators, who are crucial to the consensus process. These validators earn rewards in FTM tokens, directly proportional to the amount they have staked, thereby creating a strong incentive to actively secure and maintain the network. To ensure a balanced reward structure and support long-term network security, Fantom employs a dynamic staking reward rate, which adjusts based on the total FTM staked across the network. Consequently, if the total staked amount increases, individual rewards may see a proportional decrease. Beyond active validators, the network also facilitates participation for token holders who do not wish to operate their own validator nodes through delegated staking. These users can delegate their FTM tokens to existing validators, and in return, they receive a share of the staking rewards. This delegation option is vital for encouraging wider community involvement in the network's security without requiring significant technical overhead. Regarding applicable fees, transactions on the Fantom network are subject to fees paid in FTM tokens. Thanks to the network's high throughput capabilities, largely attributed to its DAG structure, these transaction fees are kept remarkably low. This efficient fee model, combined with the network's inherent scalability, renders Fantom an exceptionally cost-effective platform for users and an attractive environment for developing and deploying high-volume decentralized applications.

Optimism, functioning as an Ethereum Layer 2 scaling solution, employs Optimistic Rollups to implement a sophisticated array of incentive mechanisms and fee structures. These are meticulously designed to guarantee network security, operational efficiency, and cost-effectiveness, with a primary objective to significantly increase transaction throughput and lower costs compared to the Ethereum mainnet, all while preserving decentralization and robust security.

Sequencers are central to this model, responsible for collecting, ordering, and batching transactions off-chain, thereby optimizing the processing flow. Their economic incentive stems directly from the transaction fees they accrue from users, which drives them to process transactions swiftly and accurately. This expedited processing is crucial for the network’s overall speed and responsiveness.

A pivotal incentive mechanism is embedded within the validator and "Fraud Proofs" system. Transactions on Optimism are optimistically assumed to be valid, which inherently allows for quicker confirmation times. To prevent and address potential malicious activities, a "challenge mechanism" is in place. During a predefined challenge window, any network participant, including designated validators, can submit a fraud proof if an invalid transaction is detected. Successful challengers are rewarded for their diligence in identifying and substantiating fraudulent transactions. This reward system economically encourages active and continuous network monitoring, thus bolstering the overall security posture of the rollup. Conversely, "Economic Penalties" serve as a powerful deterrent. If a sequencer includes an invalid transaction that is subsequently and successfully challenged, they face financial repercussions, such as the loss of a portion of their staked collateral. Similarly, any form of inactivity or misbehavior by sequencers or validators can lead to penalties and the forfeiture of potential rewards, aligning participant actions with the network's best interests.

Optimism’s fee structure encompasses several categories. "Layer 2 Transaction Fees," paid by users for transactions processed on the Layer 2 network, are notably lower than those on the Ethereum mainnet due to the reduced computational load. The bundling of multiple transactions into a single batch significantly enhances this cost efficiency. Additionally, "L1 Data Fees" are incurred when state updates from Layer 2 transactions are periodically posted to the Ethereum mainnet as calldata. This fee covers the underlying gas costs on Ethereum, but these expenses are distributed across numerous transactions within a batch, further reducing individual transaction burdens. Lastly, "Smart Contract Fees" apply to the deployment and interaction with smart contracts on Optimism, calculated based on the computational resources consumed, ensuring charges are proportional to resource usage.

The Polygon network employs a robust set of incentive mechanisms and a distinct fee structure, combining its Proof of Stake (PoS) consensus with the Plasma framework to ensure network security, encourage active participation, and maintain transaction integrity. Validators play a crucial role, securing the network by staking MATIC tokens. Their selection for validating transactions and producing new blocks is directly influenced by the quantity of tokens they have staked. In exchange for their services, validators receive rewards in the form of newly minted MATIC tokens and a portion of the transaction fees. They are responsible for proposing and voting on new blocks, with incentives structured to promote honest and efficient operation, while also deterring misconduct through potential penalties. A key security feature involves validators periodically submitting checkpoints of the Polygon sidechain to the Ethereum main chain, which leverages Ethereum's established robustness to guarantee the finality of Polygon's transactions.

Delegators, who are token holders opting not to operate their own validator nodes, can delegate their MATIC tokens to trusted validators. This delegation allows them to earn a share of the rewards distributed to their chosen validators, fostering broader community participation in securing the network and enhancing its decentralization. The economic security of Polygon is further reinforced by a slashing mechanism, which penalizes validators for malicious actions, such as double-signing transactions or extended periods of inactivity. Slashing entails the forfeiture of a portion of their staked tokens, serving as a powerful deterrent against dishonest behavior. Additionally, validators are required to bond a substantial amount of MATIC, ensuring they have a significant financial interest in upholding the network's integrity.

Regarding the fee structure, one of Polygon's significant advantages is its remarkably low transaction fees compared to the Ethereum main chain. These fees, paid in MATIC tokens, are designed to be affordable, thereby encouraging high transaction throughput and widespread user adoption. While fees on Polygon can exhibit dynamic variations based on network congestion and transaction complexity, they consistently remain considerably lower than those on Ethereum, making Polygon an attractive option for users and developers. Deploying and interacting with smart contracts on Polygon also incurs fees, which are determined by the computational resources required. These smart contract fees are also paid in MATIC and are substantially lower than on Ethereum, offering a cost-effective environment for developing and maintaining decentralized applications (dApps). Furthermore, the Plasma framework facilitates off-chain processing for state transfers and withdrawals, with associated fees also paid in MATIC, collectively contributing to a reduced overall cost of utilizing the network.

Energy consumption sources and methodologies

Curve DAO Token is present on the following networks: Arbitrum, Base, Ethereum, Fantom, Optimism, Polygon.

The methodology employed for calculating the energy consumption attributed to the Arbitrum network adopts a "bottom-up" approach, systematically assessing individual operational components to arrive at an aggregate consumption figure. Within this framework, network nodes are identified as the central and most significant contributors to the network's overall energy footprint. The foundational assumptions underpinning these calculations are derived from empirical findings, which are compiled through the extensive use of publicly available information sites, proprietary in-house crawlers developed by the assessors, and various open-source data collection tools.

A crucial step in estimating energy consumption involves accurately determining the specific hardware devices utilized within the network. This determination is made by evaluating the technical requirements necessary for operating the client software pertinent to the Arbitrum network. Once these hardware profiles are established, their corresponding energy consumption rates are precisely measured under controlled conditions in certified test laboratories, ensuring a high degree of accuracy and reliability for the baseline data. To ensure a comprehensive and accurate scope, particularly when accounting for diverse implementations of crypto-assets across different networks, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is employed whenever such an identifier is available. This tool assists in clearly delineating all relevant instances of an asset, with these mappings consistently updated based on data provided by the Digital Token Identifier Foundation.

Furthermore, the methodology relies on specific assumptions regarding the type of hardware deployed and the estimated number of active participants within the network. These assumptions are subjected to continuous validation using best-effort empirical data. A general guiding principle in these estimations is the presumption that network participants act in a largely economically rational manner. In accordance with a precautionary principle, conservative estimates are applied whenever there is uncertainty, typically resulting in higher assessments of potential adverse environmental impacts. When quantifying the energy consumption for a particular crypto-asset operating on Arbitrum, a proportionate fraction of the overall network's energy consumption is allocated to that asset, based on its observed activity within the Arbitrum ecosystem. The source documents do not provide any direct external links related to this methodology.

The energy consumption calculation for the Base blockchain network is meticulously performed using a "bottom-up" approach, where individual nodes are identified as the primary contributors to the network's overall energy footprint. This methodology is based on empirical data collected from a variety of sources, including publicly available information sites, dedicated open-source crawlers, and proprietary in-house crawling tools. The fundamental aspect of estimating hardware usage within the network involves determining the minimum requirements necessary to operate the client software. The energy consumption profiles of the specific hardware devices identified are obtained from measurements conducted in certified test laboratories, ensuring a high degree of accuracy in these foundational figures.

In the process of calculating network energy consumption, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is utilized when available, serving to identify and encompass all relevant implementations of a crypto-asset within the scope of analysis. These mappings are regularly updated, drawing on data provided by the Digital Token Identifier Foundation. However, the source documents do not provide specific URLs for the public information sites, open-source crawlers, or the Digital Token Identifier Foundation, preventing direct external linking within this summary.

The methodology also incorporates assumptions regarding the hardware deployed and the number of participants operating within the network. These assumptions are rigorously verified with "best effort" against empirical data to ensure their realism and accuracy. A key underlying principle is the assumption that network participants generally act in a "largely economically rational" manner. Furthermore, to adhere to a precautionary principle, conservative estimates are applied in situations of uncertainty, leading to higher projected impacts to mitigate underestimation risks. For a specific token on Base, a fraction of the network’s total energy consumption is attributed, based on the token's activity within the network.

The methodology for calculating the Ethereum network's energy consumption primarily employs a "bottom-up" approach, which focuses on the energy demands of individual nodes that are central to the network's operation. These nodes are considered the fundamental factor driving the network's overall energy use. The assumptions underpinning these calculations are derived from empirical data gathered through a variety of sources, including public information sites, open-source crawlers, and proprietary in-house crawlers developed for this purpose. A critical step in this methodology involves determining the hardware used within the network, primarily by assessing the computational and other requirements necessary to run the client software. The energy consumption characteristics of these identified hardware devices are then rigorously measured in certified test laboratories to ensure accuracy. When quantifying the energy consumption for the network, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is utilized, when available, to identify all implementations of the asset in scope, with mappings regularly updated based on data from the Digital Token Identifier Foundation. The information regarding the specific hardware deployed and the total number of participants in the network relies on assumptions that are diligently verified using empirical data whenever possible. Generally, participants are presumed to act in an economically rational manner. Furthermore, adhering to a precautionary principle, if there is any doubt in estimations, conservative assumptions are made, meaning higher estimates are used for potential adverse impacts to ensure a comprehensive and cautious assessment of energy consumption.

The methodology employed for calculating the Fantom network's energy consumption utilizes a "bottom-up" approach, which identifies individual nodes as the primary contributors to the network's overall energy footprint. This calculation is grounded in a combination of empirical findings derived from various public information sources, proprietary in-house crawlers, and publicly available open-source crawlers. The core factor in estimating the hardware deployed across the network is the technical specifications and operational demands required to run the client software. To ensure accuracy, the energy consumption associated with these specific hardware devices is meticulously measured in certified test laboratories. When determining the full scope of crypto-asset implementations for energy calculation purposes, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is utilized whenever available. This allows for comprehensive mapping of the asset in question, with these mappings being updated regularly based on data provided by the Digital Token Identifier Foundation. The underlying data regarding the types of hardware in use and the total number of participants in the network relies on carefully constructed assumptions. These assumptions are rigorously verified through a best-effort approach, cross-referencing against available empirical data. A general principle guiding these estimations is the assumption that participants are largely economically rational actors. Furthermore, in instances of uncertainty, a precautionary principle is applied, leading to conservative estimates that lean towards higher assessments of potential adverse environmental impacts. The detailed approach aims to provide a comprehensive, albeit assumption-based, quantification of energy usage. No specific external document links are available within the provided context for this section.

The energy consumption profile of the Optimism blockchain network, being a Layer 2 scaling solution for Ethereum, is not isolated but rather intricately integrated with and aggregated within the broader Ethereum ecosystem. Its energy usage also includes the demands of its own specialized operational components. The general approach for calculating the energy consumption of such networks, including Optimism, typically involves a "bottom-up" methodology. This method primarily identifies network nodes—which, in Optimism’s context, encompass sequencers and any participants involved in the fraud proof mechanisms—as the principal contributors to the network's energy footprint.

Energy consumption estimations are built upon empirical data gathered from diverse sources, including publicly available information, open-source crawling tools, and internal proprietary crawlers. A key determinant in these calculations is the hardware used across the network, with particular emphasis on the specific requirements for running the client software on participating nodes. The energy consumption of these hardware devices is precisely measured in certified testing laboratories. To ensure a comprehensive assessment, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is utilized, where applicable, to identify all implementations of a given asset across various networks, with these mappings consistently updated using data from the Digital Token Identifier Foundation.

Moreover, data pertaining to the deployed hardware configurations and the number of active participants in the network relies on certain assumptions. These assumptions undergo rigorous verification through empirical data whenever possible. A general tenet guiding these assumptions is the presumption of economically rational behavior among network participants. As a precautionary measure, especially in instances of data ambiguity or incompleteness, estimates for adverse impacts, such as energy consumption, are deliberately made on the conservative side, meaning higher values are chosen to account for potential underestimations. For any specific crypto-asset operating on Optimism, its allocated energy consumption is determined as a fraction of the network’s total energy, proportional to that asset's activity within the network, thereby providing a robust, albeit estimated, understanding of its energy demands.

The methodology for assessing the Polygon network's energy consumption is primarily based on a comprehensive "bottom-up" approach, which identifies the various nodes as the fundamental contributors to the network's overall energy footprint. This detailed calculation relies on empirical data collected from diverse sources, including publicly available information platforms, open-source crawlers, and proprietary in-house developed crawlers. The key factors for estimating the hardware utilized across the network are determined by the specific requirements for operating the client software. To ensure the accuracy of these estimations, the energy consumption of the identified hardware devices is precisely measured in certified test laboratories.

An integral part of this energy accounting involves the use of the Functionally Fungible Group Digital Token Identifier (FFG DTI). This identifier is employed to accurately determine and encompass all implementations of the crypto-asset relevant to the scope of analysis. The mappings derived from the FFG DTI are regularly updated, drawing upon data from the Digital Token Identifier Foundation to maintain their currency and reliability. Information concerning the specific hardware deployed and the total number of participants within the network is based on assumptions that undergo rigorous, best-effort verification using available empirical data. It is generally assumed that participants in the network behave in a largely economically rational manner. Adhering to a precautionary principle, in situations where uncertainties exist, estimates for potential adverse impacts are conservatively adjusted upwards, ensuring a robust and cautious assessment.

Crucially, due to Polygon's architectural design as a Layer 2 scaling solution for Ethereum, its energy consumption calculation incorporates a shared security model. Consequently, a proportional share of the Ethereum network's energy consumption is also attributed to Polygon, acknowledging Ethereum's foundational role in providing security to the Layer 2 solution. This specific proportion of Ethereum's energy usage is quantitatively determined based on the gas consumption on the Ethereum network. While the documents mention reliance on "public information sites" and the "Digital Token Identifier Foundation" for data, they do not provide specific URLs for these external resources.

Key energy sources and methodologies

Curve DAO Token is present on the following networks: Ethereum, Fantom, Optimism, Polygon.

To ascertain the proportion of renewable energy utilized by the Ethereum network, a specific set of methodologies is applied. The initial step involves pinpointing the geographical locations of the network's nodes. This crucial geo-information is gathered through various means, including publicly available information sites, as well as both open-source and internally developed crawlers designed to scan the network. In instances where comprehensive geographical data for nodes is not directly accessible, the analysis resorts to leveraging "reference networks." These are comparable networks chosen for their similar incentivization structures and consensus mechanisms, providing a proxy for node distribution. Once the geo-information is established, it is then integrated and cross-referenced with public data obtained from "Our World in Data." This comprehensive dataset offers insights into the energy mixes and renewable energy penetration across different regions globally. The final calculation of energy intensity is defined as the marginal energy cost incurred for processing one additional transaction on the network. This approach allows for an estimation of the energy footprint associated with scaling the network's transactional volume. For detailed information and the underlying data sources on the share of electricity generated by renewables, relevant information can be found through sources such as Ember (2025) and the Energy Institute - Statistical Review of World Energy (2024), with further processing by Our World in Data, accessible via Share of electricity generated by renewables – Ember and Energy Institute.

Regarding the key energy sources and methodologies for the Fantom network, the provided documentation primarily details the methodology for calculating energy consumption rather than specifying the direct energy sources (e.g., electricity grid mix, renewable percentages) powering the network's operations. The approach to quantifying energy usage is described as a "bottom-up" methodology, where individual operational nodes are identified as the central elements contributing to the network's energy demand. This calculation process is informed by empirical data gathered from public information sites, as well as both open-source and internally developed crawlers. Hardware specifications necessary for running the client software serve as the main criteria for estimating the equipment used across the network. The energy consumption of these hardware components is quantified through measurements conducted in certified test laboratories. For a comprehensive assessment, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is used to identify all relevant implementations of the asset, with regular updates to these mappings from the Digital Token Identifier Foundation. Assumptions regarding hardware deployment and participant numbers are carefully vetted with empirical data, operating under the premise of economic rationality and a conservative estimation approach in cases of doubt. Therefore, while the methodology for measuring consumption is thoroughly outlined, explicit details on the specific types of energy sources remain undetailed within the given context. No specific external document links are available within the provided context for this section.

For the Optimism blockchain network, the notion of "key energy sources" primarily refers to the specific operational components that draw electrical power, consistent with its design as a Layer 2 solution built atop Ethereum. Optimism's energy requirements are inherently linked to the power needed to operate the hardware and infrastructure that support its sequencers. These sequencers are critical for processing and batching transactions off-chain. Additionally, the network of participants, including validators and challengers involved in the fraud proof mechanism, also contribute to the energy expenditure. Since Optimism derives its ultimate security from the Ethereum main chain, the energy consumption associated with Ethereum's underlying Proof-of-Stake validators also indirectly feeds into Optimism's overall energy footprint. While the provided documents do not specify the precise geographical locations or the specific types of power grids (e.g., renewable versus fossil fuel sources) that supply energy to these components, the functional "sources" of energy consumption are fundamentally the computational resources and networking equipment that constitute these operational nodes.

The methodology for quantifying this energy consumption adheres to a meticulous "bottom-up" approach. This process begins by identifying the exact hardware components, such as servers, processors, and associated networking gear, necessary to run the Optimism network's client software. The power draw of these individual hardware devices is typically ascertained through precise measurements conducted in certified test laboratories. The total estimated energy expenditure is then derived by multiplying the measured power consumption of these devices by their estimated operational duration and the assumed number of active participating nodes or sequencers. The Functionally Fungible Group Digital Token Identifier (FFG DTI) is employed to ensure that all relevant instances and implementations of crypto-assets within the network are accurately identified for a comprehensive measurement. Data concerning hardware utilization and the number of network participants are based on empirically verified assumptions, generally assuming economically rational behavior among participants. In situations where data is uncertain, a conservative estimation approach is applied, resulting in higher reported energy impact figures to mitigate any potential underestimations. This framework systematically accounts for the energy consumed by Optimism's operational infrastructure and its interaction with Ethereum's Layer 1, even in the absence of granular details about specific energy grid mixes.

The available documentation details the methodologies for calculating the Polygon network's energy consumption, but it does not explicitly identify the key energy sources (e.g., renewable vs. non-renewable electricity, specific grid mixes) that power its underlying infrastructure. Instead, the focus is on the methodology of consumption assessment. The energy calculation employs a "bottom-up" approach, which considers individual nodes as the primary units of energy consumption within the network. This methodology draws on empirical findings from various data points, including public information sites, open-source crawlers, and proprietary in-house developed crawlers, to estimate the hardware utilized across the network.

The primary determinants for estimating the hardware's energy usage are the computational requirements for running the client software. The energy consumption of these specific hardware devices is meticulously measured and verified in certified test laboratories to ensure precise data collection. To accurately scope all relevant implementations of the crypto-asset for energy calculation, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is utilized, with its mappings regularly updated through data from the Digital Token Identifier Foundation. Assumptions regarding the hardware in operation and the total count of network participants are diligently verified against empirical data, operating under the premise that participants are largely economically rational. In line with a precautionary principle, any uncertainties default to conservative estimates, leaning towards higher figures for potential adverse impacts.

Significantly, as Polygon functions as a Layer 2 scaling solution for Ethereum, its energy consumption calculation also integrates a portion of the Ethereum network's energy usage. This inclusion acknowledges Ethereum's fundamental role in providing security to Polygon. The specific proportion attributed is determined by the gas consumption on the Ethereum network, ensuring a comprehensive view of Polygon's energy demand, considering its reliance on the main Layer 1 chain. While these methodologies provide a clear framework for quantifying energy use, specific details regarding the actual sources of this energy are not elaborated upon in the provided documents, nor are any direct links to external documents specifying these sources or methodologies furnished.

Key GHG sources and methodologies

Curve DAO Token is present on the following networks: Ethereum, Polygon.

The methodology for determining the Greenhouse Gas (GHG) emissions of the Ethereum network closely mirrors the approach used for energy consumption, focusing on identifying emission sources and their quantification. The initial and fundamental step involves precisely identifying the geographical locations of the network's operational nodes. This data collection is facilitated through a combination of publicly available information, as well as specialized open-source and proprietary crawlers designed to actively discover and map node distributions across the globe. Should there be an absence of specific geographic information for the nodes, the analysis intelligently defaults to utilizing "reference networks." These are carefully selected networks that exhibit comparable characteristics in terms of their incentivization structures and consensus mechanisms, providing a basis for estimating the geographic spread when direct data is unavailable. This collected geo-information is then meticulously integrated with publicly accessible data from "Our World in Data." This integration allows for the application of regional carbon intensity factors to the estimated energy consumption, thereby enabling the calculation of associated GHG emissions. The overall GHG intensity is quantified as the marginal emission generated per additional transaction processed on the network, offering a metric for the environmental impact of increased network activity. For detailed information and original data regarding the carbon intensity of electricity generation, sources include Ember (2025) and the Energy Institute - Statistical Review of World Energy (2024), processed by Our World in Data, available at Carbon intensity of electricity generation – Ember and Energy Institute. This resource is licensed under CC BY 4.0.

The provided documents offer comprehensive details regarding the methodologies for calculating the energy consumption of the Polygon blockchain network, which are predicated on a "bottom-up" approach focusing on node energy demand, hardware requirements, and the integration of a proportion of Ethereum's energy consumption due to Polygon's Layer 2 architecture. This framework is robust for quantifying electrical energy usage. However, when addressing the topic of key Greenhouse Gas (GHG) sources and their associated methodologies, the provided information is notably insufficient. The documents do not contain any specific data or discussions pertaining to the direct or indirect GHG emissions generated by the Polygon network's operations.

Crucially, there is no mention of the types of emissions (e.g., Scope 1 for direct emissions, Scope 2 for indirect emissions from purchased electricity, or Scope 3 for other indirect emissions within the value chain), nor any dedicated methodologies for calculating, monitoring, or reporting these GHG emissions. The absence of information on the energy mix that powers the network's validators and underlying infrastructure – whether it is predominantly from renewable sources, fossil fuels, or a specific national grid mix – makes it impossible to determine the carbon intensity of the energy consumed. Without such details, a comprehensive assessment of GHG sources cannot be made.

While the methodology for energy consumption includes a "precautionary principle" to make higher estimates for "adverse impacts," these impacts are not explicitly defined or quantified in terms of GHG emissions. There is no information provided on specific conversion factors used to translate energy consumption into carbon dioxide equivalents or other greenhouse gases. The documents do not offer any external links or references to dedicated environmental impact assessments or GHG reporting standards followed by the Polygon network. Consequently, based solely on the provided information, it is not possible to identify the key GHG sources or the specific methodologies employed for their quantification within the Polygon ecosystem.