blockchain information

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/51

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:06 PM on 4/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

52 Terms

1
New cards

What is DigiCash (1989)?

David Chaum’s anonymous digital currency

2
New cards

What is e-Gold (1996)?

gold-backed digital currency, gold was held in deposit boxes and digital currency was exchanged with smart contracts

3
New cards

What about Beenz and Floorz (1990s)?

Dotcom era digital currencies

4
New cards

What is public key cryptography (RSA, ECC)?

Asymmetic Encryption! You have a private key that no one knows about but you, and public key attached to you that everyone can know

5
New cards

Cryptographic hashing (SHA-256)

one-way functions that scramble data, hashes scramble data consistently without being reversible. no input shares a hash with any other input

6
New cards

What is a digital signature?

authentication and non-repudiation. you authorize a transaction, and other people can verify it.

7
New cards

What is a merkle tree?

efficient data verification

8
New cards

What was the common problem with early forms of blockchain?

the “double-spending problem”

9
New cards

What type of encryption is public key cryptography?

asymmetric encryption

10
New cards

Who made BitCoin?

Satoshi Nakamoto, but his real identity remains unknown

11
New cards

Is Distributued ledger technology centerally controlled?

DLT or Distributed ledger technology is not centerally controlled

12
New cards

What is the immutable record of transactions, and how is it secured?

The ledger of transactions bitcoin goes through, and it is cryptographically secured

13
New cards

What is the consensus mechanism?

agreement without central authority

14
New cards

what does decentralized architecture help with?

no single point of failure

15
New cards

How does transparency with privacy work?

pseudonymous, but they can be auditable or identified with some detective work

16
New cards

What is a transaction initation?

user creates and signs transaction with private key

17
New cards

what are the steps of adding a block to the chain?

transaction initiation, broadcasting, validation, mempool, mining/consesus, block creation, chain addition and finality

18
New cards

what is broadcasting?

transaction sent to peer-to-peer network of nodes

19
New cards

what is validation?

network nodes verify transaction is legitimate

20
New cards

what is the mempool?

validated transactions wait to be included in next block

21
New cards

what is included in the mining / consensus process?

nodes compete (proof of work) or are selected (proof of stake) to create next block

22
New cards

what is block creation in blockchain?

the transactions bundled with timestamp and cryptographic hash of previous block

23
New cards

how does a chain get added into the blockchain?

new block broadcast and accepted by network

24
New cards

what is the finality step in the process of adding a block to the blockchain?

the very last step! where the transaction becomes part of permanent record

25
New cards

what is the question of the byzantine generals problem?

how do distributed nodes reach agreement when some are faulty/malicious?

26
New cards

what is the byzantine fault?

a node fails in an arbitrary, unpredictable way (not just crashing)

27
New cards

what is the BFT tolerance limit?

systems can tolerate up to 1/3 of nodes being faulty or malicious

28
New cards

what is the practical byzantine fault tolerance (PBFT) algorithm?

foundational consensus approach

29
New cards

what are the quorum requirements?

majority of honest nodes must agree

30
New cards

what is the connection to blockchain and consensus?

consensus mechanisms are solutions to BFT

31
New cards

what is the “proof of work” in the consensus?

solving a difficult computational puzzle to earn rights to create a block

32
New cards

what type of model did bitcoin and etherum originally use?

the proof of work consensus, where you had to solve a difficult puzzle and use large amounts of energy to do so, but were economically incentivized

33
New cards

how much power does bitcoin use alone?

as much power as all of sweden

34
New cards

what is the fixed supply cap of bitcoin?

21 million bitcoins maximum (scarcity by design!)

35
New cards

what does bitcoin do to keep scarcity?

halving events, where mining rewards decrease every four years, and no more bitcoins will be created after 2140

36
New cards

what is the store of value focus for bitcoin?

the “digital gold” narrative is heavily used

37
New cards

how much is annually spend on mining bitcoin (as of 2026?)

$15 billion

38
New cards

who created ethereum?

vitalik buterin in 2015

39
New cards

what is ethereum?

decentralized blockchain with smart contract functionality.

40
New cards

what is a smart contract when talking about ethereum?

self-executing code on blockchain

41
New cards

what is turing-complete in the ethereum context?

can run arbitrary programs

42
New cards

what did ethereum do?

enabled explosion of decentralized applications (dApps)

43
New cards

what is decentralized finance (DeFi)?

financial services without traditional intermediaries, such as banks, brokers and exchanges

44
New cards

what is a lending protocol for DeFi?

collateral provided, interest earned algorithmically

45
New cards

what does decentralized exchanges (DEXs) mean in the DeFi context?

automated market makers enable peer-to-peer trading

46
New cards

what do derivates and options trading do in the DeFi context?

sophisticated financial instruments on blockchain

47
New cards

what is yield farming and liquidity provision?

users earn returns on capital

48
New cards

what are the risks associated with decentralized finance (DeFi)?

smart contract bugs, flash loans, impermanent loss, regulatory uncertainty

49
New cards

What are most NFTs built on?

Ethereum network

50
New cards

What is an NFT, and what does it stand for?

Non-Fungible Token, and it is a unique digital asset with provable ownership

51
New cards

What are some of the use cases of digital ownership?

digital art, collectibles, gaming items, domain names, even things like boredapeyachtclub and cyptopunks

52
New cards

What type of blockchain helped Walmart track down food poisoning cases much more efficiently?

IBM’s Food Trust blockchain