<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Dr Laurence Ξ. Day</title>
        <link>https://paragraph.com/@dr-laurence-day</link>
        <description>Crypto Twitter's resident cynical midwit</description>
        <lastBuildDate>Sun, 23 Aug 2026 22:12:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Dr Laurence Ξ. Day</title>
            <url>https://storage.googleapis.com/papyrus_images/72630fe75a28d6cff73c9014d941e7552fa79b4c65a26cdd2f9beeacd8fbb77a.jpg</url>
            <link>https://paragraph.com/@dr-laurence-day</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Wait, It's All Layer Zero?]]></title>
            <link>https://paragraph.com/@dr-laurence-day/wait-it-s-all-layer-zero</link>
            <guid>zBcgeTqt7gvscrlXOPaM</guid>
            <pubDate>Fri, 08 Apr 2022 14:44:31 GMT</pubDate>
            <description><![CDATA[This is an article about exploits on blockchains, and how we approach them as a community. I&apos;d like to highlight up front that this doesn&apos;t contain any call to action. I&apos;m not a lawyer, high octane developer or influencer, but I&apos;ve been around for long enough to see history rhyme. With that said, I&apos;ve been asked a few times now to flesh out what I think &apos;code is law&apos; means (to the degree that it means anything at all). As with my other writings, don&apos;t e...]]></description>
            <content:encoded><![CDATA[<p>This is an article about exploits on blockchains, and how we approach them as a community.</p><p>I&apos;d like to highlight up front that this doesn&apos;t contain any call to action. I&apos;m not a lawyer, high octane developer or influencer, but I&apos;ve been around for long enough to see history rhyme. With that said, I&apos;ve been asked a few times now to flesh out what I think &apos;code is law&apos; means (to the degree that it means anything at all).</p><p>As with my other writings, don&apos;t expect much by way of cohesive structure: it&apos;s a braindump that I want to look back on in years to come and see if my opinion has changed.</p><hr><p>I&apos;m a great lover of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethereum.org/en/developers/docs/evm/">EVM</a> and other models (such as WebAssembly) that enable <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://en.wikipedia.org/wiki/Turing_completeness">Turing-complete</a> program execution in an adversarial, pay-to-play environment. My PhD thesis was on creating compilers that target stack-based languages exactly like the EVM, and I have huge affection for languages like Solidity that elegantly compile into it. The language semantics alone pulled me away from a career in banking - where I was programming <em>around</em> money - and into Ethereum, where I can program money directly.</p><p>As any Ethereum developer will tell you, though - the opportunities granted by Turing-completeness come with its own set of problems: testing being foremost amongst them. We&apos;ve made great strides in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://owasp.org/www-community/Fuzzing">fuzzing</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://en.wikipedia.org/wiki/Formal_verification">formal verification techniques</a>, but the whole paradigm is still very much in its infancy. People will write or reuse code that contains a flaw such as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://solidity-by-example.org/hacks/re-entrancy/">re-entrancy</a>, or they&apos;ll write something that makes a simplifying assumption in order to save on execution costs that turns out to subsequently be vulnerable. They&apos;ll accidentally brick access to a core data structure, or mistakenly allow people to arbitrarily claim the balances of others.</p><p>As any <em>software</em> developer will tell you, programming is a wilful manifestation of <em>intent</em>: a conscious effort to formalise the process of getting something done: we write code to perform specific tasks according to a mental model. There&apos;s a spectrum for the scrutiny that that code receives depending on its purpose - you wouldn&apos;t spend much time searching for edge-cases in a program that handles your personal to-do list, for example - but code deployed on blockchains is <em>excoriatingly</em> important to get right: you&apos;re writing intent that natively handles other peoples money, with vanishingly few chances at winding back the clock if you got it wrong.</p><p>And yet - in light of a small pool of truly skilled EVM developers, an even smaller, <em>very</em> busy pool of auditors and the occasional bug that quite simply hasn&apos;t been seen before - exploitable on-chain code gets through the cracks, and is deployed to mainnet.</p><p>I&apos;d like to talk about what happens when such code is misused. That&apos;s not to say that I&apos;m uninterested in flaws at the protocol level (such as the two Bitcoin inflation bugs, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5139">CVE-2010–5139</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nvd.nist.gov/vuln/detail/CVE-2018-17144">CVE-2018–17144</a>), but these are a category apart - fundamental errors in the water, rather than issues with the fish that swim in it.</p><hr><p>The story is always the same at this point. A confused tweet or Telegram message appears saying that something is afoot with some DeFi/NFT project - occasionally pointing at an Etherscan transaction - and an announcement is made on whatever platforms said projects utilise:</p><p>&quot;Something has happened and we&apos;re investigating: we&apos;ll update you when we know more&quot;.</p><p>And in the replies: chaos.</p><p>The crypto-native community splits immediately into two camps. Those that rush to assist with root cause analysis, tracking of funds or general well-wishes, and similarly those that delight in the confusion and carnage - either mocking from the sidelines, lionising the exploiter, or messaging people who have publicly announced losses in an attempt to phish them to exploit them further.</p><p>A post-mortem is issued. An article appears on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rekt.news/">Rekt</a>, then <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coindesk.com/">CoinDesk</a>, then the myriad &apos;news&apos; websites. A debate rages about whether or not the exploit was an inside job.</p><p>If the root of the exploit has already been previously identified (or is a mild variant thereof), strips are torn off of people involved for poor oversight. If it is novel, within 48 hours people who have never written a line of code in their life will confidently assert that it was incredibly obvious and that only the novice or malicious would have overlooked it.</p><p>Three days pass. No one talks about it anymore except for the affected.</p><p>Then the next protocol is exploited, and the wheel turns again.</p><p>Some of those that previously proclaimed that what had happened was &quot;based&quot; are hit for non-trivial amounts of their own net worth, and seek sympathy that they had previously denied. Some of those that were affected by the last exploit pour fuel on the new fire, out of a sense of revenge against those that weren&apos;t there for them when <em>they</em> were affected.</p><p>Send not to know for whom the bell tolls. It tolls for thee.</p><hr><p>Crypto is one of the best examples currently going of a tabula rasa. By this, I mean that nearly everyone who comes to it - with an intent to actually <em>engage</em> with it - treats crypto as a blank slate, upon which their own philosophy, politics and worldview get projected.</p><p><em>Fundamentally</em>, a protocol like Bitcoin is pretty boring: it enables pseudonymous, peer-to-peer transactions. That&apos;s not to say that the ability to make such transactions isn&apos;t a massive improvement upon the status quo that we were all brought up to accept as normal: it is! Rather, that&apos;s all that Bitcoin - when initially released - ever was or purported to be: a cypherpunk demonstration that commerce could subvert banks and clearing-houses.</p><p>The presumption that it was built to destroy governments, &quot;act as the cure to all humanities ills&quot; (I&apos;ve seen this in the wild before), or even that Bitcoin could or should act as a store of value - these are all side-effects of the attitudes that people brought to the table and <em>assigned</em> to Bitcoin. The toxic maximalism that pervades its community <em>on the whole</em> is a result of the loudest voices in the room asserting that &quot;this is what Bitcoin represents&quot;.</p><p>Ethereum is no different, but significantly more complex. We don&apos;t often hear the term &apos;global computer&apos; anymore when discussing it, but that&apos;s all that it is: a credibly neutral platform for executing Turing-complete code, maintained in a decentralised manner using - currently - proof-of-work for consensus.</p><p>One of the most toxic projections I&apos;ve seen appear in non-Bitcoin crypto is &apos;code is law&apos;, at least in the guise that anything that happens on-chain is - either implicitly or explicitly - fair game, because that&apos;s what was permitted in exploited code. I&apos;m old enough to remember the same takes being applied to the early internet, when &quot;if you put your credit card details onto a site, you deserve everything you get&quot; was a drumbeat.</p><p>This take seems - to me - to derive from the belief that everything on-chain works in a void, and that we&apos;ve abandoned a thousand years of legal precedent simply because crypto isn&apos;t fully embedded in society <em>yet</em>. I don&apos;t think this is true at all, but saying as much absolutely splits crypto aficionados in half.</p><p>I put a lot of the blame for this on the adoption and usage of the term &apos;smart contracts&apos;. There&apos;s still a lot of muddy water when it comes to whether the notion of contract in a legal sense applies when engaging with on-chain code, and it sources <em>infinitely</em> many poor takes in the aftermath of every exploit that always go along the lines of &quot;well, the exploiter didn&apos;t sign a piece of paper saying that they <em>weren&apos;t</em> going to use it in such-and-such a way&quot;.</p><p>Stop making this atrocious argument. I beg you. Contracts can be - and frequently are - created by conduct. You don&apos;t sign a contract every time you drive into a car park, or whenever you put money into a vending machine, but no one sane reading this is going &quot;there&apos;s absolutely nothing wrong with breaking the glass of a vending machine and taking everything inside, I was allowed to do it&quot;. You aren&apos;t signing a contract when you put your details into a newsletter subscription page, but you&apos;re still rightfully annoyed and want intervention when that data is leaked.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/VitalikButerin/status/1051160932699770882">Vitalik - as usual - is right here</a>. We&apos;d save ourselves a lot of pain if we&apos;d used &apos;persistent scripts&apos; instead. The damage is done at this point though, so this is just a howl into the void.</p><hr><p>I see the above as the root conflict between the original cypherpunk vision of early Bitcoiners and &quot;global parallel financial system that subverts intermediaries&quot; view of the in-it-for-the-tech crowd. I don&apos;t think Ethereum was created with nearly the same focus on anonymity - we know who the creators <em>are</em>, for a start -, and use the aforementioned description of Ethereum as global computer when it comes to my thinking about it.</p><p>Coming at it from a purely cypherpunk perspective, the ability to efficiently wash digital assets cryptographically (if you&apos;re not a fool) leads quickly to the position &quot;why would I <em>ever</em> pay tax on this?&quot;. It&apos;s an easy exercise to use that as the premise of a modus ponens that ends with &quot;therefore all state oversight fails&quot;. I can appreciate the former point, I just don&apos;t agree with the conclusion.</p><p>You know what else works really well for enabling tax evasion if you&apos;re careful about where you keep it and move it around surreptitiously? Cash. And we - as a species - are <em>very</em> good about using it as such. And yet, we see the theft of cash as a civil wrong. Curious.</p><p>The lack of legal precedent establishing that on-chain code is <em>not</em> law in the free-for-all sense comes purely from the fact that it&apos;s <em>hard</em> to establish the identity of perpetrators, and that &quot;justice&quot; - if you believe that that&apos;s the appropriate word - can only ever be restorative in nature. In time, this dearth of precedent will eventually end: God gives her toughest battles to her soldiers with the weakest opsec.</p><p>I should point out here that I&apos;m even split internally about what comprises an act that deserves legal intervention - I <em>do</em> have a streak of cypherpunk in me! Context matters a lot here, and I&apos;ll go to my grave defending the actions of, for example, anonymous white-hats who drain a protocol (assuming that no externalities happen such as LP collapse) with the intent of returning everything - modulo a bounty - once a critical vulnerability has been patched.</p><hr><p>It&apos;s worth pointing out that I <em>do</em> believe in a version of code is law! Personally, I take it to mean that transactions are probabilistically final after a certain number of blocks, and that the execution of code cannot be <em>censored</em> by a miner or validator: that doesn&apos;t mean that said code execution doesn&apos;t comprise an offensive act. What I imagine most people will consider the genesis for <em>this</em> version is the exploit of The DAO and subsequent hard-fork of Ethereum back in 2016.</p><p>While there&apos;s a fairly convincing argument to be made that we now know <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.forbes.com/sites/laurashin/2022/02/22/exclusive-austrian-programmer-and-ex-crypto-ceo-likely-stole-11-billion-of-ether/">who performed the exploit of The DAO</a> - bad opsec stays losing - at the time we were all completely in the dark, and the choice was made to fork Ethereum to a state where all the Ether within The DAO could be claimed by burning DAO tokens via a separate contract. This decision was made after reaching <em>social</em> consensus - it was the first instance of on-chain code driving a <em>protocol</em> shift, and demonstrated that humans - <em>Layer Zero</em> - are the ones that truly govern the way that this all works.</p><p>Given that those that believed that the fork was a mistake went and stayed on Ethereum Classic - currently outside the top 20 cryptocurrencies by market capitalisation - I considered that proof enough that &apos;code is law&apos; in the sense that exploiters use it had been thoroughly rebuffed. I&apos;m interested to see if there&apos;ll ever be any legal action taken against the DAO exploiter, as that <em>might</em> put some new nails into this six year old coffin.</p><p>It&apos;s interesting to me that third-generation blockchains such as Kusama - Polkadot&apos;s canary network - are now baking in the ability to implement such social consensus rulings at the governance level. Back in October 2021 an exploit was detected on Karura, a DeFi hub platform built on Kusama, which <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/karura/kusama-and-karura-governance-coordinate-to-neutralize-would-be-exploit-97cd110c3c2f">was swiftly reversed</a> via a contingency pallet and subsequent recovery of funds. In my view, the very <em>existence</em> of this capability serves as a rejection of the militant view of &quot;code is law&quot; and embrace of what I call Layer Zero supremacy, at least from the developers of such networks that are designed for global adoption.</p><p>It remains to be seen how much overlap there is between Layer Zero supremacy and state-mandated interventions: for example, I would vigorously defend the rights of a global governance body to refuse a court order to seize the funds of wallets identified as belonging to citizens of a sanctioned nation.</p><hr><p>So, that&apos;s all I think I have to say on this. <em>In my view</em>, humans are in charge, humans get to make decisions about whether on-chain activity is legitimate or not, and the overriding coordination mechanisms we have at present to guide us are the principles of common law.</p><p>It&apos;s all Layer Zero.</p>]]></content:encoded>
            <author>dr-laurence-day@newsletter.paragraph.com (Dr Laurence Ξ. Day)</author>
        </item>
        <item>
            <title><![CDATA[For The Day We Take The Engine]]></title>
            <link>https://paragraph.com/@dr-laurence-day/for-the-day-we-take-the-engine</link>
            <guid>WxFqSmbdlr5DbP02MOnP</guid>
            <pubDate>Sun, 27 Feb 2022 01:16:32 GMT</pubDate>
            <description><![CDATA[This is a story about how I got disillusioned with the current state of crypto. It&apos;s also a story about how I became increasingly convinced of its need. I&apos;ll preface this with something of a disclaimer: a lot of what I&apos;m about to say may come off as hypocritical. I have relied on credentialism and connections to get by for most of my life, flying in the face of the meritocracy of crypto in its current form. The promise of crypto is for all, yet here I will be quite darkly prote...]]></description>
            <content:encoded><![CDATA[<p>This is a story about how I got disillusioned with the current state of crypto.</p><p>It&apos;s also a story about how I became increasingly convinced of its need.</p><p>I&apos;ll preface this with something of a disclaimer: a lot of what I&apos;m about to say may come off as hypocritical. I have relied on credentialism and connections to get by for most of my life, flying in the face of the meritocracy of crypto in its current form. The promise of crypto is for all, yet here I will be quite darkly protective of it, even though its <em>purpose</em> - pseudonymous, uncensorable transactions - is one that I have no true &apos;need&apos; of.</p><p>I apply arbitrary purity tests upon the general understanding of the fundamental technologies of crypto, yet barely understand the mechanisms of the Internet through which I&apos;ll post this. Do I contradict myself? Very well then I contradict myself, (I am large, I contain multitudes.)</p><p>In short, you probably won&apos;t gain anything from reading this. You might well think I&apos;m being a sanctimonious asshole if you do.</p><p>Nonetheless, I&apos;ve been involved in the crypto space in some form or another for over a decade, and having finally made the Hajj to ETHDenver, I feel the need to write something down.</p><p>This is a scream into the void, upon which I hope to look back on and laugh in years to come.</p><p>I&apos;ve been listening to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=61ocE12lWOs">Pet Shop Boys - Integral</a> on loop while I write this.</p><p><em>&quot;Turning and Turning in the Widening Gyre, The Falcon Cannot Hear The Falconer&quot;</em></p><p>Mass adoption for crypto is finally here. Anyone who looked at - or stood in - the queue to get into the Denver Sports Castle between the 18-20th of February can attest to that. I had a conversation with a candidate for the presidency of the United States, and discussed advertisements that played during the Superbowl in a bar.</p><p>That&apos;s as mainstream - from an American perspective - as you can get.</p><p>And yet, despite all the tremendous work ongoing, and the euphoria of attending a massive get-together of friends and colleagues, the foundations all <em>feel</em> shaky and weak - like it would take just one concerted push from the incumbent powers to scatter it all to the wind. It&apos;s easy to catastrophise every mooted Executive Order, or every proposed-then-reversed company integration (i.e. Discord), but it shouldn&apos;t need saying that we&apos;ve not actually seen any widescale global resistance to crypto yet. The fact that we just had ETHDenver - and people travelled from all over the globe to attend - proves it.</p><p><em>&quot;Things Fall Apart; The Centre Cannot Hold/Mere Anarchy Is Loosed Upon The World&quot;</em></p><p>A large part of my anxiety stems - where I&apos;m standing - from the &apos;sexiness&apos; of being in Web3 (a silly name) as the current topic du jour attracting <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://meaningness.com/geeks-mops-sociopaths">mops and sociopaths</a>. The people we considered part of the KPI for mass adoption include the girl who is squealing to her friends in a coffee shop that &quot;they can&apos;t believe how many more Tinder matches they get now that they have &apos;crypto CEO&apos; in their bio&quot; (an actual line I overheard), or the guy who tried pitching RugbyDAO in a club, rather than those who understand <em>why</em> Ethereum exists in the first place, or what it&apos;s capable of doing.</p><p>Similarly, I met with several &apos;CT-famous&apos; personalities over the course of two weeks: one of whom had - depressingly - turned their pseudonymous persona into their entire personality. It made them incredibly difficult to talk to, and they were more interested in leveraging their follower count into social status and the opportunity to play at Master of the Universe by bending illiquid markets to their will. Like attracts like, and what with CT currently being the face of crypto, I&apos;m concerned about what we&apos;re signalling as being desirable.</p><p>If you read that last paragraph and think I&apos;m talking about you: I&apos;m not. I&apos;ve already had a word with them. It&apos;s telling that I feel a need to assure a few dozen folks like that, in case they think I&apos;ve said their quiet part out loud.</p><p>I recognise that during the Dotcom bubble, people didn&apos;t gather at conferences en masse to talk about the TCP/IP protocol, but the social signalling I witnessed at ETHDenver belies the fact that in the event of, say, a global ban with teeth: these people aren&apos;t sticking around.</p><p>And there are people that we need to stick around <em>for</em>.</p><p><em>&quot;The Blood-Dimmed Tide Is Loosed, And Everywhere The Ceremony Of Innocence Is Drowned&quot;</em></p><p>When I arrived in Colorado, I turned on the TV and wasn&apos;t short of things to feel bleak about. Trudeau had invoked the Emergencies Act in Canada to freeze the bank accounts of protestors and their donors, and newsdesks were dissecting statistics about rate hikes and inflation.</p><p>The response of crypto maximalists to the protests? To cry havoc and demand Canadian bank runs. The response of the media to the protests? To attempt to convince everyone that freezing the funds of someone that donated lunch money was covered under emergency legislation.</p><p>Yesterday, while I wrote part of this from the comfort of my office, Russia invaded Ukraine, after two weeks of will-they-won&apos;t-they. Russian forces are shelling cities, and Ukrainian civilians are evacuating en masse. Names of places I never think of while living in the UK are getting dredged up as part of a march towards Kyiv - Chernobyl was recently taken by force.</p><p>The response of crypto maximalists to the invasion? To declare that it was now a matter of national security for the United States to become &apos;the most pro-crypto nation in the world&apos;. The response of the media to the invasion? The New York Times ran a line on their front page that cryptocurrencies could be used to evade capital controls.</p><p><em>&quot;The Best Lack All Conviction, While The Worst Are Full Of Passionate Intensity.&quot;</em></p><p>It was with all of this happening that I spent a week and a half in venues that were <em>heaving</em> with humans, surrounded with free beer, CBD soda and pizzas being handed out by guys in full Teenage Mutant Ninja Turtle outfits, observing talks with names like &quot;Into The Pussyverse&quot; and walking around a Zen Zone with tranquil music, beanbags and tarot card readings, and wondering if every second person I spoke with was either high or just super excited to be out of the house for a major get-together for the first time in two years.</p><p>It was jarring. There were people hacking away on things, sure, but the overwhelming feeling was that of people speaking <em>at</em> each other.</p><p>Then I read <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.egirlcapital.com/insights/107533289">this eGirl Capital article</a> on solarpunk versus lunarpunk.</p><p><em>&quot;Surely Some Revelation Is At Hand; Surely The Second Coming Is At Hand.&quot;</em></p><p>I won&apos;t rehash the contents of what is an <em>excellent</em> piece of writing, other than to say that there&apos;s a posited axis between &quot;solarpunks&quot; (unbridled optimism, crypto will shepherd us all into the sunlit uplands of DAOs, encapsulating all and sundry) and &quot;lunarpunks&quot; (privacy is a necessity for self-sufficiency, and we should be spending a lot more time building out software that enables this).</p><p>I don&apos;t know where I fall on this spectrum: I work - in public - for a DeFi DAO, but push code for tooling under pseudonyms. I don&apos;t use Tornado Cash due to the risk of potential contamination in the eyes of exchanges and the tax authorities, but the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.activism.net/cypherpunk/manifesto.html">cypherpunk</a> in me tells me that I have the right - if not the <em>obligation</em> - to only selectively reveal the parts of my financial history that are relevant to the interaction at hand.</p><p>The people I interact with daily online fall at various spots on this axis: ranging from people such as @joey__santoro (doxxed, founder/contributor to Fei), to @transmissions11 (name known but operates as pseudonymous, currently research engineer at Paradigm) and @dystopiabreaker (absolute unknown, cryptographer and nascent technophilosopher).</p><p>I suspect there&apos;s probably a four-quadrant graph you could throw together for this: solarpunk vs lunarpunk and unmasked vs anonymous, and further believe that most of us would sit squarely in the middle of it. The difference is important, though, as it comes down to what we envision crypto being used <em>for</em>, and to what end.</p><p>As an aside: what I find interesting about events such as ETHDenver is the name-anonymity that runs through a large chunk of the developer/DeFi group. I spent an entire week periodically bumping into @libevm, and would just refer to him by name as that: I don&apos;t know what his name is, and I don&apos;t care. That&apos;s pretty liberating, in a way - engaging with someone based on their ideas rather than the person themselves, even if you&apos;re standing right in front of them.</p><p><em>&quot;The Darkness Drops Again; But Now I Know That Twenty Centuries Of Stony Sleep Were Vexed To Nightmare By A Rocking Cradle&quot;</em></p><p>I&apos;m digressing somewhat.</p><p>We have this vibrant ecosystem, filled - for better or for worse - with new blood, and while I can&apos;t speak for the NFT scene, I <em>can</em> for DeFi. Over the course of the last few years, we&apos;ve built out a superb suite of tools and protocols that supplant the TradFi notions of yield-bearing accounts, derivatives, indices and options, backed by a wide range of various takes on stablecoin mechanisms. Absent the risk management procedures that exist in a typical financial institution, we&apos;re doing a <em>very</em> good job of replicating what exists, and improving where we can.</p><p>And yet: we use this infrastructure mostly to trade and flip shitcoins with ludicrous ponzinomics. Stables are still primarily dollar denominated, and beyond sites such as Bitrefill we are still beholden to centralised exchanges in order to interface with the fiat system to buy real-life assets, to pay our taxes and our bills: chokepoints that get our checking accounts frozen and our mortgage applications rejected. We donate to addresses created and maintained for emergency situations, with no certainty that the value we remit will actually be able to be easily exchanged for goods and services. We hand Bitcoin over to protestors, and then watch as they stumble around cluelessly trying to work how to leverage that into spending power. We put together DAOs for ludicrous things such as decentralised sperm banks, and then watch as they fall apart due to internecine squabbling over control of the treasury.</p><p>My point is that we&apos;re still woefully absent the parallel financial system that is required to properly entrench crypto into society, outside the bubble that we operate in. I can&apos;t pay for legal advice or buy my groceries with DAI or ETH - not once in Denver did I get offered the option to use an L2 to pay for a drink.</p><p>I see the emergence of such a system as inevitable: Colorado recently introduced legislation to pay state taxes in crypto, and I <em>can</em> hire digital labour - and choose to be paid for my own - in crypto, although coverage in this regard is pretty spotty. Perhaps it will be CDBCs that finally break the dam, perhaps it will be geopolitical pressures and lobbying. Perhaps institutions will be happier to start integrating their business processes on-chain when zero-knowledge proofs are more widely available in conjunction with data-siloed blockchain tech. Perhaps advertisers will arrive en masse (with all the concomitant attention) once we see the appearance of the first wallet-as-social-network that has a half-decent UX.</p><p>My point is: I believe that we&apos;re still early. Too early.</p><p>And this is the vulnerable point - evolved enough to make motions in Congress with lobbying, large enough to make the news on major price shifts, but isolated enough to strangle at a few key chokepoints and remove 95% of the eyeballs. Perhaps true lunarpunks would prefer this.</p><p><em>&quot;And What Rough Beast, Its Hour Come Round At Last, Slouches Towards Bethlehem To Be Born?&quot;</em></p><p>With all of this in mind, I figure that there are two ways I can contribute in a non-trivial way.</p><p>Firstly: I&apos;ll be going to law school at the end of this year. This is partially borne from the fact that my recent interactions with the legal system made it clear to me just how scant things are on the ground in terms of both crypto-specific law and the pool of legal professionals that are native to what we do and want to achieve (although perhaps this is simply generational).</p><p>My wider justification for throwing myself onto the wheel of credentialism once more is that once what we have built can no longer be swept aside, there needs to be a cohort of people who can comfortably walk in both worlds, willing to extend an open hand to the existing system to facilitate the merging of the two at the appropriate points.</p><p>Secondly: I&apos;ll be stepping away somewhat from my DeFi/DAO development work, in favour of putting together an intensive incubator program for emerging talent. Whether you believe you&apos;d be more productive specialising within the crypto space as - among other things - a communicator, an accountant, a cryptographer or a developer, I believe that there&apos;s a set &apos;curriculum&apos; of skills and knowledge that will help speed up the crossing of the Rubicon. To the best of my knowledge, something like that doesn&apos;t quite exist yet.</p><p>More pragmatically, in the event that the regulatory environment turns truly hostile (and we won&apos;t be able to rely on the beneficence of state actors for a good long while yet), I want to do my part in helping prepare for if the aforementioned open hand ever needs to turn into a fist, and development gets driven underground. In my mind, it&apos;ll be a lot easier to source the talent for continued work if they&apos;re already trained up while the environment is largely passive.</p><p>I arrived at ETHDenver excited and apprehensive. I left it confused, anxious, but optimistic.</p><p>We&apos;ll get there. We just need to continue sending more people uptrain.</p><p>For the day we take the engine.</p>]]></content:encoded>
            <author>dr-laurence-day@newsletter.paragraph.com (Dr Laurence Ξ. Day)</author>
        </item>
    </channel>
</rss>