<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Crypto, Out Loud</title>
        <link>https://paragraph.com/@crypto-out-loud</link>
        <description>Just sharing what I learn about crypto and self-custody — in plain English, one post at a time.</description>
        <lastBuildDate>Thu, 09 Jul 2026 03:25:21 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Crypto, Out Loud</title>
            <url>https://storage.googleapis.com/papyrus_images/3723656b1db0c8795d420eb4528e2f37bd6e131b58c3b4a5c85dc4f568f42632.jpg</url>
            <link>https://paragraph.com/@crypto-out-loud</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What Is Starknet? And Why Is This Ethereum L2 Now Eyeing Bitcoin?]]></title>
            <link>https://paragraph.com/@crypto-out-loud/starknet-ethereum-l2-eyeing-bitcoin-1</link>
            <guid>UF0PnjXj4j1O5KVVQN3s</guid>
            <pubDate>Fri, 26 Jun 2026 09:49:00 GMT</pubDate>
            <description><![CDATA[If you think of Starknet as just “another Ethereum L2,” you’re missing the most interesting part of the story. ]]></description>
            <content:encoded><![CDATA[<p>If you think of Starknet as just “another Ethereum L2,” you’re missing the most interesting part of the story.</p><p>Yes, Starknet helps Ethereum scale. It makes transactions faster and cheaper. But the bigger story Starknet wants to tell is about turning “verifiable computation” into a much larger highway: first serving Ethereum, and eventually trying to bring Bitcoin onto that road as well.</p><p>Put simply, Starknet started as an Ethereum scaling solution. Its ambition is to connect Bitcoin.</p><h2 id="h-so-what-exactly-is-starknet" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>So What Exactly Is Starknet</strong></h2><p>Starknet is a Layer 2 network built on top of Ethereum. It moves large volumes of transactions off the Ethereum mainnet, executes them elsewhere, and then sends the results back to Ethereum together with a mathematical proof that the computation was done correctly.</p><p>So why does Ethereum need Starknet to do the computing? Is Ethereum unable to compute things itself?</p><p>Not at all.</p><p>Ethereum’s problem is not that it “can’t compute.” The problem is that it computes too carefully. Every transaction on Ethereum has to be re-executed and verified by thousands of nodes across the network. That makes Ethereum extremely reliable, but when usage grows, transactions become slow and gas fees become expensive. That is why L2s exist in the first place.</p><p>So where does this mathematical proof come from?</p><p>Roughly speaking, the process has three steps.</p><p>First, the statement “these transactions were computed correctly” is translated into a set of mathematical rules that must be satisfied. Then the entire computation is encoded into polynomials. The prover makes a “commitment” to those polynomials, which is a bit like sealing the answer in an envelope so it cannot be changed later. After that, the verifier randomly checks a number of positions.</p><p>Because the answer has already been sealed, the prover cannot change their story on the fly. If there is cheating anywhere in the computation, the mathematical structure is very likely to expose it during these random checks.</p><p>That means the verifier does not need to re-run the entire computation. They can still be highly confident that the result is correct.</p><p>Strictly speaking, this does not mean fraud is “physically impossible.” It means that under standard cryptographic security assumptions, the probability of successfully faking the proof is so tiny that it can be treated as practically impossible in the real world.</p><h2 id="h-how-does-starknet-make-money" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How Does Starknet Make Money</strong></h2><p>First, there are transaction fees. Starknet helps Ethereum handle pressure, and users pay for that service.</p><p>Second, the team and foundation hold a large amount of STRK tokens. If the network grows, the token may increase in value. The project has also been accumulating BTC and ETH, partly based on expectations of long-term appreciation.</p><p>Third, StarkWare can license its technology to other applications. StarkEx, for example, has powered projects such as dYdX and Immutable X, generating technology usage fees.</p><h2 id="h-who-is-behind-starknet" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Who Is Behind Starknet</strong></h2><p>Starknet is developed by StarkWare, a company founded in 2018 and based in Israel.</p><p>One of its co-founders, Eli Ben-Sasson, is one of the key co-inventors behind STARK and FRI-related technologies. He was also a founding scientist at Zcash and previously served as a professor at the Technion - Israel Institute of Technology.</p><p>StarkWare is widely seen as one of the earliest and most important teams in the ZK field. The company has raised more than $260 million in total funding, and in 2022 it was valued at around $8 billion. Its investors include major names such as Sequoia and Paradigm. Ethereum co-founder Vitalik Buterin also participated as an early investor.</p><h2 id="h-starknet-is-going-after-bitcoin" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Starknet Is Going After Bitcoin</strong></h2><p>Yes, in a sense.</p><p>Bitcoin is the largest crypto asset in the world by market capitalization, but its native programmability is limited. Ethereum can run DeFi, lending, trading, games, NFTs, and all kinds of complex applications. Bitcoin’s mainnet, by contrast, is more like an extremely secure and conservative settlement layer for value.</p><p>It is powerful, but not flexible.</p><p>A huge amount of BTC sits in wallets for long periods of time. Its main uses are holding, transferring, and collateral-based financial products. If users want to bring BTC into more complex DeFi scenarios, they usually need wrapped assets, bridges, sidechains, custodians, or other additional trust assumptions.</p><p>This is exactly the kind of asset Starknet is looking at: massive, valuable, but difficult to move.</p><p>Starknet wants to bring BTC into a high-performance execution environment. If this vision works, users may one day be able to bring BTC onto Starknet and use it for trading, lending, payments, yield strategies, and other applications, while reducing reliance on centralized custodians as much as possible.</p><p>Behind this is an even bigger narrative: Starknet wants to become an execution layer connecting Bitcoin and Ethereum. It does not just want to scale Ethereum. It wants to connect the two largest crypto assets, the two largest communities, and two huge pools of liquidity.</p><p>But this needs to be said clearly: for now, this is still a strategic direction proposed by StarkWare, not a fully working product.</p><p>And there are two major hurdles.</p><h2 id="h-the-first-hurdle-technology-and-consensus" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The First Hurdle: Technology and Consensus</strong></h2><p>To bridge native Bitcoin, Starknet has pointed to OP_CAT.</p><p>OP_CAT is a proposed Bitcoin soft fork related to Bitcoin Script capabilities. If activated, it could make it easier for Bitcoin to verify certain complex proofs and bridge logic.</p><p>But the reality is that Bitcoin upgrades are extremely slow and conservative. OP_CAT has not been activated. Whether it will ever pass, and when, remains uncertain. At the moment, there is no consensus.</p><h2 id="h-the-second-hurdle-user-culture" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Second Hurdle: User Culture</strong></h2><p>Many Bitcoin holders are conservative HODLers. They like Bitcoin precisely because it is simple, stable, and changes very little.</p><p>In their eyes, taking BTC into DeFi, lending, or cross-chain applications may not look like “unlocking dormant capital.” It may look like introducing unnecessary risk.</p><p>So for Starknet, connecting Bitcoin is not just a technical problem. It is also a cultural one.</p><h2 id="h-starknet-has-a-big-story-but-much-is-still-unwritten" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Starknet Has a Big Story, But Much Is Still Unwritten</strong></h2><p>Starknet still has centralized elements today, including its sequencer, upgrade permissions, and security council. Its core security comes from Ethereum data availability and validity proofs, but that does not mean all trust assumptions have disappeared.</p><p>Its ecosystem also still needs to grow. Whether an L2 succeeds is not only about technology. It also depends on developers, applications, liquidity, and real users.</p><p>Starknet has strong technology, but competition is intense. Arbitrum, Optimism, Base, zkSync, Scroll, and others are all competing for developers and users.</p><p>The Bitcoin roadmap is even more uncertain. The idea of connecting Bitcoin is exciting, but it depends on whether the Bitcoin community accepts upgrades such as OP_CAT, and whether BTC holders actually want to bring their assets into more complex application environments.</p><p>When looking at Starknet, don’t just ask how high its TPS is today or how cheap its gas fees are.</p><p>The more interesting question is this:</p><p>If a chain can prove to Ethereum that “I computed this correctly,” could it one day connect Bitcoin, the most conservative and wealthiest vault in crypto, to the same kind of verifiable execution environment?</p><p>Who knows?</p><p>Starknet is not just building a small side road for Ethereum. It is trying to turn ZK/STARK-based verifiable computation into a road that could eventually run across both Ethereum and Bitcoin.</p><p>For now, Starknet is already live on Ethereum. The “connecting Bitcoin and Ethereum” part remains a long-term story: fascinating, worth watching, but not yet realized.</p><br><br><br><br><br><br><br><br><br><br><br>]]></content:encoded>
            <author>crypto-out-loud@newsletter.paragraph.com (Max Bennett)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4c726c6d32718829020c5339eb84dbf974fc461deedd8f27a66383b65133827d.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>