Skip to main content

A

Accidental Fork
An accidental Fork may occur when two or more miners find a block almost simultaneously. One chain then becomes longer than the other and the network eventually ignores the blocks that are not in the longer chain. These blocks are then classified as ‘orphaned blocks’.

Address
Addresses (Cryptocurrency addresses) are used to send and receive transactions on the network. A wallet address or public key is a string of alphanumeric characters that can be shared publicly and even represented as a QR code.

Airdrop
To send someone free crypto things such as NFTs or tokens.

Alpha
This is another term for “insider information.”

AMA
Short for “Ask me Anything”. Popular in web3 communities.

Anon
Short for “Anonymous”. Unkown person.

Altcoin
Altcoin is simply any digital currency other than Bitcoin. Many alt-coins are forks of Bitcoin with minor changes (e.g. Lite-coin).

Ape in
To invest a lot of money into a new cryptocurrency or NFT project without doing the proper research first. It comes from the “apes together strong” meme.

API
Is an acronym for Application Programming Interface, a software intermediary that helps two separate applications to communicate with each other. They define methods of communication between various components.

ASIC
Is an acronym for “Application Specific Integrated Circuit”. ASICs are silicon chips specifically designed to perform a single task. In the case of bitcoin, they are designed to process SHA-256 hashing algorithms to mine new bitcoins. They are specifically designed to perform hashes as fast as possible as to increase mining revenue.

Authentication
Authentication is the basis of the security of any system, which consists of verifying the authenticity of user data by the server. It is not the same as identification and authorization. Two-factor authentication (also known as 2FA, or two-step verification) is a very important layer of protection that you can apply to keep your data safe. Even strong passwords can be cracked or declassified by a remote attacker. However, if you have 2FA, the person who receives your password will not be able to access your data because they will also need your 2FA code. Unlike a password, the 2FA code changes every time you try to log in and can only be obtained from your mobile device. 2FA activation serves as an incredibly useful deterrent to network attacks, which means your data will no longer be an easy target for unauthorized access.

B

Bearish
The belief that a project is going to lose value over time.

Bitcoin (uppercase)
Bitcoin is a peer-to-peer network that enables a new payment system and a decentralized digital currency based on participants consensus. The network consists of the identical copy of a digital file, listing accounts as a distributed ledger that is maintained on every computer on the network. Simply put, Bitcoin is a network of independent computers that create, communicate and validate transactions. Bitcoin was created in 2009 by an unknown inventor with the pseudonym Satoshi Nakomoto. The technology is outlined by the white paper titled “Bitcoin: A Peer-to-Peer Electronic Cash System”. (https://bitcoin.org/bitcoin.pdf)

bitcoin (lowercase) – BTC
“bitcoin” is written in the lower case when referring to a quantity of the currency or the units themselves. The plural form can be both bitcoin or bitcoins. BTC is also a common abbreviation for currency.

Block
A set of information (data) containing multiple transactions over a given period.

Blockchain
A kind of distributed digital ledger to which data is recorded sequentially and permanently in ’blocks’. Each new block is linked to its preceding block with a cryptographic link, forming a ‘chain’. This tamper-proof self-validation of the information permits transactions to be processed and recorded to the chain without having to rely on a third-party certification agent. The ledger is not hosted in one place or managed by a single entity but is shared and accessed by anyone with the appropriate permissions – hence ‘distributed’.

Blockchain ETF
Exchange-traded funds invest in a specific bundle of specific stocks. Therefore, a blockchain ETF invests in a specific bundle of exclusively blockchain-based companies.

Block Header
A block header is used to identify individual blocks in a blockchain. Each contains three sets of block metadata along with other individual components.

Block Height
Block height refers to the number of blocks that are connected in the blockchain. Height 0 is the very first block and is also called the Genesis Block. Currently, the Bitcoin blockchain counts more than 620,000 blocks with more than a decade of uninterrupted up-time since launch on 3rd January 2009.

Block Reward
The reward provided to a miner which has successfully hashed a block of transactions. Block rewards may be a combination of mining fees and transaction fees, depending on the incentive mechanism used, and whether all the coins have already been successfully mined. Currently, the mining reward for the Bitcoin network is 12,5 bitcoins for each block. The Bitcoin block mining reward halves every 210,000 blocks, and with the next halving expected in May 2020, the coin reward will decrease from 12.5 to 6.25 coins.

Blue Chip
High value NFT projects.

Bot
Automated software that performs specific actions like: purchasing NFTs, answering questions or sharing random memes.

BTD
Short for “Buy the Dip”. It means to purchase an asset after the price has dropped.

Bullish
The belief that a project is going to gain value over time.

Byzantine Generals Problem
The Byzantine Generals Problem is a term from the computer science describing a situation where involved parties must agree on a concerted strategy in order to avoid catastrophic failure of the system, but some of these actors are unreliable. In a Byzantine fault, a component such as a server can appear both failed and functioning to failure-detection systems at the same time, thus presenting different symptoms to different observers. It is difficult for the other components to declare it failed and shut it out of the network, because they need to first reach an agreement or a consensus as to which component has failed in the first place. Byzantine fault tolerance (BFT) is a measure of a system’s availability, reliability and security to such conditions.

C

Chain
The cryptographic link that links sequential blocks together using a ‘hash’ function.

Client
Software that gains access to the blockchain via a local computer and enables it to process its transactions. A client usually includes a cryptocurrency software wallet and/or enables importing of wallets.

Coin
A coin represents a digital asset defined by a blockchain protocol and exchanged via that blockchain system.

Cold Wallet
Cryptocurrencies are un-hackable when private keys remain offline. A cold wallet is not connected to the internet and its data is irretrievable by any hacker or malicious entity. It may be a hardware wallet resembling a USB device or simply a paper-wallet which is a paper with a QR code and a private key on it.

Confirmation
A confirmation simply means that the blockchain transaction has been verified by the network. This happens through a process known as mining, in a proof-of-work system, as in Bitcoin. Once a transaction is confirmed, it cannot be reversed or changed. The amount of confirmations in a block refer to how many blocks have been added on top of that block on the blockchain. Every added block is counted as a confirmation because all nodes on the network indirectly also verify (validate) the blocks before it again. Hence, if 5 blocks are added on top of a block, that block has 5 confirmations. The more confirmations a block has, the less likely it is to be changed (harder to attack), thus the safer the transaction is.

Consensus Mechanism
A consensus mechanism is used in computer and blockchain systems to validate single data or single states of a distributed computer network. It encompasses any methodology that is used to achieve agreement, trust and security across a decentralized computer network. The two most common in the crypto world right now are proof of work and proof of stake.

Consensus Algorithm
The consensus algorithm is part of the blockchain protocol that defines the rules on how consensus is reached on that blockchain. In order to participate, entities on the blockchain must obey and follow the same consensus algorithm.

Cryptocurrency
A form of digital currency based on mathematics and cryptography, where encryption techniques are used to govern the production of units of currency and verify the transfer of funds. An example of cryptocurrency is bitcoin.

Cryptography
Is the practice and study of techniques for secure communication, focusing on code, cipher systems, methods, and the like. An example is the asymmetric-key cryptography used in the Bitcoin network. Bitcoin public key addresses have matching private keys that allow funds to be unlocked for the spending of the cryptocurrency.

Crypto Wallet
A software or system that enables the storage of your Public keys and your Private keys. These keys allow you to send, receive and monitor your assets on the blockchain. Public key is different than the Wallet Address. Never share your Private keys, seed phrase or password of your wallet with anyone.

D

DAO
Also known as Decentralized Autonomous Organization (DAO). “DAO” is a concept that can have several different applications/organizations. The DAO was as a specific instance of investor-directed venture capital fund with the goal to provide enterprise with new decentralized business models both for commercial and non-profit purposes. Built on the Ethereum blockchain, the DAO’s code was open source and set the record for the most crowdfunded project in 2016. It was intended to operate as a hub that funded projects. However, those funds were partially stolen by users exploiting a vulnerability, causing an Ethereum hard fork that created Ethereum Classic.

DEFI
Short for “decentralized finance.” Banking but without the fees/approvals for transactions and loans. You can lend, trade, and borrow crypto through public code that automatically stores/verifies transactions.

DAPP
Short for “decentralized application,” it’s an app built to partially run on the blockchain.

DEGEN
Short of “degenerate”. People who made risky bets on the NFT space without due diligence. (Seeing today as a badge of pride)

Decentralization
The process by which the actions of an organization, particularly those regarding planning and decision making, are distributed or delegated away from a centralized organization, government, or party to a distributed network.

Decentralized Application
An open-source, trust-less software program with the backend code running on a decentralized peer-to-peer network rather than on a centralized server. dApp means decentralized application. This could be any smart contract deployed on the Ethereum blockchain, as they all operate in an autonomous or decentralized manner.

Digital Identity
A digital identity is an online identity, or a set of attributes related to an entity, adopted or claimed in cyberspace by an individual, organization, or electronic device. The information contained in a digital identity allows for examination and authentication of a user interacting with a business system on the web, without involving human operators. Digital identities allow automated access to computers and the services and enable computers to mediate relationships.

Digital Signature
A digital signature is a mathematical scheme for verifying the authenticity of digital messages or documents. Generated by way of public key encryption, a digital signature is a code connected to an electronically transmitted record to verify its contents.

Difficulty
Difficulty, in Proof-of-Work mining, is a measure of how hard it is to verify blocks in a blockchain network. In the Bitcoin network, the difficulty of mining adjusts verifying blocks every 2016 blocks, with the target of having the block verification time at ten minutes.

Distributed Ledger
A distributed ledger is a data set / structure that is formed with consensus and is spread across multiple sites, countries or institutions. It lacks a central administrator or a centralized data storage while records are stored sequentially in a continuous ledger. A type of distributed ledger design is the blockchain system.

Double Spend
Double spend refers to a potential flaw in a digital currency in which the same single digital token can be spent more than once. Once a bitcoin transaction is confirmed, it is nearly impossible to double spend it or reverse the transaction. The more confirmations that a particular transaction has, the harder it becomes to double spend the bitcoins.

E

Ether – ETH
Ether is an essential element (eg native currency) of the Ethereum Blockchain network and constitutes a medium of incentive. Ether is the fuel of the Ethereum ecosystem as it provides a form of payment for the network participants to execute their requested operations on the network.

Ethereum
An open-source, public, blockchain-based distributed computing platform and operating system with smart contract functionality. Its structure is running remotely on the Ethereum Virtual Machine. It makes use of ‘ether’, a cryptocurrency, as its token and supports the storage and execution of smart contracts. Developers can build and run decentralized apps that contribute to the value of the Ethereum ecosystem.

EVM (Ethereum Virtual Machine)
The Ethereum Virtual Machine (EVM) is the runtime environment for smart contracts in Ethereum. It is the fundamental consensus mechanism designed to prevent denial-of-service attacks on Ethereum. Virtual machines are building a layer of detachment between the executing code and the executing machine. This layer is required to make the portable software, as well as to make sure applications are separate from each other, and isolated from their host. All Ethereum nodes run on the EVM, which is home to smart contracts based on the Ethereum blockchain.

Exchange
A marketplace to buy and sell assets such as cryptocurrencies and digital assets. The exchange charges fees in most cases for transactions, withdrawals, or deposits. There are centralized exchanges for cryptocurrency like Coinbase, Kraken or Bitstamp and there are decentralized exchanges that do not have a central authority, like IDEX, Kyber Network and Bancor Network.

F

Fiat Money
The term fiat derives from the Latin fiat (“let it be done”) and is used in the sense of an order, decree or resolution. Examples include the US Dollar, the Euro, the Chinese Yuan, the British Sterling and the Japanese Yen.

Fork
Generally means a type of software upgrade which is done in such a way that it can be backward-compatible (soft fork) or cannot be backward-compatible (hard fork). A fork refers to a split in the network because of conflicts in the following rules resulting in two networks. Forks can be either accidental or intentional.

Fungible
Fungible means that a specific good is identical among its various units. An example of a fungible token is bitcoin. One bitcoin is and will always be one bitcoin, identical to others in the network. Some other tokens, however, can be non-fungible, meaning that these tokens can have unique characteristics. These tokens are non-fungible, as in they have slightly different properties.

G

Gas
Gas is the cost that the Ethereum network charges to process a transaction. It is a method to measure computational steps necessary for a transaction on the Ethereum network that then translates to a fee for network users. More intensive actions require more gas and this acts as an anti-spam measure to ensure the network is not clogged.

Genesis Block
Is the name of the first block of Bitcoin ever mined or the very first block in a block chain. The genesis block of Bitcoin was created on January 3, 2009 when it marked the birth of the Bitcoin blockchain. On the Bitcoin genesis block quotes the headline of the New York Times the day it was created: “03 / Jan / 2009 Chancellor on brink of second bailout for banks”, indicating the intent behind what Satoshi Nakamoto had just created.

H

Halving
The number of bitcoins generated every block is cut in half every four years, and is referred to as “halving.” Bitcoins have a limited supply making them a scarce digital commodity, as the total amount of bitcoins that will ever be is 21 million. In the beginning, each bitcoin block reward was worth 50 BTC and is halved every 210,000 blocks, which takes place approximately four years. Currently, a block reward is worth 12.5 BTC as already two “halvings” have taken place.

Hard Fork
A change in the rules of the validation process that makes the blocks validated according to the new rules incompatible and invalid, unless all nodes upgrade their software to work with the new rules. It creates a chain split in which an upgrade of the network makes miners and nodes to choose between the upgraded network or the legacy version of the network. Both networks will function separately from there on and will no longer interact with each other. A miner can only use its resources to work on one of the chains, not both. In a hard fork, the history of the blockchain up until that point has been copied and adjusted by the upgraded network, resulting in two different chains and two different cryptocurrencies.

Hardware Wallet
A hardware wallet is a special kind of wallet that keeps the user’s private keys secure. The major advantage over standard software wallets is that the private keys cannot be transferred out of the device in plain text. In this sense, a hardware wallet cannot be hacked like a software wallet can, as they remove the process of having to load the private key in wallet import format to some software which is exposed to online vulnerabilities. These hardware wallets provide another form of cold storage just like a paper wallet.

Hash
The outcome of applying an algorithmic function to information in order to convert them into a random string of numbers and letters. This acts as a digital fingerprint of that information.

Hashgraph Consensus Mechanism
The hashgraph consensus mechanism is based on the use of information about information, called “gossip,” and virtual voting to create consensus in verifying new blocks. The crypto community has yet to widely adopt it.

Hash Function
A mathematical function that collects a group of characters called key, and maps it to a value of a certain length called hash value or hash. The input to the hash function is of arbitrary length but output can only be of fixed length. A small change in the input drastically changes the output.

Hashing
A hash is a function that converts one value to another. It is the procedure of repeatedly inserting a random string of digits into a hashing formula until finding a desirable output.

Hashrate
The speed at which a computer can take any set of information and convert it into letters and numbers of a specific length. Simply put, a hash rate is defined as the speed at which a mining hardware operates. Read more about it in our article.

Hot Wallet
Is a software allowing a cryptocurrency owner to send and receive digital assets. It refers to a wallet that is always directly connected to the internet. Overall, hot wallets are easier to setup, access and usually accept more tokens. However, hot wallets are considered to have lower security than a cold storage system or hardware wallet. When a wallet is online, its data is more vulnerable to hackers and / or malicious entities.

I

Immutable
Not subject or susceptible to change. Public blockchains are considered immutable (or tamper-resistant) since no one can modify or delete existing entries.

Initial Coin Offering (ICO)
An Initial Coin Offering (also called an ICO) is a crowdfunding method in which a new blockchain-related project may sell in advance tokens, in exchange for upfront funding. ICOs may be used for developers of a new project to raise capital, but have been scrutinized as they were also a laying ground for exit scams and pump’n’dump schemes.

Initial Token Offering (ITO)
Initial Token Offerings are like ICOs (initial coin offerings), but different in that not every blockchain project that is tokenized has developed a new coin or token. A project built on the Ethereum network that is tokenized using ETH would be considered an ITO, as the project isn’t launching a new coin but just a new application on an already existing network.

Intentional Fork
Helps to reverse and repair the damages related to hacking or a catastrophic bug on a blockchain, by modifying the rules of the blockchain.

InterPlanetary File System (IPFS)
Is a distribution protocol that started as an open source project at Interplanetary Networks, and a peer-to-peer network for storing and sharing data in a distributed file system. It aims to help applications run faster, safer and with more transparency. IPFS allows information to be exchanged and interact without a single point of failure, while creating trust-less node interrelations.

L

Ledger
An account book of final entry, in which commercial transactions are recorded. In computer systems, a ledger refers to interlinked digital files that follow the same accounting principles as the manual system.

Lightning Network
The lightning network is a Layer 2 solution, that resides on top of the Bitcoin blockchain, which enables faster transaction processing by using payment channels. A payment channel can be initiated between peers (parties) and registers all transactions between these parties without sending them all straight to the actual blockchain (off-chain transactions). When a payment channel is closed, all transactions are then settled with each other and the outcome of all transactions is transmitted to the actual blockchain, where the transactions are recorded on-chain.

Liquidity
The ease and speed with which an asset or security can be traded in the market without materially affecting its price.

M

Market Cap
Market capitalization is a measure of the value of an asset. It may be calculated by multiplying the number of outstanding coins / tokens by the current price.

Metaverse
Generally refers to the concept of a highly immersive virtual world where people gather to socialize, play, and work. the Metaverse is the virtual alternative to our physical universe and may be the next version of the internet. NFTs potential in the Metaverse reinvents the ways assets can be bought, sold, or traded without real-world constraints such as raw resource limits or supply chain risks.

Merkle Tree
In cryptography and computer science, a hash tree or a Merkle tree is the basic concept of aggregating hashes into a single hash. Hashes are created from data and then combined with other hashes to create new, overarching hashes. Merkle tress make hashing more efficient by representing all transactions with a single hash which included in the header of the block. Then we only need to hash the header rather than the block.

MiCAR (Markets in Crypto-Assets Regulation)
MiCAR is a regulatory framework introduced by the European Union to provide a comprehensive and harmonized set of rules for crypto-assets, including cryptocurrencies, stablecoins, and tokens. It aims to foster innovation, enhance consumer and investor protection, and ensure financial stability within the EU’s crypto market.

Mining
The process by which transactions for various forms of cryptocurrency are verified and added to a blockchain. Mining is the process of solving the Proof of Work problem and sending the solution to other nodes for verification. It triggers the release of cryptocurrencies, referred to as mining rewards.

Miner
Bitcoin mining rewards people who deploy hardware and energy to sustain the network by running mining operations with more bitcoins. A miner is a node on the network working to add new blocks to the blockchain. On a Proof-of-Work blockchain a miner does this by hashing.

Minting
Minting is the process of NFT creation. The minting of tokens is carried out through a smart contract, which specifies the name of the token, the total amount of tokens that have been and will be minted for the entire time, etc.

Multi -Signature
Multi-signature is a digital signature scheme which permits a group of users to sign a single document. Its algorithm usually produces a joint signature that is more compact than a collection of distinct signatures from all users, while the needed number of signatures is agreed at the creation of the address. Multi-signature addresses have a greater resistance to theft as they require more than one signature combined for an operation to be executed on the blockchain.

N

Node (Full Node)
A copy of the software maintained by a participant within a blockchain network. A blockchain exists on nodes. If no nodes are online, a blockchain is offline and can’t be up to date or used. A full node maintains a full list of every single transaction that has occurred on a blockchain. It is a server that stores, updates and publicizes a full copy of the blockchain. Essentially, a full node is a program can fully validate transactions and blocks bolstering the p2p network while allowing other light nodes to connect with them. In the case of Proof-of-Work, miners are continuously required to run a full node in order to mine.

Node (Light Node)
A light node is only a partial list of every transaction that has occurred on a blockchain. A light node may only have blocks that were created very recently. Light nodes only contain partial blockchain histories but are usually connected with full nodes. This ensures that they remain synchronized, and that they can be used effectively.

Non-Fungible Token (NFT)
Non-fungible tokens (NFTs) are digital representations of data, that embed digital authenticity and ownership and support the creation of intangible assets. NFTs are essentially composable digital objects that fundamentally create unique opportunities and connections to off-chain analogues, and will support all metaverse assets and transform the class of intangible assets to a new class of assets.

Nonce
Nonce is an abbreviation for the term “number only used once”. It is an essential part of each block processed in a Proof-of-Work blockchain. The nonce is a small piece of data in the block that is modified randomly and repeatedly. Miners keep hashing the data of the entire block that changes every time the nonce changes until they find a suitable outcome, the hash that solves the PoW puzzle and validates the block.

O

Oracle
An oracle acts as a bridge between the real world and the blockchain by feeding data to smart contracts. It verifies events and then provides this information to the smart contract on the blockchain.

Orphan Block
An orphan block is one that cannot be validated because there is no known parent.

P

Peer
A participant of Peer-to-peer network. A peer acts both as a client and a server and all peers typically has the same privileges.

Peer-to-peer (P2P)
Peer-to-peer stands for a decentralized network where all participants (peers, nodes / miners) are directly connected with each other, as opposed through a central server.

Permissioned Blockchain
A permissioned blockchain is a blockchain that is not publicly accessible and can only be accessed by users that have permission to do so. This access control offers increased security of blockchain systems like Bitcoin, as users are only able to take actions that blockchain administrators allow and must identify themselves digitally.

Private Blockchain
Private blockchains are developed and maintained by private organizations that control the mining process and consensus algorithm. They decide who can join the network and who may access the nodes, thus it is a closed network where blockchain permissions are held and controlled by a centralized entity.

PoS/Pow Hybrid
The use of both Proof-of-Stake (PoS) and Proof-of-Work (PoW) consensus protocols on a blockchain network. Blocks are validated from not only miners, but also voters or stakeholders, with the intent to create a balanced network governance. The objective of hybrid Proof of Work and Proof of Stake systems is to maintain the benefits of the respective approaches and use them to balance each other’s weaknesses.

Private Key
A private key allows to sign a transaction and spend funds residing in an address (public key) by providing ownership with the signature. It is a unique string of information that represents proof of identification inside the blockchain, which includes the right to access and control the participant’s wallet. It must be kept secret, as it is effectively a personal password.

Proof of Authority (PoA)
A consensus mechanism in a private blockchain that grants a single private key the authority to generate all the blocks. The Proof-of-Authority algorithm is an alternative to the Proof of Stake algorithm, but instead of staking cryptocurrency, the stake is identity. This means voluntarily disclosing identity in exchange for the right to validate blocks. Any malicious action taken by a validator will reflect on its reputation. PoA blockchains require a thorough identity verification process.

Proof of Stake (PoS)
An alternative to the proof-of-work system, in which participants earn the right to add new blocks and in doing so, earn new tokens, based on the amount of currency they are staking. In Proof of Stake system, miners stake cryptocurrency in order to increase the possibility of earning the right to validate a block and earn a reward. The amount of cryptocurrency at stake acts as a guarantee that the miner will validate the block according to the rules. If the miner violates these rules, the stake will be ‘burned’ or destroyed thus providing an incentive mechanism for honest behavior.

Proof of Work (PoW)
A proof-of-work system is a consensus mechanism that relates mining capability to computational power. The process involves repeatedly performing a hash function and it is the way miners earn revenue by adding blocks on the blockchain. When the Proof of Work algorithm applies, the first miner that provides a ‘proof of work’ for a block, can validate it and receive the block reward. This proof of work can be generated by repeatedly inserting transaction data, together with a random string of digits into a hashing formula, until a desirable outcome is found called the proof of work. Other miners can validate the proof of work by taking the alleged input string and applying it to the same formula to check if the outcome is indeed that what was presented. The systemdeters denial-of-service attacks and other service abuses such as spam on a network by requiring some work from the service requester, usually meaning computational effort from a computer. Blocks must be hashed, which is an easy computational process, but an additional variable is added to the hashing process to make it harder. When a block is successfully hashed, the hashing could only be achieved with time and computational effort. Thus, a hashed block is considered proof of work. The most widely used proof-of-work scheme is based on SHA-256 and was introduced as a part of Bitcoin.

Protocol
It is generally a set of rules or customs of a group or standard procedures for what actions to take in a certain situation.

Public Blockchain
A public blockchain is a type of blockchain where anyone may take part in transactions, execute consensus protocol to help decide which blocks get added to the blockchain and access a copy of the shared ledger, having equal authority as everyone else on the network. It is a “Public” network in a sense that you do not need permission to access it, just internet access and software.

Public Key
A public key is created in public key encryption cryptography that makes use of asymmetric-key encryption algorithms. It is a unique string of information that identifies a participant within the blockchain. It can be shared publicly. A public key is your wallet address and is required by other entities, in order to send you messages or transactions.

R

RWAs (Real-World Assets)
Real-World Assets (RWAs) refer to physical or tangible assets, such as real estate, commodities (e.g., gold), art, or financial instruments (e.g., bonds), that are tokenized and represented on a blockchain.

By digitizing RWAs into tokens, blockchain technology enables these traditionally illiquid or location-bound assets to be traded, owned fractionally, and transferred more efficiently in a global, decentralized marketplace.

For example, tokenizing gold as an RWA involves creating blockchain-based tokens that represent specific amounts of physical gold stored securely. These tokens provide a way to own and trade gold without needing direct physical possession, enhancing accessibility and liquidity.

Rug Pull
A rug pull is a scam where software developers raise a huge sum of money in order to fund a crypto project, then take advantage of the nature of DeFi by using the lack of financial gatekeepers or verified third parties to disappear with that money.

S

Satoshi
A satoshi refers to the smallest denomination of the bitcoin cryptocurrency. A satoshi is 1 / 100,000,000 of a bitcoin or one bitcoin is equal to 100 million satoshis or sats. It is named after the unknown creator of the Bitcoin protocol, Satoshi Nakamoto.

Satoshi Nakamoto
An unknown individual or entity who created the Bitcoin protocol, being the first to successfully solve the digital currency issue of ‘double spending’. Satoshi Nakamoto first published his paper describing Bitcoin in October 2008 and the first software was released in January 2009.

Scalability
Scalability refers to a blockchain’s capacity to handle transactions per second, future growth and capacity in its intended application.

Scrypt
Scrypt is a hash function first used by the cryptocurrency Litecoin as an alternative to SHA-256 hash function. It was designed to be significantly friendly to CPU and GPU miners, whereas limiting the benefits of ASIC miners. Scrypt proof-of-work refers to the Hashcash proof-of-work known for its use in Bitcoin, as part of the mining algorithm, with the employment of Scrypt as underlying hash function. What makes the Scrypt function different from the SHA-256 function is that it is memory intensive. It requires miners to generate numbers rapidly and also store them in the Random Access Memory (RAM) of the processor before submitting a result.

SHA 256
Secure Hash Algorithm 256, also known as SHA-256, is a one-way cryptographic function designed to secure digital information. The function uses a complex mathematical process that converts text of any length into 256-bit (64-character long) string of letters and numbers, and is the basis for bitcoin’s proof of work system.

Sharding
Sharding is a mechanism typically used to partition databases so as to increase response time. Partitions are called shards. Similarly, a blockchain can be partitioned in shards to scale and allow for more transaction per second. They all process transactions, and communicate frequently their ledger status over to the first layer blockchain that records the updates of the second layer, with an aim to avoid clogging of the network due to high transaction volume, a concept similar to the Lightning Network.

Smart Contracts
A smart contract is a contract with the terms of the agreement between parties being directly written into code. The code and the terms of contract contained therein exist across a distributed, decentralized blockchain network. The lines of code enforce the execution while and transactions are traceable, transparent and irreversible. Without the need of a central authority or a legal system or an external enforcement mechanism, smart contracts allow trusted transactions and agreements to be performed.

Soft Fork
A soft fork means that an update was made to the network protocol, just like a hard fork, but it did not force miners and nodes to choose between the old or the new network. Because old nodes can recognize the new blocks as valid, a soft fork is backwards-compatible. Old nodes and miners are able to participate in the new network without upgrading. However, if the old network holds most of the mining power, it can potentially divide the blockchain. Upgraded nodes are not participating in the network of the old nodes, and in the case that the old nodes create their own chain as a minority, the soft fork still results in a chain split.

Solidity
The programming language developers use to develop applications on the Ethereum network. Solidity is a tool used to create machine-level code that is executable on Ethereum Virtual Machine; in other words, it takes human-readable code and turns it into implementable smart contracts on blockchain platforms.

Stablecoin
A cryptocurrency that is pegged to a “stable” asset, like fiat or gold. In theory, it should remain stable in price as it is measured against a known number of an assets not subject to volatility.

Staking
Staking is the process of locking cryptocurrency tokens in a blockchain network to support its operations, such as transaction validation and network security. In return for staking, participants (called “stakers”) earn rewards, often in the form of additional tokens.

Staking typically occurs in Proof-of-Stake (PoS) or related consensus mechanisms, where validators are chosen to verify transactions based on the amount of cryptocurrency they have staked, rather than through computational power (as in Proof-of-Work).

For example, staking GPRO tokens might involve locking them in a staking contract to earn benefits such as discounts on GEM NFTs.

 

T

Testnet
A testnet is an alternative blockchain used for conducting experiments without using actual currency. This term is short for ‘testing network’; therefore, any changes done on this network do not affect the main blockchain.

Token
Tokens are a special kind of virtual currency tokens that exist on their respective blockchains and represent an asset or utility.

Tokenization
Tokenization is the process of converting real-world assets, rights, or units of value into digital tokens on a blockchain. These tokens represent ownership, usage rights, or other attributes of the asset in a secure, transparent, and easily transferable format. Tokenization enables fractional ownership, enhances liquidity, and facilitates global, borderless transactions by leveraging blockchain’s decentralized and immutable nature.

For example, tokenizing gold involves creating a digital token that represents a specific amount of physical gold, allowing users to trade or store gold in a digital form without needing to physically handle it.

Tokenless Ledger
A tokenless ledger is a distributed ledger that doesn’t require a native currency to operate.

Transaction Fee
Transaction Fees or mining fees area imposed on transactions sent across the bitcoin network. The transaction fee is the miner’s compensation for hashing the block containing the relevant transaction, apart from the block reward.

U

Uncle blocks
An uncle block is the same as a stale block but when referring to the Ethereum blockchain. Because the Ethereum blockchain processes blocks faster than the Bitcoin blockchain, it has higher chances of two valid blocks being broadcasted simultaneously, often referred to as the ‘uncle rate’. As more uncle blocks are created, to keep miners motivated the Ethereum ecosystem also provides a partial compensation for uncle blocks. Just like stale blocks though, they are not included in the original blockchain, therefore the uncle blocks transactions are not valid.

W

Wallet
A wallet allows users to manage cryptocurrency and digital assets. The wallet can be online, offline, or on a physical device and enables the safekeeping of private keys, sending or receiving assets.

Web 1.0
This describes the earliest iteration of the internet. Most internet users were consumers, rather than content creators, and most available websites were static informational pages such as Britannica Online, mp3.com and personal websites.

Web 2.0
This describes the current state of the internet. The shift from Web1, which first began at the turn of the 21st century, indicated an increase in users creating content and more actively engaging with the internet, as opposed to simply consuming information on it. The move from Web1 to Web2 was not signified by any specific technical advancement, but rather a change in internet usage that demonstrated an increase in user information-sharing and interconnectedness.

Web 3.0
Web 3.0 is a new concept of the Internet that not only implements storage, exchange, and semantic search of any content but also provides a truly decentralized interaction of independent counterparties of any activity with no control or censorship.

Whitepaper
A whitepaper is a study of a specific topic, identifying a problem and offering a possible solution. It is commonly used in the cryptocurrency community to attract investors and educate the public about the idea. New blockchain ideas may often be presented in the form of a whitepaper.