The mention of blockchain in the summary worries me. We have real world data that shows us this only leads to wasted electricity and fabricated silicon shortages/outrageously expensive computer hardware.
The idea of a public ledger and distributed witness signatures is sound though, and that should be the basis of a government approved system of inter-reserve asset tracking.
There are different classes of blockchains. For example, the data structure managed by `git` is a blockchain. So, in and of themselves, blockchains are not problematic. When you raise those criticisms you probably meant to address the security function of the consensus mechanism for distributed decentralized ledgers. The security function there is crazy not because the people are evil scammers and con artists, but because Byzantine Fault Tolerance [1] is a hard CS problem, like AI.
Tiered systems for central bank digital currencies that allow complete tracking of all transactions are an active area of interest by central banks. For instance, the PBoC has filed over 80 patents on the subject. You can be sure that these systems don't attempt to solve BFT, don't use as much electricity, and don't protect the peasants from the abuses of the rulers.
That's exactly what a blockchain is. Blockchain being the "secret sauce" has always been a misconception; as noted git is exactly a blockchain. What we call refs in git are blocks in Bitcoin.
Nakamoto consensus was the innovation, the major energy consumer, and not necessary for cryptographic data integrity like a CBDC or git repo needs.
I think you may be confusing "blockchain" with "bitcoin".
A blockchain is just blocks of data linked together using hash functions to guarantee the authenticity of previous blocks. There's no mining, and only a tiny amount of electricity used.
There’s a fair amount of confusion around that term, however: for example, Bitcoin proponents spent most of a decade saying that only proof-of-waste systems were true blockchains because they knew that anyone picking a different mechanism would have much better performance and cost numbers.
> We have real world data that shows us this only leads to wasted electricity
You are either ill-informed and should educate yourself on the subject (blockchain != proof of work-based consensus) or willingly creating confusion by mixing up concepts.
You're correct that I'm not an expert in the terminology used in this field. Surely I'm not the only one who hears "blockchain" and thinks it must be like Bitcoin and other proof of work crypto currencies?
Maybe the summary is saying something completely different, in which case the use of 'blockchain' within it can still concern me and any other readers who are similarly wrongly informed.
I'm not sure if you are saying this to agree or disagree with me but it's worth noting that you are making the same mistake as the parent. in the article you posted, the thing being created is not a block chain, it's a single proof of work solution.
The idea of a public ledger and distributed witness signatures is sound though, and that should be the basis of a government approved system of inter-reserve asset tracking.