James Bachini

August 2023

  • Calculating The Intrinsic Value Of Bitcoin & Ethereum

    Calculating The Intrinsic Value Of Bitcoin & Ethereum

    Calculating the intrinsic value of Bitcoin, Ethereum and other digital assets is challenging due to its intangible nature. In this analysis I’m going to discuss common methods of calculating intrinsic value and then create a model using a combination of the methods. tl;dr based on the models described below: Methods Of Calculating Intrinsic Value Store…

  • Book Summary: Launch by Jeff Walker

    Book Summary: Launch by Jeff Walker

    I first read this book nearly a decade ago when it was called “The Product Launch Formula” but decided to revisit the updated version to go over some principles about launching products online. Here is a write up of my notes from the book which is available on Amazon. tl;dr Launch Takeaways Launch Book Notes…

  • The Essential Checklist For Deploying A New Token

    The Essential Checklist For Deploying A New Token

    In this article we are going to look at all the things that need doing when launching a new token to create a token deployment checklist for developers and founders. At the end there is a big list of all the token listing sites that you can submit your new token to. Unit Tests &…

  • Solidity Tutorial | Gas Paying NFT

    Solidity Tutorial | Gas Paying NFT

    The challenge is to create a NFT contract that charges 1 ETH to mint but then stores the entire amount as collateral in a liquid staking token. As staking rewards come in they get distributed to the holders of the NFTs. At any time a user can burn the NFT to reclaim the 1 ETH.…

  • Web3 PWA Boilerplate | How To Create Next Generation dApps

    Web3 PWA Boilerplate | How To Create Next Generation dApps

    One of Web3’s biggest issues is getting around the centralization of app stores and their stringent terms on the commission requirements for digital asset payments and transfers. Progressive Web Apps (PWAs) in my opinion are the best solution as it allows you to install dApps directly on to a mobile device without using the app…

  • Chainlink CCIP | Cross-Chain Interoperability Protocol

    Chainlink CCIP | Cross-Chain Interoperability Protocol

    From all the announcements at ETHcc, the release of Chainlink CCIP as a direct competitor to LayerZero for cross-chain communications and bridging technology, is perhaps the most interesting. The inherent security risks associated with bridging technology means that Chainlink are in a good position to leverage their brand and security record to gain traction in…

  • Biggest Misconceptions About Crypto User Demographics

    Biggest Misconceptions About Crypto User Demographics

    Due to my blog and YouTube channel I get detailed analytics on crypto user demographics. In this article I’ve compared my own data with other accounts, studies and published demographic information. My Demographic Data Here are some screenshots from Google Analytics and YouTube. My content is almost solely focused on blockchain, web3, crypto. This data…

  • Using Ethereum To Offset Bitcoin’s Carbon Footprint

    Using Ethereum To Offset Bitcoin’s Carbon Footprint

    Never have I sounded more like an Ethereum maxi, but there is a point beyond the provocative title. In this post I’m going to explore the potential for investors to use carbon credit tokens on Ethereum to offset the electrical consumption of BTC mining on their Bitcoin holdings. This novel idea provides the opportunity to…

  • Friend.Tech Trading Bot

    Friend.Tech Trading Bot

    I made a few hundred dollars with this trading bot when Friend.Tech launched. In this tutorial I’m going to show you how to take advantage of system trading web3 opportunities. James On YouTube Watch On YouTube: https://youtu.be/SLh8SN5DRc4 |Subscribe tl;dr Takeaways Trading On Friend.Tech Friend.Tech is a web3 social trading game. You can buy shares in…

  • Spark Protocol sDAI | DeFi Analysis Report

    Spark Protocol sDAI | DeFi Analysis Report

    Does earning 8% on your DAI stablecoin holdings sound too good to be true? Let’s take a look at how Spark Protocol is offering this APR using MarkerDAO’s Enhanced Dai Savings Rate system. This is a write up of my internal research notes, this is not a sponsored post and I do not hold any…

  • Book Summary: Mastering The Market Cycle By Howard Marks

    Book Summary: Mastering The Market Cycle By Howard Marks

    In crypto we live and die by the four year market cycle and I read this with the ambition to learn from someone who has decades of experience and seen cycles play out across multiple markets. Here is a write up of my notes from the book which is available on Amazon. tl;dr Mastering The…

  • Value Averaging vs Dollar Cost Averaging

    Value Averaging vs Dollar Cost Averaging

    One of the most recognized techniques for investing is dollar cost averaging. A process where you invest equal amounts over set periods i.e. $100/month. A less well known strategy is value averaging which when compared across multiple markets and time frames is more effective. In this article I discuss the concept of value averaging, the…

  • A Close Look at PYUSD | Implications Of The PayPal Stablecoin

    A Close Look at PYUSD | Implications Of The PayPal Stablecoin

    In August 2023 Paypal unveiled their new stablecoin, an ERC20 token built on Ethereum. The code is open source, the contract is verified on Etherscan, it’s a real token which is going to be available to Paypal’s 435m users. What Is pyUSD & How Does It Work The Paypal stablecoin was developed in partnership with…

  • How To Shuffle A Deck Of Cards In Solidity

    How To Shuffle A Deck Of Cards In Solidity

    In this post I explore how to simulate the shuffling of a deck of cards, addressing the challenges of randomness and predictability in a solidity smart contract environment where every input and output is part of the public record. Whether you’re looking to create an on-chain poker game, a collectible card game, or you’re simply…

  • The Secrets Web3 Marketers Use To Launch New Crypto Projects

    The Secrets Web3 Marketers Use To Launch New Crypto Projects

    My previous background in digital marketing and now having worked in the blockchain sector for 6 years provides unique vantage point on the differences between conventional and web3 marketing. Successful crypto projects create communities of advocates who act as micro-influencers championing the cause. In this article I’ll discuss why “build it and they will come”…

  • Crypto Travel Rule | Creating A Surveillance State

    Crypto Travel Rule | Creating A Surveillance State

    From the 1st September 2023 the crypto travel rule will come into force in the UK, the EU is holding a grace period with plans to bring it in towards the end of 2024 and it’s already in place in the US, Canada and other parts of the globe. What Is The Crypto Travel Rule…

  • Card Payments For Crypto With Wert

    Card Payments For Crypto With Wert

    One of the challenges cryptocurrency projects face is the seamless integration of traditional payment systems, such as credit/debit card payments, into their crypto based ecosystems. The issue derives from the potential for fraud because card payments can be reversed long after the transaction has taken place, while crypto transactions are immutable. This is a write…

  • Tokenized US Treasuries | Ondo Finance vs MatrixDock

    Tokenized US Treasuries | Ondo Finance vs MatrixDock

    Tokenized US treasuries offer a yield on stablecoin holdings and with rising interest rates they are quickly gaining traction in DeFi markets. In this article I want to look at two projects to see how they compare and how the real world asset ecosystem is shaping up. Real World Assets In the last six months…

  • How Many People Own Bitcoin & Ethereum?

    How Many People Own Bitcoin & Ethereum?

    No one can provide an exact answer to “how many people own Bitcoin” or “how many people own Ethereum” because a single user can have multiple anonymous addresses on the network. We can however analyse the data available in block explorers, company reports and research posts to make an estimate. tl;dr estimates based on the…

  • Automate Solidity With MEV

    Automate Solidity With MEV

    There are no cron jobs in Solidity or native to the Ethereum blockchain. To automate Solidity code we can either use an external service/oracle or we can incentivise MEV searchers to complete tasks efficiently on our behalf. This type of Solidity automation is very common and used widely across liquidation systems which require reliable, fast,…