this post was submitted on 25 Aug 2025
143 points (91.3% liked)

Ask Lemmy

34471 readers
1218 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Hello,

I have been researching about blockchains and stuff and it all seems like a big scam. It's not sustainable and can be replaced by a simple database.

is there any legitimate use cases of blockchains or it is all just a big scam?

top 50 comments
sorted by: hot top controversial new old
[–] tty5@lemmy.world 43 points 2 weeks ago (2 children)

Anything that requires a public, immutable database. Land registry would be one example. Notary public for electronic documents would be another.

You can leverage the majority consensus to create a trusted software build system. Each block would be a package build

[–] turmacar@lemmy.world 6 points 2 weeks ago

If you have to have someone enforce the land registry or the documents, what is the benefit of the database being zero trust?

[–] garth@sh.itjust.works 4 points 2 weeks ago (4 children)

land registry

Yes! No more need for title insurance if ownership records are clear and public.

[–] tty5@lemmy.world 15 points 2 weeks ago (1 children)

They already are in most countries. E.g. in Poland land registry is maintained by court system and any changes are made only as a result of court order or a filing made by a notary public, who has a real incentive to check all the documents, because they are on the hook financially for any false filings.

[–] frezik@lemmy.blahaj.zone 9 points 2 weeks ago (2 children)

In other words, this is a solved problem without any blockchain nonsense.

load more comments (2 replies)
load more comments (3 replies)
[–] CanadaPlus@lemmy.sdf.org 25 points 2 weeks ago

It's just a data store (database kind of implies extra features) that's trust-free and decentralised. It's not even the only way to implement one; Ripple for example uses a slightly different scheme.

How has nobody linked the XKCD on this exact question? Randall Monroe compares them in the alt text to grappling hooks: something cool that might have uses, but only in very specific niches. https://xkcd.com/2267/

[–] zxqwas@lemmy.world 24 points 2 weeks ago (8 children)

Using it as a currency which requires no third party for transactions is a legitimate use case. See current payment processors vs Steam conflict for why it may be a good idea. There are a lot of times when it's not a good idea either.

However the price must be reasonably stable and transaction cost low. Don't think any of the major CCs qualify.

load more comments (8 replies)
[–] MTK@lemmy.world 18 points 2 weeks ago (1 children)

Like most of the tech bro industry, they take something with real value, completely misunderstand it, creates fake value, pumps.

LLMs are awesome, but the current AI industry is terrible and completely misses the actual value of LLMs.

NFTs are actually a great way to digitally prove ownership, basically the future of digital ownership certificates.

Crypto is a way to make money for the people by the people, and not for the rich, by the rich, through the people.

Blockchain is the core idea that makes crypto and NFTs possible. You can think of it as a decentralized DB, it's useful because it means that the majority controls the data and not a centralized authority.

Imagine that the government decided to print a million dollars and give it to some politician, it's small enough to not be noticed by the market, but it still devalues the money. They could only do it because they own the money management system. In Blockchain each transaction is confirmed by external parties (often multiple ones) and it has to align with the already existing db (which everyone has a copy of) so in that scenario if the government tries to "print" money it will be conflicting with the existing db and it will not be accepted, so they will have to either continue with an incompatible db (making it as worthless as monopoly money) or cancel the transactions by realigning with the common db.

Blockchain is not meant to be a database like the ones in web servers, it is meant to be a database for a consensus of users.

[–] surewhynotlem@lemmy.world 7 points 2 weeks ago (4 children)

because it means that the majority controls the data and not a centralized authority.

Only until it doesn't. A centralized authority could overwhelm and become the majority. Or more concretely, the US government has the resources to more than double the contribution to Bitcoin, thus giving it complete control.

[–] MTK@lemmy.world 5 points 2 weeks ago

Nothing is perfect, but once a blockchain network is big enough it becomes near impossible to overtake.

Maybe currently, if the US government really wants to, they could dedicate a few trillion dollars to take over the bitcoin network. But it would make no sense to put that much effort into what would be mostly pointless. And if bitcoin ever reaches a point where it is a full on threat to the dollar then it's network would probably be too big for any nation to overtake alone.

So you are not wrong in theory, but in practice it is near impossible.

load more comments (3 replies)
[–] FireRetardant@lemmy.world 16 points 2 weeks ago (1 children)

Some countries are considering using blockchain in the future for their land title registry.

here is an article about it

I read something about potentially using blockchain the future while using onland (ontarios land registry service) but i can't seem to find the page that mentions it.

here is a similar system proposed for Bangladesh

[–] lemmyng@piefed.ca 13 points 2 weeks ago (1 children)

There's a few issues with that approach:

  • Blockchains can't forget, but they also need to add new blocks on every period, meaning that there's a lot of idle events that are added to the chain. You can increase the period, but then the chain has more latency. Either way, the disk space needed to store the full chain grows really fast, which becomes a problem when trying to bootstrap a new root node, or backup an existing one.
  • Unless you're trading land titles internationally (read: there's no single trusted authority), blockchains could just be replaced with a regular distributed database and servers.
  • Chains don't offer out of band recovery and error correction.
[–] frank@sopuli.xyz 4 points 2 weeks ago

Totally agree. And my problem with the example of land use that a single entity (the government where the land is) will be the sole enforcer of it. So who cares if the information is slightly less centralized, when the actual product is just as centralized as ever?

[–] neidu3@sh.itjust.works 16 points 2 weeks ago (1 children)

In theory, yes. I can't think of a practical example, but it's basically a decentralized, public, write-only database. I'm sure there are niche applications for use as a public ledger or similar.

[–] logicbomb@lemmy.world 7 points 2 weeks ago

Honestly, cryptocurrency is an example. Some cryptocurrencies don't have mining and so aren't all that bad, and there is a use case for it, even if most of what we see today is hype.

Another example might be something like a way of proving something happened before a certain time. Like how people can send themselves sealed letters in the mail, and claim that the postmark proves that it was sealed before that date. If you put cryptographic signatures only into a public blockchain, that could be used as evidence that the document existed at that time.

[–] Manifish_Destiny@lemmy.world 14 points 2 weeks ago

Yes. Tracking stock shares would prevent dark pools and naked short selling to some degree.

That's also why it will never happen.

[–] General_Effort@lemmy.world 12 points 2 weeks ago (6 children)

Besides money laundering, you mean? Not as such.

Merkle Trees were thought up in the 70ies or so. A blockchain is a Merkle Tree without branches. They are used in a number of application; for example git which predates bitcoin.

The actual innovation behind bitcoin is mining. A payment system needs someone who runs it. Bitcoin introduced a way for these people to get paid by creating new currency for themselves. That way, there is no single entity in charge. There is no contractual relation that would require government enforcement.

If a Merkle Tree is the only thing a blockchain is to you, then it has legit uses. But that was already widely used before a simplified version became called blockchain.

If you're thinking about a bitcoin-type blockchain, then evading government oversight is its sole use. The technical overhead and the economic inefficiencies exist only to obscure identities and legal responsibilities.

load more comments (6 replies)
[–] Limonene@lemmy.world 12 points 2 weeks ago

The point of the blockchain is to achieve distributed consensus of what's in the database. That way, one entity can't unilaterally change what the database says.

If you have a public non-profit institution maintaining the database, obligated to serve all legal customers, with serious consequences for tampering with it, you can get pretty much everything blockchain can do, for a billionth of the computing power.

But with that system, you would lose these features:

  • partially-anonymous participants
  • service of all customers, even illegal ones
  • immunity to court orders
[–] Flax_vert@feddit.uk 11 points 2 weeks ago (1 children)

Yes. Decentralised certificates (NFTs) for the likes of digitally owning something non fungible (think like a concert or plane ticket that isn't tied to Ticketmaster, etc), or more commonly, cryptocurrency. A way of storing wealth digitally without anyone controlling it centrally.

[–] Bahnd@lemmy.world 7 points 2 weeks ago (3 children)

I would argue against this stance, but not completely. The need for decentralized authorities only comes about due to a lack or trust or failure of the custodians of the product.

From your example, you could turn concert tickets into verifiable tokens (I do think this would be a good idea), and it would solve a lot of after market sale and validation issues. The only reason we have these issues in [checks current year] is because monopolies like LiveNation/TicketMaster have so throughly turbo-fucked the system that venues and customers cant do anything about it.

IMO, blockchains are a cool concept, and I love that cryptography is now a common topic of discussion because of it. However, its a solution looking for a problem and the problems up until this point are manufactured by the people selling the product or straight up ponzi schemes.

load more comments (3 replies)
[–] Deestan@lemmy.world 11 points 2 weeks ago (2 children)

People will easily list a lot of credible legitimate usecases

that are hypothetical

and have remained hypothetical for 18 years.

[–] tired_n_bored@lemmy.world 11 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Being on Lemmy, I like the idea of decentralized and permissionless stuff, including money. The problem I have with crypto is that they're either clearly scams (Trumpcoin, Melaniacoin etc) or they were not intended as a scam but the market fails to fairly price them because they speculate (e.g. Bitcoin).

Also I don't understand why people keep insisting in buying Bitcoin when the energy to "produce" it is enormous and is responsible for a lot of CO2 emissions when there are greener cryptocurrencies.

[–] MalMen@masto.pt 6 points 2 weeks ago (2 children)

@tired_n_bored @Deestan the mining aspect is what makes it secure.,. In theory Proof of Stake is greener, but once someone archive 51% of stake he became the owner of the network, while with proof of work the cost of securing the network is permanent... Saying this, i do agree that bitcoin energy spend is ab issue...

[–] MalMen@masto.pt 4 points 2 weeks ago

@tired_n_bored @Deestan I think monero made the right choice of making ASICs useless and be mined on traditional PCs... Anyone can join the mining at anytime what makes mining farms (like the ones with ASICs or GPUs) way less common

[–] tired_n_bored@lemmy.world 4 points 2 weeks ago (1 children)

That's true, but also the algorithm plays an important role. Do we really need ASIC farms in order to secure the network? Ideally, and how it was thought at the beginning, the individual nodes should also be responsible for its validation, using consumer grade hardware.

There are greener algorithms like the Monero's. Also Nano uses something called "block lattice" in order to secure the network, with close to 0 required energy

load more comments (1 replies)
[–] daniskarma@lemmy.dbzer0.com 6 points 2 weeks ago

Yes, your honor. My buying of drugs online was only hypothetical, it never happened.

[–] TheBeege@lemmy.world 8 points 2 weeks ago

Basically, no. At least, not until everyone has the knowledge and resources to run their own compute, which is never.

Decentralized systems must be accessible and maintainable by the majority. Blockchain is neither of these. It's also why the internet moved to platforms rather than remaining as many niche forums.

Additionally, network effects and economies of scale make decentralized systems difficult. See Lemmy. Even here, World is the biggest because it's simpler and easier to do everything in one place. People don't have to make decisions. People don't have to do their own work.

Basically, human psychology and economics suck

[–] jenesaisquoi@feddit.org 8 points 2 weeks ago

Yes. Public append-only data structures. For example: https://en.m.wikipedia.org/wiki/Certificate_Transparency

[–] Gorilladrums@lemmy.world 7 points 2 weeks ago

Not really, blockchain technically has been around for almost two decades and there still isn't a good use for them. It's very interesting piece of tech that could potentially be useful, but still isn't in a practical sense.

Think of it this way, blockchain tech is a solution looking for a problem to solve rather than the other way around.

[–] slazer2au@lemmy.world 7 points 2 weeks ago (1 children)

Just a big scam.

The only remotely valid use case I ever head was for a Write Once Read Many (worm) audit log but regular databases are still a better fit.

[–] Eyekaytee@aussie.zone 16 points 2 weeks ago

Just a big scam.

he’s talking about the tech not the stuff that runs on top of it

[–] bluecat_OwO@lemmy.world 6 points 2 weeks ago

since a lot of replies branched towards Cryptocurrency, which is where blockchains are implemented the most in. But it isn't the sole purpose of blockchain.

It's a distributed, append only(theoretically), tamper proof data structure. Look up merkle tree, certificate distribution, etc. These comes in different shapes and sizes for storing transaction logs, to keeping track of online identity and false impersonation.

You can implement a blockchain that might not get as power hungry as crypto block chains(because mining), and it's a cool solution in distributed systems

[–] JandroDelSol@lemmy.world 4 points 2 weeks ago

blockchains are a solution looking for a problem.

[–] Mwa@thelemmy.club 4 points 2 weeks ago

Maybe Odysee and monero????
Those are the only BlockChain technology platforms I can think off

[–] Endmaker@ani.social 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

OpenCerts

An easy way for employers to verify that your certifications are authentic.


Tangentially, a lot of scientists do research on topics that do not see application in everyday life immediately.

I can't think of any examples off the top of my head, but I remember reading articles on how some research bear fruit - ones with huge impacts - only decades later.

To stop research into a topic because there is no practical application now is short-sighted IMO.

[–] Tar_alcaran@sh.itjust.works 4 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

OpenCerts does require institutions to be trusted partners, so this isn't permissionless. Why not just make the normal database searchable if it relies on trusting someone?

It's not that blockchain doesn't have any applications. It's just that it only solves problems in ways that are easier and better solved by other implementations. It's not that are no practical applications, it's that there aren't even any realistic theoretical applications.

load more comments (2 replies)
[–] _cryptagion@anarchist.nexus 4 points 2 weeks ago (1 children)

Sure, there are a ton of things the blockchain would be great for. Also, it just so happens that nobody uses them for that because the people developing the tech only dream about using it to join the bitcoin billionaires club.

load more comments (1 replies)
load more comments
view more: next ›