Over the weekend, I spoke about @Uniswap at the Trust Wallet meetup in Uyo, Nigeria 🇳🇬🦄
I explained the principles of DeFi, the invention of the AMM model & how to incorporate LPs, LSTs & lending in a DeFi portfolio
Then, I did a deep dive of the Uniswap DEX, how to swap, trade and provide liquidity to farm low risk yields.
We also looked at the evolution of Uniswap from v1 to v4, concentrated liquidity, understanding slippage and risk management 💜
I absolutely enjoyed doing this (turns out I’m good explaining complex concepts) & I’d like to thank my friend @KeneEzeala for the nod
DeFi is a great way to invest & it’s even better on @Uniswap 🦄
ICYMI: @IOHK_Charles shares how Midnight will accomplish what the first three generations of blockchain couldn’t: privacy that works, identity that scales, and cooperation that accelerates adoption.
Full breakdown below 👇
https://t.co/u1IjhJ4RbP
I did it! 🎉
I completed Cyfrin Updraft’s @Uniswap V3 DeFi Development course!
- Concentrated liquidity
- Uniswap V3 math
- Calculations for token spot prices
- TWAP price oracles, swaps, flash loans
it was very math heavy course!!!
I have never been more bullish on crypto.
Because the rules-based order is collapsing and the code-based order is rising. So the short term price doesn’t matter.
As international law breaks down, we will need not just onchain currencies, but onchain companies. As the post-war order breaks down, we’ll similarly need the post-internet order. States will fail, and the network will take their place.
We need internet capitalism, we need internet democracy, and we need internet privacy. So we need cryptocurrency.
I have never been more bullish on crypto.
Because the rules-based order is collapsing and the code-based order is rising. So the short term price doesn’t matter.
As international law breaks down, we will need not just onchain currencies, but onchain companies. As the post-war order breaks down, we’ll similarly need the post-internet order. States will fail, and the network will take their place.
We need internet capitalism, we need internet democracy, and we need internet privacy. So we need cryptocurrency.
@saramanj when you introduce incentives for a product that hasn’t first proven its value, you’re inviting people to game the reward system.
I think incentivizing continued usage (points system, exclusive access) is the way to go, but the product must first prove its value
If you’re vibe coding, here’s a list of things you should keep in mind:
→ Set up foundation first (pick framework, initialize Git, local env,etc)
→ Ask for small pieces (one feature at a time works best in my experience)
→ Tell AI the goal and not just what to build
→ Swap models when stuck (Claude for complex / long problems, GPT for speed - again, for me)
→ Make AI write tests with the code !!
→ Commit every working version (trust me)
→ Scan for security holes (45%+ of AI code has them)
→ Have fun, document, and learn in the process