A Beginner’s Guide to NFTs (Non-fungible Tokens)

Share this article

A Beginner’s Guide to NFTs (Non-fungible Tokens)

Non-fungible tokens (NFTs) have far more scope than what they’re currently popular for — that is, unreasonably expensive pieces of digital art. Their true power lies far away from the realm of Christie’s and Cryptopunks — so far, indeed, that it’s astonishing this is all the mainstream knows about what we can call NFT 1.0.

Before we talk about the different NFT versions, let’s first understand what they are.

Defining Non-fungible Tokens

The concept of fungibility can only be applied to a group of items. A group of items is fungible when every member of this group is identical to the other, such that no member possesses any individuality. This means that every member of that group can always be traded for another member without any friction.

Some fungible tokens include fiat money, bitcoin (BTC), Ethereum (ETH), and Polkadot (DOT). BTC is regarded as a fungible token because every BTC is created equal. Further, no BTC is different from another BTC (with certain exceptions we won’t get into). The same goes for all the fungible tokens in the cryptosphere. With paper money, things are slightly different because we have various notes. Thus, all $20 bills are perfectly fungible with each other, but if they were to be swapped for, say, a $1 bill, we’d need more $1 bills to match up to $20. Thus, you could say that paper money is semi-fungible. But once you convert paper to digital dollars, you see that all dollars are the same.

Note: fungibility is a spectrum; it’s subjective. A dollar to a shop owner is the same as another dollar, but might not be to the FBI, who are looking for specific dollar bills with specific serial numbers.

Now, if fungibility is the quality of a thing to be interchangeable with other members of its group, then non-fungibility is its ability to have an identity, to be unique. That is all there is to it. Thus, a non-fungible token is a token that is unique unto itself, so long as only one copy was minted (created) when it was added to the blockchain. So when you hear of NFT collections today, it usually means that they’re a group of art pieces composed of unique individuals.

Unique Kanaria birds

Unique Kanaria birds

If this is all there is to NFTs, then what’s the big deal and why are some of them ridiculously expensive?

The Price of an NFT

Some paintings are worth millions of dollars, while others are worth less than a penny. Why? A combination of factors, but the most important one is this: we are human beings — social creatures — who are controlled by subjective perception.

Some NFTs are ridiculously expensive because of the story behind them, either experienced, fabricated, or sold. Sometimes a thing is valuable because of who made it, when it was made, what people think about it, or the circumstances surrounding its early life. To define all the reasons is beyond the scope of this article.

It’s enough to know that they’re expensive because people are willing to pay that much for them based on their subjective perception, even though that perception is heavily influenced by the world around them, particularly the media. Some people buy because of prestige, others because of speculation.

Whatever the reason for the outrageous prices, it’s not relevant to the revolutionary potential of NFTs, so we can abandon this discussion and instead focus on learning more about how NFTs work and why they’re a game-changer.

How NFTs Work

There are two main attributes that make NFTs a game-changer:

  • provable uniqueness
  • provable ownership

These two attributes are possible thanks to blockchain technology. Another name for blockchain is distributed ledger technology, meaning that a blockchain is simply a spreadsheet that’s maintained by a global network of computers. In this network, no computer is an authority. New transactions are only recorded when a majority of the nodes on the network reach a consensus. To see how this relates to NFTs, imagine a spreadsheet with information like this:

Attribute Value
Color #00ff00
ID 00001
Skills Sword, Bow, Nunchucks
Name Green Samurai
Attribute Value
Color #ff0000
ID 00002
Skills Fists
Name Red Samurai
Attribute Value
Color #0000ff
ID 00003
Skills Small Guns
Name Blue Samurai

Here are three little tables, each describing a samurai with a different name, color, and ability. Each samurai has his own unique ID. There can only be one #00001 samurai, only one #00002 samurai, and so on.

12 samurai

Image source

Now imagine if you could own a samurai. Let’s add a new field into each table.

Attribute Value
Color #00ff00
ID 00001
Owner 0x0
Skills Sword, Bow, Nunchucks
Name Green Samurai
Attribute Value
Color #ff0000
ID 00002
Owner 0x0
Skills Fists
Name Red Samurai
Attribute Value
Color #0000ff
ID 00003
Owner 0x0
Skills Small Guns
Name Blue Samurai

0x0 is a “null address”, which means each of these samurai is owned by no one. If we change the owner to an address, like for example 0x4da2e85d64bece663ccab06e89b970b6b077f22f, then whoever has control over that address will be the owner of that samurai:

Attribute Value
Color #00ff00
ID 00001
Owner 0x4da2e85d64bece663ccab06e89b970b6b077f22f
Skills Sword, Bow, Nunchucks
Name Green Samurai

The user 0x4da2e85d64bece663ccab06e89b970b6b077f22f now owns samurai 00001. Because this is written on the blockchain, all the nodes will make sure that:

  • only one samurai with ID 00001 ever exists
  • only one person can own a specific samurai

The owner can also transfer a samurai:

SamuraiContract.methods.transfer("0x2489efb207809c237c85c202d0fa78c8b236709c", 00001)

Whoever calls this function in the blockchain will tell the “samurai” smart contract (the blockchain program running the samurai logic): “Transfer my 00001 samurai to the address 0x2489efb207809c237c85c202d0fa78c8b236709c”. If the one initiating the transfer is not the owner of 00001, the transaction will simply fail, secured by the blockchain.

This is literally what happens behind the scenes when NFTs are built and deployed. There’s a bunch of mini-tables in a big spreadsheet, and only the owners of specific cells can change the values of those specific cells, while the blockchain makes sure everyone behaves and can’t do anything that doesn’t work with that particular spreadsheet!

But NFTs offer so much more than provable ownership and provable uniqueness.

Art Legos: NFT Designs of Arbitrary Complexity

NFT 1.0 was digital art on the blockchain that could be admired and traded. That’s all there was to it. This was the era when CryptoPunks, CryptoKitties, etc. rose to prominence.

Then came NFT 2.0, and digital art on the blockchain acquired traits and utility. This meant that it could do more than be admired. The traits of the NFTs were linked to their benefits. However, not all utility NFTs have traits. Some NFTs have just one trait, which is their utility (as such, it seems redundant to say they have a trait). For example, there’s a type of NFTs that give you the ability to take out an uncollateralized loan from use in whitelisted DeFi applications. Others give you access to certain discounts on certain protocols. For example, an NFT could be made to give the holder a 100% discount on gas fees on Ethereum by having the app refund the user.

While NFT 2.0 is still being implemented by some of the front runners in the cryptosphere, NFT 3.0 is already upon us. In this new iteration, digital art on the blockchain now has executive functions like ownership and authority. This makes NFTs, which were static, suddenly come alive, making them interactive — such that they can emit actions, send items, equip them, change state, and more. This means that an NFT can own other NFTs. But not just that: an NFT can own other NFTs and also modify the appearance of the parent NFT based on the presence and type of a child NFT. This may seem unrealistic to you, so let’s ground it with a gaming use case.

Applying the own and equip feature to gaming has far-reaching effects, because it enables gamers to own all their in-game items as NFTs. For example, you have an in-game character who has an inventory of items — such as weapons, potions, maps, and so on. Assuming that each item in this inventory is an NFT, including our character, then we can use NFT 3.0 capability to equip this character with a sword NFT. In this way, the NFTs interact with each other and the experience for the player (who now owns the items in this digital world) is more immersive than it has ever been. Particularly because they are now free to trade with other players or sell the in-game items on the open market.

A front runner in the NFT 3.0 phase is RMRK, a Kusama-native NFT project that recently launched a new open-source web platform for running unique ICOs using dynamic NFTs called Kanaria. It’s currently running a first-of-its-kind ICO (initial collectible offering) event using dynamic NFTs which start out their lives as eggs.

With a new feature that’s been developed, users can send emotes (emoticons) to eggs. Now here’s the fascinating part: the appearance of the birds that hatch can be influenced by the emotes sent to them. Thus, if an egg got over 500+ 🗡, this could cause it to hatch with a sword in tow — which will come in the form of a child NFT (an NFT owned by the bird) that is also tradable on the open market.

Taking this a step further, RMRK is currently developing the 2.0 version of the standard, which will allow the following: NFTs to be governed democratically by multiple users; NFTs to have multiple resources at once (mint an NFT book and it can have its audio and PDF version at once, as well as a high-res cover); NFTs that can react to emoticons (a painting of a moon can get a moonbase drawn on it if 50 🚀 emoji are sent to it); and more.

Conclusion

Given the plethora of possible use cases, it’s unthinkable that NFTs will fade back into oblivion.

What’s most likely is that many use cases will be tried and some will fail, but a few of them will stick, and these will have a major impact on our everyday lives. Already, there are talks of creating public goods NFTs, and NFTs that help a user, artist, or organization donate a portion of their revenue to social causes. Isn’t that amazing?

Never in the history of humankind have we been able to own, share, and trust with such ease. The future of NFTs through an evolution of art legos is boundless. Soon, a system of arbitrary complexity built on top of programmable NFT functionality will become available to any blockchain, and what you’ll be able to do with these primitives will be limited only by your imagination.

Frequently Asked Questions (FAQs) about Non-Fungible Tokens (NFTs)

How do NFTs work in the real world?

NFTs operate on the principle of blockchain technology, similar to cryptocurrencies like Bitcoin and Ethereum. However, unlike cryptocurrencies, each NFT is unique and cannot be exchanged on a like-for-like basis. This uniqueness is what gives NFTs their value. They are typically used to represent ownership of unique items or pieces of content, such as digital art, music, or even tweets. When you purchase an NFT, you gain the ownership rights to that unique piece of data on the blockchain.

What is the significance of NFTs in the art world?

NFTs have revolutionized the art world by providing a new platform for artists to sell their work. They allow artists to tokenize their work into a digital asset, which can then be bought, sold, or traded on the blockchain. This has opened up a new revenue stream for artists, especially digital artists who previously struggled to monetize their work. Moreover, NFTs also provide proof of ownership, which can help prevent forgery and unauthorized duplication.

How can I create my own NFT?

Creating an NFT involves minting a digital asset on the blockchain. This process varies depending on the platform you choose, but generally, you would need to upload your digital file (artwork, music, etc.), provide details about the work, and pay a fee in cryptocurrency to mint the NFT. Once the NFT is minted, it can be listed for sale on various NFT marketplaces.

Are NFTs a good investment?

The value of NFTs can be highly volatile, and like any investment, they come with risks. Some NFTs have sold for millions of dollars, but many others are worth very little. It’s important to do your research and understand the market before investing in NFTs. Remember, the value of an NFT is subjective and depends on what someone else is willing to pay for it.

Can NFTs be copied?

While the digital content associated with an NFT can be copied, the NFT itself cannot. The NFT contains information on the blockchain that proves its authenticity and ownership, which cannot be duplicated. So, while someone might be able to copy the digital art associated with an NFT, they won’t own the NFT or the rights to the artwork.

What are the environmental concerns associated with NFTs?

NFTs have been criticized for their environmental impact because they use a lot of energy. This is because they are built on blockchain networks that use a “proof of work” system, which requires complex computations that consume large amounts of electricity. However, some NFT platforms are moving to more energy-efficient systems to mitigate this issue.

How can I sell my NFT?

To sell an NFT, you would need to list it on an NFT marketplace. The process for this varies depending on the platform, but generally, you would need to set a price for your NFT, pay a listing fee, and wait for a buyer. Once a buyer purchases your NFT, the ownership rights are transferred to them on the blockchain.

Can I lose my NFT?

Yes, if you lose access to your digital wallet where your NFT is stored, you could potentially lose your NFT. It’s important to keep your digital wallet secure and to back up your wallet’s private key in a safe place.

What is the future of NFTs?

The future of NFTs is still uncertain, but many experts believe they could play a significant role in the digital economy. They could potentially be used for a wide range of purposes, from tokenizing real estate to creating unique digital identities. However, the NFT market is still relatively new and could be subject to regulatory changes in the future.

Are NFTs legal?

Yes, NFTs are legal, but they are subject to the laws and regulations of each country. Some countries may have restrictions on the use of cryptocurrencies, which could affect the buying and selling of NFTs. It’s important to understand the legal implications of buying, selling, or creating NFTs in your country.

Bruno SkvorcBruno Skvorc
View Author

Bruno is a blockchain developer and technical educator at the Web3 Foundation, the foundation that's building the next generation of the free people's internet. He runs two newsletters you should subscribe to if you're interested in Web3.0: Dot Leap covers ecosystem and tech development of Web3, and NFT Review covers the evolution of the non-fungible token (digital collectibles) ecosystem inside this emerging new web. His current passion project is RMRK.app, the most advanced NFT system in the world, which allows NFTs to own other NFTs, NFTs to react to emotion, NFTs to be governed democratically, and NFTs to be multiple things at once.

NFTnon-fungible tokens
Share this article
Read Next
Get the freshest news and resources for developers, designers and digital creators in your inbox each week