Skip to content
Back to Blog
Ecosystem

The Difference between a Cryptocurrency and a Token

Read Time: 3 mins
The Difference between a Cryptocurrency and a Token

CryptovsTokenBanner

What is a Digital Asset?

In broad terms, a digital asset is a non-tangible asset that is created, traded, and stored in a digital format. Using this definition, in the context of blockchains, digital assets include cryptocurrency and crypto tokens.

CryptovsTokenList

The blockchain terms; token and cryptocurrency are often used interchangeably, as these are both digital assets on blockchains. The biggest difference between a cryptocurrency and a token is that cryptocurrencies are the native asset of a blockchain like BTC, RBTC, or ETH, whereas tokens are built on an existing blockchain, using smart contracts. Most commonly, these are EIP-20 tokens.

The following chart summarises the similarities between the two:

CryptovsTokenList2

As we can see, these are largely the same from the perspective of the end user. However, there are large technical differences between the two. Let’s dive a little bit deeper into the technical differences:

Blockchain, Blocks, Transactions, and Signatures

Here’s a whirlwind introduction to blockchain:

  • End-users use public-key cryptography to digitally sign information
  • This signed information is a transaction
  • The transaction is broadcast to a peer-to-peer network of computers running the blockchain node software
  • All the nodes have to reach a consensus on whether or not the transaction is valid
  • If the transaction is valid, it gets added to a block, which is a set of transactions
  • Many computers on the network build these blocks of transactions, but only one block gets added at a time
  • These blocks form a single chain, called a blockchain

Note that many details have been left out of the above description, for the sake of brevity.

Public key cryptography is used in blockchain networks, mainly for digitally signing information, and then subsequently verifying those signatures. This was the process of transaction creation and transaction verification. The user possesses both a private key and a public key and needs to keep the private key a secret while allowing the public key to be broadcast widely.

Transfer Transactions vs Smart Contract Interaction Transactions

In Bitcoin, and in many other blockchains, the information being signed was about one account transferring units from itself to another account. These units are encoded into the software protocols of the blockchain software itself and are known as cryptocurrency. In this system, there is only one type of transaction.

In Ethereum, RSK, and many other blockchains that support smart contracts, the information being signed was about one account transferring units of cryptocurrency from itself to another account too. However, these add a new concept where you could have “smart contracts” which are autonomously executing code and data stored on the blockchain. These smart contracts may be thought of as a special type of account. Now an account may sign information that does not transfer any units of cryptocurrency, but instead contains instructions for a smart contract to execute some code or store some data. In this system, there are two types of transaction. Read more about Smart contracts in How to Build a Full Stack dApp on RSK.

Tokens

Tokens behave very similarly to cryptocurrencies, in the sense that they are a type of currency that exists on a blockchain, and can be transferred from one account to another. However, unlike cryptocurrencies, their behaviour is not built into the blockchain software itself. Instead, their behaviour comes about by implementations in smart contracts. These smart contracts tally the units of the token transferred between accounts.

To transfer units of these tokens, an account signs a transaction telling the smart contract to debit a number of units of the token from its tally, and credit the same number of units of the token to the other account’s tally. Most tokens conform to the EIP-20 token standard, and in fact, the majority of all smart contracts on blockchain networks tend to be of this type; making it easy for users, wallets, exchanges, etc to interact with them.

When interacting with blockchain networks, it is important to be aware of this distinction. On Ethereum, Ether is the cryptocurrency, and other “currencies” are tokens. Likewise, on RSK, RBTC is the cryptocurrency, and other “currencies” are tokens. Some practical reasons to take note of this are that:

  • Fees (or gas) for transactions are cheaper when transferring the cryptocurrency, and more expensive when transferring tokens.
  • Fees (or gas) are always paid for in the cryptocurrency, and therefore when transferring tokens, you will still need some cryptocurrency in the same account.

Note that when talking about tokens, you will see the terms ERC-20 as well as EIP-20. These are both the same. At the outset, the process for defining standards for Ethereum, and Ethereum-compatible networks, was called “Ethereum Request for Comment”. This process has since been refined and renamed to “Ethereum Improvement Proposal”.

Recommended articles

Introducing RSKj Lovell 7.1.0

Introducing RSKj Lovell 7.1.0

We are pleased to announce the release of the latest version of the RSKj client. This version introduces several enhancements, including the experimental Snap Synchronization mode, updates to the Fiat Stable MinGasPrice feature, and improvements to JSON-RPC API compatibility. ⚠️ Although this upgrade is optional, we strongly recommend updating your node to take advantage of […]

Ecosystem
AI BUIDL Lab Hackathon: Build Smarter, Ship Faster with AI

AI BUIDL Lab Hackathon: Build Smarter, Ship Faster with AI

Calling all builders! Are you ready to launch the next wave of Bitcoin-secured dApps using the power of AI? The AI BUIDL Lab hackathon is launching soon. An AI-powered development challenge hosted on DoraHacks, in collaboration with Alchemy and thirdweb. This isn’t your average hackathon. The Rootstock developer community is helping devs build faster, smarter, […]

Developers
Moving BTC with the PowPeg App: FAQs

Moving BTC with the PowPeg App: FAQs

Bridging BTC in and out of Rootstock using the PowPeg App means converting between BTC and rBTC, a 1:1 representation of Bitcoin on the Rootstock network that enables you to pay gas in the network and interact with DeFi applications with your Bitcoin.  This article answers some of the frequently asked questions about using the […]

Users