# Why Learn Blockchain & Blockchain Security?

URL: https://krash.dev/blockchain-and-blockchain-security-post-0/
Published: 2025-09-12
Tags: blockchain-security, blockchain, web3, smart-contracts, decentralization, use-cases


In the world of AI, I’m gonna go rebel and talk about Blockchains. Why? Because I’ve been learning and tinkering with it, and I thought it’d be fun to share. Honestly, this is as much for my own notes as it is for anyone reading.

Blockchain isn’t as shiny as AI right now, but it’s still a big deal. Here’s the thing: blockchain is too important to ignore, but too risky to approach without understanding security. It’s not just a playground for developers writing smart contracts. Entrepreneurs building products, investors betting on tokens, policy makers drafting regulations, and security folks trying to protect users, they all have skin in the game.

So before diving into the nuts and bolts of how blockchains work, let’s first talk about why learning blockchain (and blockchain security) matters.

## Advantages of Blockchain

At its heart, blockchain solves problems old systems stumble on:
* **Decentralization** - No single company or server controls everything. If one node goes down, the system keeps running.
* **Transparency & Auditability** – Every transaction is recorded on a public ledger that anyone can verify.
* **Immutability** – Once data is written, it’s basically locked in. No rewriting history allowed!
* **Security by Design** – Cryptography and distributed consensus make it really hard (though not impossible) to tamper with records.
* **Programmability** – With smart contracts, you can set rules that automatically execute.

But where do these advantages show up in the real world?

## 3. Real World Use Cases

* **Finance**: Protocols like [Uniswap](https://app.uniswap.org/) and [Aave](https://aave.com/) let people trade and lend without banks.
* **Supply Chain & Logistics**: [Walmart](https://tech.walmart.com/content/walmart-global-tech/en_us/blog/post/blockchain-in-the-food-supply-chain.html) uses blockchain to track food safety and origin. [Maersk’s TradeLens](https://piernext.portdebarcelona.cat/en/technology/the-closure-of-tradelens/) (retired in 2023 but influential) showed how global shipping records could be made transparent and [FedEx](https://news.uark.edu/articles/56328/fedex-joins-blockchain-center-of-excellence-executive-advisory-board) joined the University of Arkansas’s Blockchain Center of Excellence’s advisory board to help push blockchain standards in shipping and logistics.
* **Identity & Authentication**: Projects like [Polygon ID](https://polygon.technology/blog/introducing-polygon-id-zero-knowledge-own-your-identity-for-web3), and [YouGovern](https://www.mdpi.com/2076-3417/15/12/6437) aim to let people control their digital identities (IDs & verifiable credentials) without always going through centralized authorities.
* **Healthcare**: [MediLedger](https://www.chronicled.com/) works on pharma supply chain integrity, while [BurstIQ](https://burstiq.com/) explores blockchain for managing health data securely.
* **Gaming & NFTs**: Games like [Axie Infinity](https://axieinfinity.com/) kicked off play-to-earn economies, while [NBA Top Shot](https://nbatopshot.com/) proved digital collectibles could scale.
* **Government & Voting**: Governments are also experimenting with blockchain for public trust. [Estonia](https://e-estonia.com/solutions/e-governance/e-democracy/) secures everything from health records to national registries on blockchain, while [India’s Telangana state piloted a remote blockchain-based voting system](https://timesofindia.indiatimes.com/city/hyderabad/blockchain-telangana-govt-eyeing-scalable-adoption-of-emerging-tech-mulls-remote-voting/articleshow/122134545.cms) with the Election Commission.

With so much it has to offer, it’s equally important for us to understand what blockchain is *not*.

## 4. What it is NOT?

* **Not a magic bullet**: Blockchain won’t solve every problem. [TradeLens (Maersk + IBM’s supply chain platform) shut down despite big names](https://piernext.portdebarcelona.cat/en/technology/the-closure-of-tradelens/) backing it.
* **Not always efficient**: Blockchains can be slow and costs swing wildly. Today, the [average Ethereum fee is under $1, but during network spikes it’s hit $50+ per transaction](https://ycharts.com/indicators/ethereum_average_transaction_fee), while Visa handles thousands of transactions per second for pennies.
* **Not immune to attacks** – Smart contracts and bridges get exploited. The [DAO hack](https://blog.chain.link/reentrancy-attacks-and-the-dao-hack/) and [Ronin bridge exploit](https://www.halborn.com/blog/post/explained-the-ronin-network-hack-august-2024) together drained billions.
* **Not regulation-free** – Governments are catching up. The [EU’s MiCA regulation](https://www.consilium.europa.eu/en/press/press-releases/2023/05/16/digital-finance-council-adopts-new-rules-on-markets-in-crypto-assets-mica/) is now a law, and the SEC keeps pushing cases in the US.

And that’s why learning blockchain with a security-first mindset is crucial. Blockchain is powerful, but it’s not perfect. The same things that make it exciting also bring trade-offs and risks. If you’re going to dive into blockchain, don’t just learn how it works, learn how to keep it secure, because bugs directly correlate to financial loss.
