🏠 Homeℹ️ AboutπŸ“ BlogπŸ“¬ ContactπŸ”’ Privacy Policy
Homeβ€ΊBlogβ€ΊCryptocurrency & Blockchain Quiz
β‚Ώ
Finance

Cryptocurrency & Blockchain Quiz β€” 40 Questions

From Bitcoin basics to DeFi protocols, 40 questions that test whether you truly understand the technology behind the digital finance revolution. Every answer includes real-world context to help you separate hype from reality.

πŸ“‹ What's Inside

Why Crypto Literacy Matters

India has an estimated 25–30 million cryptocurrency investors, yet most lack basic understanding of the technology, risks, and regulations involved. The combination of extreme volatility, rampant scams, and aggressive marketing makes crypto literacy not just useful β€” but essential for financial safety.

This quiz is designed to educate, not promote. Whether you are a crypto enthusiast or a sceptic, understanding blockchain technology and digital assets is increasingly important in the modern financial landscape.

Round 1: Crypto Fundamentals

Before investing a single rupee in crypto, you need to understand the basics. This round covers what cryptocurrency is, how blockchain works, and the key concepts every beginner should know.

Q1. What is cryptocurrency?

βœ… Answer: A digital or virtual currency that uses cryptographic encryption for security and operates on decentralised networks (blockchain technology)

Unlike fiat currencies (rupee, dollar), cryptocurrencies are not issued by any central authority. They use blockchain technology to record and verify transactions. Bitcoin (2009) was the first cryptocurrency. There are now over 20,000 cryptocurrencies with a combined market cap exceeding $2 trillion. Crypto enables peer-to-peer transactions without intermediaries like banks.

Q2. What is Bitcoin?

βœ… Answer: The first and most valuable cryptocurrency, created in 2009 by the pseudonymous Satoshi Nakamoto

Bitcoin was introduced in a 2008 whitepaper titled "Bitcoin: A Peer-to-Peer Electronic Cash System." It operates on a decentralised network with a fixed supply of 21 million coins β€” making it deflationary by design. Bitcoin's price rose from essentially $0 in 2009 to an all-time high above $73,000 in 2024. It is often called "digital gold" due to its store-of-value properties.

Q3. What is blockchain?

βœ… Answer: A distributed, decentralised digital ledger that records transactions across a network of computers in an immutable chain of blocks

Each "block" contains a group of transactions. Once recorded, the data in a block cannot be altered without changing all subsequent blocks, making it extremely tamper-resistant. Blockchain was invented by Satoshi Nakamoto for Bitcoin but has applications far beyond cryptocurrency β€” supply chain tracking, digital identity, voting systems, healthcare records, and smart contracts.

Q4. What is a blockchain wallet?

βœ… Answer: A digital tool that stores your private keys and allows you to send, receive, and manage cryptocurrencies

Wallets do not actually "store" crypto β€” they store the private keys that prove ownership of coins on the blockchain. Types: hot wallets (connected to internet β€” MetaMask, Trust Wallet) are convenient but less secure; cold wallets (offline β€” Ledger, Trezor hardware devices) are more secure for large holdings. The critical rule: "Not your keys, not your coins" β€” if you lose your private key, you lose your crypto permanently.

Q5. What is a private key vs a public key?

βœ… Answer: A public key is your wallet address (like an email address); a private key is your password that proves ownership and authorises transactions

In public-key cryptography, the public key can be shared freely β€” people use it to send you crypto. The private key must NEVER be shared β€” it is the only way to access and spend your funds. If someone gets your private key, they can steal all your crypto. If you lose your private key, your funds are lost forever. An estimated 3–4 million Bitcoin (worth over $200 billion) are permanently lost due to lost private keys.

Q6. What is the maximum supply of Bitcoin?

βœ… Answer: 21 million coins β€” a hard-coded limit that can never be changed

Satoshi Nakamoto programmed a maximum supply of 21 million Bitcoin. As of 2024, approximately 19.6 million have been mined, leaving only 1.4 million to be created over the next ~116 years. This scarcity is central to Bitcoin's value proposition β€” unlike fiat currencies that governments can print infinitely, Bitcoin's supply is mathematically fixed, making it deflationary by design.

Q7. What is a seed phrase (recovery phrase)?

βœ… Answer: A sequence of 12–24 randomly generated words that serves as the master backup for a cryptocurrency wallet

The seed phrase is the most important piece of information in crypto. It can restore your entire wallet on any device β€” including all assets. If someone obtains your seed phrase, they control all your crypto. NEVER share it digitally (no screenshots, no cloud storage, no email). Write it on paper or metal and store in a secure location. Hardware wallet manufacturers like Ledger provide metal backup plates for fire/flood resistance.

Q8. What is the difference between a coin and a token?

βœ… Answer: A coin operates on its own blockchain (Bitcoin, Ethereum); a token is built on top of an existing blockchain (USDT on Ethereum, SHIB on Ethereum)

Coins (BTC, ETH, SOL, ADA) have their own independent blockchain networks. Tokens are created using smart contracts on existing blockchains β€” most commonly on Ethereum using the ERC-20 standard. Creating a token is much easier than building a new blockchain, which is why there are thousands of tokens. When a token eventually launches its own blockchain, it is called a "mainnet migration."

Q9. What is a whitepaper in cryptocurrency?

βœ… Answer: A detailed technical document that explains a crypto project's technology, problem being solved, tokenomics, roadmap, and team

Satoshi Nakamoto's Bitcoin whitepaper (October 2008) is the foundational document of all cryptocurrency. Before investing in any crypto project, reading the whitepaper is essential due diligence. Red flags in whitepapers: vague technology descriptions, unrealistic promises, no clear use case, plagiarised content, and anonymous teams. Ethereum's whitepaper by Vitalik Buterin is another must-read that introduced smart contracts to the world.

Round 2: Bitcoin Deep Dive

Bitcoin is the king of crypto β€” the first, the most valuable, and the most studied. This round explores Bitcoin's technology, mining, halving events, and the innovations built on top of it.

Q1. What is Bitcoin mining?

βœ… Answer: The process of using powerful computers to solve complex mathematical puzzles that validate transactions and add new blocks to the blockchain

Miners compete to solve cryptographic puzzles. The first to solve it earns newly minted Bitcoin (currently 3.125 BTC per block after the April 2024 halving) plus transaction fees. Mining requires enormous computing power and electricity β€” the entire Bitcoin network consumes more energy than some countries. China banned crypto mining in 2021, shifting mining operations to the US, Kazakhstan, and Russia.

Q2. What is a "halving" in Bitcoin?

βœ… Answer: An event that occurs approximately every 4 years (every 210,000 blocks) where the Bitcoin mining reward is cut in half

Halvings reduce the rate of new Bitcoin creation. The reward started at 50 BTC (2009), halved to 25 (2012), 12.5 (2016), 6.25 (2020), and 3.125 (April 2024). Halvings historically precede major bull runs because reduced supply + constant/growing demand = price increase. The last Bitcoin will be mined around 2140, when all 21 million coins are in circulation.

Q3. What is Proof of Work (PoW) vs Proof of Stake (PoS)?

βœ… Answer: PoW requires miners to solve computational puzzles using energy-intensive hardware; PoS selects validators based on how many coins they stake (lock up) as collateral

Bitcoin uses PoW β€” miners compete using computing power, consuming vast energy. Ethereum switched to PoS in 2022 ("The Merge"), reducing energy use by 99.95%. In PoS, validators lock up (stake) their coins as collateral. If they validate fraudulent transactions, they lose their stake. PoS is more energy-efficient and scalable but critics argue it favours the wealthy (more coins staked = more validation power).

Q4. What is the Lightning Network?

βœ… Answer: A "Layer 2" payment protocol built on top of Bitcoin that enables fast, low-cost transactions by processing them off the main blockchain

Bitcoin's main blockchain can handle only ~7 transactions per second (vs Visa's 65,000+). The Lightning Network creates payment channels between users, allowing thousands of near-instant, nearly free transactions off-chain, with only the final settlement recorded on Bitcoin's blockchain. It makes Bitcoin viable for everyday payments β€” buying coffee, paying bills. El Salvador adopted Bitcoin as legal tender in 2021, heavily relying on the Lightning Network.

Round 3: Ethereum, DeFi & NFTs

Ethereum expanded blockchain beyond money into programmable applications. This round covers smart contracts, DeFi, NFTs, DAOs, and the technology reshaping finance and digital ownership.

Q1. What is Ethereum?

βœ… Answer: A decentralised blockchain platform that enables smart contracts and decentralised applications (dApps), with Ether (ETH) as its native cryptocurrency

Created by Vitalik Buterin in 2015, Ethereum extended blockchain beyond simple transactions. Smart contracts are self-executing programs that run on the Ethereum network. Ethereum powers the majority of DeFi protocols, NFTs, and dApps. In September 2022, Ethereum transitioned from Proof of Work to Proof of Stake ("The Merge"), reducing energy consumption by ~99.95%.

Q2. What is DeFi (Decentralised Finance)?

βœ… Answer: Financial services built on blockchain that operate without traditional intermediaries like banks, using smart contracts instead

DeFi recreates traditional financial services (lending, borrowing, trading, insurance) on blockchain. Platforms like Aave, Uniswap, and Compound allow users to earn interest, take loans, and trade crypto without banks. Total Value Locked (TVL) in DeFi peaked at $180 billion in 2021. Benefits: 24/7 availability, global access, transparency. Risks: smart contract bugs, hacks (over $3 billion stolen from DeFi in 2022), and no deposit insurance.

Q3. What is an NFT (Non-Fungible Token)?

βœ… Answer: A unique digital token on a blockchain that represents ownership of a specific digital asset β€” art, music, collectibles, or virtual real estate

"Non-fungible" means each token is unique and cannot be exchanged one-for-one with another (unlike Bitcoin, where each coin is identical). NFTs boomed in 2021 β€” Beeple's digital artwork sold for $69 million at Christie's. Use cases extend beyond art: gaming assets, event tickets, academic certificates, and real estate deeds. The NFT market has since cooled significantly from its 2021 peak.

Q4. What is a DAO (Decentralised Autonomous Organisation)?

βœ… Answer: An organisation governed by smart contracts and token-holder votes rather than traditional management hierarchies

DAOs are like digital cooperatives where rules are encoded in smart contracts on the blockchain. Token holders vote on proposals β€” from treasury spending to protocol changes. Examples: MakerDAO (governs the DAI stablecoin), Uniswap DAO (governs the exchange protocol), and ConstitutionDAO (raised $47 million to bid on a copy of the US Constitution). DAOs represent a new model of internet-native governance.

Q5. What is gas in Ethereum?

βœ… Answer: A unit of measurement for the computational effort required to execute transactions and smart contracts on the Ethereum network

Gas fees are paid in ETH and vary based on network congestion. During peak usage (popular NFT drops, market volatility), gas fees can spike to hundreds of dollars per transaction. Ethereum's EIP-1559 upgrade (August 2021) changed the fee structure, introducing base fees that are burned (destroyed) and tips paid to validators. Layer 2 solutions like Polygon and Arbitrum offer dramatically lower gas fees.

Q6. What is a smart contract?

βœ… Answer: A self-executing program stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met

Smart contracts eliminate the need for intermediaries. Example: an insurance smart contract could automatically pay a farmer if weather data confirms a drought β€” no claims process, no delays. Ethereum is the dominant smart contract platform, but Solana, Cardano, and Avalanche also support them. However, smart contracts are only as good as their code β€” bugs can lead to massive losses (The DAO hack in 2016 lost $60 million).

Q7. What is Web3?

βœ… Answer: The vision of a decentralised internet built on blockchain technology, where users own their data and digital assets

Web1 (1990s) was read-only static pages. Web2 (2000s–present) is interactive but controlled by big tech (Google, Facebook, Amazon). Web3 aims to be decentralised β€” users own their data, digital identities, and assets through blockchain. Key Web3 technologies: blockchain, cryptocurrency, NFTs, DAOs, and decentralised storage (IPFS). Critics argue Web3 is more hype than reality, while proponents see it as the future of the internet.

Round 4: Trading & Investing

Crypto trading can be extremely profitable or devastating. This round covers exchanges, stablecoins, staking, meme coins, and the common scams every investor should recognize.

Q1. What is a stablecoin?

βœ… Answer: A cryptocurrency designed to maintain a stable value by being pegged to a reserve asset like the US dollar, gold, or other currencies

Stablecoins solve crypto's volatility problem by maintaining a ~$1 value. Types: fiat-backed (USDT, USDC β€” backed by actual dollar reserves), crypto-backed (DAI β€” backed by Ethereum collateral), and algorithmic (use algorithms to maintain peg, but risky β€” TerraUSD's collapse in 2022 erased $40 billion). Stablecoins are widely used for trading, remittances, and DeFi.

Q2. What is a crypto exchange?

βœ… Answer: A platform where users can buy, sell, and trade cryptocurrencies

Centralised exchanges (CEX) like Binance, Coinbase, WazirX, and CoinDCX operate like stock exchanges β€” they hold user funds and match buy/sell orders. Decentralised exchanges (DEX) like Uniswap and PancakeSwap allow peer-to-peer trading directly from wallets without intermediaries. CEXs are easier to use; DEXs offer more privacy and control. The FTX collapse (2022, $8 billion in customer funds lost) highlighted the risks of trusting centralised exchanges.

Q3. What happened with the FTX collapse?

βœ… Answer: FTX, the world's 2nd largest crypto exchange, collapsed in November 2022 after revelations that customer funds ($8 billion) had been secretly misused by its sister trading firm Alameda Research

FTX founder Sam Bankman-Fried (SBF) was arrested and convicted of fraud, wire fraud, and money laundering in 2023, sentenced to 25 years in prison. The collapse wiped out billions in customer deposits, caused crypto market contagion (Bitcoin dropped below $16,000), and triggered calls for stricter regulation. It was called the "Lehman Brothers moment" of crypto.

Q4. How is cryptocurrency taxed in India?

βœ… Answer: Crypto gains are taxed at a flat 30% (plus cess) with 1% TDS on transactions above β‚Ή10,000 β€” no deduction for expenses except cost of acquisition

India introduced crypto taxation in the 2022 Union Budget. Key rules: flat 30% tax on profits (no distinction between short-term and long-term), 1% TDS on all crypto transactions above β‚Ή10,000, losses from one crypto cannot be set off against gains from another, and losses cannot be carried forward to future years. Mining income is also taxable. These are among the strictest crypto tax rules globally.

Q5. What is a "rug pull" in crypto?

βœ… Answer: A type of scam where crypto developers create a token, attract investment, and then suddenly withdraw all liquidity, leaving investors with worthless tokens

Rug pulls are common in DeFi and meme coins. The Squid Game token (2021) surged 75,000% before developers drained $3.4 million and disappeared. Warning signs: anonymous teams, no code audit, locked liquidity promises, unrealistic returns, and aggressive marketing. Always research (DYOR β€” Do Your Own Research) before investing in any new crypto project.

Q6. What is crypto staking?

βœ… Answer: Locking up your cryptocurrency in a Proof of Stake network to support operations (transaction validation, security) in exchange for rewards

Staking is the PoS equivalent of mining β€” instead of using computing power, you lock up coins as collateral. Staking rewards typically range from 4–15% annually, depending on the network. Ethereum staking requires a minimum of 32 ETH for solo validators, but liquid staking services like Lido allow any amount. Risks include lock-up periods (cannot sell during), validator penalties (slashing), and smart contract vulnerabilities.

Q7. What is a meme coin?

βœ… Answer: A cryptocurrency created as a joke or based on an internet meme, typically with no fundamental utility or technology

Dogecoin (DOGE), created in 2013 as a joke featuring the Shiba Inu meme, reached a market cap of $85 billion in 2021 after Elon Musk's tweets. Shiba Inu (SHIB), Pepe (PEPE), and Floki are other meme coins. While some investors have made enormous gains, meme coins are extremely volatile and speculative. Most meme coins lose 90%+ of their value. They are considered gambling, not investing.

Q8. What is the difference between centralised and decentralised exchanges?

βœ… Answer: Centralised exchanges (CEX) are operated by companies that hold user funds; decentralised exchanges (DEX) allow peer-to-peer trading directly from user wallets

CEXs (Binance, Coinbase, WazirX): easier to use, support fiat-to-crypto, have customer support, but hold your funds (counterparty risk β€” as FTX showed). DEXs (Uniswap, SushiSwap): trade directly from your wallet, no account needed, no KYC, but harder to use, no fiat support, and susceptible to smart contract risks. The crypto community says: "Use CEXs for convenience, DEXs for sovereignty."

Round 5: Regulation & Future

As crypto matures, regulation, environmental concerns, and central bank digital currencies are shaping its future. This round explores where crypto is headed.

Q1. What is a CBDC (Central Bank Digital Currency)?

βœ… Answer: A digital form of a country's fiat currency, issued and regulated by the central bank

Unlike decentralised cryptocurrencies, CBDCs are controlled by central banks. India's Digital Rupee (eβ‚Ή) pilot launched in December 2022. China's Digital Yuan (e-CNY) is the most advanced CBDC globally, already used by millions. CBDCs offer programmable money, instant settlements, and financial inclusion, but raise privacy concerns as governments can monitor every transaction. Over 130 countries are exploring CBDCs.

Q2. What is the environmental impact of cryptocurrency?

βœ… Answer: Bitcoin's Proof of Work mining consumes approximately 150 TWh of electricity annually β€” comparable to the energy usage of countries like Argentina

Bitcoin mining's energy consumption has drawn significant environmental criticism. However, defenders note that 50–60% of mining uses renewable energy, and mining incentivises investment in stranded renewable energy (solar/wind in remote locations). Ethereum's shift to Proof of Stake (2022) reduced its energy consumption by 99.95%. Newer blockchains (Solana, Cardano, Algorand) are energy-efficient by design.

Crypto Safety Tips

  • Never invest more than you can afford to lose β€” Crypto is extremely volatile. Treat it as high-risk speculation, not guaranteed investment.
  • DYOR (Do Your Own Research) β€” Read the whitepaper, check the team, verify the code audit, and understand the tokenomics before investing.
  • Protect your seed phrase β€” Write it on paper/metal and store securely. NEVER share it digitally, screenshot it, or enter it on any website.
  • Use hardware wallets for large holdings β€” Keep significant crypto in cold storage (Ledger, Trezor), not on exchanges.
  • Beware of "guaranteed returns" β€” No legitimate crypto project guarantees returns. If it sounds too good to be true, it is a scam.

Frequently Asked Questions

❓ What is Bitcoin and who created it?

βœ… Bitcoin is the first and most valuable cryptocurrency, created in 2009 by an anonymous person or group using the pseudonym Satoshi Nakamoto. It is a decentralised digital currency that operates on a peer-to-peer network without any central authority like a bank or government.

❓ Is cryptocurrency legal in India?

βœ… Cryptocurrency is legal to buy, sell, and hold in India but is not recognised as legal tender. The Supreme Court lifted the RBI ban on crypto trading in 2020. As of 2022, India taxes crypto gains at 30% with 1% TDS on transactions above β‚Ή10,000. There is no specific crypto regulation yet, though a bill has been under consideration.

❓ What is blockchain technology?

βœ… Blockchain is a distributed, decentralised digital ledger that records transactions across a network of computers. Each block contains a group of transactions, and once recorded, the data cannot be altered without changing all subsequent blocks. This makes blockchain extremely secure and transparent, with applications beyond cryptocurrency in supply chain, healthcare, and voting.

Test More Knowledge on QuizOxa

QuizOxa offers hundreds of free questions across Science, History, Football, Geography, and General Knowledge.

🎯 Play QuizOxa Now β€” It's Free
✍️
QuizOxa Editorial Team

Our editorial team researches, writes, and fact-checks every article and quiz question. We reference established scholarly, scientific, and educational sources to ensure accuracy.