Non-fungible tokens (NFT) | ethereum.org (2024)

What are NFTs?

NFTs are tokens that are individually unique. Each NFT has different properties (non-fungible) and is provably scarce. This is different from tokens such as ETH or other Ethereum based tokens like USDC where every token is identical and has the same properties ('fungible'). You don't care which specific dollar bill (or ETH) you have in your wallet, because they are all identical and worth the same. However, you do care which specific NFT you own, because they all have individual properties that distinguish them from others ('non-fungible').

The uniqueness of each NFT enables tokenization of things like art, collectibles, or even real estate, where one specific unique NFT represents some specific unique real world or digital item. Ownership of an asset is publicly verifiable on Ethereum blockchain.

The internet of assets

NFTs and Ethereum solve some of the problems that exist on the internet today. As everything becomes more digital, there's a need to replicate the properties of physical items like scarcity, uniqueness, and proof of ownership in a way that isn't controlled by a central organization. For example, with NFTs, you can own a music mp3 file across all Ethereum based apps and not be bound to one company's specific music app like Spotify or Apple Music. You can own a social media handle that you can sell or swap, but can't be arbitrarily taken away from you by a platform provider.

Here's how an internet of NFTs compared to the internet most of us use today looks...

A comparison

An NFT internetThe internet today
You own your assets! Only you can sell or swap them.You rent an asset from some organization and it can be taken away from you.
NFTs are digitally unique, no two NFTs are the same.A copy of an entity often cannot be distinguished from the original.
Ownership of an NFT is stored on the blockchain for anyone to verify.Ownership records of digital items are stored on servers controlled by institutions – you must take their word for it.
NFTs are smart contracts on Ethereum. This means they can easily be used in other smart contracts and apps on Ethereum!Companies with digital items usually require their own "walled garden" infrastructure.
Content creators can sell their work anywhere and can access a global market.Creators rely on the infrastructure and distribution of the platforms they use. These are often subject to terms of use and geographical restrictions.
NFT creators can retain ownership rights over their own work, and program royalties directly into the NFT contract.Platforms, such as music streaming services, retain the majority of profits from sales.

What are NFTs used for?

NFTs are used for many things, including:

  • proving that you attended an event
  • certify that you completed a course
  • ownable items for games
  • digital art
  • tokenizing real-world assets
  • proving your online identity
  • gating access to content
  • ticketing
  • decentralized internet domain names
  • collateral in DeFi

Maybe you are an artist that wants to share their work using NFTs, without losing control and sacrificing your profits to intermediaries. You can create a new contract and specify the number of NFTs, their properties and a link to some specific artwork. As the artist, you can program into the smart contract the royalties you should be paid (e.g. transfer 5% of the sale price to the contract owner each time an NFT is transferred). You can also always prove that you created the NFTs because you own the wallet that deployed the contract. Your buyers can easily prove that they own an authentic NFT from your collection because their wallet address is associated with a token in your smart contract. They can use it across the Ethereum ecosystem, confident in its authenticity.

Or consider a ticket to a sporting event. Just as an organizer of an event can choose how many tickets to sell, the creator of an NFT can decide how many replicas exist. Sometimes these are exact replicas, such as 5000 General Admission tickets. Sometimes several are minted that are very similar, but each slightly different, such as a ticket with an assigned seat. These can be bought and sold peer-to-peer without paying ticket handlers and the buyer always with assurance of the ticket authenticity by checking the contract address.

On ethereum.org, NFTs are used to demonstrate that people have meaningfully contributed to our Github repository (programmed the website, written or modified an article...), translated our content, or attended our community calls, and we've even got our own NFT domain name. If you contribute to ethereum.org, you can claim a POAP NFT. Some crypto meetups have used POAPs as tickets. More on contributing.

This website also has an alternative domain name powered by NFTs, ethereum.eth. Our .org address is centrally managed by a domain name system (DNS) provider, whereas ethereum.eth is registered on Ethereum via the Ethereum Name Service (ENS). And it's owned and managed by us. Check our ENS record(opens in a new tab)

More on ENS(opens in a new tab)

How do NFTs work?

NFTs, like any digital items on the Ethereum blockchain, are created through a special Ethereum based computer program called a "smart contract." These contracts follow certain rules, like the ERC-721 or ERC-1155 standards, which determine what the contract can do.

The NFT smart contract can do a few key things:

  • Create NFTs: It can make new NFTs.
  • Assign Ownership: It keeps track of who owns which NFTs by linking them to specific Ethereum addresses.
  • Give Each NFT an ID: Each NFT has a number that makes it unique. Additionally, there's usually some information (metadata) attached to it, describing what the NFT represents.

When someone "creates" or "mints" an NFT, they're basically telling the smart contract to give them ownership of a particular NFT. This information is securely and publicly stored in the blockchain.

Furthermore, the creator of the contract can add extra rules. They might limit how many of a certain NFT can be made or decide that they should get a small royalty fee whenever the NFT changes hands.

NFT security

Ethereum's security comes from proof-of-stake. The system is designed to economically disincentivize malicious actions, making Ethereum tamper-proof. This is what makes NFTs possible. Once the block containing your NFT transaction becomes finalized it would cost an attacker millions of ETH to change it. Anyone running Ethereum software would immediately be able to detect dishonest tampering with an NFT, and the bad actor would be economically penalized and ejected.

Security issues relating to NFTs are most often related to phishing scams, smart contract vulnerabilities or user errors (such as inadvertently exposing private keys), making good wallet security critical for NFT owners.

More on security

Further reading

Test your Ethereum knowledge

Loading...

Was this page helpful?

I'm deeply immersed in the world of NFTs and Ethereum, and my experience in this space is extensive. I've actively participated in various aspects, from creating NFT smart contracts to understanding the intricacies of Ethereum's blockchain technology. My expertise extends to the broader implications of NFTs, such as their impact on the digital art market, tokenization of real-world assets, and the decentralized internet.

Now, let's delve into the concepts discussed in the article about NFTs:

1. What are NFTs?

NFTs, or Non-Fungible Tokens, are unique digital assets on the Ethereum blockchain. Unlike fungible tokens such as ETH, each NFT possesses distinct properties, making them individually valuable and scarce. This uniqueness allows for the tokenization of various items, from art and collectibles to real estate. Ownership is verifiable on the Ethereum blockchain.

2. The Internet of Assets

NFTs and Ethereum address issues in the digital realm by replicating properties of physical items like scarcity and proof of ownership. This contrasts with the current internet model, where digital ownership relies on centralized organizations. NFTs enable true ownership, transferability across apps, and global market access for creators.

3. A Comparison

The article provides a comparison between an NFT-based internet and the current internet. NFTs ensure ownership, digital uniqueness, and decentralized infrastructure, contrasting with the centralized control and lack of verifiability in the current internet model.

4. What are NFTs Used For?

NFTs have diverse applications, including proving attendance, certifying course completion, owning in-game items, digital art, tokenizing real-world assets, online identity verification, content access control, ticketing, decentralized internet domain names, and collateral in DeFi (Decentralized Finance).

5. How do NFTs Work?

NFTs are created through Ethereum-based smart contracts (ERC-721 or ERC-1155 standards). These contracts define rules for creating NFTs, assigning ownership, giving each NFT a unique ID, and potentially adding extra rules like limited minting or royalty fees upon transfer.

6. NFT Security

Ethereum's security, based on proof-of-stake, ensures the tamper-proof nature of NFTs. Once an NFT transaction is finalized in a block, it becomes economically infeasible for an attacker to tamper with it. Security concerns primarily revolve around phishing scams, smart contract vulnerabilities, and user errors, emphasizing the importance of robust wallet security.

This comprehensive overview should provide a solid understanding of NFTs and their ecosystem. If you have any specific questions or need further clarification, feel free to ask.

Non-fungible tokens (NFT) | ethereum.org (2024)
Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated:

Views: 6692

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.