Web3 Terms in the Context of Work.
Practical definitions, operational risk analysis, common pitfalls, and role relevance for Web3 professionals.
Glossary Terms
Technology that turns standard crypto wallets into interactive smart contract wallets, enabling email/Passkey logins, social recovery, and gas fee payments with any token.
Self-managed crypto storage where users hold their own private keys without relying on third parties like centralized exchanges (CEX).
Permission granted by a wallet to a smart contract to move tokens on behalf of the user, which can be revoked at any time.
A physical device isolated from the internet that stores private keys and is used to sign transactions offline.
A collection of 12-24 random English words that acts as the "Master Key" to restore a crypto wallet on another device if lost.
Public Key is your visible wallet address to receive funds. Private Key is the crucial secret password that grants full access to spend those funds.
Traditional currency issued and regulated by a government (e.g., Rupiah, US Dollar, Euro).
In-depth review of smart contract code by independent auditors to find logic vulnerabilities and potential exploits before mainnet release.
Blockchain architecture that separates execution, consensus, and Data Availability (DA) into different layers (e.g., Celestia/EigenDA) to drastically increase network scale.
A cryptographic method allowing one party to prove the truth of a statement to another party without revealing the actual data itself.
A standard interface in JSON format that allows frontend applications to communicate with smart contract instructions on the blockchain.
The cost users must pay to the network to process transactions or execute smart contracts, usually paid in the native network token.
L1 is the base blockchain (e.g., Ethereum, Bitcoin). L2 is a secondary network built on top of L1 to process transactions faster and cheaper (e.g., Arbitrum, Optimism).
Applications that run on a decentralized blockchain network rather than on centralized servers owned by a single company.
The ability of different, distinct blockchain networks to communicate, read data, and exchange assets with one another.
A mechanism that utilizes already staked ETH to secure other networks/services (Actively Validated Services) for additional yield.
Tokenization of real-world assets (like US Treasuries, real estate, gold, or private credit) onto the blockchain to be traded in DeFi.
The maximum value extracted by miners/validators by reordering, inserting, or censoring transactions within a block.
Reserves of tokens locked in a smart contract to facilitate automated trading without needing direct buyers/sellers (order book).
An ecosystem of financial services (lending, borrowing, exchanges) without traditional intermediaries like banks, operating via smart contracts.
Bull Market represents a period of rising prices and extreme optimism. Bear Market is a prolonged period of declining prices and pessimism.
Cryptocurrencies designed to maintain a stable value by being pegged to traditional assets like the US Dollar (e.g., USDT, USDC).
The strategy of moving crypto assets across various DeFi protocols to maximize returns (yield) through interest or token rewards.
Circulating Supply is the amount of tokens currently available. FDV (Fully Diluted Valuation) is the total market cap if all tokens were released.
On-chain data detection methods to identify and block a single user creating thousands of fake accounts for voting manipulation or airdrop farming.
The total amount of capital (in USD or ETH) currently deposited and working within a specific dApp or blockchain ecosystem.
The economic metrics of a cryptocurrency, including max supply, utility, inflation, burn mechanisms, and distribution allocation.
The official technical document of a Web3 project detailing its vision, mission, technology architecture, and the problem it aims to solve.
A gasless voting system for DAO decisions (off-chain) based on reading token balances in wallets at a specific snapshot time.
A grant allocation model where the number of unique contributors matters more in determining the matched funding amount than the sheer dollar amount donated.
The process of assigning your governance token voting power to a representative (Delegate) with more expertise, without transferring token ownership.
An organization governed entirely by code (smart contracts) and its community consensus, lacking a traditional centralized leadership structure (like a CEO).
Decentralized social media protocols where users independently own their identity, social graph (followers), and content without relying on single corporate servers.
The practice of restricting access to exclusive content, events, Discord groups, or app features only to holders of a specific token or NFT.
NFTs whose metadata or visuals can change automatically based on real-world data inputs (via Oracles) or user transaction activity.
A unique digital asset on the blockchain representing absolute ownership of a specific item (like digital art, music, or game items).
Interconnected 3D virtual worlds where people can socialize, work, play, and transact digital assets using Web3 infrastructure.
Professional qualification track records immutably verified on the blockchain (like GitHub contributions, POAP badges, contract transactions, or DAO certificates).
Employee compensation systems using stablecoins/native tokens, combined with periodic claim periods (vesting) and initial waiting times (cliff).
A professional role bridging a Web3 protocol with external developer communities through documentation, workshops, hackathons, and SDKs.
The culture of working under an alias/NFT avatar where professional reputation is built on work quality, not physical identity.
A user growth strategy rewarding off-chain points as an engagement indicator, often serving as the basis for future token allocations or airdrops.
Third-party platforms that automate Web3 marketing campaigns by rewarding badges/points for completing social missions and on-chain transactions.
Daily operational procedures for managing Web3 project treasury funds using multi-signature wallets (like Safe) to prevent unilateral spending.
Free distribution of tokens or coins to user crypto wallets, usually as a promotional campaign to bootstrap liquidity and decentralize ownership.
A malicious maneuver in the crypto industry where crypto developers abandon a project and run away with investors' funds.
Account Abstraction (ERC-4337)
Technology that turns standard crypto wallets into interactive smart contract wallets, enabling email/Passkey logins, social recovery, and gas fee payments with any token.
Why This Is Important?
Eliminates Seed Phrase complexity and serves as the main key for mass adoption (Web2 UX in Web3).
Pitfalls & Risks
Developers often forget to secure the Paymaster mechanism, which can lead to gas subsidy exploitation by bots.