I am not a crypto expert. I just can't stop finding it interesting.
- Pixel Renaissance Dad
- Tech
- 15 Apr, 2026
There are at least three kinds of people in crypto, and possibly four.
The first kind watches the charts. They draw lines on price graphs, talk about support and resistance levels, identify head-and-shoulders patterns, and believe that if you read the chart correctly, the market will reveal its intentions. They find everyone else naive.
The second kind reads the news. They follow protocol updates, regulation rumours, exchange partnerships, macroeconomic shifts, and believe that if you understand what is actually happening in the world, the price will eventually reflect it. They find the chartists superstitious.
The third kind reads the chain. They track on-chain data — how much Bitcoin is moving onto exchanges (people preparing to sell), which whale wallets are accumulating quietly, what the realised profit/loss metrics look like across the whole network. This one is particularly interesting to me as a developer, because this kind of analysis is unique to crypto: the blockchain is public, every transaction is visible, and if you know how to query it, you can watch the actual flow of money in real time. Stock markets have public data too, but they do not show you every individual wallet and its history — that level of transparency is unique to public blockchains.
And then there is arguably a fourth group — quieter, less tribal, less visible online — who use all three together, cross-referencing what the chart says, what the news says, and what the chain actually shows. They tend to be harder to impersonate on the internet, which is probably why you hear less from them.
Each group thinks the others are doing astrology. Meanwhile an Elon Musk tweet moves everything 20% in two hours, and all four camps quietly go back to their spreadsheets.
I am a developer and a father of two, which means my entire crypto education happened in the margins — late at night after the kids are asleep, one tab open with a chart, another with a whitepaper I am pretending to understand, and a third with something completely unrelated that I opened by accident. I find all of these approaches genuinely interesting. I want to understand all of them, at least well enough to know what I am looking at. This is not the portfolio of a serious investor. This is the curiosity of someone who has managed, so far, to keep the amounts small enough that the losses are educational rather than life-altering.
The volatility, the chaos, the tribalism — it is genuinely weird. And somehow that weirdness is part of what keeps me interested.
Start with small amounts. Seriously.
The best thing I ever did was put a small amount of money into crypto and start actually using it.
Not investing in the “this will change my life” sense. I mean ten or twenty dollars or euros — whatever the equivalent of a couple of coffees is where you are. Enough to have skin in the game, not enough to lose sleep over. The point is not the money. The point is that everything that was previously theoretical becomes suddenly very real.
Your first on-chain transaction is an education. You press send, the transaction disappears, and then nothing happens for 30 seconds. Then a minute. You start wondering if you sent it to the wrong address, or if the internet ate it, or if you somehow did something irrevocably wrong.
You did not. It is just sitting in the mempool — a queue of pending transactions waiting to be picked up and included in the next block. Miners and validators select transactions partly based on the fee you offered. Higher fee, faster pickup. Lower fee, you wait longer. During busy network periods, this can mean waiting quite a while and paying more than you expected.
The fee itself — gas, in Ethereum’s case — is the price of computation. Every operation the network performs costs gas. A simple transfer is cheap. A complex interaction with a DeFi protocol might cost several dollars or euros in fees, regardless of the transaction size. I have paid more in gas than I transferred. It is a rite of passage.
None of this is intuitive until you have done it. After you have done it, you start reading Etherscan — the blockchain explorer — and suddenly you can see your transaction, the block it landed in, exactly how much gas you used, what function was called on which contract. It is like having a debugger for money.
Your wallet is just a very large number
Here is the thing about crypto that surprised me most as a developer: the foundation is almost absurdly simple.
Your wallet is not an account on a server somewhere. There is no database entry with your name and balance. Your wallet is a private key, which is a 256-bit random number — a genuinely enormous random number, but still just a number. From that number, a public key is derived mathematically. From the public key, your address is derived by hashing it. The whole chain is deterministic and one-way: the same private key always generates the same address, but you cannot reverse the process.
There is no registration. No username. No company that knows who you are. The mathematics itself is the identity.
This is also why losing your seed phrase is catastrophic in a way that losing a password is not. Those 12 or 24 words are not a recovery mechanism. They are your private key, expressed in human-readable form, from which everything else — all your addresses, all your coins across every chain — can be regenerated. There is no backup on a server. Nobody to call. The words are the key.
Once I understood this, a lot of other things clicked into place. It explained why “not your keys, not your coins” is not just a slogan. It explained why self-custody is philosophically different from keeping money on an exchange. And it made the whole system feel both elegant and slightly terrifying, which is roughly how I feel about a lot of good software.
Understanding scams is more useful than avoiding crypto
There is a version of crypto education that is basically just a list of things to be afraid of. I find this approach mostly useless.
A more useful version: understand the mechanism, and you become immune rather than just anxious.
Take the approval exploit, which is probably the most common way people lose money to smart contract interactions. When a DeFi protocol wants to spend your tokens, you sign an approve transaction — you grant that contract permission to move tokens from your wallet, up to a specified amount. This is normal and necessary. The problem arises when people approve amounts they do not intend, or approve contracts that are malicious, or forget about old approvals that remain active indefinitely.
Phishing sites exploit this very precisely. They replicate a legitimate-looking interface. You connect your wallet, you click through what looks like a normal swap, and the transaction you actually sign grants a malicious contract unlimited access to your token balance. The wallet popup looks identical to a legitimate approval. Most people approve without reading it.
Knowing this makes you a different kind of user. You read what you are signing. You check that the contract address matches the official one. You periodically review and revoke unused approvals. It takes five minutes of attention and costs almost nothing. The alternative is trusting that the site you are on is what it says it is, which is a bet you will eventually lose.
There is also the honeypot token, which is technically elegant in a horrible way. The buy function works perfectly — you send ETH, you receive tokens. The sell function has hidden logic that silently fails, or deducts a 100% fee, or checks whether your address is on an internal blacklist. You hold tokens you can never sell. If the contract source is verified on Etherscan, it is readable — the logic is right there. Most people do not read it.
Understanding that these mechanisms exist changes how you interact with the space. Not with paranoia, but with the quiet competence of someone who knows how the lock works.
The rabbit hole does not have a bottom
I want to be clear that I do not have this figured out. I am an enthusiastic amateur, which is a polite way of saying I have spent a significant number of late evenings down research rabbit holes that started with a simple question.
Why does gas pricing work the way it does? What is a consensus mechanism, really, and why does proof of work require burning actual electricity? Why can a blockchain run arbitrary code but cannot generate a random number natively? (Because every node in the network must compute the identical result, and external randomness would break that determinism. There. Now you have to go look up what determinism means in a distributed system, and then you have to read about consensus mechanisms, and then it is one in the morning.)
This is the thing about crypto for a developer: the technology rewards curiosity. Every concept connects to three others. The more you pull, the more appears. It is structurally similar to learning a new programming language, except the stakes are occasionally real money and the community is considerably weirder.
I have no interest in telling anyone what to buy or when. I have no idea — and if I ever put serious money in based on my own read of the market, I am reasonably confident I would find some creative and humbling way to lose most of it. This is not false modesty. This is pattern recognition. What I do know is that the underlying technology is genuinely interesting, the mechanisms are worth understanding, and starting with real money in small amounts is still the best tutorial I have found.
The charts, the news, the chain — all of it is part of it, and probably none of it alone is enough. That is not a satisfying conclusion, but it is an honest one.