Logo

dev-resources.site

for different kinds of informations.

Fungible vs. non-fungible blockchain tokens

Published at
4/3/2020
Categories
blockchain
hashgraph
beginners
cryptocurrency
Author
cooper_kunz
Author
11 person written this
cooper_kunz
open
Fungible vs. non-fungible blockchain tokens

Most of the cryptocurrencies that exist are so-called “ERC-20” tokens - which means that they’re a token, created by a script (called a smart contract), that adheres to a specific standard.

In fact, over $1,000,000,000 USD has been locked into smart contracts on blockchains like Ethereum, while the standards are also supported by other networks like Hedera Hashgraph.

DeFi chart, depicting 1 billion in value locked-in

The ERC-20 standard basically defines how many tokens exist, how to exchange tokens from one address to another, and other basic things one may need when trying to create their own tokens.

ERC-20 tokens are what we call fungible. This means that one token is indistinguishable from another. It doesn’t matter if you own the 33rd token that was minted or the 10,000th, they will always be treated the same, and there is no way to differentiate between 1 versus another. This is similar to dollars in your (already digital) bank account.

You can imagine a lot of use cases for fungible tokens, perhaps as a good method of exchange, or rewards points, and blockchains let you securely create them in just a few lines of code.

But what's probably more interesting, is another category of tokens that we call non-fungible. This token is typically associated with the “ERC-721” standard, which powers applications like CryptoKitties.

CryptoKitties - digital cat collectibles

This means that every token is distinguishable from another, with a provable owner. Where ERC-20 tokens can really only be considered to support a “transfer” function, after which tokens cannot be differentiated between, ERC-721 tokens have an “ownerOf” field, which proves who owns which token.

So, with non-fungible tokens, anyone using the network would know if you’re trading a token that represents one style of cryptokitty, versus a token that represents a more adorable kitty 😻, and which address or public key on the public network owns this asset.

This idea of non-fungibility can be extrapolated to any type of item that displays scarcity, whether they’re baseball cards or a work of art. With these types of digital assets, developers can now build applications and systems that cryptographically prove their uniqueness and digital ownership.

The Major League Baseball Association (MLB) has even started using this to trade digital bobbleheads and collectibles!

hashgraph Article's
28 articles in total
Favicon
Join Us at HederaCon 2025!
Favicon
Hedera Ecosystem Leadership Changes
Favicon
EQTY Lab’s Verifiable Compute Brings Trust to AI with Hedera
Favicon
Welcoming Shyam Nagarajan as Hedera's Chief Operating Officer
Favicon
Hedera Adopts the Chainlink Data Standard To Accelerate DeFi and Tokenized RWA Adoption
Favicon
Hedera Enhances Network Management With the Dynamic Address Book
Favicon
Are Ed25519 Keys Quantum-Resistant? Exploring the Future of Cryptography
Favicon
Mainnet v0.54 Release
Favicon
The Nairobi Securities Exchange (NSE) Joins the Hedera Council to Expedite Tokenization of Securities in Kenya’s Capital Markets
Favicon
Prove AI Launches on the Hedera Network: Bringing a New Standard in AI Governance
Favicon
Introducing HIP-904: Frictionless Airdrops
Favicon
These are the Winners of the 2024 #HelloFuture Hackathon
Favicon
Introducing Hedera Asset Tokenization Studio
Favicon
Introducing HIP-850: Enhancing Supply Key Functionality for NFT Updates in Treasury Account
Favicon
Consensus 2024: BAF University Summit Recap
Favicon
TOKEN2049 Recap
Favicon
Changes to the Hedera-Operated Mirror Node
Favicon
Introducing Hiero: The Foundation of the Future
Favicon
Getting Started with Hedera Hashgraph with OpenZepplin
Favicon
What is a Hashgraph, & how is it different from a blockchain?
Favicon
How does Hederas Hashgraph consensus improve things & what are its use cases?
Favicon
Why is the voting weight tipped when 1/3 of Hbar is controlled by one entity?
Favicon
What do the Hedera Hashgraph council do? And who are all the current members in 2021?
Favicon
Hashgraph Vs Blockchain- Top 7 Differences That You Must Know
Favicon
Vue.js demo app for trading emojis
Favicon
Easily send cryptocurrency with JavaScript!
Favicon
Educational resources for "Web 3.0"
Favicon
Fungible vs. non-fungible blockchain tokens

Featured ones: