Loading prices …
inotoken

106 terms

The glossary that answers briefly.

Type a term and the list narrows as you write. Every entry takes two or three sentences, and many lead on to a tool or an article.

51 per cent attackTechnology

If one group controls more than half the computing power of a proof-of-work network, it can reverse its own transactions and spend the same coins a second time. Balances belonging to other people cannot be stolen this way, because that would need their private keys. On small networks with little hash rate such an attack is affordable, on Bitcoin it is very expensive.

AddressBasics

An address is the string a transfer is sent to, comparable to an account number. It is derived from the public key and may be passed on openly. Anyone who uses one address repeatedly makes their own payments easier to follow in a block explorer, which is why many wallets create a new address for every incoming payment.

AltcoinEthereum & Altcoins

Altcoin is the collective term for every cryptocurrency other than Bitcoin, from Ethereum through stablecoins to thousands of small projects. The range is wide: some networks have run for years, others disappear after months. Altcoin prices usually swing harder than the bitcoin price, and trading volumes are often far thinner.

AML/KYCTax & Law

AML stands for anti-money-laundering, KYC for checking the identity of customers. Trading venues and custodians in the EU have to collect identity data, check the origin of funds and report suspicious cases. The legal basis in Germany is the German Money Laundering Act (Geldwaeschegesetz), supplemented by the requirements of Regulation (EU) 2023/1114.

APY and APRDeFi

APR states the annual rate without compounding, APY counts continuous reinvestment and therefore sits higher. With a daily payout, 10 per cent APR becomes roughly 10.5 per cent APY. Both figures are snapshots that change with demand, and neither says anything about the default risk of the provider.

Automated market makerDeFi

An automated market maker replaces the order book with a formula. The price follows the ratio of two tokens in a pool: a purchase shifts that ratio and moves the price. Large orders against small pools therefore cause high slippage. The fee paid by those swapping goes to the people who funded the pool.

Bear market and bull marketTrading & Market

A bear market usually means a phase in which prices sit at least 20 per cent below their high, a bull market the opposite move upwards. With cryptocurrencies such phases often last months or years. The classification only becomes certain in hindsight, so it is no signal for an entry.

Block explorerTechnology

A block explorer shows every transaction, every address and every block of a chain in the browser. It lets you check whether a transfer has arrived, how many confirmations it has and which fee was paid. Because all the data is public, anyone can also see the history of somebody else's address.

Block heightTechnology

The block height is the sequential number of a block, counted from the genesis block with number zero. It serves as the time axis of the chain: halvings, protocol changes and lock-up periods are given in block heights rather than calendar dates. The Bitcoin halving, for example, follows a rhythm of 210,000 blocks.

BridgeEthereum & Altcoins

A bridge moves value between two networks by locking tokens on one side and issuing a representation on the other. Bridges are among the most frequently attacked parts of the sector, because large sums sit in their contracts. A flaw in the contract hits every locked balance at once.

Circulating supplyTrading & Market

Circulating supply counts the units that are actually available on the market, without locked or not yet issued holdings. It feeds into market capitalisation. On Bitcoin the circulating supply moves slowly towards the limit of 21 million. Lost coins stay in the figure even though they will never move again.

Coin joinTechnology

In a coin join several participants combine their inputs and outputs into a single shared transaction. For an outside observer it is then harder to say which input belongs to which output. The coins stay in the participants' own custody throughout. Some trading venues flag amounts mixed this way and ask for extra proof of origin.

ConfirmationTechnology

A transaction counts as confirmed once it sits in a block. Every further block on top counts as one more confirmation and makes a later change more expensive. On Bitcoin a block appears roughly every ten minutes, so six confirmations take about an hour. Many trading venues credit deposits only after that.

Crypto-asset (MiCA)Tax & Law

Regulation (EU) 2023/1114 defines a crypto-asset as a digital representation of a value or a right that can be transferred and stored electronically using distributed ledger technology. It separates asset-referenced tokens, e-money tokens and other crypto-assets. The duties of issuers and service providers follow from this classification.

CustodyWallets & Security

Custody answers the question of who holds the private keys. With self-custody the responsibility sits entirely with the person, including the backup of the seed phrase. With third-party custody an authorised provider takes over, which leaves a claim against that provider instead of direct control over the coins.

DAODeFi

A DAO is an organisation whose rules sit in smart contracts. Anyone holding governance tokens can put forward proposals and vote, for example on the use of a shared treasury. Voting power usually follows the number of tokens, so large holders can dominate decisions. In Germany the legal status of a DAO is unsettled.

DecentralisationBasics

Decentralisation means that many independent computers hold the same data and check the same rules. If one node fails, the network carries on, and nobody can change entries alone. It is measured by the number and the spread of nodes, and by how far mining or staking concentrates on a few providers.

Decentralised exchangeDeFi

A decentralised exchange settles swaps through smart contracts, and the balance stays in your own wallet until the trade happens. There is no registration and usually no identity check. In return there is also no office that could step in after a mistake, a wrong address or a fake token.

DeFiDeFi

DeFi stands for decentralised finance: swapping, lending and hedging run through smart contracts instead of an institution. Anyone taking part keeps their own keys and carries the risk themselves. Flaws in contract code, manipulated price feeds and unaudited projects have repeatedly led to total losses.

DifficultyBitcoin

Difficulty governs how hard it is to find a valid block. Bitcoin adjusts it every 2,016 blocks, so roughly every two weeks. If more computing power joins the network, difficulty rises, and the rhythm of about ten minutes per block is kept all the same.

Digital signatureTechnology

With a digital signature the sending side proves that it holds the matching private key without giving it away. Every node checks the signature against the public key and rejects the transaction otherwise. That is why no password protects a balance, only the key that is kept secret.

DustBitcoin

Dust means amounts so small that sending them later costs more in fees than the amount itself. On Bitcoin, standard nodes reject outputs below roughly 546 satoshi. Unexpected dust arriving at an address can be an attempt to tie later payment flows to the same owner.

EIP-1559Ethereum & Altcoins

Since the London upgrade in August 2021 the Ethereum fee splits into a base fee and a voluntary tip. The base fee follows how full the previous block was and is destroyed, while the tip goes to the validator. Fees became easier to predict as a result, and part of the money supply disappears.

ERC-20Ethereum & Altcoins

ERC-20 describes which functions an interchangeable token on Ethereum has to offer, such as checking a balance and making a transfer. Because all contracts use the same interface, wallets and applications can show any new token straight away. The standard says nothing about seriousness: anyone can create an ERC-20 token in minutes.

Fear and greedTrading & Market

A fear and greed index bundles figures such as volatility, trading volume and search interest into a single value between 0 and 100. Low values stand for fear, high ones for greed. The index describes mood, not a forecast: extreme readings can last for weeks without the price turning.

Fiat moneyBasics

Fiat money is state-issued money such as the euro or the dollar, whose value rests on trust and legal recognition rather than on backing by gold. Central banks steer the amount. With cryptocurrencies the protocol instead sets how many units come into being, for Bitcoin at most 21 million.

ForkTechnology

In a soft fork the rules become stricter and old nodes still accept new blocks. A hard fork changes the rules so that old nodes reject the new blocks. If both camps then carry on, two chains with their own currency come into being. Bitcoin and Ethereum have seen both forms.

Full nodeTechnology

A full node downloads every block and checks every rule itself instead of trusting a provider. For Bitcoin that needs several hundred gigabytes of storage. The more independent full nodes are running, the harder it is to push rule changes through against the will of the people using the network.

GasEthereum & Altcoins

Gas measures the computing effort of an action on Ethereum. A simple ether transfer costs 21,000 gas, a complex contract call a multiple of that. The cost is the amount of gas times the gas price, quoted in gwei. When the network is busy the gas price rises, while the gas an action needs stays the same.

Genesis blockBitcoin

The genesis block is the first block of a chain and carries block height zero. On Bitcoin it came into being on 3 January 2009 and holds a newspaper headline of that day in a data field. Its reward of 50 bitcoin cannot technically be spent, so those coins are permanently missing from the supply.

Hash rateBitcoin

The hash rate states how many hash values all miners together calculate per second. It is the measure of the computing power behind a proof-of-work network: the higher it sits, the more expensive an attack would be. If the hash rate rises for good, difficulty follows at the next adjustment.

HD walletWallets & Security

A hierarchical deterministic wallet derives any number of key pairs from a single seed phrase. One backup therefore covers every address and account, including those created later. The method is described in the proposals BIP 32 and BIP 44, which is why a backup can be moved between different wallets.

Hot walletWallets & Security

A hot wallet runs as an app or a browser extension on a device with an internet connection. Payments are quick that way, but malware can read along or slip in transactions. A split is common: small everyday amounts in the hot wallet, larger holdings kept apart from it without a network connection.

Impermanent lossDeFi

If the prices of two tokens in a pool drift apart, the pool formula automatically trades in favour of the weaker token. On withdrawal the value is then below what simply holding would have given. The loss is called impermanent because it disappears once the price ratio comes back together. That need not happen.

Layer 2Ethereum & Altcoins

A layer 2 settles transactions away from the main chain and anchors the result there in bundled form. Fees and waiting times fall, while security rests on the main chain. On Bitcoin the Lightning network is one example, on Ethereum they are rollups. The way back to the main chain can cost time.

Lightning networkBitcoin

The Lightning network lays payment channels over the Bitcoin chain. Two parties lock an amount, settle any number of payments between themselves and write only the opening and the closing into the chain. Payments are possible in seconds and for fractions of a cent, but need capital in the channel and a counterparty that can be reached.

Limit order and market orderTrading & Market

A market order is executed immediately at the next available price, which is not guaranteed. A limit order names a maximum or minimum price and waits until somebody takes it, so it can stay unfilled. In thin order books a market order is often executed noticeably worse than expected.

Liquid stakingDeFi

In liquid staking a service deposits the coins in the network and issues a tradable token that stands for the claim. The deposit stays usable even though it is tied up. The risks come twice over: from the contract of the provider and from a possible price gap between the token and the coin behind it.

LiquidityTrading & Market

Liquidity describes how much can be bought or sold without moving the price much. It shows in the depth of the order book and in the spread. With small tokens liquidity is often so thin that even a mid-sized sale pushes the price down by double-digit percentages.

Liquidity poolDeFi

In a liquidity pool several people deposit two tokens that others can swap against. Those who deposit receive a share of the trading fees. Against that stand impermanent loss when the two prices drift apart and the risk of a faulty contract, which holds the whole deposited balance.

Market capitalisationTrading & Market

Market capitalisation is the current price times the circulating supply. It serves to compare the size of projects, but says nothing about how much money has actually been invested. If most of the tokens are locked or held by a few owners, the figure overstates the tradable market considerably.

MempoolTechnology

The mempool is the store in which every node holds valid but still unconfirmed transactions. Miners prefer to pick out transactions with a high fee per virtual byte. When the mempool is full, cheap transactions wait longer. When it empties, low fees are enough again.

MergeEthereum & Altcoins

The Merge is the name for Ethereum moving to proof of stake on 15 September 2022. The existing chain was joined to the Beacon Chain and mining fell away. The power consumption of the network dropped by more than 99 per cent, while the balances of users stayed unchanged.

Merkle treeTechnology

In a Merkle tree transactions are hashed in pairs until a single root is left, which sits in the block header. A few hash values are then enough to prove that a transaction is contained in a block, without loading the whole block. Light wallets check incoming payments this way.

MiningBitcoin

In mining, computers search for a suitable number in the block header until the hash falls below a target value. Whoever finds it first may append the block and receives the block reward. The effort is deliberate: it makes rewriting the chain later expensive and costs real electricity.

Mining poolBitcoin

In a mining pool many participants combine their computing power and share the reward according to the work they contributed. Instead of rarely hitting a whole block, there are small shares on a regular basis. It becomes critical when a few pools together provide most of the hash rate, because they then decide which blocks are built.

MultisigWallets & Security

A multisig wallet requires several signatures, typically two out of three keys. A single lost or stolen key is then enough neither to spend the balance nor to block it. Companies, associations and families use the split. It does raise the effort involved in every payment and in the backup.

NFTEthereum & Altcoins

An NFT is a token in which every unit carries a number of its own and is therefore not freely interchangeable. On Ethereum the ERC-721 standard describes its behaviour. The token usually holds only a reference to a file rather than the file itself, and copyright as a rule does not pass with the purchase.

NonceTechnology

The nonce is a 32 bit field in the block header that miners try out millions of times over to find a hash below the target value. If the possible values run out, miners also change the timestamp or the choice of transactions. On Ethereum, nonce instead means the transaction counter of an account.

OracleDeFi

Smart contracts only see what stands in their own chain. An oracle delivers data from outside, for example a euro price, so that a loan can be valued automatically. If an oracle is manipulated or delivers late, the contract calculates with wrong figures. Such attacks have already cost large sums in DeFi.

Order bookTrading & Market

The order book lists all open buy and sell offers by price. At the top stand the highest bid and the lowest ask, and their difference is the spread. How much volume sits close to the price shows the depth of the book, and with it how far a large order would move the price.

PassphraseWallets & Security

A passphrase is a freely chosen extra word added to the seed phrase, often called the 25th word. Every passphrase creates a completely separate wallet. That protects the balance if the seed phrase is found, but raises the risk: without exactly the same spelling the balance is lost, and there is no recovery.

Peer to peerBasics

In a peer to peer network all computers have equal rights and pass transactions and blocks straight to one another, without a central server. If part of the network fails, the remaining nodes look for new connections. This design makes a shutdown at any single point impossible.

Private keyWallets & Security

The private key is the secret number that transactions are signed with. Whoever holds it controls the balance. Whoever loses it loses access for good, because there is no reset function. In current wallets every private key is derived from the seed phrase.

Proof of workTechnology

Proof of work requires a costly computing task to be solved for every block. The solution is hard to find and can be checked in fractions of a second. Bitcoin has secured itself this way since 2009. The price is high electricity use, the return a physically measurable barrier against rewriting the chain.

Public keyWallets & Security

The public key is calculated from the private key, and the way back is practically impossible. The receiving address is derived from it. The network uses the public key to check whether a signature is genuine. Passing it on is harmless, and money cannot be spent with it.

RollupEthereum & Altcoins

A rollup carries out transactions away from the main chain and writes them back there in bundled form. Optimistic rollups assume correctness and allow an objection period of usually about a week, while zero-knowledge rollups supply a mathematical proof straight away. Fees fall considerably against the main chain.

Sat/vBBitcoin

Bitcoin fees are quoted in satoshi per virtual byte, not as a percentage of the amount. What counts is the size of the transaction, not its value. Anyone combining several small inputs creates a larger transaction and pays more. When the mempool is full the necessary rate rises, when it is empty it falls.

SatoshiBitcoin

A satoshi is the smallest unit of Bitcoin: 100 million satoshi make one bitcoin. It is named after the pseudonym behind the whitepaper. Because the protocol counts amounts in satoshi anyway, purchases far below a whole bitcoin are possible without trouble.

SegwitBitcoin

Segwit separates the signature data from the rest of a transaction, and the upgrade was activated in August 2017. More transactions fit into a block as a result, fees fall for segwit addresses, and an old flaw in how transactions were identified fell away. Segwit addresses on Bitcoin start with bc1.

SlippageTrading & Market

Slippage is the difference between the price when an order is sent and the price when it is executed. It comes from thin order books, large orders and fast moves. Many trading interfaces allow an upper limit in per cent. If it is passed, the order is cancelled instead of executing expensively.

Smart contractEthereum & Altcoins

A smart contract is a program that sits on a blockchain and runs the same way at every call. Swaps, loans or votes can be mapped this way without a middleman. Published code is usually unchangeable: a flaw stays in place and can affect the whole balance deposited in it.

SpreadTrading & Market

The spread is the difference between the highest bid and the lowest ask in the order book. It belongs to the real costs of trading, because buying and selling at once ends up down by the spread. On large cryptocurrencies it is a fraction of a per cent, on small tokens far higher.

StablecoinDeFi

A stablecoin is meant to track a reference value permanently, usually a dollar or a euro. Backed versions hold bank deposits and short-dated bonds for that, algorithmic ones steer the supply through contracts. Quality and auditing of the reserves are decisive. In the EU, Regulation (EU) 2023/1114 governs issuance and redemption.

TaprootBitcoin

Taproot was activated in November 2021 and brought Schnorr signatures to Bitcoin. Several signatures can be combined into one, so complex payments such as multisig look from the outside like an ordinary transfer. That saves space in the block and improves the privacy of everyone involved.

TestnetTechnology

A testnet is a chain of its own running the same software but with worthless coins that are handed out free. Developers check contracts and upgrades there before going to the main network. Addresses on the test network and the main network are separate. Anyone sending real coins to a testnet address loses them.

TokenBasics

A token is issued through a smart contract on an existing chain, while a coin is the native currency of a network. Ether is a coin, and most stablecoins are tokens on Ethereum. Whoever buys a token acquires an entry in a contract whose rules the issuers set.

Trading venueTrading & Market

A trading venue brings buy and sell orders together, usually through an order book. Central venues hold the balances of their customers and check their identity, decentralised ones settle the swap through contracts. Providers in the EU have been subject to the authorisation rules of Regulation (EU) 2023/1114 since 30 December 2024.

Transaction feeBitcoin

The transaction fee goes to whoever finds the block and decides the waiting time. On Bitcoin it is counted in satoshi per virtual byte, so it hangs on the size of the data rather than on the amount. On Ethereum it follows from the amount of gas and the gas price. A fee that is too low means a long wait.

Two-factor authenticationWallets & Security

In addition to the password, two-factor authentication asks for a second proof, such as a numeric code from an app that changes every 30 seconds, or a security key. Codes by SMS count as weaker, because phone numbers can be taken over. It does not protect your own wallet: there only the seed phrase counts.

UTXOBitcoin

Bitcoin keeps no account balances, only unspent transaction outputs. A balance is the sum of all UTXO that match your own keys. A payment consumes whole outputs and creates new ones, often including change back to yourself. Many small UTXO make later transactions larger and therefore more expensive.

ValidatorTechnology

A validator deposits a stake and in return gains the right to propose and confirm blocks. On Ethereum 32 ether are needed per validator. Correct work earns rewards, misbehaviour brings deductions up to slashing. Anyone wanting to put in less usually uses a service and carries its risk as well.

WalletWallets & Security

A wallet stores no coins, only the keys that entries in the chain can be moved with. It shows balances, creates addresses and signs transactions. Wallets are told apart by their connection to the network, into hot and cold, and by who controls the keys.

Wash tradingTrading & Market

In wash trading the same party buys and sells the same asset in order to feign volume and interest. A project looks more liquid than it is and climbs the rankings. Even volumes without any price movement are a sign. In the EU such sham trading counts as market manipulation.

Wei and gweiEthereum & Altcoins

Wei is the smallest unit of ether: one ether equals a one followed by 18 zeros in wei. One gwei is a billion wei, so a billionth of an ether. Gas prices are quoted in gwei because the numbers stay manageable there, while the protocol calculates internally in wei.

WhitepaperBasics

A whitepaper describes the purpose, the technology and the money supply of a project. The Bitcoin whitepaper appeared on 31 October 2008 across nine pages. Under MiCA a crypto-asset whitepaper is mandatory for issuers in the EU and must contain set information on rights and risks, though the supervisor does not check its content.

Wrapped tokenEthereum & Altcoins

A wrapped token represents a coin on a chain it does not belong to: the original is deposited, the representation is issued, and on redemption it is destroyed again. That lets bitcoin be used in Ethereum applications, for example. The value depends on the deposit actually existing and on redemption working.

Zero-knowledge proofTechnology

A zero-knowledge proof shows that a statement is true without revealing the data behind it, for example that a balance is sufficient without naming its size. In rollups such a proof replaces repeating every computing step on the main chain. Creating it is costly, while checking it is very fast.