CCA Cheat Sheet 2026
The 30 highest-yield CCA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
100 questions
60 min time limit
60.00% to pass
- A smart contract uses `tx.origin` for authentication. What attack does this enable? → Phishing via malicious intermediary contract
- Which nonce characteristic in an Ethereum account would alert a CCA auditor to a potential transaction gap or out-of-order submission? → A nonce sequence with a missing integer (e.g., nonces 1, 2, 4 with no nonce 3)
- An auditor is reviewing a DeFi protocol that uses a single on-chain price feed from a low-liquidity AMM. Which attack is this protocol most susceptible to? → Flash loan price manipulation
- Under U.S. law, which of the following best describes how the IRS treats cryptocurrency received as payment for services? → It is treated as ordinary income at fair market value on the date received
- What is the primary goal of cryptocurrency regulation? → To ensure legal compliance and investor protection
- Which hashing algorithm does Bitcoin use to generate a transaction ID (TXID)? → SHA-256 applied twice (double SHA-256)
- Which U.S. agency plays a key role in crypto regulation? → SEC
- Which threshold triggers an automatic Currency Transaction Report (CTR) filing requirement under U.S. BSA rules? → $10,000 in cash transactions within a business day
- Which U.S. regulatory body has primary authority over cryptocurrency exchanges that list tokens deemed to be securities? → SEC
- What type of income is recognized when cryptocurrency is received as payment for goods or services? → Ordinary income
- In UTXO-based chain analysis, which output type is most commonly identified as a 'change output' returned to the sender? → The output with a non-round amount sent to a previously unused address
- Which type of wallet arrangement presents the highest operational security risk for a cryptocurrency custodian? → Hot wallet with keys stored on an internet-connected server
- An auditor reviewing a crypto exchange's transaction monitoring system should assess whether alerts are tuned to detect which typology? → Layering through rapid conversion between multiple cryptocurrencies
- What does a blockchain transaction include? → Digital signature and transaction details
- Which best describes a phishing attack in crypto? → Fraudulent attempt to access credentials
- What is a hash in blockchain? → A cryptographic summary of data
- Which international body sets the global Anti-Money Laundering and Counter-Terrorism Financing (AML/CTF) standards that most countries adopt for virtual assets? → The Financial Action Task Force (FATF)
- What is the FIFO method as applied to cryptocurrency cost basis accounting? → The oldest acquired coins are considered sold first
- What is the purpose of a 'fuzz testing' tool like Echidna in smart contract security? → To generate random inputs and detect property violations automatically
- When analyzing a Monero transaction, which feature makes traditional blockchain tracing techniques largely ineffective? → Ring signatures, stealth addresses, and RingCT obscure sender, recipient, and amount
- Which risk specifically arises from using a deterministic wallet (BIP-32 HD wallet) where the master seed is compromised? → All child private keys derived from that seed are compromised simultaneously
- A VASP operating in multiple EU member states under MiCA can serve all EU customers via which regulatory concept? → Passporting
- What is a blockchain? → A distributed digital ledger
- Which blockchain forensic methodology involves submitting a small, deliberate transaction to a suspect address to confirm liveness and later trace any co-spend? → Controlled interaction / probe transaction technique
- Which property of a public blockchain makes it fundamentally different from traditional financial records for forensic purposes? → Blockchain records are immutable and permanently accessible without a court order
- A DeFi protocol that pools user funds to generate yield and distributes profits to token holders is most analogous to which traditional regulated entity? → An investment company subject to the Investment Company Act of 1940
- In Ethereum, what is the role of the 'nonce' field in a transaction? → It prevents replay attacks and ensures transaction ordering per account
- Which factor most significantly complicates the fair value measurement of a non-fungible token (NFT) for financial reporting purposes? → Thin or illiquid markets with infrequent comparable sales
- Which verification method allows a lightweight (SPV) client to confirm a transaction without downloading the full blockchain? → Merkle proofs linking the transaction to a block header
- An auditor notices a cluster of transactions with identical amounts fanning out from one address to hundreds of others. What pattern does this suggest? → A peeling chain or peel chain money laundering technique
Turn these facts into recall:
Was this helpful?