Free Certified Blockchain Professional (CBCP) Cryptocurrency and Digital Assets Questions and Answers — Questions and Answers
Question 1: Which of the following best describes the primary purpose of a stablecoin in the digital asset ecosystem?
- To provide a unique, non-interchangeable digital representation of a real-world asset.
- To act as a store of value and medium of exchange with low price volatility, often pegged to a fiat currency. (Correct answer)
- To grant holders specific access rights or voting power within a decentralized application's ecosystem.
- To represent a financial stake in an enterprise, offering potential dividends or equity.
Correct answer: To act as a store of value and medium of exchange with low price volatility, often pegged to a fiat currency.
Stablecoins are designed to minimize price volatility by pegging their value to a stable asset like the US Dollar. This makes them suitable for transactions, as a reliable medium of exchange within DeFi protocols, and as a temporary store of value, avoiding the fluctuations of assets like Bitcoin or Ether.
Question 2: An investor plans to hold a significant amount of cryptocurrency for several years as a long-term investment. They rarely need to transact and are primarily concerned with protecting their assets from online threats like hacking and malware. Which type of wallet would be the most appropriate for this use case?
- A web-based wallet provided by a cryptocurrency exchange.
- A mobile software wallet installed on their primary smartphone.
- A hardware wallet kept in a secure physical location. (Correct answer)
- A desktop wallet application running on a frequently used, internet-connected computer.
Correct answer: A hardware wallet kept in a secure physical location.
A hardware wallet is a physical device that stores the user's private keys offline, a practice known as 'cold storage'. This makes it immune to online hacking attempts, malware, and other remote threats, making it the most secure option for long-term holding of digital assets.
Question 3: In a public blockchain like Bitcoin or Ethereum, once a user creates and broadcasts a transaction, where does it typically reside before being selected by a miner or validator to be included in a block?
- In the genesis block.
- In a centralized transaction queue managed by a single authority.
- Directly in the latest confirmed block.
- In a mempool (memory pool). (Correct answer)
Correct answer: In a mempool (memory pool).
The mempool (memory pool) is a collection of all unconfirmed but valid transactions that have been broadcast to the network. Each node maintains its own version of the mempool. Miners or validators select transactions from this pool, typically prioritizing those with higher fees, to include in the next block they are trying to create.
Question 4: What is the key technical characteristic that distinguishes a non-fungible token (NFT) from a fungible cryptocurrency like Bitcoin?
- NFTs can only be stored in specialized hardware wallets.
- Each NFT has a unique identifier and is not interchangeable with other tokens of the same type. (Correct answer)
- NFTs use a more secure form of cryptography than fungible tokens.
- The total supply of an NFT collection is always fixed at one.
Correct answer: Each NFT has a unique identifier and is not interchangeable with other tokens of the same type.
The core concept of non-fungibility is uniqueness and non-interchangeability. While one Bitcoin is identical to and can be replaced by any other Bitcoin (fungible), each NFT (e.g., implemented via the ERC-721 standard) has a distinct token ID and associated metadata, making it one-of-a-kind.
Question 5: A user wants to use their Bitcoin (BTC) as collateral in a decentralized finance (DeFi) protocol that operates exclusively on the Ethereum blockchain. Since BTC is native to its own blockchain, which digital asset would they most likely need to use to achieve this?
- A stablecoin like USDC.
- A security token representing ownership in a company.
- A wrapped Bitcoin token (e.g., WBTC). (Correct answer)
- An Ethereum-based utility token (e.g., LINK).
Correct answer: A wrapped Bitcoin token (e.g., WBTC).
Wrapped tokens are synthetic assets that represent a cryptocurrency from another blockchain. Wrapped Bitcoin (WBTC) is an ERC-20 token on the Ethereum blockchain pegged 1:1 to Bitcoin. It allows Bitcoin holders to interact with Ethereum's DeFi ecosystem, such as lending protocols and decentralized exchanges, without having to sell their BTC.
Question 6: What is the primary difference between a custodial and a non-custodial digital asset wallet?
- Custodial wallets can only hold one type of cryptocurrency, while non-custodial wallets can hold multiple types.
- In a custodial wallet, a third party controls the private keys, whereas in a non-custodial wallet, the user has sole control. (Correct answer)
- Non-custodial wallets are always hardware devices, while custodial wallets are always software.
- Transactions from custodial wallets are processed faster than those from non-custodial wallets.
Correct answer: In a custodial wallet, a third party controls the private keys, whereas in a non-custodial wallet, the user has sole control.
The defining characteristic is control over the private keys. With a non-custodial wallet, the user is solely responsible for securing their keys ('not your keys, not your coins'). With a custodial wallet (like one on a centralized exchange), the exchange or service provider holds the keys on behalf of the user, creating counterparty risk.
Which of the following best describes the primary purpose of a stablecoin in the digital asset ecosystem?