“Non-fungibles” — don’t let yourself be fooled by the mushroom-evoking name, fungibility is an old concept that is finding a second wind nowadays. It’s mostly about collectibles and video games for now, but it will soon outgrow these industries. Indeed, the potential of non-fungibles tokens is much more significant than this: from official documents to titles of ownership, their use cases are diverse and numerous.
Lire cet article en Français, sa langue originale.
Let’s start by establishing the basics about non-fungible tokens (NFTs from now on) thanks to Pokémon cards before we dive into their potential use cases and the future developments of the underlying technology.
Before we explore NFTs and talk about Pokémons, let’s restate two definitions necessary to understand the rest of the article:
A fungible good is a good defined by its belonging to a type: different units of fungible goods are interchangeable. “Fungibility,” as a concept, is used in several different academic disciplines; we’re addressing the economic definition only.
Let’s jump to the examples which make the concept much easier to understand. Our modern currencies, such as the dollar, are fungible: one $5 bill can be exchanged with another. Gold is also a fungible good: 1 ounce of (pure) gold is worth another.
A fungible good is standardized: each unit of this good has no uniqueness, which is why we can exchange them with one another.
Some goods are non-fungibles. They are goods which share common attributes but have their uniqueness: each good has a unique set of values for each trait which is shared with the whole type.
The best example of non-fungible goods are… Pokemon cards of course! While we’re at it, let’s pick the one that used to be enough to crown you king of the playground: Charizard himself.
A Pokémon card is made of:
Each Pokémon card is unique, but all follow this typology.
Let’s consider Blastoise for instance: he too has the 7 attributes we have already described, but he has different values for each which make him different from Charizard and unique.
It’s the combination of the value for all the attributes that make the cards’ uniqueness. Hence, a card describing a fire type Pokémon with 150HP is not a Charizard — it is merely a card with 2 attributes equal to those of Charizard, out of 7.
Pokémon cards are useful because they make most of the concept of non-fungibility easy to grasp. NFTs are a category of tokens that share common attributes. But each token has a set of unique values for these attributes which make the token itself unique.
If you were too young for Pokémon cards, or too old, it’s precisely the same principle for other card games: Magic, Yu-Gi-Oh !, World of Warcraft (the card game) and others.
Most of the cryptocurrencies you already know such as Bitcoin or Ethereum can be considered fungible (see below ⬇️). One BTC is worth another and two BTC can be exchanged with one another. It’s the same for all cryptocurrencies you could find on Coinmarketcap.
Since the history of transactions of most cryptocurrencies can be checked on block explorers, some tokens involved in illicit activity are flagged and blocked on exchanges. Therefore, cryptocurrencies with public transaction histories are not truly fungible. Full fungibility is currently achieved by privacy-focused coins such as Monero, because the transaction history is not publicly disclosed.
We won’t address these today, as we focus on non-fungible tokens. There were several attempts, as early as 2013 to create NFTs, but they were mostly unsuccessful. What made a difference was a new Ethereum standard, the ERC-721 which greatly facilitated the creation of “cryptocollectibles.” They are unique goods which share common attributes — the blockchain equivalent of Pokémon cards.
Cryptokitties is what made NFTs known to the general audience — they are virtual kittens which were the precursors of the ERC-721.
The project went live in October and took a couple month to reach its peak of virality last December. Cryptokitties were such as success than the whole Ethereum network was clogged for several days by the flood of transactions.
Specific kittens, the most desirable of the bunch, reached prices in the 5 digits ($) and changed hands several times in a few days early December. Considering the success of the CryptoKitties, the ERC-721 went through the due diligence to get approved and finalized last June.
When it comes to pushing and improving new technologies, you’ll often find porn and video games sharing the front line.
Right now, collectible and video games are at the forefront of the innovation. Indeed, when it comes to pushing and improving new technologies, you’ll often find porn and video games sharing the front line.
However, the real-world applications of NFTs are very diverse, numerous, and much closer than we think. Thanks to their characteristics, NFTs can be an excellent support for the tokenization of real-life goods.
Tokenize means creating a token representing a good. The token by itself has no value; it draws its value from the good it represents.
Tokenization allows to handle goods like tokens which open a wide range of possibilities: exchange, P2P transferring, fractional ownership (0.x), etc. Besides, other features can be added depending on the tokenized goods: list of the previous owners, history of the value of the good, exhaustive list of the goods’ characteristics, limitations of ownership…
Once the benefits of tokenization are understood, we realize that tokenizing real goods will let us spare ourselves the need for greedy intermediaries while getting many exciting new features.
In the three scenarios detailed above, checking the authenticity of these goods as well as making sure their owner is indeed the real owner of the good would be much easier than now.
Tokenization is much bigger than creating a token to represent a real-world good. Let’s come back to the definition of NFTs we proposed: “unique goods which share common attributes.”
So tokenization would work as well for certificates. IDs, passports, report cards or even software license could be tokenized. Not only would it greatly facilitate the process of emitting and sharing them; it would also provide traceability, unlike anything we’ve ever known so far. Which in turns would make a 99.9% fraud detection and prevention goal a realistic one.
If we keep pushing the logic further, we could go back to the digital world and envision NFTs to store our digital identity. Our social network profiles could be open-source and easily exportable from one network to the others. Besides, it would give full control and ownership over our own data and prevent malicious third parties from stealing them.
Before we get there, we need to overcome the current limitations of both the Ethereum network and non-fungible tokens: as stated before, the CryptoKitties were enough to clog the whole Ethereum network for several days. The current state of the tech (or December’s state at least) is apparently insufficient for a large scale usage.
Regarding the Ethereum network, several teams are already working on the technical optimization of the network. Among them, we could mention Omisego/Plasma or the upcoming Ethereum update (Casper). Check the sources at the end of the article for resources on these matters; today we’re talking about NFTs so let’s get back to it.
The ERC-721 was a good start yet it faces many problems while going at scale. Before we get here, let’s zoom in on ERCs. An ERC (Ethereum Request for Comment) is a proposal submitted by an Ethereum developer. It introduces methods, behaviors, innovations or research that could be used to used to improve the network functionality. Once accepted, an ERC can become a standard — it’s quite a long process. Once again an example makes the concept much clearer: the most famous standard for Ethereum is the ERC-20. It described a fungible and straightforward token.
The primary interest of ERCs is that they allow integrating the tokens within the ecosystem smoothly: there is no need to know the specifics of each token since they follow a set of methods shared with others (defined by the ERC). This is why a wallet which supports ERC-20 tokens support all of them without requiring particular development for each new one.
The ERC-1155 is a new standard for NFTs proposed by Witek Radomski, the founder of EnjinCoin, a platform made to facilitate the development of games with tokenized goods on the Ethereum network.
The ERC-1155 fixes many issues raised when trying to use NFTs based on the ERC-721 at scale, and also brings many new features. Regarding the technical optimization, the ERC-1155 allows sharing a given piece of code between several different tokens or collections of non-fungible tokens. It will enable to support a much higher volume of transactions for the same load on the Ethereum network (compared to the ERC-721).
A transaction involving several fungible and non-fungible goods thanks to ERC-1155
Using ERC-1155, it’s also possible to exchange several items in one single transaction. With ERC-721, if Bob wants to exchange its cryptokitties #1, #2, #3 and #4 for Alice’s Cryptokitty #5, it would require 5 different transactions while one would be enough using ERC-1155.
The ERC-1155 also supports fungibles goods which are plenty in online games: think about all the coins, potions, arrows and other consumables. Using only one standard, the ERC-1155, versus a mix of them (ERC-721 for non-fungible goods and ERC-20 for fungible goods) makes it much easier for developers.
Finally, ERC-1155 could treat NFTs in a group, allowing them to retain some fungibility. It would allow players to differentiation the different iteration of a same common object, and the first owner of it could prove he was indeed the first to own it.
Non-fungible goods are taking off, and Ethereum is a the forefront of the innovation. To better understand the ramifications of this concept, it’s best to go check its current usages. Let’s have a look at some games being developed/already available in pre-release versions:
Gods Unchained
A creature of Augmentors
Dismissing NFTs could be tempting as for now it could appear like something for kids and nerds. Yet, it’s precisely the opposite: as the CryptoKitties have demonstrated it, NFTs are one of the best Trojan horses to drive the mainstream adoption of cryptocurrencies and decentralization-based mechanisms.
With new technologies, the technical development is only the warming up phase. The real challenge lies with the social and legal acceptance of the tech: on that front, CryptoKitties and other collectibles are precursors.
Let me know if you liked this article and check out my wiki for more content like this. Don’t forget to clap it to help it spread: you can keep pressing 👏up to 50 claps.
This article is the translation of an original (French) EcoCrypto.fr story.