Skip to main content

A public attempt to not be clueless in crypto

I am on a path to understanding blockchain, DeFi, and all its relatives, and I must say — in the voice of Jim Parsons’ character from the movie Home — I am confusion.

I’ve watched more tutorials than I can count, with special props to Anders Brownworth and the Updraft Cyfrin team for their incredible Blockchain Foundations course. And yet, when I try to move forward, I keep hitting the same wall: I don’t actually feel like I understand what the hell is going on — just the words people use to talk about it.

And that’s the problem.

Like most people in crypto, I found myself memorizing fragments of the system without really understanding the system. I was learning terms like wallets, blocks, gas, smart contracts, yield, and so on. I even deployed the infamous SimpleStorage and FundMe contracts, but had no idea where they were going or why they even needed to exist in the first place. When it came to testing, I was just following instructions.

I don’t want that. I want to understand why things break, and how to go about fixing them.

The goal here is to become a DeFi engineer who actually understands what the actual fck is happening under the hood — not someone who copies Solidity from a tutorial and forgets it after the next disappointing Man United match (we’re improving though, in Amorim we trust, lel).

So this blog is me rebuilding everything from first principles, in public. I’ll write what I think I understand, test it, break it, and try again until it actually makes sense. If I can’t explain something simply, I don’t really understand it — and I refuse to move on pretending I do.

Yes, apparently becoming a real DeFi engineer means touching blockchain, finance, cryptography, incentives, and code all at once. That’s messy. I like messy. Messy things are usually the real ones.

If you find anything here that is complete baloney, call it out. I’m not here to look smart — I’m here to stop being confused.

And if you’re as lost as I am, maybe we’ll end up less lost together.

Comments

Popular posts from this blog

Blockchain, Explained by Someone Still Figuring It Out

 Okay, so I decided to start the blockchain fundamentals course from Updraft Cyfrin again. But this time I’m trying to explain, in my own words, what I’m learning along the way. Bear with me, I might sound slightly more stupid than I really am (I think). Before explaining what blockchain is, the logical thing to do is to answer why blockchain, just like in the course. Personally, I’m a bit stubborn, and although I understand that some level of control is needed, we’ve clearly taken it too far. As a society we evolve by making life more efficient, and at some point we decided to give certain people more responsibility so the rest of us could focus on other things. In exchange, we made sure those people — the chosen ones — got a share of our earnings. In theory, this is actually beautiful. In a utopian world, it would work perfectly. The problem is that humans are greedy. Give us power and we’ll push it as far as we can. That’s exactly what happened, first with authorities and th...

Blockchain: A Gallon of Milk Later

So we meet again, I think. If you are doing this correctly, you would have read my previous — hopefully not so boring — blogs on my learning journey through what blockchain is all about. I must say though, after re-reading my previous post and doing some freshly revised studies, my attempt at explaining blockchain was… rather incomplete. Quoting the famous meme: it needs some milk. So here is another attempt, a gallon later, lol. Deconstructing the Word This time I’m going to break down the words, make sense of them individually, and then rebuild them with some more seasoning. Blockchain. “Block” + “Chain.” Let’s start with  Block. Googling the word, one of the definitions that pops up (which I picked for its convenience of the point I'm trying to make) is: a large single building subdivided into separate rooms, flats, or offices. And honestly, that’s not a terrible way to think about it. I’ve also noticed something funny about the crypto ecosystem: most things are painfully litera...