Question 1) What does it mean when we say that in blockchain, consensus determines the truth?
Consensus is the method and rules used by the blockchain network to determine the true state of the information held by the ledger. Each individual node on the network must agree that the state of the information held locally is “true”. This is achieved through POW (proof of work) mining, a system where the node proposing a new block must provide the solution to a cryptography problem. Once this problem has been solved, and validated by at least 51% of the other nodes on the network, the block is added to the blockchain. If the new block being proposed has information that has been doctored in some way, validation will fail, and the block rejected. This will result in real term financial loss for the individual node seeking to enter a doctored block.