Blockchain Professional Terms
Here are common professional terms in the blockchain field and their explanations, covering core categories such as technology, applications, and ecosystems:
I. Basic Concepts
Blockchain
A distributed ledger technology that connects data blocks in chronological order to form an immutable chain structure, enabling decentralized trust.
Features: Decentralization, immutability, transparency, traceability.
Block
The basic unit of a blockchain, containing data records, the hash value of the previous block, timestamps, etc., linked into a chain via cryptography.
Node
An independent device (e.g., a computer) participating in a blockchain network, responsible for validating transactions, maintaining ledger copies, and propagating information.
II. Cryptography and Security
Hash
A fixed-length string (hash value) generated by a hash function (e.g., SHA-256) from data of any length, with properties of unidirectionality, uniqueness, and collision resistance.
Uses: Verifying data integrity, identifying blocks and transactions.
Public Key
A public address generated from a private key, used to receive cryptocurrencies (similar to a bank account number).
Private Key
A string generated from a random number, serving as the sole credential for accessing crypto assets, requiring strict confidentiality (similar to a bank password).
Seed Phrase
A phrase consisting of 12–24 words, serving as a backup for the private key to restore wallet assets.
III. Consensus Mechanisms
Proof of Work (PoW)
Nodes compete to solve mathematical puzzles through computing power, and the first to complete wins the right to keep accounts and rewards (e.g., Bitcoin uses this mechanism).
Drawback: High energy consumption, low efficiency.
Proof of Stake (PoS)
Nodes compete for bookkeeping rights based on the quantity and duration of tokens held, requiring no significant computing power (e.g., Ethereum 2.0 uses this mechanism).
Advantages: Low energy consumption, high throughput.
Practical Byzantine Fault Tolerance (PBFT)
Achieves consensus through voting, tolerating a certain number of faulty nodes (commonly used in consortium chains, e.g., Hyperledger Fabric).
IV. Cryptocurrencies and Assets
Token
Digital assets issued on a blockchain, categorized into:
Fungible Token (FT): Interchangeable (e.g., BTC, ETH).
Non-Fungible Token (NFT): Unique and non-interchangeable (e.g., digital art, domain names).
Smart Contract
Self-executing code stored on a blockchain that triggers predefined logic when conditions are met (e.g., DeFi lending, NFT transactions).
Decentralized Finance (DeFi)
Blockchain-based financial applications such as lending, trading, and insurance, eliminating the need for traditional financial intermediaries (e.g., Uniswap, Aave).
Liquidity Mining
Users provide liquidity to decentralized exchanges (DEXs) to earn platform tokens as rewards (e.g., providing ETH/USDT liquidity to earn trading fees and tokens).
V. Types of Blockchains
Public Blockchain
Open to anyone for reading, writing, and validation (e.g., Bitcoin, Ethereum), fully decentralized.
Consortium Blockchain
Access restricted to specific organizations or institutions (e.g., R3 Corda, AntChain), semi-decentralized, prioritizing privacy and efficiency.
Private Blockchain
Controlled by a single organization (e.g., internal corporate chains), highly centralized, used for internal management.
VI. Technologies and Applications
Cross-Chain
Enables the interaction of assets or data between different blockchains (e.g., Polkadot, Cosmos).
Lightning Network
A Layer 2 scaling solution for Bitcoin, enabling fast micro-transactions through off-chain channels (improving throughput and reducing fees).
Sidechain
A blockchain parallel to the main chain, enabling asset transfer via a two-way anchoring mechanism (e.g., Bitcoin sidechain Liquid).
DAO (Decentralized Autonomous Organization)
An organization managed by smart contracts, with decisions made by token holders through voting (e.g., MakerDAO, Uniswap governance).
VII. Risks and Security
51% Attack
Occurs when a miner/pool controls over 51% of computing power, allowing tampering with transaction records or blocking confirmations (a major threat to PoW chains).
Phishing Attack
Fraudulently obtaining users’ private keys or seed phrases via fake wallet or exchange links.
Rug Pull
Project teams lure investments through false propaganda and then abscond with funds (common in DeFi scams).
VIII. Industry Terms
Gas Fee
The fee required to execute transactions or smart contracts on the Ethereum network, paid in ETH to incentivize miners to package transactions.
DApp (Decentralized Application)
An application running on a blockchain, with data storage and logic execution relying on smart contracts (e.g., Axie Infinity, OpenSea).
Layer 2
Extension solutions built on top of the main chain (Layer 1) to improve transaction speed and reduce costs (e.g., Rollups, state channels).
IX. Emerging Concepts
Web3
The next generation of the internet based on blockchain, emphasizing decentralization and user control of data (e.g., decentralized identity DID, distributed storage IPFS).
Metaverse
A merged virtual and real-world ecosystem where blockchain is used to authenticate digital assets (e.g., land, items) and facilitate value circulation (e.g., Decentraland).
Zero-Knowledge Proof (ZK-SNARKs)
A cryptographic technique allowing proof of a statement’s validity without revealing specific information (used for privacy protection, e.g., Zcash).
For in-depth explanations of specific terms or domains (e.g., DeFi, NFTs, cross-chain technology), feel free to specify your needs!
Last updated