<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Hunter Beast - BIP 360]]></title><description><![CDATA[Writing about Quantum Resistance and BIP 360

BIP 360 started as a proposal to introduce post-quantum cryptography into Bitcoin, authored by Hunter Beast to address Bitcoin’s most pressing vulnerability: quantum vulnerable coins.]]></description><link>https://cryptoquick.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!hzRi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad228083-4824-4271-99b6-9e357b09a753_619x619.png</url><title>Hunter Beast - BIP 360</title><link>https://cryptoquick.substack.com</link></image><generator>Substack</generator><lastBuildDate>Tue, 30 Jun 2026 01:35:47 GMT</lastBuildDate><atom:link href="https://cryptoquick.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Hunter Trujillo]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[cryptoquick@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[cryptoquick@substack.com]]></itunes:email><itunes:name><![CDATA[Hunter Beast]]></itunes:name></itunes:owner><itunes:author><![CDATA[Hunter Beast]]></itunes:author><googleplay:owner><![CDATA[cryptoquick@substack.com]]></googleplay:owner><googleplay:email><![CDATA[cryptoquick@substack.com]]></googleplay:email><googleplay:author><![CDATA[Hunter Beast]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[New Version of BIP 360 Just Hit The Mailing List]]></title><description><![CDATA[I&#8217;m excited to share that the BIP 360 team has completed a major update, reflecting months of work to make the proposal clearer, more readable, and more accessible to the entire Bitcoin community.]]></description><link>https://cryptoquick.substack.com/p/new-version-of-bip-360-just-hit-the</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/new-version-of-bip-360-just-hit-the</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Tue, 23 Dec 2025 15:03:07 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Z1bC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F001c4575-1cf1-49a2-bcc3-4b67b3627b6f_500x500.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello everyone!</p><p>I&#8217;m excited to share that the BIP 360 team has completed a major update, reflecting months of work to make the proposal clearer, more readable, and more accessible to the entire Bitcoin community.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p>We have been working on a clean rewrite of the BIP, led by our new coauthor Isabel Foxen Duke. Our goal was to present the proposal&#8217;s motivation, rationale, and technical details in a way that is readable by developers, cryptographers, and non-technical bitcoiners interested in quantum-resistance strategies for Bitcoin.</p><p>We also felt the BIP deserved certain linguistic clarifications in light of the substantive technical changes made by coauthor Ethan Heilman earlier this year.</p><p>At its core, the BIP introduces a new Bitcoin output type that is both Tapscript-supportive and resistant to hypothetical long-exposure attacks on Elliptic Curve Cryptography (ECC). We have renamed this output type Pay-to-Tapscript-Hash (P2TSH) to reflect its construction more clearly.</p><p>Additionally, we&#8217;re working on follow-up proposals to introduce post-quantum signature schemes that may protect Bitcoin addresses from short-exposure attacks (that is, attacks on public keys while a transaction is in the mempool). P2TSH addresses will be well suited to integrate these signature schemes, laying the technical groundwork for future post-quantum signatures schemes in Bitcoin.</p><div><hr></div><h3><strong>WHAT&#8217;S NEW WITH BIP 360</strong></h3><ul><li><p>We brought in Isabel Foxen Duke as our third coauthor to ensure the fullest clarity and to present the proposal&#8217;s motivation, rationale, and technical details as readably as possible.</p></li></ul><ul><li><p>The proposed output type is now called Pay-to-Tapscript-Hash (P2TSH).</p></li></ul><ul><li><p>P2TSH is Tapscript-supportive and removes the quantum-vulnerable keypath spend.</p></li></ul><ul><li><p>The new output type lays the technical groundwork for future post-quantum signature schemes.</p></li></ul><ul><li><p>We are developing quantum-resistant signature schemes and plan to introduce them in future proposals to protect Bitcoin from short-exposure quantum attacks.</p></li></ul><ul><li><p>P2TSH will enable wallet optionality at spend time allowing Bitcoin users the choice of ECC as usual or ECC+PQC hybrid cryptography (so there is never a reduction in security)</p></li></ul><ul><li><p>BIP 360 now includes complete test vectors in Python and Rust.</p></li></ul><h4><strong>For a deeper look at what&#8217;s new with our proposal, visit <a href="http://bip360.org">BIP360.org</a></strong></h4><div><hr></div><p>I want to thank everyone who takes the time to read, review, comment, and contribute. In particular, I&#8217;m grateful to everyone who&#8217;s participated on the Bitcoin BIPs repo on GitHub. I&#8217;m truly appreciative of all the time that Jon Atack, Murch, D++, Ava Chow, and many others have put into this so far. I&#8217;m particularly proud of how many amazing female contributors we&#8217;ve had so far, and we need to continue to encourage their contributions in our community.</p><p>I&#8217;m looking forward to reviewing all thoughts on the new work. This is the foundational critical work needed to make sure that Bitcoin is prepared for the future and our chance to address the quantum FUD once and for all.</p><p>While we still have many more challenges ahead, we believe BIP 360 is the next right action, paving the way towards a robust, multi-proposal quantum mitigation strategy for Bitcoin.</p><p>It&#8217;s also worth noting that today just so happens to be the <a href="https://github.com/bitcoin/bips/pull/1670#pullrequestreview-2512659485">1 year anniversary of BIP 360 getting its BIP number courtesy of Jon Atack</a>.</p><p>Thank you for your time,</p><p>Hunter</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The Quantum Threat is Now a Human Rights Issue + First SLH-DSA Transactions ]]></title><description><![CDATA[BITCOIN QUANTUM RESISTANCE MONTHLY UPDATE #3]]></description><link>https://cryptoquick.substack.com/p/the-quantum-threat-is-now-a-human</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/the-quantum-threat-is-now-a-human</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Thu, 13 Nov 2025 17:01:15 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Z1bC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F001c4575-1cf1-49a2-bcc3-4b67b3627b6f_500x500.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!6rAY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!6rAY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 424w, https://substackcdn.com/image/fetch/$s_!6rAY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 848w, https://substackcdn.com/image/fetch/$s_!6rAY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 1272w, https://substackcdn.com/image/fetch/$s_!6rAY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!6rAY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png" width="1456" height="364" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:364,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:35442,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/177536298?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!6rAY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 424w, https://substackcdn.com/image/fetch/$s_!6rAY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 848w, https://substackcdn.com/image/fetch/$s_!6rAY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 1272w, https://substackcdn.com/image/fetch/$s_!6rAY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f39dabe-2513-4799-b557-36bd4368f44f_1600x400.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><p>In the last month, the quantum threat officially became a human rights matter, the first ever live demo of BIP 360 at TABConf showed a real implementation of this BIP, and new breakthroughs that pushed the boundaries of what quantum hardware can do...including Quantinuum&#8217;s new quantum computer with 48 error-corrected logical qubits, and thoughts on Trezor&#8217;s new quantum-resistant wallet features. </p><p>Let&#8217;s dive in!</p><h3><strong>BITCOIN QUANTUM HIGHLIGHTS</strong></h3><ul><li><p>Human Rights Foundation&#8217;s report on the quantum threat to Bitcoin</p></li><li><p>Quantinuum unveils first QC with 48 error-corrected logical qubits</p></li><li><p>Trezor adds &#8220;quantum readiness&#8221;</p></li><li><p>First live SLH-DSA transactions at TABConf</p></li><li><p>CryptoSnake interview with Hunter Beast: the quantum threat explained</p></li><li><p>Bitcoin Rails episode with Martin Shkreli: Hacking Satoshi&#8217;s coins</p></li><li><p>Quantum computers cross 6,000 qubit mark</p></li><li><p>NVIDIA launches NVQLink for hybrid quantum-AI systems</p></li><li><p>Google&#8217;s Willow chip shows verifiable quantum advantage</p></li><li><p>Harvard runs a quantum computer for two hours straight</p><div><hr></div></li></ul><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>The Quantum Threat is Now a Human Rights Issue</h2><p>The Human Rights Foundation (HRF) published a report framing the quantum threat to Bitcoin as a human rights matter. It warns what we already know: Millions of coins could be liquidated once quantum computers break ECC, but with a twist.</p><p>They argue that Bitcoin is a tool used by dissidents, activists and independent journalists to receive support, safeguard savings and transact outside dictatorial controls.</p><p>Failing to upgrade Bitcoin before a cryptographically relevant quantum computer (CRQC) appears would mean:</p><p>&#8226; Secure donations get exposed.</p><p>&#8226; Private savings get compromised.</p><p>&#8226; Uncensored transactions get stopped.</p><p>So in this situation, people under repression risk losing way more than just coins. </p><p>The report highlights BIP 360 as a &#8220;signature&#8208;scheme agnostic proposal that makes Taproot addresses quantum-resistant and provides a flexible framework for future post-quantum algorithms via a soft-fork.&#8221;</p><p>They also underline Hourglass as the only viable proposal to date being considered by the community for P2PK coins, beside burning and doing nothing.</p><p>Here&#8217;s an Anduro X thread that summaries the report: </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://x.com/andurobtc/status/1985445997405737191" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!kfNS!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 424w, https://substackcdn.com/image/fetch/$s_!kfNS!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 848w, https://substackcdn.com/image/fetch/$s_!kfNS!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 1272w, https://substackcdn.com/image/fetch/$s_!kfNS!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!kfNS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png" width="1068" height="1260" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1260,&quot;width&quot;:1068,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:956629,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://x.com/andurobtc/status/1985445997405737191&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/177536298?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!kfNS!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 424w, https://substackcdn.com/image/fetch/$s_!kfNS!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 848w, https://substackcdn.com/image/fetch/$s_!kfNS!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 1272w, https://substackcdn.com/image/fetch/$s_!kfNS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F03b2be2d-79e8-443f-9fcd-4a3352870a32_1068x1260.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>You can also <a href="https://hrf.org/latest/the-quantum-threat-to-bitcoin/">read the full HRF report </a>for more detailed information.</p><div><hr></div><h2>Quantinuum Launches Quantum Computer with 48 Error-Corrected Logical Qubits</h2><p>Dubbed Helios, Quantimuum launched a trapped-ion quantum computer built on its Quantum Charge-Coupled Device (QCCD) architecture and manufactured by defense contractor, Honeywell. </p><p>The system operates with 98 physical qubits and demonstrates <strong>48 error-corrected logical qubits with 99.99 % state-preparation and measurement fidelity.<br><br></strong>The near 50 % logical-to-physical ratio is achieved through efficient qubit reuse and overlapping error-correction cycles, allowing the same ions to support multiple logical operations without requiring hundreds of physical qubits per logical one (like in other quantum systems).</p><p>They also announced:</p><p>&#8226; A real-time control engine for hybrid quantum-classical programming.</p><p>&#8226; Guppy, a Python-based language for mixed workloads.</p><p>&#8226; Integration with NVIDIA NVQLink and CUDA-Q for future real-time error correction.</p><p>&#8226; Partnerships with Amgen, BMW Group, JPMorganChase, and SoftBank Corp.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://x.com/QuantinuumQC/status/1986172816241402189?s=20" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!LMpu!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 424w, https://substackcdn.com/image/fetch/$s_!LMpu!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 848w, https://substackcdn.com/image/fetch/$s_!LMpu!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 1272w, https://substackcdn.com/image/fetch/$s_!LMpu!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!LMpu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png" width="1178" height="992" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/db969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:992,&quot;width&quot;:1178,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:553285,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://x.com/QuantinuumQC/status/1986172816241402189?s=20&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/177536298?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!LMpu!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 424w, https://substackcdn.com/image/fetch/$s_!LMpu!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 848w, https://substackcdn.com/image/fetch/$s_!LMpu!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 1272w, https://substackcdn.com/image/fetch/$s_!LMpu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb969012-d652-4be5-8d71-078ee7d0d4d8_1178x992.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Because trapped-ion quantum computers prioritize fidelity and coherence over speed, they could only sustain long-exposure attacks, not the short-exposure attacks that require faster gate operations. <a href="https://www.quantinuum.com/press-releases/quantinuum-announces-commercial-launch-of-new-helios-quantum-computer-that-offers-unprecedented-accuracy-to-enable-generative-quantum-ai-genqai">Read the full release</a></p><div><hr></div><h2>Trezor Adds Quantum Readiness</h2><p>Trezor launched its Safe 7 wallet and called it &#8220;quantum-ready.&#8221;</p><p>This means it can receive future post-quantum updates once standards are finalized. It does not make the wallet fully quantum resistant, as for that to be true, Bitcoin should also be secured.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://x.com/Trezor/status/1980910438310371413" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!TuCG!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 424w, https://substackcdn.com/image/fetch/$s_!TuCG!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 848w, https://substackcdn.com/image/fetch/$s_!TuCG!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 1272w, https://substackcdn.com/image/fetch/$s_!TuCG!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!TuCG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png" width="1180" height="474" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:474,&quot;width&quot;:1180,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:88159,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://x.com/Trezor/status/1980910438310371413&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/177536298?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!TuCG!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 424w, https://substackcdn.com/image/fetch/$s_!TuCG!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 848w, https://substackcdn.com/image/fetch/$s_!TuCG!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 1272w, https://substackcdn.com/image/fetch/$s_!TuCG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2c94d7c-61e8-4afe-82de-7db446642f50_1180x474.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Read more: <a href="https://trezor.io/guides/trezor-devices/trezor-fundamentals/what-does-quantum-ready-mean">Trezor Guide</a></p><div><hr></div><h2>BIP 360 Live at TABConf</h2><p>Quantum took center stage at this year&#8217;s TABConf.</p><p>Hunter Beast and the Anduro team showed the first working SLH-DSA transactions to Pay to Tapscript Hash addresses on Signet.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://x.com/cryptoquick/status/1978258359728902332" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!PIx-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 424w, https://substackcdn.com/image/fetch/$s_!PIx-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 848w, https://substackcdn.com/image/fetch/$s_!PIx-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 1272w, https://substackcdn.com/image/fetch/$s_!PIx-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!PIx-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png" width="1188" height="1170" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1170,&quot;width&quot;:1188,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:303508,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://x.com/cryptoquick/status/1978258359728902332&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/177536298?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!PIx-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 424w, https://substackcdn.com/image/fetch/$s_!PIx-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 848w, https://substackcdn.com/image/fetch/$s_!PIx-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 1272w, https://substackcdn.com/image/fetch/$s_!PIx-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff80f12cf-e0ae-4501-b99a-2bde75769451_1188x1170.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>TABConf hosted eight sessions on quantum computing, signaling that Bitcoin developers are taking the threat seriously as quantum progress advances.</p><p>Michael Casey summed it up like this:</p><blockquote><p>&#8220;The Bitcoin Interface team attended leading Bitcoin technical conference TABConf last week, which was quantum-resistance themed this year, validating a strong quantum focus at the protocol level. Three MARA team members were highlighted as key speakers: Hunter Beast, Isabel Foxen Duke and Mike Casey.&#8221;</p></blockquote><div><hr></div><h2>Hunter Beast on CryptoSnake</h2><p>Hunter joined CryptoSnake to explain how quantum computers could soon threaten Bitcoin&#8217;s elliptic-curve cryptography.</p><p>He traced the problem to early defense research and showed how new qubit designs are moving closer to running Shor&#8217;s algorithm.</p><p>He explained the difference between long-exposure and short-exposure attacks:  Satoshi-era coins and reused addresses are most at risk, while SegWit and hashed outputs remain safe until spent.</p><p>Projects like Project 11 estimate that over 6.7 million bitcoin are vulnerable.</p><p>BIP 360 removes elliptic-curve spending paths and replaces them with hash-based scripts, introducing addresses that start with bc1z.</p><div id="youtube2-RpR8D6l1R6o" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;RpR8D6l1R6o&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/RpR8D6l1R6o?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><h2>Martin Shkreli on Bitcoin Rails</h2><p>Martin Shkreli joined Isabel Foxen Duke on Bitcoin Rails to talk about how he&#8217;s raising funds to hack Satoshi&#8217;s coins.</p><p>Shkreli described two possible attack paths: <strong>quantum computing and AI-driven math</strong>.</p><p>The conversation covered why hacking Bitcoin would be the &#8220;ultimate mathematical achievement,&#8221; why quantum may pose a bigger risk to Bitcoin than to traditional tech, and why a real exploit would be unlike anything the network has faced before.</p><div id="youtube2-qgFHJ8U4vQU" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;qgFHJ8U4vQU&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/qgFHJ8U4vQU?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><h2>Quantum Computing Keeps Evolving<br></h2><p><strong>&#9658; 6,000 Qubit Milestone</strong><br>Caltech physicists announced that quantum computers have surpassed 6,000 qubits with 99.98 percent accuracy. &#8220;Qubits aren&#8217;t useful without quality. Now we have both,&#8221; said researcher Gyohei Nomura. <a href="https://www.youtube.com/watch?v=ij_cGdu_0Rk">Read more</a></p><p><strong>&#9658; NVIDIA NVQLink</strong><br>NVIDIA announced NVQLink, an architecture that connects quantum processors with supercomputers and AI systems. The U.S. Department of Energy will use it to build hybrid quantum-classical machines for materials and chemistry research. <a href="https://nvidianews.nvidia.com/news/nvidia-nvqlink-quantum-gpu-computing">Read more</a></p><p><strong>&#9658; Google Willow</strong><br>Google&#8217;s Willow chip achieved a verifiable quantum advantage. The new &#8220;Quantum Echoes&#8221; algorithm ran 13,000 times faster than classical methods, showing reproducible results across systems. <a href="https://blog.google/technology/research/quantum-echoes-willow-verifiable-quantum-advantage">Read more</a></p><p><strong>&#9658; Harvard Breakthrough</strong><br>Researchers at Harvard and MIT kept a quantum computer running for two hours straight by replenishing qubits as they decayed. The team believes fully continuous quantum operation could arrive within two to three years. <a href="https://www.thecrimson.com/article/2025/10/2/quantum-computing-breakthrough">Read more</a></p><div><hr></div><h2>Final Thoughts</h2><p>Bitcoin&#8217;s path to quantum resistance is getting clearer. BIP 360 and other post-quantum efforts are building the framework for Bitcoin&#8217;s long-term resistance, while the subject keeps getting more and more traction in the space, as seen in TABConf.</p><p>But timelines matter. Quantum progress is accelerating, and coordination is key.  We still have enough time to act.</p><p><strong>Remember: Be prepared, not scared.</strong></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[First BIP 360 Transaction on Signet + Quantum Progress Review]]></title><description><![CDATA[BITCOIN QUANTUM RESISTANCE MONTHLY UPDATE #2]]></description><link>https://cryptoquick.substack.com/p/first-bip-360-transaction-on-signet</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/first-bip-360-transaction-on-signet</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Tue, 16 Sep 2025 13:02:58 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Z1bC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F001c4575-1cf1-49a2-bcc3-4b67b3627b6f_500x500.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ZE38!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ZE38!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 424w, https://substackcdn.com/image/fetch/$s_!ZE38!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 848w, https://substackcdn.com/image/fetch/$s_!ZE38!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 1272w, https://substackcdn.com/image/fetch/$s_!ZE38!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ZE38!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png" width="1456" height="364" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:364,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:35442,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/173460452?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ZE38!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 424w, https://substackcdn.com/image/fetch/$s_!ZE38!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 848w, https://substackcdn.com/image/fetch/$s_!ZE38!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 1272w, https://substackcdn.com/image/fetch/$s_!ZE38!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dac4f8f-0e8b-435a-b164-8c7f9ba582cc_1600x400.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><p>The past two months have been packed with milestones on the quantum front. </p><p>Real progress is being made: From the first <strong>BIP 360 transaction broadcasted on Signet</strong>, to new alliances digging deeper into post-quantum signature algorithms.</p><p>At the same time, the risks feel sharper than ever. Project 11&#8217;s latest numbers show that more than 6M bitcoin are at stake, while billion-dollar companies are teaming up to push the boundaries of what quantum computers can do.</p><p>Let&#8217;s get right into it:</p><h3><strong>BITCOIN QUANTUM HIGHLIGHTS | AUGUST &amp; SEPTEMBER</strong></h3><ul><li><p>First BIP 360 transaction broadcasted on Signet</p><p></p></li><li><p>Hunter Beast and Ethan Heilman are now working with anon cryptographer, Conduition, to review post-quantum signature algorithms</p><p></p></li><li><p>Bitcoin++ Istanbul Recap: Bitcoin needs to change</p><p></p></li><li><p>IBM and AMD&#8217;s partnership to boost quantum computer capabilities</p><p></p></li><li><p>Qafray Vaults: A Quantum-Resistant Bitcoin Ownership Proof Mechanism</p><p></p></li><li><p>Bitcoin Rails interview with Jameson Lopp: Quantum Computing and the Future of Satoshi&#8217;s Coins</p><p></p></li><li><p>Project 11 released updated list of quantum-vulnerable addresses: More than 6M bitcoin risk</p></li></ul><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>First Ever BIP 360 Transaction on Signet</h2><p>On Bitcoin&#8217;s Signet, Hunter successfully broadcasted the first ever BIP 360 transaction.</p><p>Some say that a picture is worth a thousand words, so here it is:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!FIVY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!FIVY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 424w, https://substackcdn.com/image/fetch/$s_!FIVY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 848w, https://substackcdn.com/image/fetch/$s_!FIVY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!FIVY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!FIVY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg" width="1290" height="1148" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1148,&quot;width&quot;:1290,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:100196,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/173460452?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!FIVY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 424w, https://substackcdn.com/image/fetch/$s_!FIVY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 848w, https://substackcdn.com/image/fetch/$s_!FIVY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!FIVY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7f9c52c-a26a-4786-8532-12415f84e828_1290x1148.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>The transaction is demonstrating the latest updates to the BIP, including the switch to SegWit v2 and Pay-to-Tapscript-Hash (P2TSH). </p><p>The script shows OP_PUSHNUM_2 and a 32-byte quantum-resistant hash, embedded in a Taproot-style V2_P2TSH output.</p><p><strong>Hunter is working on a full in depth explanation of this, so stay tuned for future posts!</strong></p><div><hr></div><h2>A New Alliance for Bitcoin&#8217;s Quantum Resistance</h2><p>Annon cryptographer, <a href="https://x.com/conduition_io">Conduition</a>, is now working alongside Ethan Heilman and Hunter Beast to review post-quantum signature algorithms.</p><p>Their efforts are centered on testing lattice-based and hash-based schemes approved by NIST standards, such as SLH-DSA (SPHINCS+).</p><p>The final goal is to <strong>come up with a proposal that brings post-quantum signatures to Bitcoin</strong>, and that in tandem with proposals like BIP 360 or QBIP, lay the groundwork for making Bitcoin fully quantum-resistant.</p><div><hr></div><h2>Wait&#8230; Chris Pratt did what?</h2><p>We caught Chris Pratt in the Club Random Podcast doing his best to explain quantum computing to Bill Maher.</p><p><strong>Definitely not in our bingo card for 2025</strong>&#8230; Although in hindsight, it probably should have been.</p><p>Bill&#8217;s face when Chris is explaining what a qubit is&#8230;well, priceless.</p><div id="youtube2-56M4_TvQkBA" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;56M4_TvQkBA&quot;,&quot;startTime&quot;:&quot;2101s&quot;,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/56M4_TvQkBA?start=2101s&amp;rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>So, do you think they nailed it? At least they got the big picture of the threat to security on point.</p><div><hr></div><h2>Bitcoin, it&#8217;s time to change: Recap of Hunter Beast at bitcoin++ Istanbul</h2><p>This month at bitcoin++ Istanbul, Hunter Beast took the stage to address the quantum threat to Bitcoin. </p><p>The tone is evolving: <strong>quantum computing is no longer theoretical</strong>.</p><p>Bitcoin&#8217;s challenge is to find a way to confront the timelines. Hunter walked through the history of quantum progress, from Feynman and Shor to today&#8217;s NISQ-era hardware, showing how resource estimates for breaking ECC have shrunk over time.</p><p>Sudden progress may come not only from hardware, but it could also be algorithmic. Scaling breakthroughs are accelerating, and Bitcoin needs a plan.</p><div id="youtube2-S162rwnTVDs" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;S162rwnTVDs&quot;,&quot;startTime&quot;:&quot;2861&quot;,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/S162rwnTVDs?start=2861&amp;rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><h2>Quantum Computing Keeps Evolving</h2><p>From strong new alliances to <strong>small ECC keys broken with quantum,</strong> to qubits lasting far longer thanks to tuning, the past month has brought a wave of exciting developments in quantum computing.</p><p><strong>Here are some of the top stories:</strong></p><h4>&#9658; IBM + AMD Alliance</h4><p>IBM and AMD are joining forces to connect quantum computers, AI accelerators, and supercomputers into a single system, each piece handling the part of the problem it solves best.</p><p>Both companies assure that with these elements they could push computing past the limits of what classical machines can do. While IBM builds the quantum hardware and software stack, AMD contributes processors and GPUs from the supercomputing/AI side.</p><p>Their plan is to build what they call a &#8220;quantum-centric supercomputer&#8221;: Quantum handling physics-level simulations, while supercomputers + AI focus on large-scale data analysis and optimization.</p><p>First real world demo to come later this year, according to <a href="https://newsroom.ibm.com/2025-08-26-ibm-and-amd-join-forces-to-build-the-future-of-computing">their press release</a>.</p><p></p><h4>&#9658; Node.js Added Quantum-Resistant Standards</h4><p>v24.7.0, <strong>recently added to Node.js, included NIST&#8217;s post-quantum cryptography standards</strong> for future-proofing applications against quantum threats.</p><p>Algorithms and methods brought in are: AES-OCB, ChaCha20-Poly1305, ML-DSA. ML-KEM. SHA-3, SHAKE.</p><p>Read the <a href="https://github.com/nodejs/node/releases/tag/v24.7.0">changelog</a> for more details.</p><p></p><h4>&#9658; El Salvador is Protecting its Bitcoin From Quantum Attacks</h4><p>El Salvador has relocated its National Strategic Bitcoin Reserve into multiple unused P2SH addresses, capped at 500 bitcoin each.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!qChp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!qChp!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 424w, https://substackcdn.com/image/fetch/$s_!qChp!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 848w, https://substackcdn.com/image/fetch/$s_!qChp!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 1272w, https://substackcdn.com/image/fetch/$s_!qChp!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!qChp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png" width="1456" height="1064" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1064,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:339621,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/173460452?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!qChp!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 424w, https://substackcdn.com/image/fetch/$s_!qChp!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 848w, https://substackcdn.com/image/fetch/$s_!qChp!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 1272w, https://substackcdn.com/image/fetch/$s_!qChp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dcec4ed-08b5-4ccd-9c2b-a2ec146cb9d4_1480x1082.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Unlike output types like P2PK or Taproot&#8217;s key path, Pay to Script Hash (P2SH) addresses do not reveal the public key before spending from them, which protects coins from quantum attacks.</p><p>Other output types that don&#8217;t reveal their public key until spent from are: SegWit (bc1q&#8230;), P2PKH(?) and Taproot&#8217;s script path.</p><p><strong>Note: All current Bitcoin addresses are vulnerable after spending from them.</strong></p><p></p><h4>&#9658; First 6-bit ECC Key Broken by Stevetipp</h4><p>Using IBM&#8217;s 133-qubit quantum computer, <a href="https://x.com/stevetipp">@stevetipp</a> managed to break a 6-bit elliptic curve cryptographic key using a Shor-style quantum attack. The experiment ran on Qiskit Runtime 2.0 with an 18-qubit circuit: 12 acting as the main working registers and 6 as helpers.</p><p>After 16,000 runs, the output lined up in a diagonal ridge, a pattern that revealed the hidden private key from the public key. Even at 340,000+ circuit layers deep (more layers = harder to keep qubits stable), the system held coherence long enough to extract the answer. <br><br>Although a 6-bit key is nothing to panic about (Bitcoin uses 256 bits), Steve&#8217;s achievement shows that Shor&#8217;s algorithm is capable of effectively breaking elliptic curves using real quantum hardware.<br><br><em>&lt;&lt;hat tip&gt;</em>&gt; to you, sir!</p><p><a href="https://x.com/stevetipp/status/1962935033414746420">Dive into the full experiment</a> if you want a break-down of the math.</p><p>Further questions? <a href="https://superpositions.com/t/i-broke-a-6-bit-ecc-key-with-a-quantum-computer-ask-me-anything-steve-tippeconnic/93">AMA with Steve!</a></p><p></p><h4>&#9658; Scientists Made Qubits 30x More Stable</h4><p>By tuning qubits with soundwaves, a group of researchers from Caltech enabled quantum states from superconducting qubits to remain stable for up to 30 times longer than with earlier approaches.</p><p>Although a big step towards fault-tolerant quantum computers, the lead researcher explains that their challenge is now to &#8220;be able to put quantum data in the system and take it out much faster.&#8221; For that, he explains, they must find ways of increasing the interaction rate by a factor of three to 10 beyond what our current system is capable of.</p><p>For more details, <a href="https://researchimpact.caltech.edu/research-news/using-sound-to-remember-quantum-information">read the full paper</a>.</p><div><hr></div><h2><strong>Qafray Vaults: A Quantum-Resistant Bitcoin Ownership Proof Mechanism</strong></h2><p>There&#8217;s now a way to prove ownership of your coins from unspent addresses and without revealing your public key in the process. </p><p><a href="https://github.com/bitcoinsSG/Qafray-Vaults">Qafray Vaults</a> is a last resort safety net in case of a quantum attack to Bitcoin. </p><p>Built by <a href="https://x.com/BitcoinsSG">@BitcoinsSG</a>, the tool is designed to provide a proactive, quantum-resistant mechanism for Bitcoin users to safeguard their coins by enabling users to embed a quantum-resistant public key in Bitcoin transactions via an OP_RETURN output.</p><p>According to the project&#8217;s GitHub, its design is intended to not only mitigate the impact against potential attacks on ECDSA &#8212; using Shor&#8217;s algorithm &#8212; but also SHA-256 preimage attacks on mining, by facilitating the network&#8217;s recovery and the &#8220;last honest block&#8221; agreement process.</p><div><hr></div><h2>Bitcoin Rails Podcast with Jameson Lopp: A Review of QBIP and What&#8217;s to Come</h2><p>&#8220;Most people don&#8217;t think about security until it&#8217;s too late,&#8221; says the Casa co-founder and CSO, Jameson Lopp.</p><p>Recently, Lopp has turned his attention to mitigating Bitcoin&#8217;s quantum vulnerabilities, including market risks associated with quantum-vulnerable Satoshi&#8217;s Coins + longer-term strategies for quantum-hardening of Bitcoin addresses long term.</p><p>In this special episode of Bitcoin Rails, <a href="https://x.com/isabelfoxenduke">@isabelfoxenduke</a> and <a href="https://x.com/lopp">@lopp</a> went over:</p><ul><li><p>Lopp&#8217;s experiences designing self-custody products at both BitGo and Casa</p></li><li><p>The swatting attack he suffered in 2017, and the radical steps he&#8217;s taken to secure his home location since</p></li><li><p>The &#8216;quantum computing&#8217; challenge for Bitcoin and its impacts on Satoshi&#8217;s Coins</p></li><li><p>How the network may respond to QCs in the face of ossification and why QC preparation may be the hardest governance test the network has ever faced</p></li></ul><p><strong>Check this special Bitcoin Rails episode!</strong></p><div id="youtube2-Q-0wSicRylk" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;Q-0wSicRylk&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/Q-0wSicRylk?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><h2>Project 11: 30% of Bitcoin supply at risk of a quantum attack</h2><p>Project 11&#8217;s team recently updated their list of Bitcoin addresses that are vulnerable to quantum attacks.</p><p>Latest available data shows that over 6 million bitcoin sit exposed, spread across more than 13 million addresses, a concentration of dormant and active coins that would be at risk if quantum computers break elliptic curve cryptography.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!x-g5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!x-g5!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 424w, https://substackcdn.com/image/fetch/$s_!x-g5!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 848w, https://substackcdn.com/image/fetch/$s_!x-g5!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 1272w, https://substackcdn.com/image/fetch/$s_!x-g5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!x-g5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png" width="1456" height="992" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:992,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:148023,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/173460452?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!x-g5!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 424w, https://substackcdn.com/image/fetch/$s_!x-g5!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 848w, https://substackcdn.com/image/fetch/$s_!x-g5!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 1272w, https://substackcdn.com/image/fetch/$s_!x-g5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F552a6f82-d8a5-46cb-9959-aa5d846a632a_1576x1074.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Check <a href="https://www.projecteleven.com/bitcoin-risq-list/">Project 11</a> for more metrics and further info.</p><div><hr></div><h2>Final Thoughts</h2><p><strong>Bitcoin will most likely not become quantum resistant based on one proposal alone.</strong></p><p>Efforts like BIP 360, QBIP, and other post-quantum work can converge to build optionality into the protocol. But the safe option must be there in time.</p><p>History has shown us that changing Bitcoin is a year-long process, <a href="https://x.com/andurobtc/status/1961085111518257526">some would even say decade-long</a>.</p><p>The truth is, we don&#8217;t know when quantum computers will be good enough to break Bitcoin, but the chances of that happening in the next 10 years are far from zero.</p><p>Let&#8217;s not roll that dice, and start shifting from awareness into coordinated action, before we get dealt a bad hand.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://x.com/cryptoquick/status/1966197051529847224" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YJHC!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 424w, https://substackcdn.com/image/fetch/$s_!YJHC!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 848w, https://substackcdn.com/image/fetch/$s_!YJHC!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 1272w, https://substackcdn.com/image/fetch/$s_!YJHC!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YJHC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png" width="534" height="626.752107925801" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1392,&quot;width&quot;:1186,&quot;resizeWidth&quot;:534,&quot;bytes&quot;:852669,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://x.com/cryptoquick/status/1966197051529847224&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/173460452?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!YJHC!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 424w, https://substackcdn.com/image/fetch/$s_!YJHC!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 848w, https://substackcdn.com/image/fetch/$s_!YJHC!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 1272w, https://substackcdn.com/image/fetch/$s_!YJHC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F969135d2-cfdd-4e53-ab2a-dd0878ec580e_1186x1392.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p><br></p>]]></content:encoded></item><item><title><![CDATA[Jameson Lopp intros QR proposal + OPCAT author joins BIP 360]]></title><description><![CDATA[BITCOIN QUANTUM RESISTANCE MONTHLY UPDATE #1]]></description><link>https://cryptoquick.substack.com/p/jameson-lopp-intros-qr-proposal-opcat</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/jameson-lopp-intros-qr-proposal-opcat</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Mon, 28 Jul 2025 14:01:47 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Z1bC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F001c4575-1cf1-49a2-bcc3-4b67b3627b6f_500x500.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!YA3l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YA3l!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 424w, https://substackcdn.com/image/fetch/$s_!YA3l!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 848w, https://substackcdn.com/image/fetch/$s_!YA3l!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 1272w, https://substackcdn.com/image/fetch/$s_!YA3l!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YA3l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png" width="1456" height="364" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:364,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:32596,&quot;alt&quot;:&quot;make bitcoin quantum resistant&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/169177167?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="make bitcoin quantum resistant" title="make bitcoin quantum resistant" srcset="https://substackcdn.com/image/fetch/$s_!YA3l!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 424w, https://substackcdn.com/image/fetch/$s_!YA3l!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 848w, https://substackcdn.com/image/fetch/$s_!YA3l!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 1272w, https://substackcdn.com/image/fetch/$s_!YA3l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3ad98c85-91aa-48a8-b491-cd458b2dca68_1600x400.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><p>In the last 30 days, there has been significant movement on Bitcoin quantum resistance &#8212; including a new proposal from Casa CSO Jameson Lopp and the QBTC sidechain team, as well as the addition of <strong>Ethan Heilman as a co-author of BIP 360 </strong>and revisions to the proposal that focus on Taproot quantum resistance as a &#8220;first step&#8221; toward addressing Bitcoin&#8217;s quantum vulnerabilities.</p><p><strong>BITCOIN QUANTUM HIGHLIGHTS | JULY</strong></p><ul><li><p>Jameson Lopp presents plan to phase out ECDSA/Schnorr + proposes freezing of QVC coins 5+ years after activation of BIP 360</p></li></ul><ul><li><p>BIP 360 gets Ethan Heilman onboard &#8212; re-focusing the BIP on making Taproot quantum resistant</p></li></ul><ul><li><p>Hourglass v2 in the works: Now limits spending to 1 BTC per legacy input per block (rather than 1 UTXO per block)</p></li></ul><ul><li><p>New research suggests RSA could be broken with 20x less quantum power than previously believed possible</p></li></ul><ul><li><p>Trump modifies PQC policy: agencies are no longer required to start implementing Post-Quantum Cryptography</p></li></ul><p></p><h3><strong>MONTHLY QUANTUM POLL</strong></h3><p>Earlier this month, Hunter ran a poll on X to gauge how the community wants to handle quantum-vulnerable coins.</p><p>Nearly <strong>300</strong> votes came in, and there was a clear winner: <strong>41.6%</strong> of voters prefer to <strong>just do nothing</strong>. In a post-quantum scenario, this could lead to the liquidation of coins held in quantum-vulnerable addresses.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!j9-b!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!j9-b!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 424w, https://substackcdn.com/image/fetch/$s_!j9-b!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 848w, https://substackcdn.com/image/fetch/$s_!j9-b!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 1272w, https://substackcdn.com/image/fetch/$s_!j9-b!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!j9-b!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png" width="1190" height="395" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:395,&quot;width&quot;:1190,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:51006,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!j9-b!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 424w, https://substackcdn.com/image/fetch/$s_!j9-b!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 848w, https://substackcdn.com/image/fetch/$s_!j9-b!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 1272w, https://substackcdn.com/image/fetch/$s_!j9-b!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdad58af2-f99e-489a-9dc9-e8d077cfe748_1190x395.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>The second most voted alternative (28.4%) was Hourglass v2, a proposal still being developed by the Anduro team, designed to drastically slow down how quickly quantum-vulnerable coins can move.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Hunter Beast - BIP 360 is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2><strong>Jameson Lopp introduces a 3-phase plan to make Bitcoin quantum-resistant</strong></h2><p>A group of contributors, led by <a href="https://x.com/lopp/">Jameson Lopp</a> and the QBTC Bitcoin sidechain team published a proposal titled <a href="http://qbip.org">Post-Quantum Migration and Legacy Signature Sunset</a>.</p><p>The new approach outlines a phased plan to <strong>transition Bitcoin users away from ECDSA/Schnorr signature schemes</strong> <strong>and towards BIP 360/PQC addresses</strong>.<strong> </strong>This proposal assumes BIP 360 as a pre-requisite.</p><ul><li><p><strong>Phase A</strong>:<br>A soft fork that prohibits sending to legacy address types (like P2PKH, P2SH or P2TR). Only quantum-resistant address types (P2QRH) would be permitted for new outputs.</p></li></ul><ul><li><p><strong>Phase B</strong>:<br>Roughly five years later, a second consensus change would prohibit spending from legacy outputs. Legacy UTXOs would become unspendable unless migrated in time.</p></li></ul><ul><li><p><strong>Phase C (optional)</strong>:<br>Introduces a recovery mechanism using ZK proofs of seed ownership (i.e. xpub/xpriv keys). Use of ZKproofs would allow users to prove ownership of frozen coins without revealing private keys, but would require the introduction of a zk-verification opcode, which may be contentious and requires significant research.</p></li></ul><p>This approach is the first public proposal to define a formal timeline for sunsetting vulnerable legacy ECDSA/Schnorr signatures.</p><div><hr></div><h2><strong>OPCAT author Ethan Heilman joins BIP 360 effort</strong></h2><p><strong>OPCAT co-author,</strong> <strong><a href="https://x.com/ethan_heilman">Ethan Heilman</a>, has officially joined BIP 360 as a co-author</strong> <strong>alonside Hunter Beast.</strong></p><p>Heilman is working on narrowing the scope of the BIP to focus on Taproot quantum resistance &#8211; which does not require the introduction of new PQC algorithms into Bitcoin right off the bat. This approach offers a more palatable &#8220;first step&#8221; in making Bitcoin quantum resistant, before introducing new complex signature schemes.</p><p><strong>Following his arrival, <a href="https://bip360.org/bip360.html">BIP 360</a> underwent a major update</strong>. Here&#8217;s what&#8217;s new:</p><ul><li><p><strong>Taproot-based structure</strong>:<br>The new version reuses Bitcoin&#8217;s Taproot output format (P2TR), but disables key path spending. That means P2QRH outputs can only be spent via script path, never by revealing a classical public key.</p></li></ul><ul><li><p><strong>PQC decoupled:</strong><br>Instead of including post-quantum signature algorithms in BIP 360, the authors now intend to propose post-quantum signatures in a separate BIP. This allows developers to activate Taproot quantum resistance without needing to introduce PQC, which will require substantially more review.</p></li></ul><ul><li><p><strong>BIP 360 in its updated form may be <a href="https://github.com/cryptoquick/bips/blob/p2qrh/bip-0360.mediawiki">reviewed here</a></strong>. Additionally, please feel free to review this <a href="https://x.com/andurobtc/status/1942645560189521977">quick explainer video by Hunter Beast</a></p></li></ul><div><hr></div><h2><strong>New Hourglass Iteration Proposes 1 Bitcoin Limit per Legacy Spend</strong></h2><p>The Anduro team is working on a <strong>new version of Hourglass, dubbed v2</strong>, which is set to be a consensus-level upgrade to limit the speed at which quantum-vulnerable bitcoin can be moved. </p><p>This proposal is still in research phases &#8212; however, folks can learn more about their process via <a href="https://x.com/blockspacepod/status/1938322044648886780">Hunter&#8217;s recent talk at PubKey in NYC</a>.</p><p>The team hopes to make changes that will effectuate the following:</p><ul><li><p>Disable creation of new P2PK outputs (like Hourglass v1), with plans to phase out reused addresses and possibly P2TR key path spends (i.e. <a href="https://github.com/cryptoquick/bips/blob/p2qrh/bip-0360.mediawiki">BIP 360</a>).</p></li></ul><ul><li><p><strong>Limit spending from quantum-vulnerable addresses to 1 BTC</strong> <strong>per block </strong>(from 1 input per P2PK output per block in v1), drastically slowing movement from these addresses  &#8212; and expanding the number of protected addresses to include reuased ones.</p></li></ul><ul><li><p>Hourglass v2 requires change over and above 1 BTC per spend to be sent back to the original spending address <em>at the consensus level.</em></p></li></ul><ul><li><p>Set to establish a timeline and bandwidth cap for risky output types, gradually pushing users toward quantum-resistant formats.</p></li></ul><p>Core motivations for these changes include maintaining incentive-compatibility with miners (as in v1), while addressing incentives of holders and economic nodes (new).</p><p>The proposal is still on the make and the team is receiving feedback from the community in their <a href="https://discord.com/invite/YBQ6DbYHDK">discord channel</a>. </p><p>For more information on this, please watch <a href="https://x.com/andurobtc/status/1940505940652068910">Hunter&#8217;s talk at PubKey on the subject here</a>.</p><div><hr></div><h2><strong>Quantum Bitcoin Summit at Presidio Bitcoin</strong></h2><p>This month several leading Bitcoin developers &#8212; including Peter Wuille, Ava Chow, Tadge Dryja and others &#8212; descended onto the Presidio Bitcoin in San Francisco to roundtable about <strong>potential quantum mitigation</strong> in an invite-only setting. </p><p>Tadge, Hunter, Jameson Lopp and Lightning Labs' Olaoluwa Osuntokun all presented proposals for mitigating the quantum threat. To view the talks at this event, check out the <a href="https://x.com/PresidioBitcoin/status/1946241899658092631">Presidio Bitcoin X page here. </a></p><p>PsiQuantum founder Terry Rudolph was also in attendance, giving an update on the state of quantum computing and its likelihood of breaking ECDSA anytime soon &#8212; hint: he took the "over" bet when asked if this might happen in the next 5 years. </p><p>For a full breakdown, including insights from Bitcoin Policy Institute&#8217;s Matthew Pines, Zach Shapiro, and Zach Cohen on the event&#8217;s takeaways and what quantum means for Bitcoin&#8217;s future, watch the <a href="https://youtu.be/f991oTRT7-k?si=rjLSrRCxB6o5ZySL">Bitcoin Policy Hour recap here</a>.</p><div><hr></div><h2><strong>Government Agencies no Longer Required to Implement PQC</strong></h2><p><strong>A modified Executive Order from President Trump replaced one of Biden&#8217;s final actions on Post Quantum Cryptography.</strong></p><p>The new EO:</p><ul><li><p>Removes the original deadlines for PQC deployment across federal systems</p></li><li><p>Eliminates the need for agencies to require post-quantum capable solutions from suppliers</p></li><li><p>Removes the requirement for international encouragement to use PQC</p></li></ul><p>To learn more about other changes made to the US Post Quantum Cryptography Policy, <a href="https://x.com/andurobtc/status/1937977552511082582">dive deeper into this story</a><em>.</em></p><div><hr></div><h2><strong>Breaking RSA Now Needs 20x Less Quantum Power</strong></h2><p>Craig Gidney from Google Quantum AI published a <a href="https://arxiv.org/pdf/2505.15917">paper</a> that shows how a refined version of Shor&#8217;s algorithm could break RSA-2048 encryption in <strong>just 12 hours and with less than one million noisy (not error corrected) qubits</strong>.</p><p>The new research revisits a 2019 paper of his own, in which he estimated that breaking RSA would require 20 million qubits and 8 hours.</p><div><hr></div><h2><strong>FUD of the Month: Did China Really Break RSA?</strong></h2><p>This month, headlines claimed that Chinese researchers broke RSA using a quantum computer.</p><ul><li><p><strong>What really happened?</strong><br>The paper referred to covered a quantum experiment to factor a 48-digit RSA integer. That number is only 22 bits long in binary, <strong>far from cryptographically relevant</strong>, as standard RSA encryption used today typically relies on 2048-bit or 3072-bit keys.</p><p></p></li><li><p><strong>Why the confusion?</strong></p><p>Headlines and social media posts <strong>skipped key details</strong> (like the bit length of the target) and implied this experiment was a breakthrough against real world encryption (it wasn&#8217;t).</p><p></p></li><li><p><strong>Impact on Bitcoin?</strong></p><p>None. Bitcoin uses secp256k1, an elliptic curve cryptographic (ECC) scheme that&#8217;s <strong>completely different from RSA</strong>. There&#8217;s still no known quantum computer capable of breaking it (or RSA).</p></li></ul><div><hr></div><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/p/jameson-lopp-intros-qr-proposal-opcat?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Thanks for reading Hunter Beast - BIP 360! This post is public so feel free to share it.</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/p/jameson-lopp-intros-qr-proposal-opcat?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://cryptoquick.substack.com/p/jameson-lopp-intros-qr-proposal-opcat?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p></div>]]></content:encoded></item><item><title><![CDATA[History and Mission of BIP 360]]></title><description><![CDATA[How we got so far... And have so much more to go.]]></description><link>https://cryptoquick.substack.com/p/history-and-mission-of-bip-360</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/history-and-mission-of-bip-360</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Thu, 26 Jun 2025 13:19:55 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!nOA3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!nOA3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!nOA3!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!nOA3!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!nOA3!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!nOA3!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!nOA3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2211239,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://cryptoquick.substack.com/i/166585094?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!nOA3!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!nOA3!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!nOA3!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!nOA3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8560f069-72ec-43dd-ab0b-230bdfffa164_1536x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>I first looked into Bitcoin&#8217;s quantum resistance with my friend Kyle Crews in April 2024, who I'd met at <a href="https://denver.space">Denver BitDevs</a>. I invited him to join me in founding a company called <a href="https://surmount.systems">Surmount Systems</a>, and we applied to <a href="https://x.com/btcstartuplab">Bitcoin Startup Lab</a> after interviewing with <a href="https://x.com/btc_albert">Albert Lang</a>. Our exact business model was uncertain, but our research led us to one inescapable conclusion: quantum computers could pose an existential threat to Bitcoin.</p><p>Unable at the time to identify a clear path to commercialization, we pivoted instead to create the Surmount Systems Foundation, with the sole purpose of safeguarding Bitcoin against quantum attacks. Our flagship project was drafting a <a href="https://bip360.org">BIP to introduce a new output type, Pay-to-Quantum-Resistant-Hash (P2QRH)</a>. I&#8217;m grateful to everyone who donated and supported our efforts.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Hunter Beast - BIP-360! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>In December 2024, <a href="https://x.com/jonatack">Jon Atack</a> (rhymes with "attic") graciously assigned our proposal BIP 360 after several rounds of review on the <a href="https://github.com/bitcoin/bips/pull/1670">pull request</a> in the bitcoin/bips GitHub repository. Later that month, I accepted an offer to join <a href="https://www.mara.com/">MARA</a> as a Senior Protocol Engineer - working to support the development of the <a href="https://www.anduro.io/">Anduro sidechain platform</a>, including the implementation of quantum resistant features like P2QRH.<strong> </strong>With the support of the team, I&#8217;ve been able to advance and advocate for post quantum cryptography in Bitcoin, and work towards developing a robust activation client for BIP 360.</p><p>I&#8217;ve worked closely with the grizzled Bitcoin veteran <a href="https://x.com/theblackmarble">Mike Casey</a> to help bring Anduro to maturity. We were joined by the singular <a href="https://x.com/isabelfoxenduke">Isabel Foxen Duke</a>, who&#8217;s incredibly talented at marketing and business development. The three of us frequently put our heads together to solve problems around Anduro&#8217;s architecture, the federation, and how best to develop and promote BIP 360.</p><p>While the team is grateful to be working on Anduro, the true end game in our work is facilitating the opt-in transition to quantum resistant addresses on Bitcoin. If native Bitcoin is affected by quantum attacks, no pegged asset is truly safe either. BIP 360 (and related proposals) remain the priority.</p><p>In May 2025, the direction of the project got a new burst of energy when <a href="https://x.com/Ethan_Heilman">Ethan Heilman</a>, author of <a href="https://bips.dev/347/">BIP 347</a>, agreed to co-author BIP 360. <a href="https://github.com/cryptoquick/bips/pull/21">Ethan has made several substantive suggestions to the BIP</a>, which we&#8217;re currently integrating and workshopping with leading cryptographers in the space. I&#8217;m incredibly grateful to have him on board and look forward to continued work to optimize the cryptography and architecture put forth in our proposal.</p><p>We also hired a team of three experienced full time engineers to help accelerate BIP 360 technical objectives. This involves <a href="https://github.com/cryptoquick/libbitcoinpqc/">libbitcoinpqc</a>, a future BIP 360 Bitcoin Core soft fork client, and a signet.</p><p>But ultimately, our mission is not just technical. We must work closely with Bitcoin developers, miners, node runners and other stakeholders to arrive at consensus. The community must align to solve this problem, and we are under no illusions about the difficulties associated with activating changes through largely undefined governance protocols.</p><p>We believe the Bitcoin community will pull through to address this potential threat, but we don&#8217;t believe it&#8217;s inevitable. While the timeline for action is ultimately unknowable, we know our risk, by definition, accelerates as time passes.</p><p>Who knows? Maybe quantum computers are a complete scam and we&#8217;re busy protecting imaginary money from an imaginary threat. In some ways I&#8217;d welcome that outcome. It&#8217;d be easier and offer better job security. But with over $40 billion invested in quantum computing so far, and the U.S. government briefing top officials on post-quantum cryptography, perhaps they know something we don&#8217;t. Regardless, improving Bitcoin&#8217;s quantum security can&#8217;t hurt. Bitcoiners are monetary doomsday preppers, and post-quantum Bitcoiners are about as tin-foil-hat as it gets.</p><p>I want to express my sincerest gratitude to everyone who&#8217;s supported me on this journey, through podcast interviews, encouragement on X, contributions to the Surmount Systems Foundation and to the BIP (especially reviewers!), and of course to my team at Anduro. I&#8217;m also grateful to others working on similar proposals in this space, including <a href="https://github.com/bitcoin/bips/pull/1830">QES2</a>, <a href="https://groups.google.com/g/bitcoindev/c/8PM6iZCeDMc/m/dWT6Bq0UAQAJ">QRAMP</a>, <a href="https://github.com/bitcoin/bips/pull/1832">pqcBitcoin</a>, <a href="https://qb.tc/">qBTC</a>, <a href="https://www.projecteleven.com/">Project Eleven</a>, and <a href="https://conduition.io/cryptography/quantum-hbs/">DASK</a>. I&#8217;d also like to acknowledge <a href="https://x.com/IanSmith_HSA">Ian</a>, <a href="https://x.com/dallairedemers">Pierre-Luc</a>, <a href="https://x.com/stevetipp">Tippie</a>, <a href="https://x.com/bitcoinqs/status/1927565010579890606">Chris</a>, <a href="https://x.com/lopp">Jameson</a>, and many others who&#8217;ve chimed in. We&#8217;re working hard to build everything needed for a BIP 360 implementation that people can test and, one day, activate, and also to be diligent and build it the right way. We hope to have something ready by the end of the year. Stay tuned for more!</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Hunter Beast - BIP-360! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Bitcoin is a Great Filter]]></title><description><![CDATA[Brace yourselves. Woo woo incoming.]]></description><link>https://cryptoquick.substack.com/p/bitcoin-is-a-great-filter</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/bitcoin-is-a-great-filter</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Mon, 01 May 2023 02:12:40 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!X69w!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!X69w!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!X69w!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 424w, https://substackcdn.com/image/fetch/$s_!X69w!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 848w, https://substackcdn.com/image/fetch/$s_!X69w!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!X69w!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!X69w!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg" width="896" height="891" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:891,&quot;width&quot;:896,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:223855,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!X69w!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 424w, https://substackcdn.com/image/fetch/$s_!X69w!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 848w, https://substackcdn.com/image/fetch/$s_!X69w!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!X69w!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe78b3a-c8b1-4512-9877-8224153e4178_896x891.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Satoshi Nakamoto, uploading bitcoin.pdf to bitcoin.org on 10/31/2008</figcaption></figure></div><p>If I had to guess, I think there's a diverse galactic alien civilization that can surveil us but generally chooses not to interfere. I think one individual from that community of aliens took pity on us. They might have a way to conduct their society that seems proven to work for just about any sapient civilization, and there was a period for about 5-10 years where we had most, if not all, the technology to start building it, but didn't. And so, SN got impatient, and published the whitepaper to a cryptography mailing list on 10/31/2008, about a year into the aftermath of the global financial crisis. It was timely, and appropriate. And it could be just the thing we need to get our act together.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!X1AM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!X1AM!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 424w, https://substackcdn.com/image/fetch/$s_!X1AM!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 848w, https://substackcdn.com/image/fetch/$s_!X1AM!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!X1AM!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!X1AM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg" width="1456" height="742" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:742,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:330501,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!X1AM!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 424w, https://substackcdn.com/image/fetch/$s_!X1AM!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 848w, https://substackcdn.com/image/fetch/$s_!X1AM!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!X1AM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9804acfd-a62a-4b00-adfd-f48379b48405_2048x1044.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">HashCash, the algorithm used for Bitcoin&#8217;s Proof of Work, was published in 1997 by Adam Back</figcaption></figure></div><p>I know it seems far-fetched, but... From the incentives it puts into place, it looks like Bitcoin could connect the planet using a money issued by no single nation state. If people can eventually agree that this sound, neutral money is good money, then ordinary people can do business with using the same rules that nation states and big corporations do, in a way that levels the playing field for ordinary people all around the world. It also incentivizes the complete expansion of internet access everywhere on Earth to facilitate commerce, breaks down trade barriers so wealth can distribute more evenly around the world to those who work hard, doing things that are needed. It promotes free speech and strong property rights, which are the cornerstone of a free and productive civilization; corruption is a productivity-killer, and the ability to speak truth to power unhindered is one of the most powerful forms of accountability.</p><p>Bitcoin also incentivizes us to produce more power than we need, so it might just accelerate decarbonization and electrification and puts us on track towards abundant energy. If the cost of producing fossil fuels rises with the cost of extraction, and clean energy eventually gets used in more affordable ways, especially through demand response programs, this could prime the grid for expansion of intermittent sources. Industry will gather in places with cheap energy, and clean energy is some of the cheapest&#8212; in fact, prices can go negative depending upon the time of day. Bitcoin helps to pick up the tab in what would otherwise be uneconomical, creating a chicken and egg situation; if sources are intermittent, or in the case of nuclear power, <a href="https://en.wikipedia.org/wiki/Xenon-135#135Xe_effects_on_reactor_restart">difficult to scale up and down in response to demand</a>, more energy is needed (or produced) than is used. The situation is completely reversed if the cost of turning on a light switch was the same amount as the miner would have earned in sats (the timechain&#8217;s smallest unit of account, 100 million &#7785;atoshis to the &#8383;itcoin). The link between energy and money grows firmer with mass adoption.</p><p>And here's the clincher: Satoshi's coins, the way they were mined, is kind of an incredible "capture the flag" that can drive innovation into quantum computing. There's a lot of skepticism, and our best QCs <a href="https://arstechnica.com/science/2023/02/google-shows-current-generation-qubits-good-enough-for-error-correction/">just aren't very good</a>. What if alien technology requires QCs to <strong>be</strong> very good? What if we can't "hear" the aliens because they talk using entangled photons? What if what physicists think is impossible, branding it a problem of <a href="https://en.wikipedia.org/wiki/No-communication_theorem">no-communication</a>, is actually just a protocol engineering problem? And would a civilization&#8212; after inventing a technology that enables instantaneous perfectly private communication across vast distances unimpeded by matter and entities inbetween&#8212; would that civilization at that point not stop producing radio signals at all after at most, a decade? (How many phones with number pads are still made?) It's just, so unequivocally superior. Besides, if some of the light from other stars is entangled... It's not like telescope CMOS sensors or optics would be all that helpful in telling us that. It'd probably take significant advancements to get there, and what better incentive than a million+ bitcoins in full, unhashed, unambiguous 65-byte public keys sitting on a digital ledger, waiting for someone to break EC DLP? The Elliptic Curve Discrete Log Problem is considered impossible to solve with modern-day computers while still being compact and efficient, but QCs <a href="https://alice-bob.com/2023/02/15/computing-256-bit-elliptic-curve-logarithm-in-9-hours-with-126133-cat-qubits/">might just solve for it in a realistic way someday</a>, maybe as soon as 10 years from now.</p><p>Everything is good for Bitcoin. Everything hardens the protocol, every attack, every existential threat. Even the threat of having the elliptic curve itself broken will be a protocol-hardening moment. There are quantum-resistant signature algorithms that might possibly be efficient enough, and perhaps some sort of P2QR address (pay to quantum-resistant) support could be a soft fork, much as Schnorr signature support was added with Taproot. Do the risks of another soft fork outweigh the risks of lack of quantum resistance? This is unclear, but it&#8217;s possible we may have enough forewarning to organize an answer to this existential threat within Bitcoin Core. And while some have trivialized the threat QCs might one day pose to Bitcoin, it&#8217;s important to take all criticisms of Bitcoin seriously, because often there&#8217;s a kernel of truth to them.</p><p>In the near future, as humanity develops more powerful technology and expands out into the solar system, mathematically sound money will be essential. The Starship rocket currently under development aims to reduce the cost of getting payload to orbit by a factor of 100x. A kilogram lofted into space that once cost thousands of dollars will soon cost tens. Commodity money like gold presently costs about $60,000/kg. Would bringing thousands of tons of gold in from a metallic asteroid like 16 Psyche (to which NASA is preparing a mission to send a prospecting probe just this year) crash the gold market? Of course it would, but they could also make the market for a decade, and put everyone else out of the gold business... Including central banks, some of the largest holders of commodity money, and gold miners, some of the world&#8217;s largest polluters, poisoning the oceans. <a href="https://www.scientificamerican.com/article/gold-mining-is-poisoning-amazon-forests-with-mercury/">35% of the mercury in your cans of tuna is thanks to them.</a> Just something to bear in mind. After all, gold will still be needed to make Bitcoin miners, in the very least. Gold will always have <em>intrinsic value</em>, right?</p><p>Expansion into the solar system incentivized by precious metals and tourism could also compliment Bitcoin mining. Lunar miners with selenothermal heat rejection could use crustal rock as a heat reservoir, perhaps to be used in in-situ resource utilization techniques to blanket the surface in locally-produced solar panels. Automated by necessity, and unconstrained by the impact of weather, lunar factories could help offworld dirty industry. Equatorial mass drivers could deliver payloads that are caught by spacecraft that aerobrake with inflatable heat shields over several days, and land in water, like cargo freighters from the sky, to supply inexpensive downmass for orbital imports.</p><p>Finally, it's been postulated that <a href="https://twitter.com/DocumentingBTC/status/1618368504553668608">the end state of Proof of Work is a Dyson sphere around the Sun</a>. What if the aliens use their own version of Bitcoin, but it operates at the level of the energy produced by an entire star, and connects that energy to the rest of the galactic network? Remember, information and energy are closely related concepts, think <a href="https://physicsworld.com/a/information-converted-to-energy/">Maxwell's Daemon</a>. The concepts behind Bitcoin could drive us to harness the energy of our planet, our star, and join the galactic community, who transact using their energy across solar systems. By closely tying the concepts of energy and value by creating a money that can only be made through the consumption of vast amounts of it, they might just have bootstrapped us to join their <a href="https://en.wikipedia.org/wiki/Kardashev_scale">Kardashev</a> Type 3 galactic-scale civilization. And every civilization they've encountered so far either adopts an energy-money system, figuring out their version of Bitcoin, or they wind up destroying themselves. Bitcoinization is the <a href="https://en.wikipedia.org/wiki/Great_Filter">Great Filter</a>.</p><p>Not to diminish all that humanity put into all the things needed to build Bitcoin, and then subsequently adopt it into our way of life, but it&#8217;s hard to imagine any human being that knew the scope of what Bitcoin would become, which Satoshi <em>undoubtedly</em> <em>did</em>, would be so selfless as to put it out there and then just walk away, not once selling His early coins for profit, for they were practically worthless when He left, so long ago.</p><p>Or maybe all this is entirely implausible. Adherents to Occam&#8217;s Razor are surely sweating their hairless bodies on this point. Maybe so. Maybe Satoshi wasn't an alien, but what if we wind up doing all this anyway? That's, well, I think that's something I'd like to dedicate my life working towards.</p><p>But maybe, <em>just maybe</em>, someday 120 years from now, some internet archivist will discover this piece and I'll earn my footnote in history for being one of many I'm sure who predicted what might one day come to be. Wouldn't that be something?</p><p>--</p><p>Foreword</p><p>The Exophiles</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!rMbw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!rMbw!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 424w, https://substackcdn.com/image/fetch/$s_!rMbw!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 848w, https://substackcdn.com/image/fetch/$s_!rMbw!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!rMbw!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!rMbw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg" width="1080" height="1486" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1486,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:254152,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!rMbw!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 424w, https://substackcdn.com/image/fetch/$s_!rMbw!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 848w, https://substackcdn.com/image/fetch/$s_!rMbw!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!rMbw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b1a0aa4-aaa5-4303-974b-49eeeceee425_1080x1486.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">This could be us</figcaption></figure></div><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Orange Metal, Orange Coin! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[New Podcast!]]></title><description><![CDATA[Mike with the Citadel Builders podcast!]]></description><link>https://cryptoquick.substack.com/p/new-podcast</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/new-podcast</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Sat, 01 Apr 2023 02:31:01 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hzRi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad228083-4824-4271-99b6-9e357b09a753_619x619.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I recently did a podcast that I'm really proud of, please check it out!</p><div class="twitter-embed" data-attrs="{&quot;url&quot;:&quot;https://twitter.com/TokyoCitadel/status/1641903682144067584&quot;,&quot;full_text&quot;:&quot;New Citadel Builders podcast! Mike&#8217;s interview with <span class=\&quot;tweet-fake-link\&quot;>@cryptoquick</span>&#8203; \n\n<a class=\&quot;tweet-url\&quot; href=\&quot;https://fountain.fm/episode/14540960398\&quot;>fountain.fm/episode/145409&#8230;</a>\n\n<a class=\&quot;tweet-url\&quot; href=\&quot;https://podcasts.apple.com/jp/podcast/citadel-builders-podcast-interview-with-hunter-beast/id1670296857?i=1000606669903&amp;l=en\&quot;>podcasts.apple.com/jp/podcast/cit&#8230;</a>\n\n<a class=\&quot;tweet-url\&quot; href=\&quot;https://spotify.link/Y2Y9BwWPCyb\&quot;>spotify.link/Y2Y9BwWPCyb</a>&quot;,&quot;username&quot;:&quot;TokyoCitadel&quot;,&quot;name&quot;:&quot;TokyoCitadel&quot;,&quot;profile_image_url&quot;:&quot;&quot;,&quot;date&quot;:&quot;Fri Mar 31 20:41:57 +0000 2023&quot;,&quot;photos&quot;:[],&quot;quoted_tweet&quot;:{},&quot;reply_count&quot;:0,&quot;retweet_count&quot;:0,&quot;like_count&quot;:3,&quot;impression_count&quot;:0,&quot;expanded_url&quot;:{},&quot;video_url&quot;:null,&quot;belowTheFold&quot;:false}" data-component-name="Twitter2ToDOM"></div><p>We discussed my background on decentralized storage, things we've been working on at DIBA; RGB, BitMask and <a href="https://carbonado.io">Carbonado</a>... We dive deep into how Carbonado works, Nostr's importance, role, and growing adoption, and plenty of economics, politics, and energy, too.</p><p>It&#8217;s been a while since I&#8217;d done one of these&#8230; Been pretty heads-down building BitMask for DIBA just about all of last year.</p><p>Anyway, give it a listen, and let me know what you think!</p>]]></content:encoded></item><item><title><![CDATA[On Monetary Socialism]]></title><description><![CDATA[A Chapter from Orange Metal, Orange Coin]]></description><link>https://cryptoquick.substack.com/p/on-monetary-socialism</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/on-monetary-socialism</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Fri, 27 Jan 2023 22:22:11 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/73a9e9b4-17d6-479e-b75d-2877b0298c16_1024x1024.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>It's important that those who make bad decisions be allowed to fail. The answer is not to issue lots of debt to keep them afloat. In a fractional reserve banking system, debt issuance results in expansion of the money supply. In a system that instead runs on a sound money, and also in which bankers are not needed in order to run the economy, lending in the way that was once done is neither possible nor desirable. If money gets more valuable over time, debt becomes more expensive to pay off. Only fools would provide or accept loans after Bitcoinization. Instead, it's better to save a little and start small. In a disinflationary economy, anything that isn't intrinsically scarce gets cheaper over time, as the economy grows, in addition to one's savings. There's concern this might cause people to slow their spending, but that's probably a healthy and good thing. Consumer culture has taken its toll on this planet and society, and shrinkflation results in things that don't last as long as they once did. Being more careful about spending, and more disciplined about saving, is the foundation of fiscal responsibility. That's important for things that do last, and for making long-term plans. Presently, this kind of long-term, low-time preference thinking is hindered by inflation and debt issuance. Price signals no longer have the same effect and same strength.</p><p>For example, according to <a href="https://arstechnica.com/gadgets/2023/01/entry-level-m2-pro-macbook-pros-have-slower-ssd-performance-than-m1-versions/">this recent story on Ars Technica</a>, MacBook Pros of the same price are being made worse over time, even though the technology used to make them is getting better. In an economy that isn't an inflationary nightmare, such remarkable efficiency innovations would result in lower-priced goods, commonly lumped in with "deflation" by quasi-socialist Keynesian ideologues, and associated with recessions and business failure. Their solution during such times is-- of course-- increased government intervention, spending at the expense of monetary expansion, through debt issuance to prop up such "zombie corporations" for as long as the system will allow before their poor performance from a failed business model becomes inexcusable in the market. And if the business model is successful, as it is in Apple's case, its success goes unrecognized amidst a wash of muddled price signals.</p><p>It took me a long time and a lot of study to understand why the current system that's commonly called "capitalism" is in fact monetary socialism. And this is the sad truth; it turns out, socialism in all its forms results in significant societal costs. The results speak for themselves, everywhere it's been tried. Monetary socialism is just much more subtle than most forms of socialism, and as a consequence, is much harder to explain why it affects as much as it does. Saifedean in The Bitcoin Standard and The Fiat Standard does an admirable job at providing a high-level overview, which draws much from Hayek's The Road to Serfdom and The Fatal Conceit.</p><p>This are the kind of things they don't teach in schools. Instead they teach, the government must intervene during economic crisis. How convenient for them.</p><p>Fortunately, the world is currently undergoing a transition to an <em>internet of money</em>. Those involved in this movement, the Bitcoiners, are on a mission to build a system that obsoletes money issued by government and big banks, with a system built on fairer, stateless, <em>freedom money</em>. The dream is, anyone could be their own bank. So, banks won't be needed, only wanted, perhaps if they offer superior convenience and customer support. But Bitcoin has no customers, Bitcoin is a tool, a protocol, that has no leaders or known creator.</p><p>Sats-- one satoshi is a hundred millionth of a Bitcoin-- earn no "risk-free" yield, they are not "backed by" any assets or entities, nor are they intrinsically valuable; sound money does not require yield to grow in value, and money doesn't need to be intrinsically valuable to be a good store of value. Many things develop extrinsic value and monetary premiums, especially in inflationary environments. In contrast, Ethereum has become a wealth concentration protocol. It becomes a system of those who can stake at preferential rates, and those who cannot, but must earn and spend their wei. If it were used as a reserve currency instead of speculating against Bitcoin as "gas that powers web3", it leads to a system of serfs and lords. Nobody else wants that. ETH's wei cannot become sound money if they aren't accepted as payment in the same way merchants are beginning to with Lightning sats. And that's why Ethereum is solving a fundamentally smaller problem than "supporting all global value transfer", and will always stand in the shadow of Bitcoin.</p><p>Bitcoin is fundamentally egalitarian. If the reserve currencies ever "go to zero" due to a debt spiral and/or hyperinflation, all dollar-denominated debts can easily be paid off (a de facto debt jubilee), there can't be unpopular forever wars financed through monetary debasement, and wealth would cease to concentrate into the hands of the elites due to preferential treatment, but instead would have a chance to distribute and normalize on a global level. All this, using an antifragile protocol that plays no favorites, no matter who you are or where you live. That's the dream, and that's why I've dedicated my career to working on Bitcoin, because I can think of no more ambitious and worthwhile thing to do with my time than to help rid the world of central banks, the Federal Reserve being nothing more than a monetary Politburo.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Orange Metal, Orange Coin! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Writing goals for 2023]]></title><description><![CDATA[And a reflection on writing habits]]></description><link>https://cryptoquick.substack.com/p/writing-goals-for-2023</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/writing-goals-for-2023</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Sat, 07 Jan 2023 01:06:56 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/b9a343e6-295b-4a2e-891e-8d9ca19fc950_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I have a few books that sit heavy in my soul with a need that can only be satisfied by allowing myself to write English as much as I write Rust. In the past, I&#8217;ve struggled to allow myself to dedicate much time to the activity of writing in a structured manner, so I often do it on social media, which is even less productive. However, I&#8217;ve been at my present position at <a href="http://diba.io">DIBA</a> working on the <a href="http://bitmask.app">BitMask Wallet</a> for nearly a year, and now that we&#8217;re nearing a more complete launch of our product, I&#8217;d like to develop a habit of writing on a regular basis.</p><p>Here are three concepts:</p><p>- Orange Metal, Orange Coin, where I relate my 15-year career in tech, why all the technology built in the past 30 years was built to concentrate power directly into the hands of the elites, and what people can do about it. It's basically a self-help book for those looking to get into tech. It&#8217;s also the name of this Substack publication. I&#8217;d detail some of my principles behind why I dislike a great deal how the web was built. It might read as somewhat of a manifesto:</p><div class="preformatted-block" data-component-name="PreformattedTextBlockToDOM"><label class="hide-text" contenteditable="false">Text within this block will maintain its original spacing when published</label><pre class="text">&#8220;Satoshi showed us, sometimes the things truly worth doing are the things few others are paid to do. The web as designed was devised by a class of cloistered techpriests huddled in Silicon Valley ziggurats, in service to a banally evil corporate bureaucracy, the sheer hubris of humanity in full display of a modern-day Babylon, toiling on arcane technologies that concentrate power and wealth into the hands of the elite. In some ways, the web is a representation of all that's wrong with the world.&#8221;</pre></div><p>- Pathways to Abundance, a treatise on the state of technology, and how if things were designed with a different set of constraints, an era of unprecedented material abundance could be unlocked for humanity, without necessarily developing blue sky technology like fusion power or nanotech. Topics would include microfluidics, synthetic biochemistry, decentralized industry, distributed energy production, and terrestrial in-situ resource utilization, the process of bitcoinization, and the potential macroeconomic, geopolitical, and demographic impact of all of these. I like to consider it more grounded, &#8220;near-futurism.&#8221;</p><p>- The Exophiles; Generations from now, it comes to light that Satoshi Nakamoto was an alien from a race of individualistic lizard-people, who gave a world filled with collectivist apes the gift of energy-money when they needed it most; and how subsequent generations would come to befriend each other and conduct trade across solar systems. Later books might explore different aspects of interstellar trade, and how families might form between peoples from distant stars. What would humanity have to offer a somewhat insular, highly independent and technologically-advanced alien race, and what would we want from them?</p><p>&#8212;</p><p>I&#8217;m curious if there&#8217;s any interest in any of these concepts, so, let me know. A fourth option is to just stick to my day job and just write more about some of the work I do on a daily basis for <a href="https://github.com/diba-io/carbonado">Carbonado</a>, <a href="https://github.com/diba-io/bitmask-core">bitmask-core</a>, and <a href="https://github.com/RGB-WG/">RGB</a>. It&#8217;s become my normal, but to those unfamiliar with all the layers meant to augment Bitcoin&#8217;s base-chain capabilities, I like to think it&#8217;s understandably quite interesting and exciting work.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Orange Metal, Orange Coin! Subscribe for free to receive new posts.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Rust in Bitcoin]]></title><description><![CDATA[New Telegram channel, and some updates]]></description><link>https://cryptoquick.substack.com/p/rust-in-bitcoin</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/rust-in-bitcoin</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Thu, 17 Mar 2022 23:31:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hzRi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad228083-4824-4271-99b6-9e357b09a753_619x619.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey folks, just wanted to drop a link to the new Rust in Bitcoin channel, and give an update on things happening in professional life.</p><p>I&#8217;ve transitioned to working full-time on Rust Bitcoin projects, especially ones using BDK, LDK, RGB, and maybe even Sapio. My primary responsibility is the bitmask.app wallet, the core of which is open source here:</p><p>https://github.com/diba-io/bitmask-core</p><p>Also, here&#8217;s the link to the Telegram channel:</p><p>https://t.me/rust_in_bitcoin</p><p>I&#8217;d like to make a Matrix bridge at some point, but things are pretty busy right now, so, later.</p><p>Finally, I&#8217;ll be in Miami next month for the Bitcoin conference, and definitely don&#8217;t miss Jeremy Rubin&#8217;s pleb.fi event right before, I&#8217;ll be speaking there! Sign up here, don&#8217;t delay, spots are limited, it&#8217;s free and gonna be awesome:</p><p>https://pleb.fi/miami2022/</p><p>I&#8217;m currently in crunch mode and I feel like I&#8217;ve been crunching on various things for a while, so I haven&#8217;t had a lot of time to write. I&#8217;d like to get back to writing soon, but if I do, it&#8217;ll probably be published to Bitcoin Magazine first.</p><p>Keep learning and building, folks. The knowledge and tools will be needed.</p>]]></content:encoded></item><item><title><![CDATA[Let's talk about Ethereum]]></title><description><![CDATA[Let's take a look at its tokenomics, recent and upcoming changes, and why Ethereum is not shaping up to be sound money.]]></description><link>https://cryptoquick.substack.com/p/lets-talk-about-ethereum</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/lets-talk-about-ethereum</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Mon, 13 Sep 2021 22:27:08 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/4748341e-1020-4649-bec5-eb1752c61c44_2739x2703.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Since some in the Ethereum community believe it may become a sound money, it's prudent to make the comparison to a cryptocurrency well-known for its tried and true, well-understood monetary issuance model. This, of course, is Bitcoin. It may seem unfair or inappropriate to compare a money meant as an infallible store of value to one that was originally intended to solve a much smaller problem than, well, all of money&#8230; <a href="https://www.forbes.com/sites/billybambrough/2021/03/12/ethereum-cofounder-reveals-how-radical-upgrade-could-challenge-bitcoin-for-crypto-price-dominance/?sh=aee8b8e4058d">But this can of worms has already been opened by Vitalik Buterin himself</a>.</p><p>Some are expecting a &#8220;<a href="https://ecoinometrics.substack.com/p/ecoinometrics-ethereum-bitcoin-and">flippening</a>&#8221; thanks to Ethereum&#8217;s newfound (<a href="https://ultrasound.money">occasionally</a>) deflationary tokenomics. However, they might be forgetting that market cap (as meaningless as such a metric might be) is calculated as price times supply, and shrinking supply alone does not make for a higher market cap. Further, a large part of Bitcoin&#8217;s value comes not just from its scarcity or <a href="https://medium.com/@100trillionUSD/bitcoin-stock-to-flow-cross-asset-model-50d260feed12">high stock-to-flow ratio</a>, but also, its dependability. It is a much more known quantity than the constant experiments put forth by the Ethereum Foundation. Lyn Alden dives into this in her excellent piece, <a href="https://www.lynalden.com/ethereum-analysis/">An Economic Analysis of Ethereum</a>. Turns out, scarcity of supply alone does not a sound money make. </p><p>One could also make the argument that ETH 2.0, by building inflation into the protocol, could worsen the already-suspect Gini coefficient of Ethereum (with the vast majority of wealth in the hands of the few), which Vitalik does his best to trivialize the importance of which in his article, <a href="https://vitalik.ca/general/2021/07/29/gini.html">Against overuse of the Gini coefficient</a>. It&#8217;s hard to think of a more privileged take on the subject of wealth inequality. The supply is uncapped, much like <a href="https://www.lynalden.com/fraying-petrodollar-system/">the current system of the petrodollar</a>, and as such, there is no limit to how much wealth can be accumulated by Ethereum whales.</p><p>Meanwhile, Bitcoin, and its hard monetary limitations set in stone since its inception, can endure few monetary shenanigans for very long. Bitcoin-facing derivatives markets, while still somewhat impactful, are not as highly leveraged as, say, <a href="https://saifedean.com/podcast/51-the-global-bond-market-and-bitcoin-with-greg-foss/">fractional reserve banks, or nation states</a>. Further, if Bitcoin does become the global monetary standard, Bitcoin whales will eventually be forced to spend their bitcoin to meet financial obligations payable only in bitcoin, and as such, they may never have to trade their sound money for dirty government-money. As bitcoin is spent and the Bitcoin Economy grows, it becomes more distributed around the world. Also of note, <a href="https://bitcoinmagazine.com/markets/bitcoin-transfer-volume-exceeds-trillion">the Bitcoin transfer volume this year could outpace the entire GDP of the United States</a>.</p><p>As for Ethereum, Tomer Strolight outlines a number of problems of fairness, inequality, community exploitation, an adversarial approach to supporters, and a never-ending string of broken promises in his insightful article, <a href="https://tomerstrolight.medium.com/the-problem-with-ethereum-af9692f4af95">The Problem with Ethereum</a>. It should give some background on why, from a Bitcoiner&#8217;s perspective, Ethereum&#8217;s approach to all of these things has been reprehensible, and not only contrary to the principles the Bitcoin community holds, but undermines the very value proposition of the concept of decentralized, cryptocurrency in the first place.</p><p>Bitcoin is meant to be an egalitarian protocol, where the bankers on Wall St. have to play by the same rules as the people on Main St., to the lobbyists on K Street, to the farmers in El Salvador. Nobody gets preferential treatment from Bitcoin. However, by introducing staking into the protocol, in addition to burning the base fee, as introduced with EIP 1559 in the recent London fork, the dynamics of the Ether token aren&#8217;t all that much different than the current, unfair system. A system where there are those who are privileged to have the majority of their money in investments, and then there are those who simply have bills to pay and have money sitting idle in their bank accounts, perpetually fated to have weaker purchasing power through protocol-driven dilution. And thus, the rich get richer, and the poor get poorer, at least, with Ethereum 2.0, with its two kinds of money: staked Ether, which provides interest, and unstaked Ether, which gets diluted by interest from the former. It&#8217;s sort of a decentralized Cantillon effect, remarkably enough.</p><p>While Bitcoin&#8217;s present volatility can be an issue, as it grows, the magnitude of the issue lessens a great deal with each halving cycle, as an analysis by Ecoinometrics shows in their article about Bitcoin&#8217;s <a href="https://ecoinometrics.substack.com/p/ecoinometrics-volatility-squeeze">Volatility squeeze</a>. Let&#8217;s also remember: the reason Bitcoin is so volatile against fiat currency is, more Bitcoin cannot be made to satisfy demand, so, it exhibits an inelasticity of supply when measured against a money manipulated by central banks, in addition to efficiency losses from foreign exchange markets converting money between nation states. Bitcoin might be considered a more reliable way to measure scarcity in the context of the global market in addition to local markets, and as such, could be a better mechanism to distribute scarce resources, i.e., to back a functioning global economy with a money controlled by no single nation that can manipulate the money in its favor.</p><p>Arguably, much of Ethereum&#8217;s value could simply be a result of the fact that it is <a href="https://ecoinometrics.substack.com/p/ecoinometrics-ethereum-bitcoin-and">highly correlated with Bitcoin&#8217;s price performance</a>. Bitcoin aims to be a store of value, Digital Gold, while Ethereum&#8217;s tokenomics generally used to resemble that of a commodity with a low stock-to-flow ratio, a Digital Oil of sorts. However, if it enters an era when new blocks would be added solely through the Proof of Stake mechanism, GPU miners may one day be no longer needed. This supports an ESG (Environmental, Social, and Governance) narrative that would be more akin to a Digital Biofuel than a legitimately &#8220;green&#8221; substitute. One reason for this analogy is that, biofuels often are less efficient than their supposedly &#8220;dirty&#8221; alternatives. Likewise, if a vast system of cloud-supported validator nodes and the blockchain chandelier of 64 shard chains are implemented to their intended fullest extent, Ethereum will require an enormous amount of cloud computing, more so than it already does through Web3-focused services like Infura. Cloud computing is notorious for being energy-hungry, and its energy usage equals and possibly exceeds that of Bitcoin&#8217;s or Ethereum&#8217;s. An older figure for datacenter global yearly electrical consumption is 205 TWh/yr back in 2018, according to this article, <a href="https://datacenterfrontier.com/the-bitcoin-energy-debate-lessons-from-the-data-center-industry/">The Bitcoin Energy Debate: Lessons from the Data Center Industry</a>. Contrast this with similar, more recent figures for <a href="https://digiconomist.net/bitcoin-energy-consumption">Bitcoin</a> and <a href="https://digiconomist.net/ethereum-energy-consumption">Ethereum</a>, as provided by Digiconomist, which is not known for being a source sympathetic to cryptocurrency mining.</p><p>As one can see, if numbers are compared, cloud computing uses as much, if not more energy than cryptocurrency mining. Interestingly enough, there are actually many ways Bitcoin miners can have a positive impact on energy production. One example is that they can co-locate near power plants, and use their excess capacity in absence of grid demand, while also avoiding transmission and power conversion losses, all thanks to Bitcoin&#8217;s flexibility and capability to tolerate intermittent consumption. Bitcoin could prove to be the &#8220;buyer of last resort&#8221; for energy sources that cannot find other buyers, which could prove to make renewable energy projects such as the <a href="https://bigthink.com/technology-innovation/volcano-bitcoin-mining-geothermal-energy">ones proposed in El Salvador</a> more economically viable at the outset. For more examples and context on why Bitcoin mining could actually be quite helpful towards accelerating the transition to renewable energy, and lessening impact on our environment, be sure to read Lyn Alden&#8217;s excellent article on that subject, <a href="https://www.lynalden.com/bitcoin-energy/">Bitcoin&#8217;s Energy Usage Isn&#8217;t a Problem. Here&#8217;s Why</a>. Not everyone might care about the ESG narrative, but it&#8217;s important to acknowledge concerns and break down barriers to adoption caused by blatant misinformation spread by the mainstream media.</p><p>Further, with the exodus of Bitcoin miners from the notoriously-dirty Xinjiang province (and the seasonal, slightly more environmentally-sustainable presence in southern China), the geographic decentralization of hashrate comes with an added benefit of reduced dependence on fossil fuels by locating to nations with a more diverse energy mix. <a href="https://www.iea.org/data-and-statistics/charts/electricity-mix-in-china-january-november-2020">Roughly 70% of China&#8217;s energy comes from coal power plants</a>.</p><p>Getting back to Ethereum, two common arguments critics make are, one, to point out the DAO hack, where Vitalik Buterin and the Ethereum Foundation seemingly&#8212; unilaterally&#8212; decided which fork to use as the main Ethereum chain. This is from a purportedly decentralized, permissionless, and public network. There&#8217;s been enough written on this point that this article won&#8217;t spend much time on it, other than to mention that it is a serious compromise to the primary value proposition that cryptocurrencies were meant to provide, in a way that no other thing made by humans can: a system of currency resistant to manipulation by any single party, no matter their capability for outsize impact. I&#8217;m sure people who&#8217;ve been in the Ethereum community are tired of hearing this argument, and might roll their eyes when this criticism and others are mentioned, but it&#8217;s important to acknowledge criticisms and understand why they exist.</p><p>The second argument critics often point to is the &#8220;70% premine&#8221;. This is not quite accurate, however, since that is taking into account its present supply of roughly 117 million ETH at the time of writing. However, as Ethereum went live in 2014-2015, 100% of the Ether supply was pre-mined. At least 72 million ETH wound up in the pockets of launch investors, the Ethereum Foundation, and core team members. This is detailed in a comprehensive piece written by Camila Russo, <a href="https://www.coindesk.com/markets/2020/07/11/sale-of-the-century-the-inside-story-of-ethereums-2014-premine/">Sale of the Century: The Inside Story of Ethereum&#8217;s 2014 Premine</a>.</p><p>Where Satoshi Nakamoto is not known to have sold a single bitcoin, <a href="https://news.bitcoin.com/ten-years-ago-satoshi-nakamoto-logged-off-the-final-message-from-bitcoins-inventor/">since it was practically worthless at the time he distanced himself from the community in December 2010</a>, Vitalik Buterin used his Ether for his own personal gain. The SEC might have a few bones to pick on that front. Gary Gensler, chair of the U.S. Securities and Exchange Commission&#8212; for what his opinion is worth&#8212; <a href="https://cryptobriefing.com/sec-disagreement-emerges-whether-ethereum-security/">has mentioned on a few occasions</a> that Bitcoin is more akin to a commodity than a security, whereas Ethereum might actually be a non-compliant security. Indeed, it&#8217;s hard to argue that Ethereum is decentralized enough to not personally benefit its founders, which are ever-present and financially rewarded on a regular basis from their involvement, perhaps meeting the <a href="https://www.investopedia.com/terms/h/howey-test.asp">Howie Test</a> used to determine whether an investment is a security. This could pose an existential threat to the currency, if it were to be eventually delisted, or heavily regulated, in markets in which it is traded.</p><p>So, as speculators on Wall St. continue to inflate the prices of commodities through reckless speculation on government-guaranteed junk bonds, among other factors, we begin to enter an <a href="https://www.zerohedge.com/markets/anyone-willing-call-top-everything-bubble">&#8220;everything bubble&#8221;</a>, and a situation manifests where, if professional speculators call the top of the bubble and it doesn&#8217;t burst, they could lose their jobs. And so, they don&#8217;t call the top, and it&#8217;s unclear when the boom will become the inevitable bust. Could be tomorrow, or could be till hyperinflation becomes too obvious to ignore. And there is one cryptocurrency that has <a href="https://markets.businessinsider.com/news/currencies/ether-price-ethereum-network-european-investment-bank-jpmorgan-ubs-2021-4">dynamics familiar to banks thriving within the current rigged system</a>, whereas there is one that stands against them.</p><p>Meanwhile, <a href="https://www.nasdaq.com/articles/the-bitcoin-lightning-network-sees-massive-growth-international-adoption-2021-08-23">widespread adoption of the Lightning Network</a> continues to prove an inspiration to all who wish the <a href="https://nakamotoinstitute.org/mempool/speculative-attack/">good money to replace the bad money</a>. From a humanitarian standpoint, it promises to help provide banking facilities to the <a href="https://bitcoinmagazine.com/culture/el-salvador-bitcoin-emerging-economies">70% of Salvadorans who are unbanked</a>. Since Bitcoin requires reliable availability of internet and electricity, while also serving as a means to bootstrap financial infrastructure in economies in developing nations, it could serve as a powerful incentive to accelerate the process of connecting billions of individuals all around the world to the global economy. For more on mass adoption, check out this recent article on how <a href="https://bitcoinmagazine.com/markets/lightning-network-bitcoin-usage-adoption-el-salvador">Lightning adoption is propelling Bitcoin usage in El Salvador, and beyond.</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!rlkI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!rlkI!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 424w, https://substackcdn.com/image/fetch/$s_!rlkI!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 848w, https://substackcdn.com/image/fetch/$s_!rlkI!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!rlkI!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!rlkI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png" width="256" height="378.8208092485549" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/af51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:692,&quot;resizeWidth&quot;:256,&quot;bytes&quot;:800113,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!rlkI!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 424w, https://substackcdn.com/image/fetch/$s_!rlkI!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 848w, https://substackcdn.com/image/fetch/$s_!rlkI!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!rlkI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faf51d414-d207-4c90-9f94-0b66cdb089ff_692x1024.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Bitcoin being used to pay a Lightning invoice in a Wal-Mart in El Salvador on 9/12. The entire payment process took 30 seconds. This would seem faster and easier than many PIN-and-chip retail solutions in wealthier countries.</figcaption></figure></div><p>Are there things Ethereum can do that Bitcoin can&#8217;t? Sort of. But not all the problems those things aim to solve need to be solved in that way. Ethereum can result in hidden organizational centralization, even if it&#8217;s a Decentralized Autonomous Organization (DAO). Something or someone, somewhere, has to use keys to sign a transaction to deploy a smart contract. Some smart contracts feature token migration or burning, which allows organizations or individuals to change code or move funds without their token holder&#8217;s permission. Meanwhile, things like Lightning Network act as a truly decentralized protocol, with peer-to-peer state channels and operate in exclusion to the rest of the network while providing cryptographic guarantees against double-spend. These rules that are well-defined, reasonably secure, and beginning to be battle-tested. So, while Ethereum allows developers to roll their own rules, Lightning makes certain guarantees as to how tokens are transferred on the network. For example, while NFTs aren&#8217;t really possible on Lightning due to absence of global state, fungible tokens are possible, such as the &#8220;colored sats&#8221; developed by <a href="https://github.com/rgb-org">the very promising RGB project</a>. RGB pioneers client-side validation, which results in greater decentralization, permissionlessness, and trustlessness. Despite claims to the contrary, the Bitcoin community is actually quite technologically innovative. However, Bitcoin&#8217;s fundamentals must be sound for projects built upon it to succeed. And much as TCP/IP is implicitly included in discussions around the web, all of Bitcoin&#8217;s layers should also be included in discussions around projects built within its ecosystem, since they share a common protocol, much as any project built on the Internet does.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ICHD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ICHD!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ICHD!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ICHD!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ICHD!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ICHD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg" width="1280" height="497" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/de0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:497,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:84749,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ICHD!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ICHD!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ICHD!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ICHD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fde0fb653-d311-4ada-982d-506d02e3b544_1280x497.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Some Innovations in Bitcoin, many of which don&#8217;t get acknowledged enough.</figcaption></figure></div><p>This then challenges the assumption that ETH 2.0 will be reliably deflationary&#8212; if Ether is consistently spent on-chain, and if L1 smart contracts are written to. However, not only do scalability measures such as side-chains and rollups undermine that factor, if fees prove to be too high for too long, developers will look into switching their dapps to being based upon cheaper, more scalable techhnologies, such as platforms built on Lightning. <a href="https://bitcoinvisuals.com/ln-nodes">With over 15,000 nodes and hundreds added every month</a>, and each node theoretically capable of between 10-1000 transactions per second depending on node hardware (from budget ARM single board computers and virtualized cloud servers, to full-fledged baremetal servers) and also software (<a href="https://bottlepay.com/blog/bitcoin-lightning-benchmarking-performance/">LND can be tuned to scale to 1000 TPS on commodity cloud servers</a>), it&#8217;s conceivable that millions of transactions per second could be performed over the network, if not now, then in the very near future. With Lightning and, in the future, <a href="https://github.com/LNP-BP/lnpbps/issues/24">Lightspeed micropayments</a>, Bitcoin&#8217;s scalability well into the future is all but assured. And the best part is that the fees aren&#8217;t burned, but provided to those who are doing work to help to scale the system, fueling its capability to grow. If fees prove to be too high on L2, there will be demand for L3 systems. And thus, Bitcoin behaves not only like a layered money like the existing financial system, but also, similarly to how HTTP is a network infrastructure layer on top of TCP/IP, thus lending substance to the analogy that Bitcoin can be considered &#8220;the internet of money&#8221;.</p><p>At which point, Ethereum&#8217;s promise of a utility as <a href="https://timdaub.github.io/2020/09/08/web3/">&#8220;Web3&#8221; fails to deliver</a>, no matter the catchy names, developer adoption, and ICO money. Because, in the end, the users will go where there is the least friction. And if adoption falters due to competition from more innovative platforms, Ethereum cannot be guaranteed to be deflationary, whereas Bitcoin makes a protocol-level guarantee that supply will decrease by half every 210,000 blocks (roughly four years, given that slightly more than a thousand blocks are mined per week&#8212; 52 weeks * 4 years * 1000 blocks per week = ~210,000). And it&#8217;s those supply guarantees are what ordinary people, developers, institutions, and governments need to be confident in its capability to be a reliable store of value, medium of exchange, and unit of account, to power the economy of the future.</p><p>With all these factors considered, Bitcoin&#8217;s impact on the world could be much more positive and profound than the mainstream media is paid to make us believe. Meanwhile, no matter its recent and upcoming changes, it remains doubtful that Ethereum will have a similar impact anytime soon, and instead, is fated to continue to ride the coattails of Bitcoin, and all the financial, social, and technological innovation it brings.</p><div><hr></div><p>If you liked this article, be sure to subscribe for easy access to future newsletters, and see my last article on why <a href="https://cryptoquick.substack.com/p/why-bitcoin-is-the-best-money">Bitcoiners claim that it&#8217;s the Best Money</a>. Also, apologies to those who follow this for its purported focus on Rust. We&#8217;re getting there. It&#8217;s important, however, to appreciate the principles and impact of the technologies some of us might be working with.</p>]]></content:encoded></item><item><title><![CDATA[Why Bitcoin is the best money]]></title><description><![CDATA[Congratulations, El Salvador!]]></description><link>https://cryptoquick.substack.com/p/why-bitcoin-is-the-best-money</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/why-bitcoin-is-the-best-money</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Tue, 07 Sep 2021 18:19:55 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/786324fe-ea44-4a73-96ec-19d562bb894e_355x355.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Bitcoiners often say Bitcoin is the best money. We say this because more of it cannot be made when there's more demand. Inelasticity of supply, historically-speaking, is what makes currencies endure centuries at a time. The petrodollar is only 50 years old. If the theory behind hyperbitcoinization holds, it won't make it to 60.<br><br>Bitcoin makes two assurances of its supply:<br><br>1. Statistically, 210,000 blocks are mined every four years. At the current halving cycle's block subsidy, that's 1.3125M bitcoins over four years. This is due to the biweekly difficulty adjustment. Note, 1000 blocks are usually mined each week, depending on how much hashrate is available to meet the target difficulty.<br><br>2. It also ensures there will never be more bitcoins in circulation than there ever should exist at any point in time.<br><br>These are mathematically-proven, cryptographic assurances that will stand the test of time barring any side-channel attacks.<br><br>Bitcoin's constants have a remarkably human scale. It's actually quite elegant. Bitcoin is the simplest cryptocurrency in which to understand its operation, but is the hardest cryptocurrency in which to understand its impact, since it seeks to replace all money.<br><br>This will happen, so the theory behind Thier's Law goes, because the good money will eventually drive out the bad. This has been seen in all currencies thus far. There's no good reason to expect the dollar to be different.<br><br>See this article for more:<br>https://nakamotoinstitute.org/mempool/speculative-attack/<br><br>Bitcoin is more than just a Peer-to-Peer Electronic Cash System. It is The 2.1 Quadrillion Satoshi Answer to The 1 Quadrillion Dollar Problem.<br><br>An enduring, inelastic, secure money can only be possible through cryptocurrency. Nothing else can be trusted against unilateral supply manipulation, not even gold.<br><br>And while the Bitcoin market can be manipulated to some degree, there are limits to the capability for any one actor to manipulate its price or its supply, especially as the market capitalization and global hashrate grows.<br><br>No other cryptocurrency has a realistic goal to do something so ambitious as being a form of money that replaces all other money.<br><br>Today, September 7th, nearly 13 years after the first bitcoin was mined, El Salvador is the first country on Earth to begin the process of attempting to do just that.</p>]]></content:encoded></item><item><title><![CDATA[How Taproot Supercharges Lightning]]></title><description><![CDATA[A (mostly) approachable technical and philosophical overview]]></description><link>https://cryptoquick.substack.com/p/how-taproot-supercharges-lightning</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/how-taproot-supercharges-lightning</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Sun, 27 Jun 2021 14:23:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!3Y9q!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!3Y9q!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!3Y9q!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 424w, https://substackcdn.com/image/fetch/$s_!3Y9q!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 848w, https://substackcdn.com/image/fetch/$s_!3Y9q!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 1272w, https://substackcdn.com/image/fetch/$s_!3Y9q!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!3Y9q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png" width="355" height="355" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:355,&quot;width&quot;:355,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:22926,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!3Y9q!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 424w, https://substackcdn.com/image/fetch/$s_!3Y9q!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 848w, https://substackcdn.com/image/fetch/$s_!3Y9q!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 1272w, https://substackcdn.com/image/fetch/$s_!3Y9q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F73daab3c-c860-4bcd-8fe7-6905f3398b57_355x355.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>Sunday, June 27, 2021</em></p><p>I recently met a local business consultant named Mark on the way to Miami for the Bitcoin conference. He asked me a question: "What do you think of Taproot?"</p><p>Ah, a small question with a big answer! I'm really excited about it, but perhaps for more reasons than most might realize.</p><p>While this article will be quite technical, hopefully it will be approachable enough to be of value to those who wish to gain a greater understanding of the technological underpinnings behind Bitcoin in order to have better ways to put the concepts into context, providing a foundation upon which one can become <em>conversational</em> on the topic. Immersing oneself in the technical language of a particular subject matter often helps one to feel more comfortable with it.</p><p>I also like to sprinkle in a good bit of philosophy in all my articles to highlight their big-picture significance. Technology developed without sound principles often lacks merit and can even be unethical. Bitcoin&#8212; the world-changing technology that is&#8212; deserves better than a dry analysis of its technical details, because it is so much more than that. Incorruptible, uncensorable, trustless money could transform civilization as we know it.</p><p>I try to do everything I can to help explain and communicate the concepts behind Bitcoin. I want it to be successful at becoming the best form of money available, above all others. It's my opinion that those who are not yet Bitcoin maximalists just don't yet know enough about Bitcoin.</p><p>Oh! One more thing. While I've been a professional technologist for quite some time, as surprising as it might sound, I honestly haven't taken Bitcoin as seriously as I should have until just this year. I've had to do a lot of catching up and my knowledge in some areas might be incomplete or incorrect. If you have better insight than I do, please don't hesitate to share. And if something is unclear, be sure to ask questions!</p><p>Back to the subject at hand. One thing Taproot does is it adds a P2TR addresses, which are a constant size (32 bytes plus a version byte), which makes it so script addresses such as multisig contracts look the same on-chain as regular spending addresses. The reason this is significant beyond just multisig wallets is that the part of a Lightning channel that's put on-chain is actually a 2-of-2 multisig contract. HTLCs don't get put on-chain, but they are communicated between nodes via the Lightning network, and are basically a hashed random number that's been signed by the same key used in the multisig&nbsp;contract for that channel. It can't be guessed, but&#8212;like all Bitcoin Script contracts&#8212; it can be proven if it's been signed by the spender, and these are then used as a sort of substitute for Layer 1 payments using the Lightning network.</p><p>Technically, all Bitcoin transactions alter chain state using contracts written in Script (or TapScript, MiniScript, Sapio, etc., which make scripts easier to write, especially safely, while also allowing for greater complexity), but we used to have different kinds of addresses for whether a hash of a public key was used vs a hash of a script.&nbsp;Now, all Taproot addresses are the public keys themselves (not hashes), encoded using bech32 (as opposed to other encodings, such as base64, base58, hexadecimal/base-16, octal/base-8, or binary/base-2, all with their own individual applications and purposes), which are the addresses we use that begin with bc1. Anything signed by the public key can be validated against its signature. And in the case of Taproot, both the signature and public key are published along with every transaction and are bundled along with many other transactions into blocks that are mined indelibly into the immutable blockchain.</p><p>The use of the public key rather than a hash-of-a-hash-of-a public key, such as in the older Pay-to-Public-Key-Hash (P2PKH) address format could have consequences should quantum computers ever have the capability to derive the private key to a public key before a transaction is included in a valid block, and this possibility was raised during Taproot's development. However, unless the transaction is marked as being capable of being replaced by a higher fee (this is optional), once submitted to the network, it shouldn't be possible to replace it. And once it's been mined, it's immutable, barring reorg attacks (unilateral blockchain rewrites that override trustless consensus), which quantum computers as we know them shouldn't be any better at than classical ones.</p><p>Schnorr signatures, another new feature of Taproot, are interesting in that they allow multiple private keys create aggregated public keys. This could increase the complexity of the problem sufficiently that a quantum computer might not be able to derive all keys necessary for a third party to spend scripts signed by a specific public key. Whether or when this may become an issue is unknown, but if it were, such existential threats would have dire consequences for many commonly-used forms of cryptography beyond just cryptocurrency. And those living in the analog world find ways to deal with such a crisis that might make it seem like Y2K many years ago, or the "Unix 2038" problem a couple decades from now&#8212; It's important to remember these are merely digital problems, not natural disasters or global pandemics.</p><p>In the end, imagined crises without precedent are not a good excuse to ignore Bitcoin's benefits as a sound money that will reduce wealth inequality around the world, will limit any country's capability to wage perpetual wars, and will accelerate the transition to renewable energy. These are, to put it lightly, <em>bold claims</em>, but rest assured that I will address them in future articles.</p><p>Now, one thing that bears mentioning for newcomers is, Bitcoin scripts differ from Ethereum smart contracts in a few ways. One is that Ethereum contracts have a global state that can be shared amongst multiple "users" (those with wallets signing transactions that interact with a run methods that alter state within a smart contract). This then influences what is possible with the language, such as looping over data structures, and they can call other methods, even methods within other smart contracts deployed to Ethereum.</p><p>Bitcoin scripts, on the other hand, are primarily dependent upon their inputs and outputs, and lock and unlock depending upon certain conditions around whether things like a particular public key validates against a message signature, thus validating the transaction for anyone who can prove they can sign transactions with their private key upon revealing both the private key and the script that is used to spend, or at least, provide transaction outputs.</p><p>Both, however, are deterministic (in that they run the same each time given the same inputs and outputs, with no random behavior or "side-effects"), stack-based languages that have branching conditions allowing for complex logic to be evaluated, usually within the context of money and accounts. Bitcoin does differ in that not all script paths need to be revealed when spent; only the parts relevant to and needed to validate the spend. This behavior in particular is optimized by TapScript.</p><p>TapScript, like all computer code, is basically instructions (op codes) that are arranged in logic trees (code branches). Huffman coding is a sort of compression algorithm based on top of that, which de-duplicates code branches, and by using the Merkle property, in addition to public keys for these signed script hashes, these de-duplicated branches are secured by the hash at the root of the tree. Then, when the contract is to be spent, only the code branches that correspond to certain Merkle hashes of code branches are revealed.</p><p>This opens up the opportunity to use more sophisticated and complex on-chain contracts, which is the foundation for layers built upon it. Lightning enables forms of trustless consensus around even more sophisticated contracts, enabling fully decentralized client-side validated tokens, NFTs, identity and naming solutions, swap and lending contracts, and others, all built upon Bitcoin-based technologies. I'll write about a few of those in upcoming articles.</p><p>The process behind the development and activation of Taproot is a little messy, and the entire process isn't even expected to be complete until next year, but it's also a beautiful and inspiring exercise in decentralized governance that belies the culture of libertarian ideals in addition to a conservative and deliberate approach to development that provides so much value to Bitcoin. If fundamental properties of Bitcoin were changed as often as other currencies are (fiat or otherwise), such as supply and issuance, this would undermine the fundamental value of cryptocurrency: Stability and predictability throughout time in ways no other thing subject to the various whims and desires of humanity can ever hope to achieve. Bitcoin transcends this and is valuable <em>because</em> it has changed so little, which allows us to lower our collective time preference as a civilization that sorely needs the means to conduct business with money that cannot be unilaterally manipulated by anyone or anything without slow, calculated, deliberate consensus.</p><p>In conclusion, Taproot supercharges things Lightning needs to be successful&#8212; much like how SegWit did before it, making Lightning safe to use in the first place. Hopefully this will help readers understand Bitcoin better, and hopefully reduce friction to mass adoption little by little, one article at a time.</p><p>Remember: Friends encourage friends to learn about Bitcoin! Consider reaching out to others and explain patiently and encouragingly. Mass adoption of Bitcoin must occur with a sense of kindness and through its merit as a sound and powerful money.</p>]]></content:encoded></item><item><title><![CDATA[All of Bitcoin]]></title><description><![CDATA[Every transaction for the past 12+ years]]></description><link>https://cryptoquick.substack.com/p/all-of-bitcoin</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/all-of-bitcoin</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Sat, 19 Jun 2021 23:49:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!08EE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Right here, synced to the latest block (as of time of posting this)</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!08EE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!08EE!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 424w, https://substackcdn.com/image/fetch/$s_!08EE!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 848w, https://substackcdn.com/image/fetch/$s_!08EE!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!08EE!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!08EE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg" width="1280" height="960" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:960,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:179834,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!08EE!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 424w, https://substackcdn.com/image/fetch/$s_!08EE!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 848w, https://substackcdn.com/image/fetch/$s_!08EE!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!08EE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F60f280cf-5d10-45f7-8098-4d84fa3de3db_1280x960.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div>]]></content:encoded></item><item><title><![CDATA[Thoughts and Discussion on my recent podcast with Jess, The Bitcoin Bandicoot, on Rust and Bitcoin]]></title><description><![CDATA[Here&#8217;s a link to the video in case it&#8217;s not loading:]]></description><link>https://cryptoquick.substack.com/p/thoughts-and-discussion-on-my-recent</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/thoughts-and-discussion-on-my-recent</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Sat, 19 Jun 2021 23:36:46 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hzRi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad228083-4824-4271-99b6-9e357b09a753_619x619.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Here&#8217;s a link to the video in case it&#8217;s not loading:</p><p><a href="https://www.youtube.com/watch?v=tnujmpgGQgQ">https://www.youtube.com/watch?v=tnujmpgGQgQ</a></p><p>So, just a couple things I want to make sure are communicated, because sometimes I forget to mention them&#8230;</p><p>I mentioned El Salvador, and I promise I&#8217;m not against it, I just think that Bitcoiners always stay true to their principles. Check out this article for a reasonable critique:</p><p>https://www.aier.org/article/hyperbitcoinization-by-choice-or-by-force/</p><p>I&#8217;m just saying, Bitcoin should succeed based solely upon its merit, not by some government mandate. I should also clarify, the US government only guarantees that financial institutions must accept dollars, and taxes are paid in dollars. No vendor is mandated to accept dollars.</p><p>I will say, El Salvador&#8217;s representatives voted the bill and all its language into law, and it&#8217;s no less valid than any law coming out of Washington for us Americans. In the end, we&#8217;re not the real stakeholders of this decision here. So, we&#8217;ll see, and I hope it goes well for them.</p><p>Jess also asked me about Bitcoin in relation to Rust, and I mentioned there isn&#8217;t enough there. However, I will admit, I totally forgot to mention Sapio! Check it out here:</p><p>https://learn.sapio-lang.org/</p><p>It provides a few useful tools written in Rust that allow developers to develop contracts for Bitcoin more safely and effectively. It&#8217;s developed by Jeremy Rubin, who put on an amazing event in Miami, and I hope he does another one. Link to the event I mentioned here:</p><p>https://pleb.fi/miami/</p><p>There&#8217;s also Dr. Maxim Orlovsky&#8217;s work here:</p><p>https://github.com/LNP-BP/</p><p>and here: https://github.com/rgb-org/</p><p>And also, the Monero Farcaster daemon, which is based upon Orlovsky&#8217;s Rust Lightning node:</p><p>https://github.com/farcaster-project/</p><p>Also, for more on how to learn Rust, be sure to check out the article on this blog that I mentioned here:</p><p>https://cryptoquick.substack.com/p/rust-and-the-revolution</p><p>Much gratitude to Jess for the great interview, and please excuse the moisture on my shirt, it was raining and I had to drag an ethernet cable from my house into her trailer.</p><p>Also, reach out if you want a Peace, Love, Bitcoin shirt, I can check and see if the guy who made those is still selling them.</p><p>I recommend Start9&#8217;s node for running Lightning and more:</p><p>https://start9.com/</p><p>And if anyone has any more questions or thoughts, or words of encouragement, feel free to chime in here!</p>]]></content:encoded></item><item><title><![CDATA[Rust & The Revolution]]></title><description><![CDATA[How to learn Rust and change the world]]></description><link>https://cryptoquick.substack.com/p/rust-and-the-revolution</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/rust-and-the-revolution</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Sat, 19 Jun 2021 18:47:38 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/tnujmpgGQgQ" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Since I started this newsletter on Wednesday, I&#8217;ve gotten three subscribers! Awesome, thank you, you were here from the beginning. Also, don&#8217;t miss my appearance on a live podcast with my friend Jess, The Bitcon Bandicoot, where I&#8217;ll be talking about my two favorite things: Rust and Bitcoin. Orange Metal, Orange Coin. I&#8217;ll be on shortly, in about an hour from now, so don&#8217;t delay. If you miss it, however, don&#8217;t worry, there&#8217;ll be a recording. Link here:</p><div id="youtube2-tnujmpgGQgQ" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;tnujmpgGQgQ&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/tnujmpgGQgQ?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>&#8212;</p><p>Some things that might not be obvious to those wanting to break into tech is, there are lots of tech jobs in tech companies that don't deal directly with building the tech itself. The interesting thing is, it's also possible to learn and contribute by figuring out how to learn to code. I think Rust makes for a very good and modern foundation for this. Not only is the community diverse and active and receptive to newcomers, but all the docs are in one single place, and all the tools are standardized, making it easy to start a new project and jump right in without a bunch of preparation, unlike, say, the majority of modern JavaScript projects.</p><p>Rust also pays a lot of attention to correctness and gives you a lot of room to experiment and optimize, while also providing a large ecosystem of projects that you can leverage and build upon, all without having a cognitive load so high so as to making it seem impossible to get anything done in a language that values correctness as much as Rust. I see Rust as being no more difficult to learn for a beginner than NodeJS, but so much more is possible with it, everything from WebAssembly for replacing JavaScript, desktop apps using <a href="https://github.com/hecrj/iced">Iced</a> and other desktop-native frameworks, and even mobile apps using <a href="https://github.com/BrainiumLLC/cargo-mobile">cargo mobile</a>, Rust is so much more than just a programming language that Linux nerds use to make databases and CLI programs.</p><p>If you&#8217;ve tried learning other languages, and they didn&#8217;t always make enough sense to you in order to be productive, give Rust a try. And you might not get it at first, either. Let it percolate, give it time. I first touched Rust in 2018, but I had to keep coming back to it before it stuck, and I got my first full-time job writing Rust professionally in 2020, and started using it in an open source blockchain project only just this year.</p><p>The fact that Rust is the only language other than C allowed anywhere near the Linux kernel should be enough to catch anyone's attention. C has been powering some of our most critical systems for the past 40 years. <a href="https://www.youtube.com/watch?v=A3AdN7U24iU">Rust has been said to be the language for the next 40 years</a>. Adoption amongst Big Tech should also be a positive indicator, even if one is as skeptical of them as I.</p><p>I'd recommend Rust as anyone's first language. Beginners will need to find a good way to learn, though. Beyond the Rust book&#8212; which is of limited utility if not used for reference, since the context of that knowledge is only really most obvious when applied&#8212; there are GitHub examples (usually found by pressing the T key when on a GitHub repo and typing "examples") and <a href="http://docs.rs/">Docs.rs</a>, which I find most useful to understand what I can do with any particular project. <a href="https://cheats.rs">Cheats.rs</a> is another useful reference.</p><p>But let me be clear: The best way to learn Rust is to write Rust. Think of something you'd like to do, try to break it down into achievable pieces, then learn everything you need to learn to make it, but only as you're building it.</p><p>The next best way is to read Rust others have written, however, sometimes you'll come across Rust that doesn't always make sense for your skill level. Try looking around, and finding Rust that does make sense. Programming in Rust isn't like writing a mathematical proof. There's a number of ways to solve any problem, and choosing which tools one uses to do so are as much a matter of opinion and experience as they are fact. Which makes writing computer programs more similar to an art than a hard science.</p><p>Also, it's worth noting, the blockchain space hungers for Rust devs like you wouldn't believe. If you make contributions to an open source blockchain project, not only is that a great power move in the hiring process, it makes it easier for them to know what you can do, and you'll feel more confident you can get the work done. And if you&#8217;re not dedicating your time towards reinventing how the economy works, you know, the thing that&#8217;s one of the biggest determining factors in how anyone spends their time, well, for me at least, anything else would not be be sufficiently ambitious to be spiritually fulfilling.</p><p>You don't need a degree in computer science to be good at writing code. In fact, a degree in CS doesn&#8217;t guarantee you&#8217;d be any good at all at writing code. You know what does? Actual code you can point to that you&#8217;ve written and can speak to. That&#8217;s it.</p><p>I dropped out of high school and college several times, and just settled for a GED. Everything I know about what I do, I had to teach myself, because no amount of instruction or lectures or hand-holding would have made me learn something before I was ready to learn it, and when I was ready to learn, I sought out what I needed to know, all by myself.</p><p>A CS degree can be sidestepped entirely by just learning about the different data structures (map, list, tree, graph, etc.), getting a sense for computational complexity, understanding how computation occurs, such as the difference between the heap and stack, how memory and references work, and just appreciating the fact that we work with machines that aren't all that different, architecturally-speaking, from ones made 50 years ago. Try to balance the act of digging deeper and adding tools to your toolbox, with the actual practice of that knowledge and the use of those tools.</p><p>I used to be a web developer, taught myself PHP 15 years ago, JavaScript 10 years ago, and TypeScript 5 years ago. I then graduated to Rust, and I had to unlearn a lot of stuff that was necessary for web dev that isn't always going to be terribly necessary for the future. But you don&#8217;t need 15 years of experience to be any good. Newcomers can get closer to where I&#8217;m at with Rust by sidestepping all I had to learn. Did it give me valuable perspective to better appreciate what Rust has to offer? Sure. Did it distract me from actually learning Rust? Absolutely.</p><p>How does Rust fit into the revolution? Well, the web, as it exists right now, is designed to exploit and concentrate power and wealth. Cloud services commoditized infrastructure billed on a monthly basis, leading to an entire industry built upon a rent-seeking revenue model that discourages private ownership and wealth accumulation instead of encouraging personal responsibility, worker-ownership, and thus enabling big tech companies to put technology-- the common heritage of all humankind-- towards perpetuating a form of wage-slavery in an economic system without footholds, without promise, and without heart.</p><p>I see developing ways to be creative enough to no longer need centralized authorities would allow more people to have more ownership over their intellectual property and their means of doing business. The fact that Google can delete all your emails and photos right from under you and there's nothing you could do to get them back, should give anyone doing business with their services or using their software some measure of concern. Especially since their business model is simply productizing metadata, data about your data, sold to the highest bidder, so they may weaponize it into something used to change what you think and what you do.</p><p>However, the costs of centralizing all that technology cannot be understated. The web is designed for scale, not efficiency. It&#8217;s designed for a single giant corporation to serve billions of users. The web does not work like the internet does. The web has distinct roles, clients and servers, users and providers. The internet routes packets between IP addresses regardless of what role they have. We need the web of the future to be more like the internet it&#8217;s built upon. How different would the world be today if every browser was also a web server? To make existing systems run on a single user&#8217;s computer would be impossible. That&#8217;s why web technologies cannot be used to fight the revolution for decentralization. Performance and efficiency matters if we are to achieve sufficient self-ownership and self-empowerment. Every time a program is made more efficient, cheaper and cheaper commodity devices can be used to run it.</p><p>And there&#8217;s not much else out there that balances performance and efficiency, productivity and ergonomics, and stability and correctness like Rust does. Rust helps you treat the machine like the machine it is, not some higher-minded construct or virtual machine. You&#8217;re writing code that tells the CPU what to do, what memory to use, and how to use that memory most efficiently while making full use of the hardware it runs on. All that while helping you paint the broad strokes of the bigger picture all throughout your program.</p><p>So, that's why I taught myself Rust and why I'm using what I know to build the system beyond this system. There will be no people's revolution, gone are the factories in the countryside, one cannot seize worker-ownership of a global supply chain. So, time to make new technologies, built upon new foundations! And I'd encourage anyone to learn it if they want to do their part in fighting the good fight. The revolution won't be fought with weapons, but with better tools and ideas.</p>]]></content:encoded></item><item><title><![CDATA[How to learn Bitcoin, and why]]></title><description><![CDATA[Bitcoin is the best form of money in the world, and practically-speaking, money is honestly the most important thing to humankind, since it determines how everyone spends their time.]]></description><link>https://cryptoquick.substack.com/p/how-to-learn-bitcoin-and-why</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/how-to-learn-bitcoin-and-why</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Fri, 18 Jun 2021 15:09:47 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/tnujmpgGQgQ" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Bitcoin is the best form of money in the world, and practically-speaking, money is honestly the most important thing to humankind, since it determines how&nbsp;everyone spends&nbsp;their time. Our money will go further in a deflationary economy, making all necessities cheaper every year, unless it's interfered with by the government (such as enforcing patents and such). Scarcity exists wherever there is demand, and markets exist when there is supply and demand. Having a money that isn't scarce makes fair commerce impossible.</p><p>Further, without being able to accurately measure scarcity, that makes it harder for the market to make things less scarce.</p><p>People need to give themselves permission to really learn about money, otherwise, those who do can take advantage of those who don't. Not everyone should need to think about money, absolutely, but like it or not, everyone is in the middle of a global economic war, and those who can fight must learn to fight.</p><p>There's so much to know, and I get overwhelmed sometimes, but if you want to learn more, you really only need three things:</p><p>Some foundational theory in applied cryptography:</p><p><a href="https://river.com/learn/how-bitcoin-uses-cryptography/">https://river.com/learn/how-bitcoin-uses-cryptography/</a></p><p>River Financial's glossary also provides good overviews of the BIPs:</p><p><a href="https://river.com/learn/terms/b/#:~:text=zeros-,bip,-125">https://river.com/learn/terms/b/#:~:text=zeros-,bip,-125</a></p><p>And then the BIPs themselves:</p><p><a href="https://github.com/bitcoin/bips">https://github.com/bitcoin/bips</a></p><p>BIPs on GitHub can be searched using the search field on the upper left (GitHub's search is super helpful).</p><p>River Financial's glossaries are so good, probably because the more one learns about something, the more convinced you are to invest in it (money and time).</p><p>Learning to use GitHub is an important skill for anyone looking to use or invest in a software project. Of course, Bitcoin isn't really an investment. Someday people will stop taking dirty fiat and only take Bitcoin when you go to pay your bills. If you're putting your money into Bitcoin right now, you're just doing so before everyone else does.</p><p>And one of the best things about Bitcoin is, when the economy grows, your money goes further, so it's never ever too late to get into Bitcoin.</p><p>If you're not yet a Bitcoin maximalist, you don't yet know enough about Bitcoin.</p><p>Bitcoin will solve for wealth inequality, end perpetual war, and accelerate the transition to renewable energy. If you'd like to know more, subscribe and I'll explain more.</p><p>Feel free to reply to this email if you have any questions. Also, I'll be on a podcast tomorrow! Check it out:</p><div id="youtube2-tnujmpgGQgQ" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;tnujmpgGQgQ&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/tnujmpgGQgQ?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[In the coming days...]]></title><description><![CDATA[I'll be posting a few articles on Bitcoin, and how it could bring us into the solarpunk utopia we all deserve.]]></description><link>https://cryptoquick.substack.com/p/in-the-coming-days</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/in-the-coming-days</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Wed, 16 Jun 2021 03:05:47 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hzRi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad228083-4824-4271-99b6-9e357b09a753_619x619.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I&#8217;ll be posting three articles on the following topics in the coming days:</p><ul><li><p>How to learn Bitcoin, and why</p></li><li><p>How Taproot Supercharges Lightning</p></li><li><p>How Bitcoin will accelerate the transition to renewable energy</p></li></ul><p>Also, I&#8217;ll be doing <a href="https://youtube.com/watch?v=tnujmpgGQgQ">a podcast this Sunday</a>. Be sure to tune in!</p>]]></content:encoded></item><item><title><![CDATA[Strategies to help take your business bank-free]]></title><description><![CDATA[Welcome to Hunter Beast - BIP 360 by me, Hunter Beast.]]></description><link>https://cryptoquick.substack.com/p/coming-soon</link><guid isPermaLink="false">https://cryptoquick.substack.com/p/coming-soon</guid><dc:creator><![CDATA[Hunter Beast]]></dc:creator><pubDate>Mon, 20 Jan 2020 17:15:06 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hzRi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fad228083-4824-4271-99b6-9e357b09a753_619x619.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to Hunter Beast - BIP 360 by me, Hunter Beast. Developer, Rust, Bitcoin, Lightning, RGB</p><p>Sign up now so you don&#8217;t miss the first issue.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://cryptoquick.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://cryptoquick.substack.com/subscribe?"><span>Subscribe now</span></a></p><p>In the meantime, <a href="https://cryptoquick.substack.com/p/coming-soon?utm_source=substack&utm_medium=email&utm_content=share&action=share">tell your friends</a>!</p>]]></content:encoded></item></channel></rss>