# Ethereum

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Ethereum
> Markdown URL: https://mediated.wiki/source/Ethereum.md
> Source: https://en.wikipedia.org/wiki/Ethereum
> Source revision: 1355176802
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Open-source blockchain computing platform

Ethereum Logo Original author(s) Vitalik Buterin Gavin Wood Initial release 30 July 2015; 10 years ago (2015-07-30) Stable release Fusaka / 3 December 2025; 6 months ago (2025-12-03)[1] Development status Active Software used EVM 1 Bytecode Written in Go, Rust, C#, C++, Java, Python, Nim, TypeScript Operating system Cross-platform Platform x86-64, ARM Available in Multilingual, but primarily English Type Distributed computing License Open-source licenses Active hosts ~8,600 nodes (6 June 2023)[2] Website ethereum.org

Monthly Ether price in [USD](/source/US_Dollar)

**Ethereum** is a [decentralized](/source/Decentralization#Blockchain_technology) [blockchain](/source/Blockchain) with [smart contract](/source/Smart_contract) functionality. **Ether** ([abbreviation](/source/ISO_4217#Cryptocurrencies): **ETH**[a]) is the native [cryptocurrency](/source/Cryptocurrency) of the platform. Among cryptocurrencies, ether is second only to [bitcoin](/source/Bitcoin) in [market capitalization](/source/Market_capitalization).[3][4] It is [open-source software](/source/Open-source_software).

Ethereum was conceived in 2013 by [programmer](/source/Computer_programming) [Vitalik Buterin](/source/Vitalik_Buterin).[5] Other founders include [Gavin Wood](/source/Gavin_Wood), [Charles Hoskinson](/source/Charles_Hoskinson), [Anthony Di Iorio](/source/Anthony_Di_Iorio), and [Joseph Lubin](/source/Joseph_Lubin_(entrepreneur)).[6] In 2014, [development](/source/Software_development) work began and was [crowdfunded](/source/Crowdfunding), and the network went live on 30 July 2015.[7] Ethereum allows anyone to deploy [decentralized applications](/source/Decentralized_application) onto it, which anyone can then use.[8] [Decentralized finance](/source/Decentralized_finance) (DeFi) applications provide [financial instruments](/source/Financial_instrument) that do not directly rely on [financial intermediaries](/source/Financial_intermediary) like [brokerages](/source/Brokerage), [exchanges](/source/Exchange_(organized_market)), or [banks](/source/Bank). This facilitates borrowing against cryptocurrency holdings or lending them out for [interest](/source/Interest).[9][10] Ethereum allows users to create fungible (e.g. ERC-20) and [non-fungible tokens](/source/Non-fungible_token) (NFTs) with a variety of properties, and to create smart contracts that can receive, hold and send those assets in accordance with the contract's immutable code and a transaction's input data.

On 15 September 2022, Ethereum transitioned its [consensus mechanism](/source/Consensus_(computer_science)) from [proof-of-work](/source/Proof_of_work) (PoW) to [proof-of-stake](/source/Proof_of_stake) (PoS) in an update known as "The Merge", which cut the blockchain's energy usage by over 99%.[11][12]

## History

### Founding (2013–2014)

Ethereum co-founder [Vitalik Buterin](/source/Vitalik_Buterin) in 2015

Ethereum was initially described in late 2013 in a [white paper](/source/White_paper) by [Vitalik Buterin](/source/Vitalik_Buterin),[5][13] a programmer and co-founder of *[Bitcoin Magazine](/source/Bitcoin_Magazine)*, that described a way to build [decentralized](/source/Decentralized) applications.[14][15] Buterin argued to the [Bitcoin Core](/source/Bitcoin_Core) developers that blockchain technology could benefit from other applications besides money and that it needed a more robust language for application development[16]: 88 that could lead to attaching[*[clarification needed](https://en.wikipedia.org/wiki/Wikipedia:Please_clarify)*] [real-world assets](https://en.wikipedia.org/w/index.php?title=Real-World_Asset&action=edit&redlink=1), such as stocks and property, to the blockchain.[17] In 2013, Buterin briefly worked with [eToro](/source/EToro) CEO Yoni Assia on the [Colored Coins](/source/Colored_Coins) project and drafted its white paper outlining additional use cases for blockchain technology.[18] However, after failing to gain agreement on how the project should proceed, he proposed the development of a new platform with a more robust scripting language—a [Turing-complete](/source/Turing-complete) programming language[19]—that would eventually become Ethereum.[16]

Ethereum was announced at the North American Bitcoin Conference in Miami, in January 2014.[20] During the conference, [Gavin Wood](/source/Gavin_Wood), [Charles Hoskinson](/source/Charles_Hoskinson), and [Anthony Di Iorio](/source/Anthony_Di_Iorio) (who financed the project) rented a house in Miami with Buterin at which they could develop a fuller sense of what Ethereum might become.[20] Di Iorio invited friend [Joseph Lubin](/source/Joseph_Lubin_(entrepreneur)), who invited reporter Morgen Peck, to bear witness.[20] Peck subsequently wrote about the experience in *[Wired](/source/Wired_(magazine))*.[21] Six months later the founders met again in [Zug](/source/Zug), Switzerland, where Buterin told the founders that the project would proceed as a non-profit. Hoskinson left the project at that time and soon after founded IOHK, a blockchain company responsible for [Cardano](/source/Cardano_(blockchain_platform)).[20]

Ethereum has an unusually long list of founders.[22] Anthony Di Iorio wrote: "Ethereum was founded by Vitalik Buterin, Myself, Charles Hoskinson, Mihai Alisie & Amir Chetrit (the initial 5) in December 2013. Joseph Lubin, Gavin Wood, & Jeffrey Wilcke were added in early 2014 as founders." Buterin chose the name Ethereum after browsing [a list of elements from science fiction](/source/List_of_fictional_elements%2C_materials%2C_isotopes_and_subatomic_particles) on [Wikipedia](/source/Wikipedia). He stated, "I immediately realized that I liked it better than all of the other alternatives that I had seen; I suppose it was that [it] sounded nice and it had the word '[ether](/source/Luminiferous_aether)', referring to the hypothetical invisible medium that permeates the universe and allows light to travel."[20] Buterin wanted his platform to be the underlying and imperceptible medium for the applications running on top of it.[23]

### Development (2014)

Formal development of the software underlying Ethereum began in early 2014 through a Swiss company, Ethereum Switzerland GmbH (*EthSuisse*).[24]The idea of putting executable [smart contracts](/source/Smart_contract) in the blockchain needed to be specified before it could be implemented in software. This work was done by Gavin Wood, then the [chief technology officer](/source/Chief_technology_officer), in the Ethereum Yellow Paper that specified the Ethereum Virtual Machine.[25][26] Subsequently, a Swiss non-profit foundation, the **Ethereum Foundation** (*Stiftung Ethereum*), was founded. Development was funded by an online public crowd sale from July to August 2014, in which participants bought the Ethereum value token (ether) with another digital currency, [bitcoin](/source/Bitcoin). While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability.[14]

The Foundation funded multiple teams in different cities building three separate implementations of the protocol: Geth ([Go](/source/Go_(programming_language))), Pyethereum ([Python](/source/Python_(programming_language))), a [C++](/source/C%2B%2B) implementation, and also Swarm ([decentralized file storage](/source/Decentralized_file_storage)), Mist Browser (A wallet, [browser](/source/File_browser) and a user interface for smart contracts, now defunct) among other projects. The intended purpose of the three distinct implementations would be so that if one of them had a bug, the other two could be used as a comparison.

### Launch and the DAO event (2014–2016)

Several codenamed prototypes of Ethereum were developed over 18 months in 2014 and 2015 by the Ethereum Foundation as part of their [proof-of-concept](/source/Proof_of_concept#Software_development) series.[5] "Olympic" was the last prototype and public beta pre-release. The Olympic network gave users a [bug bounty](/source/Bug_bounty) of 25,000 ether for stress-testing the Ethereum blockchain. On 30 July 2015, "Frontier" marked the official launch of the Ethereum platform, and Ethereum created its "genesis block".[5][27] The genesis block contained 8,893 transactions allocating various amounts of ether to different addresses, and a block reward of 5 ETH.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

Since the initial launch, Ethereum has undergone a number of planned protocol upgrades, which are important changes affecting the underlying functionality and/or [incentive structures](/source/Incentive_compatibility) of the platform.[28][29] Protocol upgrades are accomplished by means of a [hard fork](/source/Hard_fork).[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

In 2016, a [decentralized autonomous organization](/source/Decentralized_autonomous_organization) called [The DAO](/source/The_DAO_(organization))—a set of smart contracts developed on the platform—raised a record US$150 million in a [crowd sale](/source/Token_sale) to fund the project.[30] [Emin Gün Sirer](/source/Emin_G%C3%BCn_Sirer), Vlad Zamfir and Dino Mark had written a paper called *A Call for a Temporary Moratorium on The DAO* in which they described in which way the DAO might be vunerable to attacks.[31] The DAO was exploited in June 2016 when US$50 million of DAO tokens were stolen by an unknown hacker.[32][33] The event sparked a debate in the crypto-community about whether Ethereum should perform a contentious "hard fork" to reappropriate the affected funds.[34] The fork resulted in the network splitting into two blockchains: Ethereum with the theft reversed, and [Ethereum Classic](/source/Ethereum_Classic) which continued on the original chain.[35]

### Continued development and milestones (2017–present)

In March 2017, various [blockchain](/source/Blockchain) startups, research groups, and [*Fortune* 500](/source/Fortune_500) companies announced the creation of the Enterprise Ethereum Alliance (EEA) with 30 founding members.[36] By May 2017, the nonprofit organization had 116 enterprise members, including [ConsenSys](/source/ConsenSys), [CME Group](/source/CME_Group), [Cornell University's research group](/source/Cornell_University#Research), [Toyota Research Institute](/source/Toyota_Group), [Samsung SDS](/source/Samsung_SDS), [Microsoft](/source/Microsoft), [Intel](/source/Intel), [J. P. Morgan](/source/JPMorgan_Chase), [Cooley LLP](/source/Cooley_LLP), [Merck KGaA](/source/Merck_KGaA), [DTCC](/source/Depository_Trust_%26_Clearing_Corporation), [Deloitte](/source/Deloitte), [Accenture](/source/Accenture), [Banco Santander](/source/Banco_Santander), [BNY Mellon](/source/BNY_Mellon), [ING](/source/ING_Group), and [National Bank of Canada](/source/National_Bank_of_Canada).[37][38] By July 2017, there were over 150 members in the alliance, including [MasterCard](/source/MasterCard), [Cisco Systems](/source/Cisco_Systems), [Sberbank](/source/Sberbank), and [Scotiabank](/source/Scotiabank).[39]

In 2024, Paul Brody, EEA board member for EY, was announced as the new chairperson, and Karen Scarbrough, board member for Microsoft, as the new executive director. Vanessa Grellet from Arche Capital also joined as a new board member.[40]

#### *CryptoKitties* and the ERC-721 NFT standard

In 2017, *[CryptoKitties](/source/CryptoKitties)*, the [blockchain game](/source/Blockchain_game) and [decentralized application](/source/Decentralized_application) (dApp) featuring digital cat artwork as [NFTs](/source/Non-fungible_token), was launched on the Ethereum network.[41] In cultivating popularity with users and collectors, it gained notable mainstream media attention providing significant exposure to Ethereum in the process.[42] It was considered the most popular smart contract in use on the network[43] but it also highlighted concerns over Ethereum's scalability due to the game's substantial consumption of network capacity at the time.[44]

In January 2018, a community-driven paper (an EIP, "Ethereum Improvement Proposal") under the leadership of [civic hacker](/source/Hacker#Civic_hacker) and lead author [William Entriken](/source/William_Entriken) was published, called *ERC-721: Non-Fungible Token Standard.*[45] It introduced [ERC-721](/source/ERC-721), the first official NFT standard on Ethereum.[46] This standardization allowed Ethereum to become central to a multi-billion dollar digital collectibles market.[47]

#### Continued developments

By January 2018, ether was the second-largest cryptocurrency in terms of market capitalization, behind bitcoin.[48] As of 2021[\[update\]](https://en.wikipedia.org/w/index.php?title=Ethereum&action=edit), it maintained that relative position.[3][4]

In 2019, Ethereum Foundation employee [Virgil Griffith](/source/Virgil_Griffith) was arrested by the US government for presenting at a blockchain conference in North Korea.[49] He would later plead guilty to one count of conspiring to violate the International Emergency Economic Powers Act in 2021.[50]

In March 2021, [Visa Inc.](/source/Visa_Inc.) announced that it began settling [stablecoin](/source/Stablecoin) transactions using Ethereum.[51] In April 2021, [JP Morgan Chase](/source/JP_Morgan_Chase), [UBS](/source/UBS), and [MasterCard](/source/MasterCard) announced that they were investing US$65 million into [ConsenSys](/source/ConsenSys), a software development firm that builds Ethereum-related infrastructure.[52]

There were two network upgrades in 2021. The first was "Berlin", implemented on 14 April 2021.[53] The second was "London", which took effect on 5 August.[54] The London upgrade included Ethereum Improvement Proposal ("EIP") 1559, a mechanism for reducing transaction fee [volatility](/source/Volatility_(finance)). The mechanism causes a portion of the ether paid in transaction fees for each block to be destroyed rather than given to the block proposer, reducing the inflation rate of ether and potentially resulting in periods of deflation.[55]

On 27 August 2021, the blockchain experienced a brief [fork](/source/Fork_(blockchain)) that was the result of clients running different incompatible software versions.[56]

### Transition to proof-of-stake

Ethereum enthusiasts gather for a Merge party in San Francisco in 2022.

"The Merge" (formerly called Ethereum 2.0) was a set of three updates (Bellatrix, Paris, and Shapella) that transitioned Ethereum's consensus protocol from proof-of-work to proof-of-stake. Bellatrix updated the proof-of-stake Beacon chain and introduced economic slashing. Paris was the event at block 15537393 on 15 September 2022 that merged Ethereum to the Beacon chain. Shapella (Shanghai-Capella) was the update that allowed for staking withdrawals.[57]

The switch from proof-of-work to proof-of-stake has cut Ethereum's energy usage by over 99%.[58] However, the effect this has on [global energy consumption](/source/Global_energy_consumption) and climate change may be limited since the computers previously used for mining ether may be used to mine other cryptocurrencies that are energy-intensive.[12]

### Post-Merge updates

#### Dencun

On 13 March 2024, "Dencun" or also "Deneb-Cancun" set of upgrades went live. These included EIP-4844[59] (Proto-Danksharding) which introduced "blobs" that can be used for general-purpose data-availability. Because "Blob" data is stored only temporarily, it is much cheaper than using normal call data for storage. This allows for Ethereum Layer 2 (L2) networks to greatly reduce the cost of posting compressed transaction data to the Layer 1 (L1).[60]

#### Pectra

The Prague-Electra ("Pectra") update was launched on 7 May 2025. It brought various updates, including EIP-7251, which increases the staking amount per validator from exactly 32 ETH to anywhere between 32 ETH to 2048 ETH, and EIP-7702,[61] which allows for the EOA addresses to use functionality from a smart contract.[62]

## Design

### Overview

This section relies excessively on references to primary sources. Please improve this section by adding secondary or tertiary sources. (May 2024) (Learn how and when to remove this message)

Ethereum is a [peer-to-peer network](/source/Peer-to-peer_network) that maintains a [database](/source/Database) containing the storage values of all Ethereum accounts and processes state-altering transactions.[63] Approximately every 12 seconds, a batch of new transactions, known as a "block", is processed by the network. Each block contains a [cryptographic hash](/source/Cryptographic_hash_function) identifying the series of blocks that must precede it if the block is to be considered valid. This series of blocks is known as the [blockchain](/source/Blockchain).[64]

Each "node" (network participant) connects with a relatively small subset of the network to offer blocks and unvalidated transactions (i.e. transactions not yet in the blockchain) to its peers for download, and it downloads any from its peers that it doesn't already have. Each node usually has a unique set of peers, so that offering an item to its peers results in the propagation of that item throughout the entire network within seconds. A node's collection of unvalidated transactions is known as its "mempool".[65]

A node may choose to create a copy of the state for itself. It does this by starting with the genesis state and executing every transaction in the blockchain, in the proper order of blocks and in the order they are listed within each block.[66]

Any Ethereum account may "stake" (deposit) 32 or more ETH to register a "validator". At the end of each "epoch" (32 block slots, each slot lasting 12 seconds), each validator is [pseudorandomly](/source/Pseudorandomness) assigned to one of the slots of the epoch after the next, either as the block proposer or as an attester. During a slot, the block proposer uses their mempool to create a block that is intended to become the new "head" (latest block) of the blockchain, and the attesters attest to which block is at the head of the chain. If a validator makes self-contradicting proposals or attestations, or if it is inactive, it loses a portion of its stake. Any Ethereum account may send ETH to a validator at any time to increase its stake. A validator's attestation is given a weight equal to its stake or 2,048, whichever is less. According to the Ethereum protocol, the blockchain with the highest accumulated weight of attestations at any given time is to be regarded as the canonical chain. Validators are rewarded for making valid proposals and attestations. A validator's rewards are paid via transactions within the same chain that contains their proposal or attestation, and therefore would have little or no market value unless that chain becomes the canonical chain. This incentivizes validators to support the chain that they think other validators view as the canonical chain, which results in a high degree of consensus.[67]

### Ether

Ether (ETH) is the cryptocurrency generated in accordance with the Ethereum protocol as a reward to validators in a [proof-of-stake](/source/Proof_of_stake) system for adding blocks to the blockchain. Ether is represented in the state as an [unsigned](/source/Signedness) [integer](/source/Integer_(computer_science)) associated with each account, this being the account's ETH balance denominated in wei (1018 wei = 1 ether). At the end of each epoch, new ETH is generated by the addition of protocol-specified amounts to the balances of all validators that made valid block proposals or attestations in the epoch before the last (i.e. the epoch being finalized). Additionally, ether is the only currency accepted by the protocol as payment for the transaction fee. The transaction fee is composed of two parts: the base fee and the tip. The base fee is "burned" (deleted from existence) and the tip goes to the block proposer. The validator reward together with the tips provide the incentive to validators to keep the blockchain growing (i.e. to keep processing new transactions). Therefore, ETH is fundamental to the operation of the network. Ether may be "sent" from one account to another via a transaction, the execution of which simply entails subtracting the *amount to be sent* from the sender's balance and adding the same amount to the recipient's balance.[68]

Ether is often erroneously referred to as "Ethereum".[69]

The uppercase Greek letter [Xi](/source/Xi_(letter)), Ξ, is sometimes used as a [currency symbol](/source/Currency_symbol) for ether.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

### Accounts

There are two types of accounts on Ethereum: user accounts (also known as externally-owned accounts), and contract accounts. Both types have an ETH balance, may transfer ETH to any account, may execute the code of another contract, or create a new contract, and are identified on the blockchain and in the state by an account address.[70]

Contracts are the only type of account that has associated [bytecode](/source/Bytecode) and storage (to store contract-specific state). The code of a contract is evaluated when a transaction is sent to it. The code of the contract may read user-specified data from the transaction, and may have a [return value](/source/Return_statement). In addition to [control flow](/source/Control_flow) statements, the bytecode may include instructions to send ETH, read from and write to the contract's storage, create temporary storage ([memory](/source/Volatile_memory)) that vanishes at the end of code evaluation, perform [arithmetic](/source/Arithmetic) and hashing operations, send transaction-like calls to other contracts (thus executing their code), create new contracts, and query information about the current transaction or the blockchain.[71][*[unreliable source?](https://en.wikipedia.org/wiki/Wikipedia:Reliable_sources)*]

#### Addresses

Ethereum account addresses are composed of the prefix "0x" (a common identifier for [hexadecimal](/source/Hexadecimal)) concatenated with the rightmost 20 bytes of the [Keccak-256](/source/SHA-3) hash of the [ECDSA](/source/Elliptic_Curve_Digital_Signature_Algorithm) [public key](/source/Public-key_cryptography) (the curve used is the so-called *secp256k1*). In hexadecimal, two digits represent a byte, and so addresses contain 40 hexadecimal digits after the "0x", e.g. 0xb794f5ea0ba39494ce839613fffba74279579268. Contract addresses are in the same format, however, they are determined by sender and creation transaction [nonce](/source/Cryptographic_nonce).[72]

### Virtual machine

The number of daily confirmed Ethereum transactions as of February 2024

The Ethereum Virtual Machine (EVM) is the [runtime](/source/Runtime_(program_lifecycle_phase)) environment for transaction execution in Ethereum. The EVM is a [stack](/source/Stack_(abstract_data_type)) based virtual machine with an [instruction set](/source/Instruction_set_architecture) specifically designed for Ethereum. The instruction set includes, among other things, stack operations, memory operations, and operations to inspect the current execution context, such as remaining gas, information about the current block, and the current transaction. The EVM is designed to be [deterministic](/source/Deterministic_algorithm) on a wide variety of [hardware](/source/Computer_hardware) and [operating systems](/source/Operating_system), so that given a pre-transaction state and a transaction, each node produces the same post-transaction state, thereby enabling network consensus. The formal definition of the EVM is specified in the Ethereum Yellow Paper.[26][73] EVMs have been implemented in [C++](/source/C%2B%2B), [C#](/source/C_Sharp_(programming_language)), [Go](/source/Go_(programming_language)), [Haskell](/source/Haskell_(programming_language)), [Java](/source/Java_(programming_language)), [JavaScript](/source/JavaScript), [Python](/source/Python_(programming_language)), [Ruby](/source/Ruby_(programming_language)), [Rust](/source/Rust_(programming_language)), [Elixir](/source/Elixir_(programming_language)), [Erlang](/source/Erlang_(programming_language)), and soon[*[when?](https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Dates_and_numbers#Chronological_items)*] [WebAssembly](/source/WebAssembly).[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

### Gas

Gas is a [unit of account](/source/Unit_of_account) within the EVM used in the calculation of the transaction fee, which is the amount of ETH a transaction's sender must pay to the network to have the transaction included in the blockchain. Each type of operation which may be performed by the EVM is [hardcoded](/source/Hardcoded) with a certain gas cost, which is intended to be roughly [proportional](/source/Proportionality_(mathematics)) to the monetary value of the resources (e.g. [computation](/source/Computation) and [storage](/source/Computer_data_storage)) a node must expend or dedicate to perform that operation.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

When a sender is creating a transaction, the sender must specify a *gas limit* and *gas price*. The *gas limit* is the maximum amount of gas the sender is willing to use in the transaction, and the *gas price* is the amount of ETH the sender wishes to pay to the network per unit of gas used. A transaction may only be included in the blockchain at a block slot that has a *base gas price* less than or equal to the transaction's *gas price*. The portion of the *gas price* that is in excess of the *base gas price* is known as the tip and goes to the block proposer; the higher the tip, the more incentive a block proposer has to include the transaction in their block, and thus the quicker the transaction will be included in the blockchain. The sender buys the full amount of gas (i.e. their ETH balance is debited *gas limit* × *gas price* and their gas balance is set to *gas limit*) up-front, at the start of the execution of the transaction, and is refunded at the end for any unused gas. If at any point the transaction does not have enough gas to perform the next operation, the transaction is reverted but the sender is still only refunded for the unused gas. In [user interfaces](/source/User_interface), gas prices are typically denominated in gigawei (Gwei), a subunit of ETH equal to 10−9 ETH.[74]

## Applications

The EVM's [instruction set](/source/Instruction_set) is [Turing-complete](/source/Turing_completeness).[26] Popular uses of Ethereum have included the creation of fungible (ERC-20) and non-fungible (ERC-721) tokens with a variety of properties, [crowdfunding](/source/Crowdfunding) (e.g. [initial coin offerings](/source/Initial_coin_offerings)), [decentralized finance](/source/Decentralized_finance), [decentralized exchanges](/source/Decentralized_exchange), [decentralized autonomous organizations](/source/Decentralized_autonomous_organization) (DAOs), games, [prediction markets](/source/Prediction_market), and gambling.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

### Contract source code

Ethereum's smart contracts are written in [high-level](/source/High-level_programming_language) programming languages and then [compiled](/source/Compiler) down to EVM [bytecode](/source/Bytecode), which is then deployed to the Ethereum blockchain. They can be written in [Solidity](/source/Solidity) (a language library with similarities to [C](/source/C_(programming_language)) and [JavaScript](/source/JavaScript)), as well as others. Source code and compiler information are usually published on blockchain explorer websites soon after the launch of the contract so that users can see the code and verify that it compiles to the bytecode that is on-chain.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

One issue related to using smart contracts on a public blockchain is that bugs, including security holes, are visible to all but cannot be fixed quickly.[75] One example of this is the 2016 attack on [The DAO](/source/The_DAO_(organization)), which could not be quickly stopped or reversed.[32]

### ERC-20 tokens

The ERC-20 (Ethereum Request-for-Comments #20) Token Standard allows for [fungible](/source/Fungible) tokens on the Ethereum [blockchain](/source/Blockchain). The standard, proposed by Fabian Vogelsteller in November 2015, implements an [API](/source/API) for tokens within [smart contracts](/source/Smart_contract). The standard provides functions that include the transfer of tokens from one account to another, getting the current token balance of an account, and getting the total supply of the token available on the network. Smart contracts that correctly implement ERC-20 processes are called ERC-20 Token Contracts, and they keep track of created tokens on Ethereum. Numerous cryptocurrencies have launched as ERC-20 tokens and have been distributed through [initial coin offerings](/source/Initial_coin_offerings).[76]

### Non-fungible tokens (NFTs)

Main article: [Non-fungible token](/source/Non-fungible_token)

Ethereum also allows for the creation of unique and indivisible tokens, called [non-fungible tokens](/source/Non-fungible_token) (NFTs).[77] Since tokens of this type are unique, they have been used to represent such things as collectibles, digital art, sports memorabilia, virtual real estate, and items within games.[78] ERC-721 is the first official NFT standard for Ethereum and was followed up by ERC-1155 which introduced semi-fungibility; both are widely used,[79] though some fully fungible tokens using ERC-20 have been used for NFTs such as *[CryptoPunks](/source/CryptoPunks)*.[80]

The first NFT project, Etheria, a 3D map of tradable and customizable hexagonal tiles, was deployed to the network in October 2015 and demonstrated live at DEVCON1 in November of that year.[81] In 2021, [Christie's](/source/Christie's) sold a digital image with an NFT by [Beeple](/source/Beeple) for US$69.3 million, making him the [third-most-valuable living artist](/source/List_of_most_expensive_artworks_by_living_artists) in terms of [auction](/source/Art_auction) prices at the time, although observers have noted that both the buyer and seller had a vested interest in driving demand for the artist's work.[82][83]

### Decentralized finance

Main article: [Decentralized finance](/source/Decentralized_finance)

Decentralized finance (DeFi) offers [financial instruments](/source/Financial_instrument) in a decentralized architecture, outside of companies' and governments' control, such as money market funds which let users earn interest.[84] DeFi applications are typically accessed through a [Web3](/source/Web3)-enabled browser extension or application, such as [MetaMask](/source/MetaMask), which allows users to directly interact with the Ethereum blockchain through a website.[85] Many of these DApps can connect and work together to create complex financial services.[86]

Examples of DeFi platforms include [MakerDAO](https://en.wikipedia.org/w/index.php?title=MakerDAO&action=edit&redlink=1).[87] [Uniswap](/source/Uniswap), a [decentralized exchange](/source/Decentralized_exchange) for tokens on Ethereum grew from US$20 million in liquidity to US$2.9 billion in 2020.[88] As of October 2020, over US$11 billion was invested in various DeFi protocols.[89] Additionally, through a process called "wrapping", certain DeFi protocols allow synthetic versions of various assets (such as bitcoin, gold, and oil) to be tradeable on Ethereum and also compatible with all of Ethereum's major wallets and applications.[89]

[Aave](/source/Aave) is a protocol for [microlending](/source/Microlending) using Ethereum.[90]

### Enterprise software

Ethereum-based software and networks, independent from the public Ethereum chain, have been tested by [enterprise software](/source/Enterprise_software) companies.[91] Interested parties have included [Microsoft](/source/Microsoft), [IBM](/source/IBM), [JPMorgan Chase](/source/JPMorgan_Chase),[68] [Deloitte](/source/Deloitte), R3, and [Innovate UK](/source/Innovate_UK) (cross-border payments prototype).[92] [Barclays](/source/Barclays), [UBS](/source/UBS), [Credit Suisse](/source/Credit_Suisse), [Amazon](/source/Amazon_(company)), [Visa](/source/Visa_Inc.), and other companies have also experimented with Ethereum.[93][94]

### Permissioned ledgers

Ethereum-based [permissioned blockchain](/source/Blockchain_(database)#Openness) variants are used and being investigated for various projects:

- In 2017, [JPMorgan Chase](/source/JPMorgan_Chase) proposed developing [JPM Coin](/source/JPM_Coin) on a permissioned-variant of Ethereum blockchain dubbed "Quorum".[95] It is "designed to toe the line between private and public in the realm of shuffling derivatives and payments. The idea is to satisfy regulators who need seamless access to financial goings-on while protecting the privacy of parties that don't wish to reveal their identities nor the details of their transactions to the general public."[96]

### Performance and scalability

As of December 2025[\[update\]](https://en.wikipedia.org/w/index.php?title=Ethereum&action=edit), the maximum theoretical throughput for Ethereum L1 is 238 TPS (given its current 60M gas limit, 12s blocks, and 21k gas cost for ETH transfers). Due to large smart contract and batch transaction using more gas in each block, the average transaction throughput is much less. As of January 2016[\[update\]](https://en.wikipedia.org/w/index.php?title=Ethereum&action=edit), the Ethereum averaged about 25 transactions per second; this did not change after the move to proof-of-stake. In comparison, the [Visa](/source/Visa_Inc.) payment platform processes 45,000 payments per second. This has led some to question the scalability of Ethereum.[97]

Ethereum's blockchain uses a [Merkle](/source/Merkle_tree)–Patricia Tree to store account state in each block.[98] The trie allows for storage savings, set membership proofs (called "Merkle proofs"), and light client synchronization. The network has faced congestion problems, such as in 2017 in relation to *[CryptoKitties](/source/CryptoKitties)*.[99]

Layer 2 (L2) is one of the approaches that the Ethereum ecosystem has developed in order to scale up and handle more transactions with lower transaction fees.[100] A Layer 2 chain is a separate blockchain that extends Ethereum (Layer 1) and inherits the security guarantees of Ethereum.[101] There are different types of L2 chains, including optimistic rollups and zero-knowledge rollups (zk rollups).[102][103][104] Depending on their individual technical details, some L2 chains are capable of processing thousands of transactions per second.[105][106]

## Legal status and regulation

See also: [2020s commodities boom](/source/2020s_commodities_boom)

The examples and perspective in this section deal primarily with the United States and do not represent a worldwide view of the subject. You may improve this section, discuss the issue on the talk page, or create a new section, as appropriate. (May 2025) (Learn how and when to remove this message)

The legal status of ether (ETH), Ethereum's native token, remains subject to uncertainty and varies substantially from one jurisdiction to another.

In the United States, regulatory authorities have increasingly signaled that ether should be treated as a commodity under the jurisdiction of the [Commodity Futures Trading Commission](/source/Commodity_Futures_Trading_Commission) (CFTC). The CFTC has repeatedly asserted its regulatory authority over Ethereum, with former CFTC Chairman Heath Tarbert stating in 2019 that "ETH is a commodity" and subsequent leadership maintaining this position.[107][108]

From a private law perspective, many jurisdictions have recognized ether as a form of intangible personal property that can be owned, transferred, and used as collateral, similar to other forms of personal property.[109] In the United States specifically, the 2022 Amendments to the Uniform Commercial Code (UCC) introduced "controllable electronic records" (CERs) as a new category of personal property that includes digital assets like ether. Under UCC Article 12, ETH is classified as a CER, which provides a comprehensive framework for its commercial circulation.[110]

## Notes

1. **[^](#cite_ref-3)** Cryptocurrencies do not have a formal [ISO 4217](/source/ISO_4217) alpha-3 code. "ETH" is informal only.

## References

1. **[^](#cite_ref-1)** Beiko, Tim. ["EIP-7607: Hardfork Meta - Fusaka"](https://eips.ethereum.org/EIPS/eip-7607). *Ethereum Improvement Proposals*. Ethereum.org. Retrieved 14 December 2025.

1. **[^](#cite_ref-2)** ["Clients"](https://ethernodes.org/). *Ethernodes*. 6 June 2023. [Archived](https://web.archive.org/web/20230611010141/https://ethernodes.org/) from the original on 11 June 2023. Retrieved 6 June 2023.

1. ^ [***a***](#cite_ref-ft20210528_4-0) [***b***](#cite_ref-ft20210528_4-1) Szalay, Eva; Venkataramakrishnan, Siddharth (28 May 2021). ["What are cryptocurrencies and stablecoins and how do they work?"](https://www.ft.com/content/424b29c4-07bf-4612-b7d6-76aecf8e1528). *Financial Times*. [Archived](https://web.archive.org/web/20210814173218/https://www.ft.com/content/424b29c4-07bf-4612-b7d6-76aecf8e1528) from the original on 14 August 2021. Retrieved 14 August 2021.

1. ^ [***a***](#cite_ref-wsj20210603_5-0) [***b***](#cite_ref-wsj20210603_5-1) Vigna, Paul (3 June 2021). ["DeFi Is Helping to Fuel the Crypto Market Boom—and Its Recent Volatility"](https://www.wsj.com/articles/defi-is-helping-to-fuel-the-crypto-market-boomand-its-recent-volatility-11622712602). *The Wall Street Journal*. [Archived](https://web.archive.org/web/20210813165911/https://www.wsj.com/articles/defi-is-helping-to-fuel-the-crypto-market-boomand-its-recent-volatility-11622712602) from the original on 13 August 2021. Retrieved 14 August 2021.

1. ^ [***a***](#cite_ref-FOOTNOTETapscottTapscott201687_6-0) [***b***](#cite_ref-FOOTNOTETapscottTapscott201687_6-1) [***c***](#cite_ref-FOOTNOTETapscottTapscott201687_6-2) [***d***](#cite_ref-FOOTNOTETapscottTapscott201687_6-3) [Tapscott & Tapscott 2016](#CITEREFTapscottTapscott2016), pp. 87.

1. **[^](#cite_ref-paumgarten_7-0)** Paumgarten, Nick (15 October 2018). ["The Prophets of Cryptocurrency Survey the Boom and Bust"](https://newyorker.com/magazine/2018/10/22/the-prophets-of-cryptocurrency-survey-the-boom-and-bust). *The New Yorker*. [Archived](https://web.archive.org/web/20200109123640/https://newyorker.com/magazine/2018/10/22/the-prophets-of-cryptocurrency-survey-the-boom-and-bust) from the original on 9 January 2020. Retrieved 7 December 2021.

1. **[^](#cite_ref-8)** Foundation, Ethereum (30 July 2015). ["Ethereum Launches"](https://blog.ethereum.org/2015/07/30/ethereum-launches/). *blog.ethereum.org*. [Archived](https://web.archive.org/web/20150811013142/https://blog.ethereum.org/2015/07/30/ethereum-launches/) from the original on 11 August 2015. Retrieved 9 January 2020.

1. **[^](#cite_ref-9)** Popper, Nathaniel (19 June 2017). ["Move Over, Bitcoin. Ether Is the Digital Currency of the Moment. (Published 2017)"](https://www.nytimes.com/2017/06/19/business/dealbook/ethereum-bitcoin-digital-currency.html). *The New York Times*. [Archived](https://web.archive.org/web/20200708212627/https://www.nytimes.com/2017/06/19/business/dealbook/ethereum-bitcoin-digital-currency.html) from the original on 8 July 2020. Retrieved 18 November 2020. - ["Vapor No More: Ethereum Has Launched"](https://techcrunch.com/2015/08/01/vapor-no-more-ethereum-has-launched/). *TechCrunch*. August 2015. [Archived](https://web.archive.org/web/20201113132111/https://techcrunch.com/2015/08/01/vapor-no-more-ethereum-has-launched/) from the original on 13 November 2020. Retrieved 17 February 2021.

1. **[^](#cite_ref-10)** Vigna, Paul (3 May 2021). ["Ethereum Is Booming in the NFT Frenzy—So Is Network Congestion"](https://www.wsj.com/articles/ethereum-is-booming-in-the-nft-frenzyso-is-network-congestion-11620050853). *The Wall Street Journal*. [ISSN](/source/ISSN_(identifier)) [0099-9660](https://search.worldcat.org/issn/0099-9660). [Archived](https://web.archive.org/web/20210509230947/https://www.wsj.com/articles/ethereum-is-booming-in-the-nft-frenzyso-is-network-congestion-11620050853) from the original on 9 May 2021. Retrieved 5 May 2021.

1. **[^](#cite_ref-fortune20210506_11-0)** ["There are two very real reasons Ethereum is taking off"](https://fortune.com/2021/05/06/ethereum-price-ether-predictions-why-it-is-rising-usd-bitcoin). *[Fortune](/source/Fortune_(magazine))*. 6 May 2021. [Archived](https://web.archive.org/web/20210510170252/https://fortune.com/2021/05/06/ethereum-price-ether-predictions-why-it-is-rising-usd-bitcoin/) from the original on 10 May 2021. Retrieved 5 August 2021.

1. **[^](#cite_ref-12)** Sarkar, Arijit (29 October 2022). ["The Merge brings down Ethereum's network power consumption by over 99.9%"](https://cointelegraph.com/news/the-merge-brings-down-ethereum-s-network-power-consumption-by-over-99-9). *Cointelegraph*. Retrieved 17 July 2025.

1. ^ [***a***](#cite_ref-EnergyRevamp_13-0) [***b***](#cite_ref-EnergyRevamp_13-1) Clark, Aaron (6 December 2022). ["Ethereum's Energy Revamp Is No Guarantee of Global Climate Gains"](https://www.bloomberg.com/news/articles/2022-12-06/ethereum-cut-its-energy-use-99-but-climate-gains-may-be-curbed). *Bloomberg.com*. [Archived](https://web.archive.org/web/20221207092458/https://www.bloomberg.com/news/articles/2022-12-06/ethereum-cut-its-energy-use-99-but-climate-gains-may-be-curbed) from the original on 7 December 2022. Retrieved 1 January 2023.

1. **[^](#cite_ref-14)** ["Ethereum Whitepaper"](https://ethereum.org/whitepaper). *ethereum.org*. [Archived](https://web.archive.org/web/20240209102101/https://ethereum.org/whitepaper) from the original on 9 February 2024. Retrieved 10 February 2024.

1. ^ [***a***](#cite_ref-Finley-27-Jan-2014_15-0) [***b***](#cite_ref-Finley-27-Jan-2014_15-1) Finley, Klint (27 January 2014). ["Out in the Open: Teenage Hacker Transforms Web into One Giant Bitcoin Network"](https://www.wired.com/2014/01/ethereum/). *Wired*. [Archived](https://web.archive.org/web/20160318170702/http://www.wired.com/2014/01/ethereum/) from the original on 18 March 2016. Retrieved 21 March 2016.

1. **[^](#cite_ref-Schneider-2014-04-07_16-0)** Schneider, Nathan (7 April 2014). ["Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor"](http://america.aljazeera.com/articles/2014/4/7/code-your-own-utopiameetethereumbitcoinasmostambitioussuccessor.html). Al Jazeera. [Archived](https://web.archive.org/web/20160223191510/http://america.aljazeera.com/articles/2014/4/7/code-your-own-utopiameetethereumbitcoinasmostambitioussuccessor.html) from the original on 23 February 2016. Retrieved 21 February 2016.

1. ^ [***a***](#cite_ref-tapscott2016_17-0) [***b***](#cite_ref-tapscott2016_17-1) Tapscott, Don; Tapscott, Alex (2016). *The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World*. Portfolio. [ISBN](/source/ISBN_(identifier)) [978-0670069972](https://en.wikipedia.org/wiki/Special:BookSources/978-0670069972).

1. **[^](#cite_ref-Russo2020_18-0)** Russo, Camila (14 July 2020). *The infinite machine : how an army of crypto-hackers is building the next internet with Ethereum* (First ed.). New York, NY: Harper Business. pp. 40–44. [ISBN](/source/ISBN_(identifier)) [9780062886149](https://en.wikipedia.org/wiki/Special:BookSources/9780062886149). [OCLC](/source/OCLC_(identifier)) [1117469014](https://search.worldcat.org/oclc/1117469014).

1. **[^](#cite_ref-FOOTNOTERusso202044_19-0)** [Russo 2020](#CITEREFRusso2020), pp. 44.

1. **[^](#cite_ref-FOOTNOTETapscottTapscott2016278_20-0)** [Tapscott & Tapscott 2016](#CITEREFTapscottTapscott2016), pp. 278.

1. ^ [***a***](#cite_ref-Paumgarten_21-0) [***b***](#cite_ref-Paumgarten_21-1) [***c***](#cite_ref-Paumgarten_21-2) [***d***](#cite_ref-Paumgarten_21-3) [***e***](#cite_ref-Paumgarten_21-4) Paumgarten, Nick (22 October 2018). ["The Prophets of Cryptocurrency Survey the Boom and Bust"](https://www.newyorker.com/magazine/2018/10/22/the-prophets-of-cryptocurrency-survey-the-boom-and-bust). *[The New Yorker](/source/The_New_Yorker)*. [Archived](https://web.archive.org/web/20200109123640/https://www.newyorker.com/magazine/2018/10/22/the-prophets-of-cryptocurrency-survey-the-boom-and-bust) from the original on 9 January 2020. Retrieved 4 February 2019.

1. **[^](#cite_ref-22)** ["The Uncanny Mind That Built Ethereum"](https://www.wired.com/2016/06/the-uncanny-mind-that-built-ethereum/). *Wired*. [ISSN](/source/ISSN_(identifier)) [1059-1028](https://search.worldcat.org/issn/1059-1028). [Archived](https://web.archive.org/web/20170713184159/https://www.wired.com/2016/06/the-uncanny-mind-that-built-ethereum/) from the original on 13 July 2017. Retrieved 4 May 2021.

1. **[^](#cite_ref-entrepreneur20210817_23-0)** Jain, Aman (17 August 2021). ["Founders' Fork: The Ethereum Architects Now Locked in Battle"](https://www.entrepreneur.com/article/380431). *Entrepreneur*. [Archived](https://web.archive.org/web/20210818211950/https://www.entrepreneur.com/article/380431) from the original on 18 August 2021. Retrieved 19 August 2021.

1. **[^](#cite_ref-FOOTNOTERusso202056_24-0)** [Russo 2020](#CITEREFRusso2020), pp. 56.

1. **[^](#cite_ref-bloomberg20160820_25-0)** ["Company Overview of Ethereum Switzerland GmbH"](https://web.archive.org/web/20160820112644/http://www.bloomberg.com/Research/stocks/private/snapshot.asp?privcapId=309484729). Bloomberg. 20 August 2016. Archived from [the original](https://www.bloomberg.com/Research/stocks/private/snapshot.asp?privcapId=309484729) on 20 August 2016. Retrieved 20 August 2016. The company was founded in 2014 and is based in Baar, Switzerland.

1. **[^](#cite_ref-Dannen2018_26-0)** Dannen, Chris (16 March 2017). [*Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners*](https://books.google.com/books?id=roVkDgAAQBAJ&pg=PA30). Apress. p. 30. [ISBN](/source/ISBN_(identifier)) [978-1484225356](https://en.wikipedia.org/wiki/Special:BookSources/978-1484225356). [Archived](https://web.archive.org/web/20210823182019/https://books.google.com/books?id=roVkDgAAQBAJ&pg=PA30) from the original on 23 August 2021. Retrieved 12 November 2018.

1. ^ [***a***](#cite_ref-eip150_27-0) [***b***](#cite_ref-eip150_27-1) [***c***](#cite_ref-eip150_27-2) [Wood, Gavin](/source/Gavin_Wood) (3 February 2018). ["Ethereum: A Secure Decentralized Generalised Transaction Ledger (EIP-150)"](https://web.archive.org/web/20180203110042/http://yellowpaper.io/). *yellowpaper.io*. Archived from [the original](http://yellowpaper.io) on 3 February 2018. Retrieved 3 February 2018.

1. **[^](#cite_ref-WSJFRONTIER_28-0)** Vigna, Paul (31 July 2015). ["BitBeat: Ethereum Opens Its 'Frontier' for Business"](https://blogs.wsj.com/moneybeat/2015/07/31/bitbeat-ethereum-opens-its-frontier-for-business/). *The Wall Street Journal*. [Archived](https://web.archive.org/web/20170906093642/https://blogs.wsj.com/moneybeat/2015/07/31/bitbeat-ethereum-opens-its-frontier-for-business/) from the original on 6 September 2017. Retrieved 5 June 2017.

1. **[^](#cite_ref-EFPROCESS_29-0)** Gupta, Vinay (3 March 2015). ["The Ethereum Launch Process"](https://blog.ethereum.org/2015/03/03/ethereum-launch-process/). Ethereum Foundation. [Archived](https://web.archive.org/web/20170606200002/https://blog.ethereum.org/2015/03/03/ethereum-launch-process/) from the original on 6 June 2017. Retrieved 5 June 2017.

1. **[^](#cite_ref-30)** Bashir, Imran (2020). *Mastering Blockchain – Third Edition : a deep dive into distributed ledgers, consensus protocols,... smart contracts, dapps, cryptocurrencies, ethereum*. [S.l.]: Packt Publishing Limited. p. 312. [ISBN](/source/ISBN_(identifier)) [978-1839213199](https://en.wikipedia.org/wiki/Special:BookSources/978-1839213199).

1. **[^](#cite_ref-WSJDAOCC_31-0)** Vigna, Paul (16 May 2016). ["Chiefless Company Rakes in More than $100 Million"](https://www.wsj.com/articles/chiefless-company-rakes-in-more-than-100-million-1463399393). *[The Wall Street Journal](/source/The_Wall_Street_Journal)*. [Archived](https://web.archive.org/web/20170625083255/https://www.wsj.com/articles/chiefless-company-rakes-in-more-than-100-million-1463399393) from the original on 25 June 2017. Retrieved 14 May 2017.

1. **[^](#cite_ref-DAO_paper_32-0)** Gün Sirer, Emin (19 July 2016). ["A Call for a Temporary Moratorium on "The DAO""](https://blog.bitmex.com/wp-content/uploads/2017/11/A-Call-for-a-Temporary-Moratorium-on-The-DAO.pdf) (PDF). Retrieved 16 December 2024.

1. ^ [***a***](#cite_ref-NYTDAOHACK_33-0) [***b***](#cite_ref-NYTDAOHACK_33-1) Popper, Nathaniel (18 June 2016). ["Hacker May Have Taken $50 Million From Cybercurrency Project"](https://www.nytimes.com/2016/06/18/business/dealbook/hacker-may-have-removed-more-than-50-million-from-experimental-cybercurrency-project.html). *The New York Times*. [Archived](https://web.archive.org/web/20170620012726/https://www.nytimes.com/2016/06/18/business/dealbook/hacker-may-have-removed-more-than-50-million-from-experimental-cybercurrency-project.html) from the original on 20 June 2017. Retrieved 14 May 2017.

1. **[^](#cite_ref-BIDAOHACK_34-0)** Price, Rob (17 June 2016). ["Digital Currency Ethereum is Cratering Amid Claims of a $50 Million Hack"](https://www.businessinsider.com/dao-hacked-ethereum-crashing-in-value-tens-of-millions-allegedly-stolen-2016-6). *Business Insider*. [Archived](https://web.archive.org/web/20170611195628/http://uk.businessinsider.com/dao-hacked-ethereum-crashing-in-value-tens-of-millions-allegedly-stolen-2016-6) from the original on 11 June 2017. Retrieved 14 May 2017.

1. **[^](#cite_ref-IEEEDAOHK_35-0)** Peck, Morgan (19 July 2016). [""Hard Fork" Coming to Restore Ethereum Funds to Investors of Hacked DAO"](https://spectrum.ieee.org/hacked-blockchain-fund-the-dao-chooses-a-hard-fork-to-redistribute-funds). *IEEE Spectrum: Technology, Engineering, and Science News*. IEEE. [Archived](https://web.archive.org/web/20170303002838/https://spectrum.ieee.org/tech-talk/computing/networks/hacked-blockchain-fund-the-dao-chooses-a-hard-fork-to-redistribute-funds) from the original on 3 March 2017. Retrieved 14 May 2017.

1. **[^](#cite_ref-bloomberg20170613_36-0)** Leising, Matthew (13 June 2017). ["The Ether Thief"](https://www.bloomberg.com/features/2017-the-ether-thief/). *www.bloomberg.com*. [Archived](https://web.archive.org/web/20181226014458/https://www.bloomberg.com/features/2017-the-ether-thief/) from the original on 26 December 2018. Retrieved 21 December 2018.

1. **[^](#cite_ref-NYTEEA_37-0)** Popper, Nathaniel (27 February 2017). ["Business Giants to Announce Creation of a Computing System Based on Ethereum"](https://www.nytimes.com/2017/02/27/business/dealbook/ethereum-alliance-business-banking-security.html). *The New York Times*. [Archived](https://web.archive.org/web/20170620134100/https://www.nytimes.com/2017/02/27/business/dealbook/ethereum-alliance-business-banking-security.html) from the original on 20 June 2017. Retrieved 5 June 2017.

1. **[^](#cite_ref-IEEEEEA_38-0)** Peck, Morgan (2 March 2017). ["Corporate Titans Unite to Build an Enterprise Version of the Ethereum Blockchain"](https://spectrum.ieee.org/enterprise-ethereum-alliance-launches). Institute of Electrical and Electronics Engineers (IEEE). [Archived](https://web.archive.org/web/20170617073826/https://spectrum.ieee.org/tech-talk/computing/networks/enterprise-ethereum-alliance-launches) from the original on 17 June 2017. Retrieved 5 June 2017.

1. **[^](#cite_ref-EEA022217_39-0)** ["Enterprise Ethereum Alliance expands dramatically announcing 86 new members"](https://entethalliance.org/enterprise-ethereum-alliance-release-05-19-2017.pdf) (PDF) (Press release). Enterprise Ethereum Alliance (EEA). 19 May 2017. [Archived](https://web.archive.org/web/20170607000537/https://entethalliance.org/enterprise-ethereum-alliance-release-05-19-2017.pdf) (PDF) from the original on 7 June 2017. Retrieved 5 June 2017.

1. **[^](#cite_ref-40)** ["The Enterprise Ethereum Alliance Just Got A Whole Lot Stronger"](https://www.inc.com/brian-d-evans/the-enterprise-ethereum-alliance-just-got-a-whole-.html). 19 July 2017. [Archived](https://web.archive.org/web/20180521212358/https://www.inc.com/brian-d-evans/the-enterprise-ethereum-alliance-just-got-a-whole-.html) from the original on 21 May 2018. Retrieved 31 July 2017.

1. **[^](#cite_ref-41)** ["Enterprise Ethereum Alliance Announces New Leadership and Vision"](https://finance.yahoo.com/news/enterprise-ethereum-alliance-announces-leadership-120000808.html). *Yahoo!*. 19 March 2024. Retrieved 13 September 2024.

1. **[^](#cite_ref-42)** Bamakan, Seyed Mojtaba Hosseini; Nezhadsistani, Nasim; Bodaghi, Omid; Qu, Qiang (9 February 2022). ["Patents and intellectual property assets as non-fungible tokens; key technologies and challenges"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). *Scientific Reports*. **12** (1): 2178. [arXiv](/source/ArXiv_(identifier)):[2304.10490](https://arxiv.org/abs/2304.10490). [Bibcode](/source/Bibcode_(identifier)):[2022NatSR..12.2178B](https://ui.adsabs.harvard.edu/abs/2022NatSR..12.2178B). [doi](/source/Doi_(identifier)):[10.1038/s41598-022-05920-6](https://doi.org/10.1038%2Fs41598-022-05920-6). [ISSN](/source/ISSN_(identifier)) [2045-2322](https://search.worldcat.org/issn/2045-2322). [PMC](/source/PMC_(identifier)) [8828876](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). [PMID](/source/PMID_(identifier)) [35140251](https://pubmed.ncbi.nlm.nih.gov/35140251).

1. **[^](#cite_ref-43)** - ["CryptoKitties, a game about digital cats, is bringing cryptocurrencies to the mainstream"](https://www.foxnews.com/tech/cryptokitties-a-game-about-digital-cats-is-bringing-cryptocurrencies-to-the-mainstream). *Fox News*. 14 December 2017. [Archived](https://web.archive.org/web/20231203093426/https://www.foxnews.com/tech/cryptokitties-a-game-about-digital-cats-is-bringing-cryptocurrencies-to-the-mainstream) from the original on 3 December 2023. Retrieved 3 December 2023. - Cheng, Evelyn (6 December 2017). ["Meet CryptoKitties, the $100,000 digital beanie babies epitomizing the cryptocurrency mania"](https://www.cnbc.com/2017/12/06/meet-cryptokitties-the-new-digital-beanie-babies-selling-for-100k.html). *CNBC*. [Archived](https://web.archive.org/web/20181120115903/https://www.cnbc.com/2017/12/06/meet-cryptokitties-the-new-digital-beanie-babies-selling-for-100k.html) from the original on 20 November 2018. Retrieved 3 December 2023. - Jiang, Xin-Jian; Liu, Xiao Fan (2021). ["CryptoKitties Transaction Network Analysis: The Rise and Fall of the First Blockchain Game Mania"](https://doi.org/10.3389%2Ffphy.2021.631665). *Frontiers in Physics*. **9** 631665: 57. [Bibcode](/source/Bibcode_(identifier)):[2021FrP.....9...57X](https://ui.adsabs.harvard.edu/abs/2021FrP.....9...57X). [doi](/source/Doi_(identifier)):[10.3389/fphy.2021.631665](https://doi.org/10.3389%2Ffphy.2021.631665). [hdl](/source/Hdl_(identifier)):[2031/7d663cf2-8235-42b0-9995-653244f995f8](https://hdl.handle.net/2031%2F7d663cf2-8235-42b0-9995-653244f995f8). [ISSN](/source/ISSN_(identifier)) [2296-424X](https://search.worldcat.org/issn/2296-424X).

1. **[^](#cite_ref-44)** Tepper, Fitz (3 December 2017). ["People have spent over $1M buying virtual cats on the Ethereum blockchain"](https://techcrunch.com/2017/12/03/people-have-spent-over-1m-buying-virtual-cats-on-the-ethereum-blockchain/). *TechCrunch*. [Archived](https://web.archive.org/web/20191209022722/http://techcrunch.com/2017/12/03/people-have-spent-over-1m-buying-virtual-cats-on-the-ethereum-blockchain/) from the original on 9 December 2019. Retrieved 3 December 2023.

1. **[^](#cite_ref-45)** * ["CryptoKitties Mania Overwhelms Ethereum Network's Processing"](https://www.bloomberg.com/news/articles/2017-12-04/cryptokitties-quickly-becomes-most-widely-used-ethereum-app). *Bloomberg.com*. 4 December 2017. [Archived](https://web.archive.org/web/20211117195545/https://www.bloomberg.com/news/articles/2017-12-04/cryptokitties-quickly-becomes-most-widely-used-ethereum-app) from the original on 17 November 2021. Retrieved 3 December 2023. - Wong, Joon Ian (4 December 2017). ["CryptoKitties is jamming up the ethereum network"](https://qz.com/1145833/cryptokitties-is-causing-ethereum-network-congestion). *Quartz*. [Archived](https://web.archive.org/web/20180715082247/https://qz.com/1145833/cryptokitties-is-causing-ethereum-network-congestion/) from the original on 15 July 2018. Retrieved 3 December 2023. - Schroeder, Stan (4 December 2017). ["CryptoKitties is Ethereum's hit game, but it's threatening the entire network"](https://mashable.com/article/cryptokitties-ethereum). *Mashable*. [Archived](https://web.archive.org/web/20231203090640/https://mashable.com/article/cryptokitties-ethereum) from the original on 3 December 2023. Retrieved 3 December 2023. - ["CryptoKitties, a game about digital cats, is bringing cryptocurrencies to the mainstream"](https://www.foxnews.com/tech/cryptokitties-a-game-about-digital-cats-is-bringing-cryptocurrencies-to-the-mainstream). *Fox News*. 14 December 2017. [Archived](https://web.archive.org/web/20231203093426/https://www.foxnews.com/tech/cryptokitties-a-game-about-digital-cats-is-bringing-cryptocurrencies-to-the-mainstream) from the original on 3 December 2023. Retrieved 3 December 2023.

1. **[^](#cite_ref-46)** * Butler, Michael (3 June 2021). ["This local technologist made Philly the birthplace of the leading NFT standard"](https://technical.ly/software-development/nft-william-entriken-standard/). *Technical.ly*. [Archived](https://web.archive.org/web/20231128085000/https://technical.ly/software-development/nft-william-entriken-standard/) from the original on 28 November 2023. Retrieved 3 December 2023. - ["ERC-721: Non-Fungible Token Standard"](https://eips.ethereum.org/EIPS/eip-721). *Ethereum Improvement Proposals*. [Archived](https://web.archive.org/web/20211122180351/https://eips.ethereum.org/EIPS/eip-721) from the original on 22 November 2021. Retrieved 3 December 2023. - Sherwood, Sonja. ["40 unded 40 -William Entriken"](https://drexelmagazine.org/2022/william-entriken/). *Drexel Magazine*. [Archived](https://web.archive.org/web/20231128085333/https://drexelmagazine.org/2022/william-entriken/) from the original on 28 November 2023. Retrieved 3 December 2023.

1. **[^](#cite_ref-47)** * Madine, Mohammad; Salah, Khaled; Jayaraman, Raja; Battah, Ammar; Hasan, Haya; Yaqoob, Ibrar (2022). ["Blockchain and NFTs for Time-Bound Access and Monetization of Private Data"](https://doi.org/10.1109%2FACCESS.2022.3204274). *IEEE Access*. **10**: 94186–94202. [Bibcode](/source/Bibcode_(identifier)):[2022IEEEA..1094186M](https://ui.adsabs.harvard.edu/abs/2022IEEEA..1094186M). [doi](/source/Doi_(identifier)):[10.1109/ACCESS.2022.3204274](https://doi.org/10.1109%2FACCESS.2022.3204274). [S2CID](/source/S2CID_(identifier)) [252094824](https://api.semanticscholar.org/CorpusID:252094824). - Regner, Ferdinand; Urbach, Nils; Schweizer, André. ["NFTs in Practice – Non-Fungible Tokens as Core Component of a Blockchain-based Event Ticketing Application"](https://core.ac.uk/display/301384284). *ICIS 2019 Proceedings*. [Archived](https://web.archive.org/web/20220523095020/https://core.ac.uk/display/301384284) from the original on 23 May 2022. Retrieved 3 December 2023. - Bamakan, Seyed Mojtaba Hosseini; Nezhadsistani, Nasim; Bodaghi, Omid; Qu, Qiang (9 February 2022). ["Patents and intellectual property assets as non-fungible tokens; key technologies and challenges"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). *Scientific Reports*. **12** (1): 2178. [arXiv](/source/ArXiv_(identifier)):[2304.10490](https://arxiv.org/abs/2304.10490). [Bibcode](/source/Bibcode_(identifier)):[2022NatSR..12.2178B](https://ui.adsabs.harvard.edu/abs/2022NatSR..12.2178B). [doi](/source/Doi_(identifier)):[10.1038/s41598-022-05920-6](https://doi.org/10.1038%2Fs41598-022-05920-6). [ISSN](/source/ISSN_(identifier)) [2045-2322](https://search.worldcat.org/issn/2045-2322). [PMC](/source/PMC_(identifier)) [8828876](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). [PMID](/source/PMID_(identifier)) [35140251](https://pubmed.ncbi.nlm.nih.gov/35140251).

1. **[^](#cite_ref-48)** - Bamakan, Seyed Mojtaba Hosseini; Nezhadsistani, Nasim; Bodaghi, Omid; Qu, Qiang (9 February 2022). ["Patents and intellectual property assets as non-fungible tokens; key technologies and challenges"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). *Scientific Reports*. **12** (1): 2178. [arXiv](/source/ArXiv_(identifier)):[2304.10490](https://arxiv.org/abs/2304.10490). [Bibcode](/source/Bibcode_(identifier)):[2022NatSR..12.2178B](https://ui.adsabs.harvard.edu/abs/2022NatSR..12.2178B). [doi](/source/Doi_(identifier)):[10.1038/s41598-022-05920-6](https://doi.org/10.1038%2Fs41598-022-05920-6). [ISSN](/source/ISSN_(identifier)) [2045-2322](https://search.worldcat.org/issn/2045-2322). [PMC](/source/PMC_(identifier)) [8828876](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). [PMID](/source/PMID_(identifier)) [35140251](https://pubmed.ncbi.nlm.nih.gov/35140251). - Karadag, Bulut; Akbulut, Akhan; Zaim, Abdul Halim (2022). "A Review on Blockchain Applications in Fintech Ecosystem". *2022 International Conference on Advanced Creative Networks and Intelligent Systems (ICACNIS)*. pp. 1–5. [doi](/source/Doi_(identifier)):[10.1109/ICACNIS57039.2022.10054910](https://doi.org/10.1109%2FICACNIS57039.2022.10054910). [ISBN](/source/ISBN_(identifier)) [979-8-3503-3444-9](https://en.wikipedia.org/wiki/Special:BookSources/979-8-3503-3444-9). [S2CID](/source/S2CID_(identifier)) [257313812](https://api.semanticscholar.org/CorpusID:257313812). - ["Ethereum Crash Course"](https://fortune.com/crash-course/ethereum/). *Fortune*. Retrieved 3 December 2023.[*[permanent dead link](https://en.wikipedia.org/wiki/Wikipedia:Link_rot)*] - Ostroff, Caitlin (8 May 2021). ["The NFT Origin Story, Starring Digital Cats"](https://www.wsj.com/articles/the-nft-origin-story-starring-digital-cats-11620446425). *Wall Street Journal*. [ISSN](/source/ISSN_(identifier)) [0099-9660](https://search.worldcat.org/issn/0099-9660). [Archived](https://web.archive.org/web/20211212195446/https://www.wsj.com/articles/the-nft-origin-story-starring-digital-cats-11620446425) from the original on 12 December 2021. Retrieved 3 December 2023.

1. **[^](#cite_ref-fortune20180108_49-0)** Shen, Lucinda (8 January 2018). ["Ethereum Regains Title as Second Most Valuable Cryptocurrency Behind Bitcoin"](https://fortune.com/2018/01/08/ethereum-price-ripple-price-bitcoin-xrp/). *[Fortune](/source/Fortune_(magazine))*. Fortune Media IP Limited. [Archived](https://web.archive.org/web/20180108225210/https://fortune.com/2018/01/08/ethereum-price-ripple-price-bitcoin-xrp/) from the original on 8 January 2018. Retrieved 26 December 2020.

1. **[^](#cite_ref-50)** Ransom, Jan (2 December 2019). ["He Gave a Cryptocurrency Talk in North Korea. The U.S. Arrested Him"](https://www.nytimes.com/2019/12/02/nyregion/north-korea-virgil-griffin-cyptocurrency-arrest.html). *[The New York Times](/source/The_New_York_Times)*. [Archived](https://web.archive.org/web/20201122044240/https://www.nytimes.com/2019/12/02/nyregion/north-korea-virgil-griffin-cyptocurrency-arrest.html) from the original on 22 November 2020. Retrieved 12 January 2021.

1. **[^](#cite_ref-51)** ["Cryptocurrency expert pleads guilty to conspiring to help North Korea dodge sanctions"](https://www.washingtonpost.com/national-security/griffith-korea-cryptocurrency-plea/2021/09/27/2da04ad2-1fc6-11ec-b3d6-8cdebe60d3e2_story.html). *[Washington Post](/source/Washington_Post)*. [Archived](https://web.archive.org/web/20211217194804/https://www.washingtonpost.com/national-security/griffith-korea-cryptocurrency-plea/2021/09/27/2da04ad2-1fc6-11ec-b3d6-8cdebe60d3e2_story.html) from the original on 17 December 2021. Retrieved 24 January 2022.

1. **[^](#cite_ref-fortune20210329_52-0)** Hackett, Robert (29 March 2021). ["That settles it: Visa is making life way easier for crypto businesses"](https://fortune.com/2021/03/29/visa-crypto-business/). *[Fortune](/source/Fortune_(magazine))*. [Archived](https://web.archive.org/web/20210505181925/https://fortune.com/2021/03/29/visa-crypto-business/) from the original on 5 May 2021. Retrieved 5 August 2021.

1. **[^](#cite_ref-fortune20210413_53-0)** Morris, David Z. (13 April 2021). ["Ethereum: Mastercard, UBS, and J.P. Morgan pour $65 million into crypto startup studio Consensys"](https://fortune.com/2021/04/13/ethereum-crypto-google-mastercard-ubs-jp-morgan-funding/). *[Fortune](/source/Fortune_(magazine))*. [Archived](https://web.archive.org/web/20210430070622/https://fortune.com/2021/04/13/ethereum-crypto-google-mastercard-ubs-jp-morgan-funding/) from the original on 30 April 2021. Retrieved 5 August 2021.

1. **[^](#cite_ref-bi20210413_54-0)** ["Ether rallies to all-time high above $2,200 ahead of Coinbase listing, Berlin hard fork"](https://markets.businessinsider.com/currencies/news/ether-price-all-time-high-coinbase-listing-berlin-hard-fork-2021-4-1030300075). *markets.businessinsider.com*. 13 April 2021. [Archived](https://web.archive.org/web/20210418043959/https://markets.businessinsider.com/currencies/news/ether-price-all-time-high-coinbase-listing-berlin-hard-fork-2021-4-1030300075) from the original on 18 April 2021. Retrieved 18 April 2021.

1. **[^](#cite_ref-cnbc20210805_55-0)** Sigalos, MacKenzie (5 August 2021). ["Ethereum just activated its 'London' hard fork, and it's a really big deal"](https://www.msn.com/en-us/money/markets/ethereum-just-activated-its-london-hard-fork-and-its-a-really-big-deal/ar-AAMYsaT). *[CNBC](/source/CNBC)*. [Archived](https://web.archive.org/web/20210805171459/https://www.msn.com/en-us/money/markets/ethereum-just-activated-its-london-hard-fork-and-its-a-really-big-deal/ar-AAMYsaT) from the original on 5 August 2021. Retrieved 5 August 2021.

1. **[^](#cite_ref-bloomberg20210307_56-0)** ["Crypto Coin Outperforming Bitcoin Is About to See Supply Reduced"](https://www.bloomberg.com/news/articles/2021-03-07/crypto-coin-outperforming-bitcoin-is-about-to-see-supply-reduced). *Bloomberg.com*. 7 March 2021. [Archived](https://web.archive.org/web/20210418155000/https://www.bloomberg.com/news/articles/2021-03-07/crypto-coin-outperforming-bitcoin-is-about-to-see-supply-reduced) from the original on 18 April 2021. Retrieved 18 April 2021.

1. **[^](#cite_ref-bloom20210827_57-0)** Mehrotra, Kartikay (28 August 2021). ["Most Used Blockchain Averts Crisis After Software Flaw Is Fixed"](https://www.bloomberg.com/news/articles/2021-08-27/most-used-blockchain-averts-crisis-after-software-flaw-is-fixed?srnd=technology-vp). *Bloomberg*. [Archived](https://web.archive.org/web/20210828083153/https://www.bloomberg.com/news/articles/2021-08-27/most-used-blockchain-averts-crisis-after-software-flaw-is-fixed?srnd=technology-vp) from the original on 28 August 2021. Retrieved 28 August 2021.

1. **[^](#cite_ref-58)** ["The history of Ethereum"](https://ethereum.org/en/history/). *Ethereum.org*. Retrieved 18 March 2025.

1. **[^](#cite_ref-59)** ["The Merge"](https://ethereum.org/en/roadmap/merge/). *The Merge*. Retrieved 18 March 2025.

1. **[^](#cite_ref-eip4844_60-0)** [Buterin, Vitalik](/source/Vitalik_Buterin); Feist, Dankrad; Loerakker, Diederik; Kadianakis, George; Garnett, Matt; Taiwo, Mofi; Dietrichs, Ansgar (25 February 2022). ["EIP-4844: Shard Blob Transactions"](https://eips.ethereum.org/EIPS/eip-4844). *Ethereum Improvement Proposals*. [Archived](https://web.archive.org/web/20260515003627/https://eips.ethereum.org/EIPS/eip-4844) from the original on 15 May 2026.

1. **[^](#cite_ref-61)** Bambysheva, Nina. ["Ethereum's Dencun Upgrade: A Leap Toward Cheaper Decentralized Applications"](https://www.forbes.com/sites/digital-assets/2024/03/14/ehereums-dencun-upgrade-a-leap-toward-cheaper-decentralized-applications/). *[Forbes](/source/Forbes)*. [Archived](https://web.archive.org/web/20240403010003/https://www.forbes.com/sites/digital-assets/2024/03/14/ehereums-dencun-upgrade-a-leap-toward-cheaper-decentralized-applications/) from the original on 3 April 2024. Retrieved 3 April 2024.

1. **[^](#cite_ref-eip7702_62-0)** [Buterin, Vitalik](/source/Vitalik_Buterin); Wilson, Sam; Dietrichs, Ansgar; Garnett, Matt (7 May 2024). ["EIP-7702: Set Code for EOAs"](https://eips.ethereum.org/EIPS/eip-7702). *Ethereum Improvement Proposals*. [Archived](https://web.archive.org/web/20251231100132/https://eips.ethereum.org/EIPS/eip-7702) from the original on 31 December 2025.

1. **[^](#cite_ref-63)** ["Timeline of all Ethereum forks (2014 to present)"](https://ethereum.org/ethereum-forks/). *ethereum.org*. [Archived](https://web.archive.org/web/20260424023044/https://ethereum.org/ethereum-forks/) from the original on 24 April 2026. Retrieved 20 May 2026.

1. **[^](#cite_ref-64)** ["Networking Layer"](https://ethereum.org/en/developers/docs/networking-layer/). *Ethereum.org*. Retrieved 25 May 2024.

1. **[^](#cite_ref-65)** ["Blocks"](https://ethereum.org/en/developers/docs/blocks/). *Ethereum.org*. Retrieved 25 May 2024.

1. **[^](#cite_ref-66)** ["Nodes and Clients"](https://ethereum.org/en/developers/docs/nodes-and-clients/). *Ethereum.org*. Retrieved 25 May 2024.

1. **[^](#cite_ref-67)** ["Ethereum Virtual Machine (EVM)"](https://ethereum.org/en/developers/docs/evm/). *Ethereum.org*. Retrieved 25 May 2024.

1. **[^](#cite_ref-68)** ["What is Staking?"](https://consensys.io/blog/what-is-staking). *Consensys.io*. Retrieved 25 May 2024.

1. ^ [***a***](#cite_ref-NYTEVCRB_69-0) [***b***](#cite_ref-NYTEVCRB_69-1) Popper, Nathaniel (27 March 2016). ["Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's"](https://www.nytimes.com/2016/03/28/business/dealbook/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html). *[The New York Times](/source/The_New_York_Times)*. [Archived](https://web.archive.org/web/20160724214904/http://www.nytimes.com/2016/03/28/business/dealbook/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html) from the original on 24 July 2016. Retrieved 2 September 2016.

1. **[^](#cite_ref-70)** Chavez-Dreyfuss, Gertrude (5 February 2021). ["Ether seeks to escape bitcoin's shadow with CME futures launch"](https://www.reuters.com/article/us-crypto-currency-ethereum/ether-seeks-to-escape-bitcoins-shadow-with-cme-futures-launch-idUKKBN2A52BC). *Reuters*. [Archived](https://web.archive.org/web/20210805171536/https://www.reuters.com/article/us-crypto-currency-ethereum/ether-seeks-to-escape-bitcoins-shadow-with-cme-futures-launch-idUKKBN2A52BC) from the original on 5 August 2021. Retrieved 8 February 2021.

1. **[^](#cite_ref-bloomberg20201125_71-0)** ["Ethereum Upgrade Adds to Crypto Mania Sparked by Bitcoin's Surge"](https://www.bloomberg.com/news/articles/2020-11-25/ethereum-upgrade-adds-to-crypto-mania-sparked-by-bitcoin-s-surge). *Bloomberg.com*. 25 November 2020. [Archived](https://web.archive.org/web/20201128213844/https://www.bloomberg.com/news/articles/2020-11-25/ethereum-upgrade-adds-to-crypto-mania-sparked-by-bitcoin-s-surge) from the original on 28 November 2020. Retrieved 28 November 2020.

1. **[^](#cite_ref-72)** ["Introduction to Smart Contracts"](https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html). *SolidityLang.org*. [Archived](https://web.archive.org/web/20210127220919/https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html) from the original on 27 January 2021. Retrieved 19 January 2021.

1. **[^](#cite_ref-73)** ["How Ethereum address are derived (EOAs, CREATE, and CREATE2)"](https://rareskills.io/post/ethereum-address-derivation). *RareSkills*. 2025. Retrieved 7 November 2025.

1. **[^](#cite_ref-DEBA20_74-0)** Triantafyllidis, Nikolaos Petros (19 February 2016). "The Ethereum Project: Ethereum History". Developing an Ethereum Blockchain Application (Report). University of Amsterdam. p. 20.

1. **[^](#cite_ref-75)** de Azevedo Sousa, José Eduardo (2020). ["An analysis of the fees and pending time correlation in Ethereum"](http://dl.ifip.org/db/conf/lanoms/lanoms2019/196411_1.pdf) (PDF). *International Journal of Network Management* (e2113). [Archived](https://web.archive.org/web/20200709090818/http://dl.ifip.org/db/conf/lanoms/lanoms2019/196411_1.pdf) (PDF) from the original on 9 July 2020. Retrieved 14 October 2020.

1. **[^](#cite_ref-Peck20160528_76-0)** Peck, M. (28 May 2016). ["Ethereum's $150-Million Blockchain-Powered Fund Opens Just as Researchers Call For a Halt"](https://spectrum.ieee.org/ethereums-150-million-dollar-dao-opens-for-business-just-as-researchers-call-for-a-moratorium). *[IEEE Spectrum](/source/IEEE_Spectrum)*. [Institute of Electrical and Electronics Engineers](/source/Institute_of_Electrical_and_Electronics_Engineers). [Archived](https://web.archive.org/web/20160530202345/https://spectrum.ieee.org/tech-talk/computing/networks/ethereums-150-million-dollar-dao-opens-for-business-just-as-researchers-call-for-a-moratorium) from the original on 30 May 2016.

1. **[^](#cite_ref-forbes20200728_77-0)** Castillo, Michael del. ["Ethereum's First ICO Blazes Trail To A World Without Bosses"](https://www.forbes.com/sites/michaeldelcastillo/2020/07/28/ethereums-first-ico-blazes-trail-to-a-world-without-bosses/?sh=4d6c90035a18). *Forbes*. [Archived](https://web.archive.org/web/20210805171458/https://www.forbes.com/sites/michaeldelcastillo/2020/07/28/ethereums-first-ico-blazes-trail-to-a-world-without-bosses/?sh=30bfc5bc5a18) from the original on 5 August 2021. Retrieved 29 December 2020.

1. **[^](#cite_ref-78)** Volpicelli, Gian (24 February 2021). ["The bitcoin elite are spending millions on collectable memes"](https://www.wired.co.uk/article/crypto-art-nft). *Wired UK*. [Archived](https://web.archive.org/web/20210805171459/https://www.wired.co.uk/article/crypto-art-nft) from the original on 5 August 2021. Retrieved 25 February 2021.

1. **[^](#cite_ref-79)** Browne, Ryan (25 February 2021). ["Why people are buying crypto art and sports memorabilia for thousands of dollars"](https://www.cnbc.com/2021/02/25/nfts-why-digital-art-and-sports-collectibles-are-suddenly-so-popular.html). *CNBC*. [Archived](https://web.archive.org/web/20210225215425/https://www.cnbc.com/2021/02/25/nfts-why-digital-art-and-sports-collectibles-are-suddenly-so-popular.html) from the original on 25 February 2021. Retrieved 25 February 2021.

1. **[^](#cite_ref-80)** - Bamakan, Seyed Mojtaba Hosseini; Nezhadsistani, Nasim; Bodaghi, Omid; Qu, Qiang (9 February 2022). ["Patents and intellectual property assets as non-fungible tokens; key technologies and challenges"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). *Scientific Reports*. **12** (1): 2178. [arXiv](/source/ArXiv_(identifier)):[2304.10490](https://arxiv.org/abs/2304.10490). [Bibcode](/source/Bibcode_(identifier)):[2022NatSR..12.2178B](https://ui.adsabs.harvard.edu/abs/2022NatSR..12.2178B). [doi](/source/Doi_(identifier)):[10.1038/s41598-022-05920-6](https://doi.org/10.1038%2Fs41598-022-05920-6). [ISSN](/source/ISSN_(identifier)) [2045-2322](https://search.worldcat.org/issn/2045-2322). [PMC](/source/PMC_(identifier)) [8828876](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8828876). [PMID](/source/PMID_(identifier)) [35140251](https://pubmed.ncbi.nlm.nih.gov/35140251). - Arcenegui, Javier; Arjona, Rosario; Baturone, Iluminada (11 August 2023). ["Non-Fungible Tokens Based on ERC-4519 for the Rental of Smart Homes"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10459112). *Sensors (Basel, Switzerland)*. **23** (16): 7101. [Bibcode](/source/Bibcode_(identifier)):[2023Senso..23.7101A](https://ui.adsabs.harvard.edu/abs/2023Senso..23.7101A). [doi](/source/Doi_(identifier)):[10.3390/s23167101](https://doi.org/10.3390%2Fs23167101). [ISSN](/source/ISSN_(identifier)) [1424-8220](https://search.worldcat.org/issn/1424-8220). [PMC](/source/PMC_(identifier)) [10459112](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10459112). [PMID](/source/PMID_(identifier)) [37631638](https://pubmed.ncbi.nlm.nih.gov/37631638). - Sitaru, Sebastian; Kaczmarczyk, Robert; Zink, Alexander (20 December 2022). ["Nonfungible tokens (NFTs) in dermatology and health care: A guide for health care professionals"](https://doi.org/10.1002%2Fjvc2.95). *JEADV Clinical Practice*. **2** (1): 32–37. [doi](/source/Doi_(identifier)):[10.1002/jvc2.95](https://doi.org/10.1002%2Fjvc2.95). [ISSN](/source/ISSN_(identifier)) [2768-6566](https://search.worldcat.org/issn/2768-6566). [S2CID](/source/S2CID_(identifier)) [254965788](https://api.semanticscholar.org/CorpusID:254965788). - Di Angelo, Monika; Salzer, Gernot (1 September 2023). ["Identification of token contracts on Ethereum: standard compliance and beyond"](https://doi.org/10.1007%2Fs41060-021-00281-1). *International Journal of Data Science and Analytics*. **16** (3): 333–352. [doi](/source/Doi_(identifier)):[10.1007/s41060-021-00281-1](https://doi.org/10.1007%2Fs41060-021-00281-1). [ISSN](/source/ISSN_(identifier)) [2364-4168](https://search.worldcat.org/issn/2364-4168). [S2CID](/source/S2CID_(identifier)) [239710307](https://api.semanticscholar.org/CorpusID:239710307). - Karadag, Bulut; Akbulut, Akhan; Zaim, Abdul Halim (2022). "A Review on Blockchain Applications in Fintech Ecosystem". *2022 International Conference on Advanced Creative Networks and Intelligent Systems (ICACNIS)*. pp. 1–5. [doi](/source/Doi_(identifier)):[10.1109/ICACNIS57039.2022.10054910](https://doi.org/10.1109%2FICACNIS57039.2022.10054910). [ISBN](/source/ISBN_(identifier)) [979-8-3503-3444-9](https://en.wikipedia.org/wiki/Special:BookSources/979-8-3503-3444-9). [S2CID](/source/S2CID_(identifier)) [257313812](https://api.semanticscholar.org/CorpusID:257313812).

1. **[^](#cite_ref-81)** - Upson, Sandra. ["The 10,000 Faces That Launched an NFT Revolution"](https://www.wired.com/story/the-10000-faces-that-launched-an-nft-revolution/). *Wired*. [ISSN](/source/ISSN_(identifier)) [1059-1028](https://search.worldcat.org/issn/1059-1028). [Archived](https://web.archive.org/web/20231203081355/https://www.wired.com/story/the-10000-faces-that-launched-an-nft-revolution/) from the original on 3 December 2023. Retrieved 3 December 2023. - Ross, Dian; Cretu, Edmond; Lemieux, Victoria (2021). "NFTS: Tulip Mania or Digital Renaissance?". *2021 IEEE International Conference on Big Data (Big Data)*. pp. 2262–2272. [doi](/source/Doi_(identifier)):[10.1109/BigData52589.2021.9671707](https://doi.org/10.1109%2FBigData52589.2021.9671707). [ISBN](/source/ISBN_(identifier)) [978-1-6654-3902-2](https://en.wikipedia.org/wiki/Special:BookSources/978-1-6654-3902-2). [S2CID](/source/S2CID_(identifier)) [245956102](https://api.semanticscholar.org/CorpusID:245956102).

1. **[^](#cite_ref-82)** ["The Cult of CryptoPunks"](https://techcrunch.com/2021/04/08/the-cult-of-cryptopunks/). *TechCrunch*. 8 April 2021. [Archived](https://web.archive.org/web/20210506142353/https://techcrunch.com/2021/04/08/the-cult-of-cryptopunks/) from the original on 6 May 2021. Retrieved 10 July 2021.

1. **[^](#cite_ref-83)** Gerlis, Melanie (18 February 2021). ["Christie's gets digital with the art world's non-fungible craze"](https://www.ft.com/content/d7523a73-8aa3-40eb-8b3d-bf27cd2494a0). *Financial Times*. [Archived](https://web.archive.org/web/20210223121018/https://www.ft.com/content/d7523a73-8aa3-40eb-8b3d-bf27cd2494a0) from the original on 23 February 2021. Retrieved 25 February 2021. - Ostroff, Kelly Crow and Caitlin (11 March 2021). ["Beeple NFT Fetches Record-Breaking $69 Million in Christie's Sale"](https://www.wsj.com/articles/beeple-nft-fetches-record-breaking-69-million-in-christies-sale-11615477732). *The Wall Street Journal*. [Archived](https://web.archive.org/web/20210312000517/https://www.wsj.com/articles/beeple-nft-fetches-record-breaking-69-million-in-christies-sale-11615477732) from the original on 12 March 2021. Retrieved 12 March 2021.

1. **[^](#cite_ref-84)** Ravenscraft, Eric (12 March 2022). ["NFTs Don't Work the Way You Might Think They Do"](https://www.wired.com/story/nfts-dont-work-the-way-you-think-they-do/). Wired. [Archived](https://web.archive.org/web/20221110175053/https://www.wired.com/story/nfts-dont-work-the-way-you-think-they-do/) from the original on 10 November 2022. Retrieved 5 April 2022.

1. **[^](#cite_ref-forbes20190426_85-0)** Kauflin, Jeff. ["Why Everyone in Crypto Is Talking About DeFi"](https://www.forbes.com/sites/jeffkauflin/2019/04/26/why-everyone-in-crypto-is-talking-about-defi/). *Forbes*. [Archived](https://web.archive.org/web/20200731011732/https://www.forbes.com/sites/jeffkauflin/2019/04/26/why-everyone-in-crypto-is-talking-about-defi/) from the original on 31 July 2020. Retrieved 25 July 2020.

1. **[^](#cite_ref-bloomberg20200902_86-0)** ["MetaMask's Blockchain Mobile App Opens Doors For Next-Level Web"](https://www.bloomberg.com/news/articles/2020-09-02/metamask-s-blockchain-mobile-app-opens-doors-for-next-level-web). *Bloomberg.com*. 2 September 2020. [Archived](https://web.archive.org/web/20200909151447/https://www.bloomberg.com/news/articles/2020-09-02/metamask-s-blockchain-mobile-app-opens-doors-for-next-level-web) from the original on 9 September 2020. Retrieved 19 April 2021.

1. **[^](#cite_ref-bloomberg20200826_87-0)** ["Why 'DeFi' Utopia Would Be Finance Without Financiers: QuickTake"](https://www.bloomberg.com/news/articles/2020-08-26/why-defi-utopia-would-be-finance-without-financiers-quicktake). *Bloomberg*. 26 August 2020. [Archived](https://web.archive.org/web/20201015185528/https://www.bloomberg.com/news/articles/2020-08-26/why-defi-utopia-would-be-finance-without-financiers-quicktake) from the original on 15 October 2020. Retrieved 6 October 2020.

1. **[^](#cite_ref-fortune20200825_88-0)** ["Crypto soars again as traders embrace 'DeFi' and 'yield farming'—but some see echoes of the 2017 bubble"](https://fortune.com/2020/08/25/crypto-defi-yield-farming-bitcoin/). *[Fortune](/source/Fortune_(magazine))*. 25 August 2020. [Archived](https://web.archive.org/web/20210525023737/https://fortune.com/2020/08/25/crypto-defi-yield-farming-bitcoin/) from the original on 25 May 2021. Retrieved 11 May 2021.

1. **[^](#cite_ref-forbes20201018_89-0)** Konrad, Alex. ["These Young Investors Are Still Betting Big On Crypto – And Are Taking Harvard And Stanford Along For The Ride"](https://www.forbes.com/sites/alexkonrad/2020/10/18/these-young-investors-betting-big-on-crypto-are-taking-harvard-and-stanford-along-for-the-ride/#5642b5e04212). *Forbes*. [Archived](https://web.archive.org/web/20201020223725/https://www.forbes.com/sites/alexkonrad/2020/10/18/these-young-investors-betting-big-on-crypto-are-taking-harvard-and-stanford-along-for-the-ride/#5642b5e04212) from the original on 20 October 2020. Retrieved 21 October 2020.

1. ^ [***a***](#cite_ref-Zcash_90-0) [***b***](#cite_ref-Zcash_90-1) Ehrlich, Steven. ["Leading 'Privacy Coin' Zcash Poised For Growth Following Placement On Ethereum"](https://www.forbes.com/sites/stevenehrlich/2020/10/29/leading-privacy-coin-zcash-poised-for-growth-following-placement-on-ethereum). *Forbes*. [Archived](https://web.archive.org/web/20210503161154/https://www.forbes.com/sites/stevenehrlich/2020/10/29/leading-privacy-coin-zcash-poised-for-growth-following-placement-on-ethereum/) from the original on 3 May 2021. Retrieved 2 November 2020.

1. **[^](#cite_ref-91)** [https://finance.yahoo.com/news/aave-hands-lens-mask-network-142856816.html](https://finance.yahoo.com/news/aave-hands-lens-mask-network-142856816.html)

1. **[^](#cite_ref-renamed_from_20170228_on_20210805181819_92-0)** ["Big Business Giants From Microsoft to J.P. Morgan Are Getting Behind Ethereum"](http://fortune.com/2017/02/28/ethereum-jpmorgan-microsoft-alliance/). *[Fortune](/source/Fortune_(magazine))*. [Archived](https://web.archive.org/web/20170929173431/http://fortune.com/2017/02/28/ethereum-jpmorgan-microsoft-alliance/) from the original on 29 September 2017. Retrieved 8 November 2017.

1. **[^](#cite_ref-93)** ["Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)"](http://gtr.rcuk.ac.uk/projects?ref=720735). *[Innovate UK](/source/Innovate_UK)*. [Archived](https://web.archive.org/web/20160504022052/http://gtr.rcuk.ac.uk/projects?ref=720735) from the original on 4 May 2016.

1. **[^](#cite_ref-renamed_from_20200219_on_20210805181819_94-0)** Castillo, Michael del. ["Blockchain 50"](https://www.forbes.com/sites/michaeldelcastillo/2020/02/19/blockchain-50/?sh=219e535d7553). *Forbes*. [Archived](https://web.archive.org/web/20210805171547/https://www.forbes.com/sites/michaeldelcastillo/2020/02/19/blockchain-50/?sh=1907a8e7553d) from the original on 5 August 2021. Retrieved 4 December 2020.

1. **[^](#cite_ref-bloomberg20201203_95-0)** ["Beyond Bitcoin: These Cryptocurrencies Are Doing Even Better"](https://www.bloomberg.com/news/articles/2020-12-03/ethereum-xet-xrp-litecoin-xlc-cryptocurrency-alternative-to-bitcoin-btc). *Bloomberg.com*. 3 December 2020. [Archived](https://web.archive.org/web/20201204053050/https://www.bloomberg.com/news/articles/2020-12-03/ethereum-xet-xrp-litecoin-xlc-cryptocurrency-alternative-to-bitcoin-btc) from the original on 4 December 2020. Retrieved 4 December 2020.

1. **[^](#cite_ref-96)** ["JP Morgan's Quorum blockchain powers new correspondent banking network " Banking Technology"](http://www.bankingtech.com/1037032/jp-morgans-quorum-blockchain-powers-new-correspondent-banking-network/). *www.bankingtech.com*. 18 October 2017. [Archived](https://web.archive.org/web/20171109080854/http://www.bankingtech.com/1037032/jp-morgans-quorum-blockchain-powers-new-correspondent-banking-network/) from the original on 9 November 2017. Retrieved 8 November 2017.

1. **[^](#cite_ref-fortune20161014_97-0)** Hackett, Robert (4 October 2016). ["Why J.P. Morgan Chase Is Building a Blockchain on Ethereum"](http://fortune.com/2016/10/04/jp-morgan-chase-blockchain-ethereum-quorum/). *[Fortune](/source/Fortune_(magazine))*. [Archived](https://web.archive.org/web/20170202033844/http://fortune.com/2016/10/04/jp-morgan-chase-blockchain-ethereum-quorum/) from the original on 2 February 2017.

1. **[^](#cite_ref-98)** Murphy, Hannah (19 October 2018). ["The rise and fall of Ethereum"](https://www.ft.com/content/a8d2c280-d2b6-11e8-a9f2-7574db66bcd5). *Financial Times*. London: The Financial Times Ltd. [Archived](https://web.archive.org/web/20181019122440/https://www.ft.com/content/a8d2c280-d2b6-11e8-a9f2-7574db66bcd5) from the original on 19 October 2018. Retrieved 19 October 2018.

1. **[^](#cite_ref-99)** Vitalik Buterin. ["Merkling in Ethereum"](https://blog.ethereum.org/2015/11/15/merkling-in-ethereum). *Ethereum.org*. [Archived](https://web.archive.org/web/20171208014152/https://blog.ethereum.org/2015/11/15/merkling-in-ethereum/) from the original on 8 December 2017. Retrieved 12 January 2018.

1. **[^](#cite_ref-100)** Joon Ian Wong (4 December 2017). ["The Ethereum network is getting jammed up because people are rushing to buy cartoon cats on its blockchain"](https://qz.com/1145833/cryptokitties-is-causing-ethereum-network-congestion/). *QZ.com*. [Archived](https://web.archive.org/web/20210805171535/https://qz.com/1145833/cryptokitties-is-causing-ethereum-network-congestion/) from the original on 5 August 2021. Retrieved 15 July 2018.

1. **[^](#cite_ref-101)** ["How New Blockchain Tech Aims to Ease Ethereum's Growing Pains"](https://www.bloomberg.com/news/articles/2021-12-03/how-new-blockchain-tech-aims-to-ease-ethereum-s-growing-pains). *Bloomberg*. 3 December 2021. Retrieved 10 November 2025.

1. **[^](#cite_ref-102)** Neureuter, Jack (11 May 2023). ["The Rise of Layer 2 Scaling on Ethereum"](https://www.fidelitydigitalassets.com/research-and-insights/rise-layer-2-scaling-ethereum). *Fidelity Digital Assets*. Retrieved 10 November 2025.

1. **[^](#cite_ref-103)** Neureuter, Jack (11 May 2023). ["The Rise of Layer 2 Scaling on Ethereum"](https://www.fidelitydigitalassets.com/research-and-insights/rise-layer-2-scaling-ethereum). *Fidelity Digital Assets*. Retrieved 10 November 2025.

1. **[^](#cite_ref-104)** Goldman, Daniel (6 June 2025). ["What Is Layer 2? Your Guide To Blockchain Scaling And Faster Transactions"](https://www.forbes.com/sites/digital-assets/article/what-is-layer-2/). *Forbes*. Retrieved 10 November 2025.

1. **[^](#cite_ref-105)** Brody, Paul (2023). *Ethereum for Business*. Wiley. [ISBN](/source/ISBN_(identifier)) [978-1954892101](https://en.wikipedia.org/wiki/Special:BookSources/978-1954892101).

1. **[^](#cite_ref-106)** Goldman, Daniel (6 June 2025). ["What Is Layer 2? Your Guide To Blockchain Scaling And Faster Transactions"](https://www.forbes.com/sites/digital-assets/article/what-is-layer-2/). *Forbes*. Retrieved 10 November 2025.

1. **[^](#cite_ref-107)** Ronis, Jared (13 October 2023). ["Understanding Ethereum's Layer 1 and Layer 2: Differences, Adoption, and Drawbacks"](https://www.wilsoncenter.org/article/understanding-ethereums-layer-1-and-layer-2-differences-adoption-and-drawbacks). *Wilson Center*. Retrieved 11 November 2025.

1. **[^](#cite_ref-108)** ["Remarks of Commissioner Chakrabarty on Digital Assets"](https://www.cftc.gov/PressRoom/SpeechesTestimony/opachakrabarty3). Commodity Futures Trading Commission. October 2023. Retrieved 26 March 2025.

1. **[^](#cite_ref-109)** ["Bitcoin Basics"](https://www.cftc.gov/sites/default/files/2019-12/oceo_bitcoinbasics0218.pdf) (PDF). Commodity Futures Trading Commission. December 2019. [Archived](https://web.archive.org/web/20221001004602/https://www.cftc.gov/sites/default/files/2019-12/oceo_bitcoinbasics0218.pdf) (PDF) from the original on 1 October 2022. Retrieved 21 December 2022.

1. **[^](#cite_ref-110)** Tosato, Andrea; Odinet, Christopher K. (2025). ["Digital Assets and the Property Question"](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5151907). *Florida Law Review*. **78**. SSRN: 11–17. [SSRN](/source/SSRN_(identifier)) [5151907](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5151907). Retrieved 26 March 2025.

1. **[^](#cite_ref-111)** Tosato, Andrea; Odinet, Christopher K. (2025). ["Digital Assets and the Property Question"](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5151907). *Florida Law Review*. **78**. SSRN: 42–49. [SSRN](/source/SSRN_(identifier)) [5151907](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5151907). Retrieved 26 March 2025.

## External links

Wikimedia Commons has media related to [Ethereum](https://commons.wikimedia.org/wiki/Category:Ethereum).

- [Official website](https://www.ethereum.org)

[Portals](https://en.wikipedia.org/wiki/Wikipedia:Contents/Portals):
- [Internet](https://en.wikipedia.org/wiki/Portal:Internet)
- [Economics](https://en.wikipedia.org/wiki/Portal:Economics)
- [Money](https://en.wikipedia.org/wiki/Portal:Money)
- [Free and open-source software](https://en.wikipedia.org/wiki/Portal:Free_and_open-source_software)
- [Numismatics](https://en.wikipedia.org/wiki/Portal:Numismatics)

v t e Ethereum Technologies Blockchain Cryptocurrency Cryptocurrency wallet ECDSA P2P Proof of stake SegWit SHA-2 Layer 2 blockchains Base World Protocols Marketplaces, exchanges Aave OpenSea PancakeSwap Uniswap World Liberty Financial Gaming Axie Infinity CryptoKitties CryptoZoo Decentraland Ember Sword The Sandbox Memecoins Pawthereum Shiba Inu Stablecoins Dai USDT USDC Augur Aventus Chainlink Non-fungible tokens (NFT) AfroDroids Bitchcoin Bored Ape CryptoPunks Curio Cards EtherRock Everydays: the First 5000 Days First Wikipedia edit La Caldera Pudgy Penguins Forks Ethereum Classic DAOs The DAO Wallets MetaMask Trust Wallet Programming language Solidity History Cryptocurrency crash 2018 Impact of non-fungible tokens on traditional businesses People Principals Vitalik Buterin Anthony Di Iorio William Entriken Taylor Gerring Virgil Griffith Charles Hoskinson Joseph Lubin Gavin Wood Advocates Kevin O'Leary Pak Paul Sebastien Mike Winkelmann Commons Category

v t e Cryptocurrencies Technology Blockchain Cryptocurrency tumbler Cryptocurrency wallet Cryptographic hash function Decentralized exchange Decentralized finance Distributed ledger Fork Lightning Network MetaMask Smart contract Web3 Consensus mechanisms Proof of authority Proof of space Proof of stake Proof of work Proof of work currencies SHA-256-based Bitcoin Bitcoin Cash Counterparty LBRY MazaCoin Namecoin Peercoin Titcoin Ethash-based Ethereum (1.0) Ethereum Classic Scrypt-based Auroracoin Bitconnect Coinye Dogecoin Litecoin Equihash-based Bitcoin Gold Zcash RandomX-based Monero X11-based Dash Petro Other AmbaCoin Firo IOTA Nervos Network Primecoin Verge Vertcoin Proof of stake currencies Algorand Avalanche Cardano EOS.IO Ethereum (2.0) Gridcoin ICON Injective Kin Nxt Peercoin Polkadot Solana Steem Tezos TON ERC-20 tokens Augur Aventus Basic Attention Token Chainlink Kin KodakCoin Minds Polygon Shiba Inu The DAO TRON Stablecoins Dai Diem Pax Terra Tether USD Coin Meme coins CAR Chill Guy Coinye Dogecoin LGBcoin Libra Melania Pawthereum Trump Other currencies Chia Filecoin HBAR (Hashgraph) Helium Luna MobileCoin Nano NEO SafeMoon Stellar WhopperCoin XRP Ledger Inactive currencies BitConnect Coinye KodakCoin OneCoin Petro Crypto service companies Hyperledger IQ.Wiki Initiative Q Related topics $Libra cryptocurrency scandal 2023 United States banking crisis Airdrop Bitcoin in El Salvador BitLicense Blockchain game Complementary currency Crypto-anarchy Cryptocurrency and crime Bankruptcy of FTX Trial of Sam Bankman-Fried Scam center Pig butchering scam Cryptocurrencies in Europe Cryptocurrencies in Puerto Rico Cryptocurrency bubble Cryptocurrency in Australia Cryptocurrency in Nigeria Cryptocurrency scams Digital currency Decentralized autonomous organization Decentralized application Distributed ledger technology law Double-spending Environmental impact Initial coin offering Initial exchange offering List of cryptocurrencies Non-fungible token Token money United States Strategic Bitcoin Reserve Virtual currency Voiceverse NFT plagiarism scandal Category Commons List

---
Adapted from the Wikipedia article [Ethereum](https://en.wikipedia.org/wiki/Ethereum) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Ethereum?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
