Permisionless Money Markets: Fuse Protocol Overview

Virtually all lending/borrowing protocols are permissioned. Governance or developer intervention is required to support new tokens, etc. There is an important exception to this rule: Fuse. In this article, we’re going to to cover a high level overview of the Fuse protocol ecosystem. Buckle up, kiddos. We’re going on a trip. First, a bit of … Read more

Vyper for Beginners — Interfaces

Vyper Logo

Welcome back to Vyper for Beginners! This lesson covers interfaces, the primary gateway that your smart contract will use to share data with other deployed contracts on Ethereum (or compatible blockchains). This builds off the previous lessons, so please review the series below if you need a refresher or encounter anything here that is unfamiliar. … Read more

Truflation – The Real Unbiased Inflation Rate Index

Truflation and Chainlink team up to provide a better inflation index

Truflation is a decentralized, censorship-resistant, on-chain inflation index that uses Chainlink oracle to provide a better inflation index than CPI. The consumer price index (CPI) just hit a 40-year high of 8.5% for March 2022. However, even with the roaring CPI numbers, there is ample arguments that the CPI number is manipulated downwards. (See this … Read more

How To Manually Revoke Token Approvals Without Etherscan

I recently did a guest post for the BowTiedBull Substack, diving into how tokens work and common user pitfalls. One of the most requested followups was how to manually revoke token approvals without Etherscan, in case one of the helpers like Etherscan’s approval tool or Revoke.cash went down. The answer to that question is simple, … Read more

Vyper for Beginners — Variables, Flow Control, Functions, Hello World!

Welcome back to Vyper for Beginners! This lesson covers the basic structure of a Vyper contract, a review of Vyper’s variable types, Vyper’s built-in flow control logic (including how it differs from Python), and wraps up with a simple “Hello World” contract that you can deploy on a test net or a local fork. This … Read more

Vyper for Beginners — Toolkit

Welcome back to Vyper for Beginners! This lesson will cover my recommended toolkit for writing, compiling, testing, and finally deploying a Vyper contract. It’s no surprise that the most fully-featured toolkit for Vyper is written in Python. Brownie is, by their own description: A Python-based development and testing framework for smart contracts targeting the Ethereum … Read more

The Importance of Hardware Wallets

When you keep your coins on Coinbase, Binance, Crypto.com, and all other centralized exchanges you leave them vulnerable to bad actors. Worst part of all? You don’t own the coins, the exchange does because the exchange has your keys. If you’re serious about crypto you need a hardware wallet. “Not Your Keys, Not Your Coins.”

How To Monitor Smart Contracts Automatically, For Free

Traditional financial markets are only open during business hours, closed on the weekends, and take off for holidays. In contrast, crypto never sleeps. The blockchain never takes a day off (unless it’s Cardano). Handling this deluge of information is impossible for a single person to handle, and trying to ingest it all manually is inefficient. … Read more