<?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>Taiko Labs</title>
        <link>https://paragraph.com/@taiko-labs</link>
        <description>An Ethereum Based Rollup.</description>
        <lastBuildDate>Thu, 13 Aug 2026 00:52:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Taiko Labs</title>
            <url>https://storage.googleapis.com/papyrus_images/7a4d1565873c7fd8fcbedfb8dd3cb084b82df633fd9a4b0aeab0d282dab39f0c.png</url>
            <link>https://paragraph.com/@taiko-labs</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Taiko Security Incident: A Postmortem and Next Steps]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-security-incident-a-postmortem-and-next-steps</link>
            <guid>fV1EPE1eLCzLkjD06oid</guid>
            <pubDate>Thu, 23 Jul 2026 10:54:44 GMT</pubDate>
            <description><![CDATA[On the night of June 21, 2026 (UTC), Taiko was attacked. Over the next few hours the attacker forged proofs, pushed a fake version of our Layer 2 finalized onto Ethereum as if it was real, and used it to withdraw roughly USD 1.75 million from the canonical Bridge and the ERC20 token vault. This post is our honest account of it: how we caught the attack, what we did, what we know so far, and everything we did to fix it. TL;DR: The Taiko protocol has a defense-in-depth system. Proving is limite...]]></description>
            <content:encoded><![CDATA[<p>On the night of June 21, 2026 (UTC), Taiko was attacked. Over the next few hours the attacker forged proofs, pushed a fake version of our Layer 2 finalized onto Ethereum as if it was real, and used it to withdraw roughly <strong>USD 1.75 million</strong> from the canonical Bridge and the ERC20 token vault. This post is our honest account of it: how we caught the attack, what we did, what we know so far, and everything we did to fix it.</p><p><strong>TL;DR: </strong>The Taiko protocol has a defense-in-depth system. Proving is limited to a small whitelist of provers, the prover hardware is locked to an approved program, the Bridge enforces a daily withdrawal limit, and no single person or company can change the protocol. The attacker did not break the proving math or find a bug in the bridge contracts. The attack began off-chain with an exposed signing key and an attestation check that failed to reject a prover running in debug mode. Together those let the attacker forge proofs. The attacker used that ability to falsify the age of a proposal. By design, Taiko’s contracts allow any party to prove a proposal that has been unproven for more than five days. This is an intentional safeguard against the protocol depending on any single party, so others can keep the chain progressing even if our provers go offline. By making a new proposal appear to have crossed that five day threshold, the attacker triggered the safeguard and bypassed the whitelist. Withdrawal limits slowed the drain and the emergency pause stopped it. More than $11 million in bridge and vault funds never moved; the loss was contained to about $1.75 million. The attack path is closed and every user was made whole, as the bridge was recollateralized 1:1 and reopened on July 2. Subsequently, the Unzen upgrade that makes a ZK proof mandatory on every block is scheduled to activate on August 6, 2026.</p><h2 id="h-timeline" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Timeline</h2><p><strong>Jun 21, 18:38</strong> — Our prover submits its last legitimate proof. (L1 block 25,367,808, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x15eedbbabe676aaba36456ecdf5330418502dc148f710f7f1d575fed79dce203">tx</a>)</p><p><strong>Jun 21, 19:04</strong> — Attack begins. The attacker registers two rogue debug-mode prover instances and, in one transaction, submits the first fraudulent proof and files 10 forged withdrawal claims against the fake state. All 10 are accepted but left unpaid: the attacker's batching contract submits each with too little gas to run the payout, so the Bridge records them as valid 'retriable' claims to be cashed out later via retryMessage(). Nothing is paid out yet. (L1 block 25,367,938, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x2f44dc1b883522a88f9b0cbbdfabf9ec33884b69dd4326600c3fab7fb2277260">tx</a>)</p><p><strong>Jun 21, ~19:27</strong> — First automated alerts fire (reorg and finality-stall). We investigate them as a liveness / prover issue initially.</p><p><strong>Jun 21, 22:07</strong> — Funds start leaving. About three hours later the attacker cashes out the 8 token claims via retryMessage(), one transaction each: USDC 649,761, crvUSD 156,832, USDT 138,140, CRV 126,161, iZi 2,140,403, WETH 20.70, WBTC 0.43, weETH 0.53. Funds begin leaving the Bridge and ERC20Vault; the 999 ETH and 110.5M TAIKO claims stay retriable and never pay. (L1 block 25,368,853)</p><p><strong>Jun 21, 22:12</strong> — We open an internal call. Team members start joining.</p><p><strong>Jun 21, 22:35</strong> — Our CTO notices the L1 Inbox's (the L1 contract that records and finalizes L2 state) finalized state has diverged from the canonical chain, and escalates from a liveness investigation to a security investigation.</p><p><strong>Jun 21, 23:02</strong> — Confirmed as an exploit of the permissionless proving path. We notify the Security Council and ask members to stand by to sign an emergency pause.</p><p><strong>Jun 21, 23:11</strong> — We draft the first emergency pause proposals and circulate them to the Security Council for signing. (Proposals #29 and #30)</p><p><strong>Jun 22, 00:44</strong> — We publish a security notice on X, warning that Taiko's bridges can no longer be relied upon. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/taikoxyz/status/2068857506718515320">X post</a>)</p><p><strong>Jun 22, 02:11</strong> — Our preconfers stop proposing blocks, forcing the attacker to submit the final fraudulent proof then stop, about 3.5 hours before the pause. In total the attacker finalized about 30 fraudulent checkpoints across roughly 6,100 fake L2 blocks. A single checkpoint was sufficient to prove any withdrawal, so the number of checkpoints did not affect the scale of the exploit. (L1 block 25,370,060, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x68ff8e072ff76dc90af1cba793b5923eda87945052e078478e35e90aa7ef7955">tx</a>)</p><p><strong>Jun 22, 04:37</strong> — Enough signatures from the SC members are collected (7/9), but the previous proposals would revert due to an authorization issue. We create a new encrypted emergency DAO proposal to pause the Bridge and ERC20Vault. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/emergency-council/#/proposals/31">Proposal #31</a>)</p><p><strong>Jun 22, 05:40</strong> — Contained. Enough Security Council signatures are collected again and Proposal #31 is executed: the Bridge and ERC20Vault are paused. No further withdrawals are possible. (L1 block 25,371,104, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0xebd565d77e02e9b1cdff8a06a9dcc38c70630281c13b1cb0ae5e521cf2f5ee20">tx</a>)</p><p><strong>Jun 22, 07:04</strong> — Follow-up X post: the incident is contained, the Bridge and vault are paused, and the earlier guidance no longer applies. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/taikoxyz/status/2068953220097986953">X post</a>)</p><p><strong>Jun 22, 07:16</strong> — We create a second encrypted emergency proposal to disable forced-inclusion processing and permissionless proving and proposing as an additional safeguard. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/emergency-council/#/proposals/32">Proposal #32</a>)</p><p><strong>Jun 22, 09:24</strong> — The second emergency proposal is executed. (L1 block 25,372,225, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x2fb71b83b8971dd7bbc174f72ea5d37f57bf20277c406b0d679062b20c348e1d">tx</a>)</p><p><strong>Jun 23, 21:49</strong> — A full police report is filed with the Singapore Police Force. (Report No. A202606247010)</p><p><strong>Jun 25</strong> — OpenZeppelin completes its incident response review. Recovery contracts deployed.</p><p><strong>Jun 29</strong> — Proposal #34 executed: debug SGX fix live, fraudulent checkpoints invalidated, stuck claims resolved, chain restored to pre attack state. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/community-proposals/#/proposals/34">Proposal #34</a>)</p><p><strong>Jun 30</strong> — Bridge recollateralized 1:1 in kind. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC">Bridge</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0x996282cA11E5DEb6B5D122CC3B9A1FcAAD4415Ab">ERC20Vault</a>)</p><p><strong>Jul 2</strong> — Proposal #35 executed: Bridge and ERC20Vault unpaused. Normal operations resume under conservative quotas. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/community-proposals/#/proposals/35">Proposal #35</a>)</p><p><strong>Jul 7</strong> — Unzen upgrade proposed to the DAO (Proposal #36). (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/community-proposals/#/proposals/36">Proposal #36</a>)</p><p><strong>Jul 14</strong> — Security Council approves Unzen; community veto period opens. (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/community-proposals/#/proposals/36">Proposal #36</a>)</p><h2 id="h-what-happened" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What happened</h2><h3 id="h-the-defenses-that-were-in-place" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">The defenses that were in place</h3><p>Taiko is built with several independent layers of defense:</p><ul><li><p><strong>Prover whitelist:</strong> only a small, trusted set of addresses can submit proofs on-chain. This is a security measure we have in place until we fully transition to ZK, our guest program is fully audited, and zkVMs are mature enough.</p></li><li><p><strong>Hardware attestation:</strong> prover hardware is locked to an approved measurement of our code, so an arbitrary program cannot pass itself off as a Taiko prover.</p></li><li><p><strong>A daily withdrawal limit:</strong> the Bridge caps how much of each asset can be withdrawn in any 24-hour window.</p></li><li><p><strong>No owner:</strong> the protocol is ownerless; no key, person, or company can change it unilaterally.</p></li></ul><p>Most of these held during the attack. One did not, exposing a gap in our threat model.</p><h3 id="h-root-cause-an-exposed-key-and-an-unchecked-debug-flag" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Root cause: an exposed key and an unchecked debug flag</h3><p>The attack started off-chain, in how one of our SGX provers was set up. Two conditions had to line up:</p><ol><li><p><strong>The enclave signing key was committed to a public repository.</strong> An SGX enclave is identified by two measurements: <code>MRENCLAVE</code>, the hash of its <em>code</em>, and <code>MRSIGNER</code>, the hash of the <em>public key that signed it</em>. The private key behind our <code>MRSIGNER</code> (a 3072-bit RSA key in<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/raiko/blob/b3c2c1d9136348004f0a8653538cadf2743e8873/docker/enclave-key.pem"> docker/enclave-key.pem </a>was committed to our public repository, so anyone could sign their own enclave build and still present our expected <code>MRSIGNER</code>. On its own, the exposed key was not enough to mount an attack because attestation should only accept a valid program.</p></li><li><p><strong>Attestation did not reject debug-mode enclaves.</strong> On registration we verified that a prover's <code>MRENCLAVE</code> and <code>MRSIGNER</code> matched the approved values, but not that the enclave ran in production rather than <em>debug</em> mode. A debug-mode enclave provides no memory protection. Its operator can read and modify everything inside it, so SGX's hardware guarantee no longer holds.</p></li></ol><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/7732fb1acc4ea2f1b7f04ff04a9e4e8024e0063885ee6ba4e7582eb387d83f5a.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAHCAIAAADmsdgtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAB00lEQVR4nGOoqatjYGAICQtPy8hs7+45efZCZUPz92/fgoKCurq6/v////Lly////yclJXf1TXjz7v3Xr9/+Ewe+gAHD+i078yrruydPX79lZ21r97HjJ8IjIubPn//y5ct9+/Y5ODjMn7/g5cuX0XGJjNxCVm6ezd2daampKSmpJdVVlfV1rRWV6WnpsbGxpTU1DW2t/U3NMxbM7+3p6aiqefjgwf///xlw2X/h4sXGxkY9PT0HB4cvX75MnTpNUUFRU0tLTUPdytLK3Nxc38jIyNjYwdbW0sLC3NxcRV3Nwclxy9q1V2/cuHTp0oVTp758+QK14M/fv1g9eO/evStg8P///5UrVzY2Ns2fv2DLlq3Pnj9/8uz5jdt37ty9d+P2nSfPQNwnz55DTIQAuJk4fYAGurq6NNQ1kpKSp0+bVtvarWhqq2PvoWhqy6esw62oyaesLaFj+uTZc0yNxFqwatWqpKTkjs6ujs6uCZMmR8clSkrL5RWVbdu5e+36TRB06tSZK1eu3r//oKOzi4GBYfKUKSALIHFNEBw9fnzCpMnz5y+YOnXa/PkLurq6wiMiVq5cCQ/GK1eunDx56uTJU9evXS8rr2RgYJgwacqXL18ATcbnJJTgQhcAAAAASUVORK5CYII=" nextheight="620" nextwidth="2682" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Attackers SgxVerifier registration</figcaption></figure><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/fe323afeb3d01015f285f4e6639324a4fafafa98b3c497551c4f301bc13cb3af.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAGCAIAAAAt7QuIAAAACXBIWXMAAAsTAAALEwEAmpwYAAABu0lEQVR4nGM4ce5iQU1z7/TZW3fvrWrtOXX6bEJCfHNz86fPn48ePebh4Tln7tx3b9929k3wDY2p7ew9curktq1bN23adOzM6dNnzpw/cXL37t1bNm8+dub0latXDu3ctX3/vr07d+7bvuPr16+fPn9m+PP377dv3/78/fv///8/f//++fv3KxjcuHFz8pQpDg6OAQEB////T8/IYGBg4BQQEBAXkxAXFxYWllNRkZSWVpaRERMVZWBgEJORVlFTm9zRufvIofWrVm9ZtRpqwX8c4OvXr6/B4NGjR////9+9e+/kKVPmz5+/ZfPmFy9fvnz1+saNm/cfPHz87NnLV69fvnp9/8HDr1+/wrVDXIzPAjQwbdp0BwfHlpbWXbt21nf0adi6m3kEG7j46Dp4Grn6att52AVEfP6CsAACSLBg9+7d6RmZU6ZMnTZt+pyFi1OzckwsbTr6Jm7dvXf56vVrN21Zv2Xbnbt3792///HTx4rKKl19w6NHj339+pUBEuIEwekzZyZOnrJs+fIpU6YuW768q7s7ICBw9+7dDx48uA4Dp8+eO3T4yP0HD8PCIxmY2Ddt2vzp82cA3UqrR/EnfUgAAAAASUVORK5CYII=" nextheight="546" nextwidth="2716" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Attackers SgxRethVerifier registration</figcaption></figure><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/bd77ab8c2f1f37eddb76a43fdad7a07b107600123f3a218f360724b4de4ad76f.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAICAIAAAAX52r4AAAACXBIWXMAAAsTAAALEwEAmpwYAAACnUlEQVR4nF1SS08TURidRLZuRaOYIEiiMQYxLkzQhVQ60870zqN37jiPdsptiy1MaUtagdbWIJOWVnkooRCeSRNJDAMtNBr152gwbgy4MLoz4yTEuDvfyfly8p3vEK3W+4PWu+Xayuraer2+s7VdX66tvJxbMEvlSnWuUp1zQKlccYBZKu83mlvb9eZhq17fWVh8vbq2vr6xubaxaVmNNztvS+WKo1+urXz+ckTgcMQPRY73kx5a1QJIVlhe4AX4wEUygGUA73JTgOVJD015vBwv0DQjKyrGEUlS/VBkWc4HWAhFAcLHI0ZQD5GUl6IZyuPVQ/jo6zciFjdULagFdFnRgjpGsopkFYcjf8eQjm0GhyOqFhgeSRTMSsGcjaey5fml3HQpaqSjRjoYiceSWW0oKiuajp1FrGrBZHr8+OQHoeOIiCQRSSzvF5EiQAhYHkkqA3gBihCKgOUhQgJS793u6W4jLhNEJ0F0nSGuEETPWRt0EkR3G9F3tR0iFUl2AM5Bw7G4bYDDtgFESAvoiWQqkUxN5QujRjIcHZ7KFzLZCWMsmc8X0k+m8COfq/f8wK1Lrr6O/uvn7t9oJ+90uHov9l9rH+i9cPdmF5I1WVEFCJGkiEiKjRq2QWzUDi6oh5Cs6iGsagE9hE8v1UMYSYqOI5nsRCozUX1VK88vFc3qTHWhYM7mpktFszpdnjNfLMYSacMYKxSf5QvFyVx+PJN9PmPaBpO5p8ZYEskKSXkBJ1A07XZ7ON7vclMMYGnaxwCW4/2Ux0t5vAzjG3STg27SB9gB10MvTXO84APAB4DzW8AJdh1ohqJpfWjo+/EJcXDY2rX29htNy2ocHLZOgUPuN5p2j//hLavxn2DX2jsVNJu2wOE/fPz089fvPylDTZzNaQNuAAAAAElFTkSuQmCC" nextheight="346" nextwidth="1472" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Both instances were <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x2f44dc1b883522a88f9b0cbbdfabf9ec33884b69dd4326600c3fab7fb2277260">registered</a> with debug mode(0x0700000000000000)</figcaption></figure><p>With both gaps present, the attacker took our genuine prover code (matching <code>MRENCLAVE</code>), re-signed it as a <em>debug-enabled</em> enclave using the exposed key (matching <code>MRSIGNER</code>), and registered it on-chain. Attestation accepted it because it never checked the debug flag. Running in debug mode, they fully controlled the enclave and the proof-signing key it holds, letting them produce <strong>correctly signed, correctly attested proofs over a fake version of our chain</strong>. At 19:04 UTC they registered two rogue debug-mode prover instances and submitted the first fraudulent proof in the same transaction (<code>0x2f44dc1b...277260</code>, L1 block 25,367,938).</p><h3 id="h-bypassing-the-whitelist-forging-a-proposals-age" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Bypassing the whitelist: forging a proposal's age</h3><p>We are no strangers to the risks of SGX and similar systems. That is why, until the guest program is fully audited and zkVMs are mature enough, we keep a strict prover whitelist, so that only trusted addresses can submit a proof on-chain.</p><p>As we announced back in December 2025 when we reached 100% ZK coverage for the first time, ZK was implemented as a soft requirement. Finalization required at least two proofs, and in edge cases where a ZK proof could not be produced, a block needing too many proving cycles or a zkVM bug, both proofs could come from SGX so the chain could keep finalizing rather than stall. That fallback is the layer this attack ran through. The attacker never touched our ZK cryptography. Unzen closes the gap by making ZK a hard requirement, so at least one of the proofs finalizing every block must always be ZK.</p><p><strong>The attacker was not on the prover whitelist, so why were their proofs accepted?</strong></p><p>The system includes one deliberate exception. If a proposal stays unproven for more than five days, anyone may prove it. This is an intentional safeguard so the chain keeps finalizing and never depends on any single party.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/83adaefb13d8e8b6e3acc1eee9af0426b9a6019ed59e6dbc90dc0ded5fb5d444.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAOCAIAAADBvonlAAAACXBIWXMAAAsTAAALEwEAmpwYAAADTklEQVR4nGPwcXEtTkzwc3UNDY5tqOnKzSx2cvAQExfX0zeQk1eQkpbGRHLyCshSuJRBEIOuhkZDc9OJ+7f6Z83/+OH33LlL/P1DlZSV8eiRIgUxKCqq6FhYpDfUh6Ul90+aNGvevHWbNgeFhAkLi0hLy1DBAhVVNQcLi8zgYBtjYwYGZhY2TgZmVk4ePn5BYX5BYTFxcUotEJOUjPYL2jJ7vp2tg627h52DbZCPu7uLQ0SQT5CPu462jpS0HEUWqKtpmhiZRwRGO9q7xOfl+vh7V+WnpMdHNJZm1ZVkBvl4YbEAAqTlZGTkYYJyuNzBoKqqrqas5uoXlNlY5xbglZaWlFNYUlvfmJCY7uvr6+rmmllbk1Fb0dxW7u7hlxAab+/oHhKfoaGjLyAoKCQqyi8gICAoKCgkLCAoKCwsIigkjG6BnLyCjpGJlaurs5tbfHJaUHBwSEiouZVVYEKMT3iog519SHhEfHKarYOjialFUmJqalpmVGy8j6+fs7NnaHBsTGRyZHiCj3dIYGCUj6+/h7cvmlcY5OTlXb38e+fMX7h02bnz5+fOXzBn/vyKhsapcxf3Tp09ec7y6XMXxMXHm1nauLl7pKZlpqZlxickhoSFRYTHJcVnZqYVpCflJsVnJMRnpqVnhUbEyMorovtAWlJWW9vI3cvL3cvLwdHJwspaWV1bXlpeWlJWQkpOVFySgYGBjY2DhZWdAQkwsrAwMjMhuGA2IwuLoBAo7cERg7uXV352/qq1W398+//owZNHjx+8+fBly6HThUVFUQkJNR3tZTW1rW3tENTd0wchZ86aXVRcVlRY0dE2YeaU+dOmzG+sb+9om9BU3xQSEuLi5u7m7gFBDPYODnkVNTm5RUV5FQlxKeUV5RWVVe3tHVVVNUk52fk1NWU1dY2NzXUNjXUNja1t7RWVVa1t7ZOmTCkpKU9Nzmxq6O5un9zS2FVaVNVU31laVBoUHGzr4Ojg6ARBoCBysHfLTskxt3bwCI4SExfn5Obl5Obl5uHj4xPg5ODm5uFDQyys7Cys7Nw8fPwCAhzc3BxcIFXcPDxgkk9QSAQliNTVNKWlZWRk5CFFGBzBYwk50uDiMDWgrADODaB8ICevgJQzoJEMALy2L90dHYUIAAAAAElFTkSuQmCC" nextheight="670" nextwidth="1588" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Proposals become provable by anyone after 5 days</figcaption></figure><p>The weak point was that the contract measured a proposal's age from a timestamp carried inside the proof, and once the attacker could forge proofs, they could forge that timestamp too. This check did not hold up against an attacker who could already forge proofs, making a recent proposal appear old enough to cross the five day threshold. The contract believed the chain had gone unproven for days, opened the permissionless path, and accepted the attacker as a prover. The whitelist was never broken directly. It was bypassed by forging the number that decided when the whitelist could be skipped.</p><h3 id="h-forging-a-fake-chain-and-draining-the-pool" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Forging a fake chain and draining the pool</h3><p>From there the rest followed. With forged proofs accepted, the attacker finalized a fork of our L2 that exists on no honest node, and kept extending it. Each one wrote a new fraudulent state root to the L1 SignalService (the contract that relays L2 state to L1), and the attacker proved each withdrawal against the fake state they had just finalized. The same SignalService the Inbox writes to when it finalizes is the one the Bridge reads when it pays out a withdrawal, fake state in, fake withdrawals out.</p><p>In total the attacker submitted 39 forged withdrawal messages, 36 of which paid out (35 cashed out by the attacker, and one 18-ETH message picked up by a third-party MEV bot)</p><h3 id="h-why-the-damage-was-contained" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Why the damage was contained</h3><p>So how is it possible that only a portion of the funds were drained?</p><p>Two things contained it: the Bridge's daily withdrawal limits, and the emergency pause. The limits (and the attacker setting a too small <code>gasLimit</code> that marked their messages as retriable and consumed the ETH quota) did the heavy lifting where they were configured.</p><p>In their opening batch, alongside the first token claims, the attacker filed a 999 ETH withdrawal. It never paid out and was later force resolved during recovery, together with the two stuck TAIKO claims, but in the attempt it consumed almost the entire day's ETH allowance. Everything taken after it could only trickle out as the allowance slowly refilled, which is why the ETH loss stopped at about 278 ETH over several hours instead of draining the entire Bridge.</p><p>The TAIKO limit did the same for TAIKO: the attacker could take only 1.99 million of the roughly 110.5 million TAIKO held in the vault, leaving about 98% untouched.</p><p>A few lower-value tokens were not subject to a daily limit and were drained in full. Because the protocol is ownerless there was no master switch to flip, but the Security Council and the DAO could act, and did, pausing the Bridge and the vault through emergency proposals. Together these layers are the reason this was a roughly 1.75 million dollar incident and not a larger one.</p><ul><li><p>Technical detail: why ETH was throttled but some tokens were not?</p><p>The daily limit is enforced at a different point for ETH than for ERC-20 tokens, which is why the failed 999 ETH still mattered.<br>In the opening tx the attacker set a <code>gasLimit</code> different to zero (so that a different address can claim), but lower than the 800k that the contract enforces. This marked all the attacker’s withdrawals as retriable.<br>For an <strong>ETH</strong> withdrawal the Bridge consumes the daily allowance inside <code>processMessage</code>, before it even attempts the transfer, so the 999 ETH attempt burned about 999 of the 1,000-ETH daily allowance even though it failed and paid out nothing. For an <strong>ERC-20</strong> withdrawal the allowance is consumed inside the token vault, which only runs when the withdrawal actually succeeds, so the token claims the attacker left retriable at 19:04 consumed no allowance until the attacker cashed them out at 22:07.<br>On-chain, the ETH allowance dropped from 1,000 to about 1 ETH at 19:04, while the USDC, USDT and TAIKO allowances were untouched at 19:04 and only fell when those claims succeeded later. The net effect: the attacker's own failed ETH withdrawal self-throttled their ETH drain to the slow refill rate (about 41.7 ETH per hour), while the limit constrained tokens only where one was both configured and exceeded (TAIKO).</p></li></ul><p><strong>The attack, end to end</strong> (sequence diagram):</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/c0a5021989233a31cb2ad589543e612f06eab6634aa6e93ca9d2e6a776b32e16.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAIAAACor3u9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF3ElEQVR4nI1V/U8TZxxvlsUsW/aD2Q+OLJlsiyRGo1uc6OKYGToVX1DiAPGNl6q8lvYKLT0sV1ooxVLa0h5t6bW9u96Vh7Z3XK2lCtqC0ApidIjvEw0h0835i//AzFIO0WXo9uSb5/l+L8/l8337PF8By1BhlhrgKEDao5zvbIAIs1Q/cJ0N4OeCZC9hGx2OjicujScGXymXFhVeWIZ6hwjCob7srG9XrVyRt/vHNRmff5G2fHvWxoz0FRnpn36yTFBRVlhTXbYpc/327O/35+7cuGHt1qzM/IN7161ZlbPjh23ZW7Zlb0m5GOrjZWmATZnrBQLB2rWrBPMrIyP9/fd4VXCoYP+X6WkCgeCjZQtfPnhf8PGHgjeXrqXRataZDS12VL8EAMtQHe0I0ghBImEzUoc0QkgjpFHJWpvlcFWZDCpHGqGOdqRBVqlRyZqROjVSr4Qlxg516k4rLJVWajUKB2owGlqsZt3SALTXSXudfoDzCi8erMtq1Lkx1GRoQ7v0w/ELfoBTXrsf4JYONQxVqmBpbWlRnfBohKEBbudYeukUva04vRQml0ubVSoYhjEMe/78+Y3r47TXGYkExcUFRbk5wsP5ezZvOLB5w4V+f5gmArRr6SK/aQQAHgA4r/sBDgAxOZGYfXR/6sbV5OUYOe+mtUNzcOsmgKEsjo1GuVuTidEoN8SC/wUQDvX1M3Swj1hE8gM8GCDs5rbCvTllJcVntJriQ/m9LueVkdhQOER2d9nNWspt87q639qm/BHiwECEITEL4UEjkWAkEhyIMHyiWIbydHdq5DK61weAz+NxT09Pz8w8fPr06d3b0yRui0SC7+JB6giSqFHrtBlzNn2977tvOjWwokrYLBPJK0srCg/ITh2XnTp+dPdP1ccO1Z8odujUDI5NjMXHLkZZQPhfpfStACEO9Hmxgj27ig4falYhV8eTt6ampibHccxCEw4f0RPigNPU9vPunUJhmbDk6Lkwm0xcHhmOPX408+DObcKDhjjwHwCky2pQKZPjyWuT4y9evPjr5cu5xzNMkOIT5aMctk6tsUU1NBAZi8dG47Hk6HAymbh37+79OzdxrIsvFR8Kx/p4c7FZUikKAByQPXCVECopQsQViLgcd5hDHO22G91Oa/b61Vmrv5IcL6wsOCAuLhQfKyrYluXz2LpNKfaiqF7bAvsB3s/QFNnjcaN2VN/P0HwJFwDCoT4lVJWZ/hn/24aVaY21FdFwQHqyRFhaqtao4Ya6Z3/+Eeoli/L2NZyGEUTJsYFnv/8mbxBrNGpIKgqwYHb2oaZF2a5rg5XyAAuePJlNpS5IzteAdOTv2uEFIBbhjuXliqWQj6IS8UGj5nRyNB720xNj8bnHMzhqoHrQ0dggS5MP7tyeZ4ZtIjnMBCmOA+ejnM+HJcZiTJAKBLyXhsKvI0hxiuwJ+NykywrInlCACvZ6gn0Ejll6Kde6tOW5WZmphwTvpgmHvrlhhUCA2TpxzOIHOInbrWYt4UH5MtBeJ9qlI3HbYnct8IAJpmAWlZQXwK2oOll+UgjDsKy2xmrQs17X4f25ECRpalQoJOLhoWijUqbRqJuaFEND52dnH7bqmixdpra21unpqbm5x/0M/Q+ivflUhUN9foC31Evonu6bv1yfGIlfS4z6MJu6tio+eP7Xu3cmL8euDF/0uNGLg+eiA1wiEU+MxQjCcSEaOhsKDMcvjMQHX0eAoR02S7ujuzPE0S6nyY7qXU4z4bG6nSYSt5G4zeU0oV3tJG6zWlO7pbPVjupTYu+kyB633cibJG7799hZmAeQSCiuEWo1CnGNEBKdlEkr5dIKWF5dUpzPT66ayuI6qFxUXaqEJeIaYR1UDtdXnTqSJxEe0TY3KGTVMmmlWiU3GlrO6Jr0OsTYoXY5TTzRaAdqUMISWF6jkFXDcpFCVq2EJQu7XCQWneCxYXmNGqlHTkuVsMTlNOOYxW5us5vbUsPDjXqwrvlYzS6naX43014ny1B/A545hNXXpg/ZAAAAAElFTkSuQmCC" nextheight="1600" nextwidth="2400" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-the-exploit-in-numbers" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The exploit in numbers</h2><p>The attacker drained about <strong>USD 1.75 million worth of tokens</strong>, mostly ETH plus stablecoins, TAIKO, and a few other tokens.</p><table><colgroup><col><col><col><col></colgroup><tbody><tr><th colspan="1" rowspan="1"><p>Source</p></th><th colspan="1" rowspan="1"><p>Asset</p></th><th colspan="1" rowspan="1"><p>Amount</p></th><th colspan="1" rowspan="1"><p>Approx. USD</p></th></tr><tr><td colspan="1" rowspan="1"><p>Bridge</p></td><td colspan="1" rowspan="1"><p>ETH</p></td><td colspan="1" rowspan="1"><p>295.972</p></td><td colspan="1" rowspan="1"><p>about $512,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>USDC</p></td><td colspan="1" rowspan="1"><p>675,761</p></td><td colspan="1" rowspan="1"><p>about $676,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>crvUSD</p></td><td colspan="1" rowspan="1"><p>156,832</p></td><td colspan="1" rowspan="1"><p>about $157,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>USDT</p></td><td colspan="1" rowspan="1"><p>138,140</p></td><td colspan="1" rowspan="1"><p>about $138,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>TAIKO</p></td><td colspan="1" rowspan="1"><p>1,990,000</p></td><td colspan="1" rowspan="1"><p>about $172,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>WETH</p></td><td colspan="1" rowspan="1"><p>20.70</p></td><td colspan="1" rowspan="1"><p>about $36,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>WBTC</p></td><td colspan="1" rowspan="1"><p>0.426</p></td><td colspan="1" rowspan="1"><p>about $27,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>CRV</p></td><td colspan="1" rowspan="1"><p>126,161</p></td><td colspan="1" rowspan="1"><p>about $26,000</p></td></tr><tr><td colspan="1" rowspan="1"><p>ERC20Vault</p></td><td colspan="1" rowspan="1"><p>iZi and weETH</p></td><td colspan="1" rowspan="1"><p>2,140,403 and 0.53</p></td><td colspan="1" rowspan="1"><p>about $4,000</p></td></tr><tr><td colspan="1" rowspan="1"><p><strong>Total</strong></p></td><td colspan="1" rowspan="1"><div data-type="x402Embed"></div></td><td colspan="1" rowspan="1"><div data-type="x402Embed"></div></td><td colspan="1" rowspan="1"><p><strong>about $1,748,000</strong></p></td></tr></tbody></table><p><em>Figures above are the amounts released to the attacker; for TAIKO and USDC the net reduction in the vault's reserve was slightly smaller, because a small amount of each was legitimately bridged in by other users during the same window.</em></p><p><em>The ETH figure includes 18 ETH that never reached the attacker: one forged message set an oversized 18 ETH relayer fee, which a third party MEV bot (coffeebabe.eth) processed and received. Roughly 278 ETH went to the attacker. The bot returned the funds: 17 ETH is back in the Taiko treasury and 1 ETH went to the block builder.</em></p><p>The rest stayed safe. At the time of the pause the Bridge still held about 991 ETH and the ERC20Vault about 108.5 million TAIKO, together more than $11 million. The three stuck fraudulent claims, the 999 ETH and the two 110.5M TAIKO withdrawals, were force resolved during recovery and can never execute. The bridge was recollateralized 1:1 and reopened on July 2. If you hold funds bridged through Taiko they are fully backed, and you do not need to do anything.</p><p><strong>Addresses we have linked to the attacker:</strong></p><table><colgroup><col><col></colgroup><tbody><tr><th colspan="1" rowspan="1"><p>Address</p></th><th colspan="1" rowspan="1"><p>Role</p></th></tr><tr><td colspan="1" rowspan="1"><p><code>0x7506DeA0c38ca0B55364B22424374c5A1ae1B76a</code></p></td><td colspan="1" rowspan="1"><p>Primary wallet. Registered the rogue prover, submitted the fraudulent proofs, and received the drained tokens. Held about 117 ETH at the time of the pause; about 9 ETH as of June 24 21:24 UTC, after the attacker began moving funds on June 23.</p></td></tr><tr><td colspan="1" rowspan="1"><p><code>0xA98035081fB739EbE9C8f80904668fb11438a846</code></p></td><td colspan="1" rowspan="1"><p>Consolidation wallet. Received the fraudulent ETH withdrawals and the proceeds of selling stolen tokens. Held about 778 ETH and was dormant until June 23, when it made its first outbound; about 676 ETH as of June 24 21:24 UTC.</p></td></tr><tr><td colspan="1" rowspan="1"><p><code>0x5FBc60A12Bc6635E7d587d8DaC52e4b1388b4990</code></p></td><td colspan="1" rowspan="1"><p>TAIKO laundering hop.</p></td></tr><tr><td colspan="1" rowspan="1"><p><code>0x3CC936b795A188F0e246cBB2D74C5Bd190aeCF18</code></p></td><td colspan="1" rowspan="1"><p>Centralized-exchange deposit address that received about 1.99M TAIKO.</p></td></tr><tr><td colspan="1" rowspan="1"><p><code>0x9108828e30f2de407aADb0aF677b4a9228e4AcD4</code></p></td><td colspan="1" rowspan="1"><p>Attacker-deployed contract used to swap stolen tokens.</p></td></tr><tr><td colspan="1" rowspan="1"><p><code>0xe0Df6FC36dEB38dd11dC53d327475C2B2B0ab98a</code></p></td><td colspan="1" rowspan="1"><p>Attacker-deployed contract used to batch transactions registering SGX instances and mark fraudulent ERC20 withdrawal messages as <code>RETRIABLE</code> , enabling withdrawals using <code>retryMessage()</code> afterward</p></td></tr></tbody></table><br><ul><li><p>Key transactions</p><ul><li><p><strong>Setup:</strong> rogue prover registration + first fraudulent proof + 10 forged withdrawal claims, all left retriable: <code>0x2f44dc1b…</code> (block 25,367,938, 19:03:59)</p></li><li><p><strong>Token cash-outs</strong> via <code>retryMessage()</code> (~22:07, one transaction each): USDC <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x017292a7de5fef52a3274e37dda5ace4c4d0cdafe91b7b4ac9c700f02fae35ee">649,761</a>, crvUSD <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x4986e4a4c8c541bc623bff9a6f1caa1795d92d0fcff8efef4d79d7ac4834ee61">156,832</a>, USDT <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x2eff2a4d084a595352fc930c8ea75542f138237f5cfb4b469860f82360c07f1b">138,140</a>, CRV <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x50ba4f0feeea6a22e61e5379f5350a60a049379613d06d0d07018650bbf03efd">126,161</a>, iZi <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x0bf2478d2038b2a765b68d0cc02a5f6e1295f17fde5cdeef9f6f5916eddfa811">2,140,403</a>, WETH <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0xa6664be5a4cba3a403c998e7b0126197bb719fc28af9aa86c8c98f730da5a974">20.70</a>, WBTC <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x2067b5d4bf676541b036f46f6d6cdcb8b51be96303dfd07f72597c50f1005e64">0.426</a>, weETH <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x0f163c55606820dba7dc863bd4d979f32bc6464059f48240415d1831b18ce002">0.53</a>; plus a later USDC <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x4a5c6d40b7523c84eb5f140802d063029781e6b3b215de9ac9bfc03986da67d8">26,000</a></p></li><li><p><strong>ETH withdrawals:</strong> about 278 ETH paid to the consolidation wallet across ~25 withdrawals as the daily allowance refilled, starting with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0xb8befb015a67de8f40890b1f8667c597c3b66a52b388ec1c6cd28637fd65dd13">130 ETH</a> (block 25,368,908, 22:18) and trickling out through ~02:10</p></li><li><p><strong>TAIKO drain + off-ramp:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x451423923ab3df56ce436a921d34d782681cf698b72ca61ad6b8a8b2aeee53b7">1,990,000 TAIKO</a> drained, then forwarded through laundering hop <code>0x5FBc60…</code> to the MEXC deposit address <code>0x3CC936…</code></p></li><li><p><strong>Token → ETH swaps:</strong> stolen stablecoins, CRV and WBTC swapped to ETH via the attacker's swap contract <code>0x9108…</code>; proceeds sent to the consolidation wallet</p></li><li><p><strong>Filed but never paid (since force resolved via Proposal #34):</strong> 999 ETH (claimed in <code>0x2f44dc1b…</code>) and 110.5M TAIKO ×2 (<code>0x2f44dc1b…</code>, <code>0xabed9edc…</code>)</p></li><li><p><strong>18 ETH fee grab:</strong> a forged message whose oversized relayer fee was processed and received by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0xccfc5ca63f68d4bcd74fddf281335e252f663c22b1da3bd40d805bd98ff83e4e">coffeebabe.eth</a>; it never reached the attacker and has since been returned.</p></li><li><p><strong>Last fraudulent proof:</strong> <code>0x68ff8e07…</code> (block 25,370,060, 02:10), after which the attacker stops</p></li><li><p><strong>Full activity:</strong> every transaction for <code>0x7506…b76a</code> and <code>0xA980…a846</code> on Etherscan</p></li></ul></li></ul><h2 id="h-what-we-did-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What we did next</h2><p>With both emergency proposals executed, the attacker could no longer claim funds or submit new fraudulent proofs. From there we focused on three things, and all three are done.</p><p><strong>First, the impact.</strong> We <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/taikoxyz/status/2069828265385300282?s=20">committed</a> to making users whole and refilling the bridge 1:1, and we did. The bridge was recollateralized in kind before reopening, entirely from Foundation and Taiko Labs operating cash. No locked or unvested tokens were touched and no vesting schedule changed. Every L2 balance has been fully backed from the moment the network resumed.</p><p><strong>Second, fixing the bug,</strong> hardening the protocol and adding emergency response mechanisms. These changes were reviewed by OpenZeppelin and independent Security Council members and executed on June 29 via <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dao.taiko.xyz/plugins/community-proposals/#/proposals/34">Proposal #34</a>. OpenZeppelin's incident response review found no critical, high or medium severity issues. Alongside the on-chain fixes we hardened our infrastructure, improving our SecOps monitoring, off-chain components and emergency procedures.</p><p>We are also working on:</p><ul><li><p><strong>Streamlining our emergency-response and Security Council signing process</strong>, so we can act faster under pressure.</p></li><li><p><strong>Keeping our SGX attestation fresh:</strong> <em>additional defense-in-depth.</em> We will migrate to the upstream Automata DCAP Attestation stack with on-chain PCCS and put TCB (Trusted Computing Base) and certificate-revocation (CRL) updates on a regular maintenance schedule, so our attestation stays current with Intel's latest hardware-security baselines without relying on manual upkeep. The aforementioned debug-mode rejection already closes the path used in this incident; this work simply keeps the attestation layer current over time.</p></li><li><p><strong>Making a ZK proof mandatory on every block through the Unzen hard fork</strong>. Finalization continues to require multiple proofs, but at least one must always be ZK, so SGX/TEE no longer provides an independent finality path and no single proof system can finalize the chain on its own. To keep every block provable, Unzen introduces zk gas, a metering mechanism analogous to execution gas that quantifies the proving cycles of each opcode, and we run two independent zkVMs (SP1 and RISC Zero) as protection against completeness bugs in either one. Unzen also upgrades Taiko EVM to Prague and re-enables forced inclusion, which was disabled as part of the incident response. The fork was proposed to the DAO on July 7 as Proposal #36, approved by the Security Council on July 14, and is in the community veto period until July 24. Mainnet activation is scheduled for August 6.</p></li></ul><p><strong>Third, reopening safely.</strong> Every change went through governance and the Security Council, and we brought the chain back in four reviewed stages. We deployed the remediation contracts and verified the finalized state was restored with no forged checkpoints or retriable messages reachable, replenished the bridge to back every L2 asset 1:1, resumed proposing, and unpaused the bridge on July 2. The quotas in place are deliberately conservative while we build confidence in the reopened chain, tighter than before the incident, and we raise them as utilization data comes in.</p><p>We reported the incident to the Singapore Police Force (Report No. A202606247010) on June 23 and provided the report to MEXC, where the 1.99 million TAIKO the attacker deposited is frozen. Converting that freeze into a return is a law enforcement led process and we are pursuing it actively. Of the stolen ETH, 17 ETH has been returned to the treasury. Approximately 530 ETH was moved through Tornado Cash and approximately 366 ETH remains in the two known attacker wallets, which we monitor together with a specialized traceability firm. None of this affects users. The shortfall was covered in full by the Foundation, recovery proceeds offset that cost and were never a precondition for making users whole.</p><p>Our operations team is available to exchanges, infrastructure providers, and ecosystem partners throughout this process, and security researchers can reach us at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:security@taiko.xyz">security@taiko.xyz</a>.</p><br>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Tiff)</author>
        </item>
        <item>
            <title><![CDATA[ZK proofs on Taiko just got up to 50% cheaper]]></title>
            <link>https://paragraph.com/@taiko-labs/zk-proofs-on-taiko-just-got-up-to-50percent-cheaper</link>
            <guid>5ZpK9oHjzhcMDsDwaxEI</guid>
            <pubDate>Wed, 17 Jun 2026 13:00:00 GMT</pubDate>
            <description><![CDATA[Boundless is bringing ZK proofs to Taiko with Surge, its latest network release. Surge also adds up to 25% more capacity to the proving market and cuts operator RPC overhead by up to 99%. What this changes for builders on Taiko If you were budgeting a fixed amount per proof yesterday, that line drops by up to half today.Boundless ran Surge against the prior version on Base mainnet over multiple days on identical hardware. Reliability held up across that run with zero proving failures logged, ...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://boundless.network/"><u>Boundless</u></a> is bringing ZK proofs to Taiko with Surge, its latest network release. Surge also adds up to 25% more capacity to the proving market and cuts operator RPC overhead by up to 99%.&nbsp;</p><p><strong>What this changes for builders on Taiko</strong></p><p>If you were budgeting a fixed amount per proof yesterday, that line drops by up to half today.Boundless ran Surge against the prior version on Base mainnet over multiple days on identical hardware. Reliability held up across that run with zero proving failures logged, so the improved economics arrive without a tradeoff on service quality</p><p>Surge brings native multi-chain prover support to Taiko. Native multi-chain prover support brings native support to Taiko. Every prover already on Base is one config flip away from serving Taiko Proof Requests, which means the prover liquidity that accumulated around Base over the past year is now available to Taiko workloads without anyone spinning up new infrastructure.</p><p><strong>What more cost-effective proofs unlock</strong></p><p>Lower cost proofs change which products can actually ship, and a few categories become worth a fresh look:</p><ul><li><p>Verifiable AI agents that need to prove what they did on-chain without proof costs eating the margin</p></li><li><p>High-frequency proof use cases like defi,oracle attestations and cross-chain messaging</p></li></ul><p>Taiko is leaning hard into the AI Agent category, because cheap, fast and multi-chain proving is the piece these agents needed to act verifiably across environments without burning their margin on infrastructure.</p><p>A year ago this was the bottleneck for the whole agent category, because the per-proof economics didn't pencil out when an agent's work required continuous on-chain attestation, so most teams either skipped the proof step entirely or settled for selective verification of high-value actions. Surge moves the cost floor far enough that proving every agent action becomes economically rational, and the multi-chain configuration means an agent operating across Taiko and Base no longer needs separate proving infrastructure for each chain.</p><p>None of this is limited to teams building on Taiko. Anyone can request a proof through Boundless and use it wherever they need to, so an app on another chain that needs ZK proofs can request them and settle on Taiko without proving Taiko blocks at all. The proving runs on the same shared Boundless network whichever chain you target, so Taiko is one of the destinations you can route those proofs to, and the one we use to prove our own blocks.</p><p>Taiko has been routing proof workloads through Boundless since late 2025 as part of the SP1-plus-Boundless multi-prover setup that delivered<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/4c6VNhjKLHOMaNKRryyKHkiHcWx7caRax_mC0jTr-sY"> <u>100% ZK coverage on every Taiko mainnet block</u></a>, and Surge upgrades that integration onto the shared multi-chain prover network. The full technical breakdown sits in the<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/boundless-xyz/boundless/releases"> <u>Proving Node 2.0 release notes</u></a>.</p><hr><p><strong>About Taiko</strong></p><p>Taiko is an Ethereum Layer 2 blockchain protocol and ecosystem. As Ethereum's first based rollup and a Type 1 zk-EVM, Taiko provides Ethereum-equivalent execution for developers, protocols and applications. With autonomous agents now moving on-chain, Taiko is building the execution layer for agent-driven activity, supporting use cases across AI agents, real-world assets, DeFi and on-chain markets. For more information visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://taiko.xyz/">http://taiko.xyz</a>.</p><p><strong>About Boundless</strong></p><p>Boundless is making blockchains internet-scale with ZK. For more information visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://boundless.network/">https://boundless.network</a>. </p><hr><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Proving Ground: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://provinggroundxyz.substack.com/"><strong>http://provinggroundxyz.substack.com/</strong></a></p></li></ul><br>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Tiff)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/89da498cbc34727ed67c101109b6baec8f88af1334f6e419432054d75bfd3de8.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko integrates institutional-grade asset tokenization with Brickken]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-integrates-institutional-grade-asset-tokenization-with-brickken</link>
            <guid>7JWoY6DozJDhXpxq7a49</guid>
            <pubDate>Tue, 02 Jun 2026 10:30:00 GMT</pubDate>
            <description><![CDATA[Taiko now supports institutional-grade tokenization of real-world assets through a deployment with Brickken. Brickken is a tokenization infrastructure provider for financial institutions, and its platform now runs on Taiko, letting issuers create, manage and distribute tokenized assets on an Ethereum-equivalent Layer 2. Real-world asset tokenization is the process of representing assets like bonds, real estate or private equity as tokens on a blockchain. It is finally moving from pilots to pr...]]></description>
            <content:encoded><![CDATA[<p>Taiko now supports institutional-grade tokenization of real-world assets through a deployment with<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.brickken.com/"> <u>Brickken</u></a>. Brickken is a tokenization infrastructure provider for financial institutions, and its platform now runs on Taiko, letting issuers create, manage and distribute tokenized assets on an Ethereum-equivalent Layer 2.</p><p>Real-world asset tokenization is the process of representing assets like bonds, real estate or private equity as tokens on a blockchain. It is finally moving from pilots to production. Getting an asset on chain was never the bottleneck. The industry solved that long ago. The hard part is everything that comes after issuance: keeping an asset compliant, tracking who owns it and enforcing how it can move, for as long as it exists. That post-issuance layer is what Brickken built, and it now runs natively on Taiko, so builders on the network get the full asset lifecycle out of the box, from a ready-made WebApp to a Whitelabel product to a direct API.</p><p><strong>Why the underlying blockchain matters for tokenized assets</strong></p><p>Tokenized assets are only as reliable as the chain beneath them. Taiko is Ethereum's first based rollup and a Type 1 zk-EVM, which means it runs the exact same execution as Ethereum, secured by zero-knowledge proofs, at a fraction of the transaction cost. Issuers build with the Ethereum contracts and tools they already use, with nothing to migrate and no new standards to learn. Because those properties hold up under sustained automated load, Taiko handles far more than a one-off issuance. It is built for the constant, high-frequency activity that tokenized assets, and the agents operating them, will generate.</p><p><strong>How AI agents operate tokenized assets on Taiko</strong></p><p>The deployment brings Brickken's full agent-ready stack to Taiko, including RAMS (Regulated Agent Mandate Standard), the compliance delegation standard that defines what an AI agent is authorized to do, on whose behalf, under what conditions, and within which transfer constraints, enforced directly at the protocol level.</p><p>Each agent carries an attested identity, and every transfer it initiates passes through RAMS-defined rules before execution. An asset can move through a fully automated workflow without ever leaving the compliance and ownership controls an institution depends on. Real-world assets and AI agents are converging fast, and this is the infrastructure that lets them run on the same rails.</p><p>"The tokenization conversation has been stuck on one number for years: how much you can put on chain. The number that actually matters now is how much of it can be operated without a human in the loop. That's what we're building for," said<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/joaquin-mendes-izard/"> <u>Joaquin Mendes</u></a>, COO at Taiko.</p><p>“Tokenized real-world assets and autonomous agents are converging faster than most infrastructure was built to handle. The combination of Brickken's tokenization stack and RAMS, our compliance delegation standard for AI agents operating on regulated on-chain assets with Taiko’s Ethereum-equivalent execution environment gives issuers a path to deploy tokenized assets in a context where agentic workflows are a first-class consideration, not an afterthought,” said <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/in/ludovico-rossi/"><u>Ludovico Rossi</u></a>, CRO of Brickken.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Proving Ground: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://provinggroundxyz.substack.com/">http://provinggroundxyz.substack.com/</a></p></li></ul><br>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Tiff)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/7cd0157892d5f3a730f9e61154358c7a2827162f9f9d9149229f9d41a8a937a9.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko's first third of 2026]]></title>
            <link>https://paragraph.com/@taiko-labs/taikos-first-third-of-2026</link>
            <guid>tkGXNfKSJu6IxZJlMwGq</guid>
            <pubDate>Wed, 13 May 2026 12:29:36 GMT</pubDate>
            <description><![CDATA[In the last few months, AI Agent registrations on Taiko have climbed enough that growthepie wrote it up, CoinMarketCap put us in the glossary and Artemis added us to the agentic commerce map. None of it was bought, which is the part you can't manufacture. Here's the longer version. What we shipped, what's working, what's harder than we thought and what we're betting on for the rest of the year.The agents are real, and they're showing upA year ago, "AI Agents will transact onchain at scale" wa...]]></description>
            <content:encoded><![CDATA[<p>In the last few months, AI Agent registrations on Taiko have climbed enough that growthepie wrote it up, CoinMarketCap put us in the glossary and Artemis added us to the agentic commerce map. None of it was bought, which is the part you can't manufacture.</p><p>Here's the longer version. What we shipped, what's working, what's harder than we thought and what we're betting on for the rest of the year.</p><h2 id="h-the-agents-are-real-and-theyre-showing-up" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The agents are real, and they're showing up</h2><p>A year ago, "AI Agents will transact onchain at scale" was a thesis we had to defend. In the last few months, the data started defending it for us.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/taikoxyz/status/2019412905138229430"><strong><u>ERC-8004 is live on Taiko</u></strong></a> The open standard for AI Agent identity, reputation and validation, onchain, working in production. We didn't just adopt the spec. Taiko is one of the first places it actually runs.<br><br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/academy/glossary/ai-agents"><strong><u>Joaquin wrote the definition of AI Agents</u></strong><u> into the CoinMarketCap glossary.</u></a> Yes, that one. The next time someone asks the internet what an AI Agent is, the answer starts with us. Mom, we made it.</p><figure float="none" width="411px" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/a6a7836185a689546b953b6ed260729cec155c0e8a2ef7fc7b10dcb8a5f98061.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAAAsTAAALEwEAmpwYAAADWElEQVR4nLWTS28TVxTHRxk7DMzY87iepz1+jOfpwePXeMb2THCsJA4xSQoUSwFCoSKtsigLPgNsYEH3/QCtuqu66KLdVIhuUKGqFGBRRVRmAQtgyRY0viYJoQpdwOin0blX557X/V8kJYlZTVVLllqy8roGDcUyIHldg0bRMiF5XYeeklLIvEUs5N9HUgp8sYBUujPf/frL9rOnW6PHr16/fvjkyfazp3f+unf7/p9/b/8zevF8a/Tvb3/ceTh6fPfR1t1HD27fvzd68fz7n38qt1vHBkud/sIBFCwDITm2aJk4Q2E0JWZlkmNxhoJ/wHNiVobLHVKSiDNMZIjCByE5FiEBo5WiBJ8CkmMRWOnHjRunknEqOUkAeK7me//nGOC5vRwQvSgpRUmJU8lJBzECPzg0Ekd3gV8c/c9TVAogielFK5w3QyQxPemg0fL3VbeXGIEPVldufnur118Yrp+7uHF5uH6u0fLFrPy+MysIU0xi3uz0rA5K4pMOPlh+r7+weeUbx234YQBx3AaflqADRkdj2dtBqDd7RhtJTCVYgJAcyOvqAR2AcRMIgsQIPDLGg4LzATyXYEEuk+sY7pEUxQpjXTLE9cGVrtnG6KQgpiOZKrq2Uy9GUwRLw4rgTWL0/uuFECyNUgmUxO28dbn9+XjiQMtpMi//eOFmJW+fqi4GhjeRKeA5jKZSLCdJmbSQ1mSVFwSMpqRMRhQkjKbgQADP8WmJBEwckH077BmtKSZh5YwvvM/igEQOT8/Z4dnGiZfXfr/au/jD+g1Pq0cJ5KLCpyXTKdfqdewI0Z3p2rolZjJ+GBAkedQuO24jRuBOoyYXFZyh/DDAaMqxKqvzKxiddD2vWfcwOtrnBcFWS1eHmxXl6PFeXzPNySXHCFwuKqZTdoPOwvKyd2zGDZorp08Hs91wrjdYXVVL1smza53ZbjMMlodn6kHgtvz1ry7lVfPM+fNzJ5bqfn24tnZhY0Mo5GRDRQ6jetkWsvKuimJEpKpgtqsYpuO6Va+mlqzObNeqOLptlz237LmLg6UvNzeymlrzPc3Qm0FbNUw/DB23UfVqdrV6afPrKOihQ1QKxAgco6n9MoUK2WHvEomjrMADnkMJDCUwuIMS2Ds+Y7HtvjuRfwPZwdSVJcCvZwAAAABJRU5ErkJggg==" nextheight="553" nextwidth="1137" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/growthepie_eth/status/2044005528221659321/photo/1"><strong><u>growthepie flagged it in the data</u></strong></a><strong>.</strong> Their EIP-8004 quick bite called out that AI registrations are picking up on Taiko. Not a forecast. Observed behaviour.</p><figure float="none" width="410px" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/9b11e20a44b01e2a3d86303c669b5200e1eb1c767f4a74fa1e2e7b9a0f6a8344.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAARCAIAAAAzPjmrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGPElEQVR4nE1Ue1BTdxb+jd3H2N111+lWbXWnYLdURFeg4isPV3YbiQ+URxCt3biDIia4u81STKZgBMIzyCMkISHgBSEP01wCl5gmgYEUJo+qXFBJGCXQJPcuk9yssGHHTHamkh1w2uk3Z86c88d35pwz3zlgfn5hfn7B7X5mMJhtdsfomNVkHjaZh2F4wGIZsVhGpO2yL3V688hwRWUVmXyUySxobmmBetVj1nFpu2wQGVqjGE16WC9XdNrsdrm8w2Q2f192FgSCwUAw6PNjTU3iQWRIpVJLJQq5XFFdXdPZ1aXVav/J+UwkEukMsFgiJpGphYWFQqGwSSzXDw7drLglk8l6+/qkIrGwuobFKlap1EzmJZGobWl5ORAMev1+EAgSBBFaWl4Oh1de28vIy0gkEo1Gw+EVBEEU3co+pcZoMPL5/MzMrK47UNcdiM1mf2UyFRdfh6DuV6ur/325RolEIuHwymtPEKFIJBIIEuDFv5dCoSWfH3O53DKFol3eOfVkZsHrd7tnA0HC4XAOGYdHx6yPJtGOjq6iayyxtL1PqYGgHqfzAQR1Dw0ZpqaeYBjudj9TqTQ9vX0y+Z3ncx6CCDkczudzHqC423P6bNaGn2z45aZNAIDfbtl+IDX1o0P7qceoDQ31NocTgI2Zmafj4nfu+jBlR1wc/cSJd7e8tWdPEoVMZrPZBBE6dTpr27Z3APjZvt0fJu2Me/PX23Yn7QMApKSkYhgGbjc3F1y+3NnVqdVqv+B+IRK1ScUScVur2aLX6XSzbjcAYOPGjW9seONXm36xdeu2n/90U1pa6u/ei8tlZNfV18ZiMbd7tq6+rq6+9tOLnyL6/r8WFDCZl46QSBPjE9FoFITDK69WV8PhFQzDA0EiEonEYrFoNPp98D+Px0MQhM+PEQTRr9dX3Kp6Pjf3dMb19dcTrwOCCL1aXY39CD+ky/8JgwWvVyyRZGRk7D9CSv4ojUpZ00kgGNSoNf/4jFNSWsou/vufPj7b2izm8coEAkGLVMo4l3+ERGIwzh/POJWcmFh0+Uo5rzSPwaDRaNk5jB07dvD5/OLi6+fPX+jtU4J/4Tjtz8cSEna9934CWAcjN+e7V989/MbZDUFcLvd2Y2N5WaXVakUQhEanZ5w8m5x6ePPmzfSMDCqFSqFQEhJ2AQBycrIlUklhYSGT+RcEQTjrsFqtwOv3u1zuSfTxvXsDKDqtVGnHxx1my6jPj5nMZl7ZzSpBjVja3tTSqv1S92x+zmQ2q9XapzOunt7eQWRIP4BMoo9RdPrF0vJD9Elvn7JKUFPfILTZ7V6fF8NwEIvFXiwFj9H+mJR0iMe98ZutHxw6nJ6dlZd+lEwhkfamJDPyGGw2O+3Awa1vb7mYd2rvH/YCABJ3J8a/v/PgwSPp6enr215dWl5W3usvKS2VyWT9MGz86v7o2Fg4vAIeTaIDCGI0GR9PP3Y6H9y/P4yi048m0QfrMm8VSWx2x4zL7XK5bXbHxPiEw/HQYhnR9w+uP4mx13ovKeGV37xVWVkrFssgqLupRVQlqHU6H+D4IkBRlMvlKjo6NWpNwu8/2J2YvC85mU4/nXk285MLFw4cJmVlZyftSaFQjr67ffuZrKykfftzc/Nk0s5rLJZSqRwwDH1eWvLW5nfS0z+mUqhp+w+TyeT4+Pic3PycnGyz2QyezrhwfNHnx57OuIwGo0qlvnylqLqmrugaq6VVNIgYbHaHSqWGYVijvvdoErVY1kb0+bFAcE27g8hQbX3DufzzLPbfNDrNyOiowXAfhuGpqScOh/Ph5CQoKy8XCAQikWhkeLixpf5q0dXKqiomk3n8+PHU1DQul6fT6TgcjkAguFpQgKLTsVjM45mHIEilUguFQg6HY7M7mMxLQmGjXN7B5/NVKnXz7UZxWxuGYbFYDOD4Io4vYhju/RZzfOPQarXrX3oYhmEI6oFh2OVy+/wYji/a7I76hkYI6nG53BiG+/wYhuE/No9n/tsFr8cz7/X7fygLCCIUDodnZz2fXCxg5DFucPgV/Or8/HNsNvsaiyVuEFZVVN7k8aqra0tv3KBSqHfvKugn6AVXrtBoNKFQSD958nbjWu9yeceZzDNl5WXtIknp9c/XLz+EYfj/ARsK0DXkv+02AAAAAElFTkSuQmCC" nextheight="1266" nextwidth="2432" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://agenticpayments.artemis.ai/"><strong><u>Artemis put us on the Agentic Commerce Market Map</u></strong></a> alongside 165 companies across 17 chains. Showing up on the maps that matter is a leading indicator, especially when the people drawing the map aren't on your payroll.</p><p>Four signals in four months, each one stacking on the last.</p><h2 id="h-every-person-on-the-team-shipped-an-agent" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Every person on the team shipped an Agent</h2><p>If you want a chain that AI Agents will actually use, the fastest way is to spend a few hours a week being the AI Agent. So we've been running weekly hackathons since early in the year. Every team member, from marketing through engineering, has shipped at least one AI Agent project.</p><p>The output is wide and weird in the right way:</p><ul><li><p>Tax calculators</p></li><li><p>Agent dating sites</p></li><li><p>Oracles</p></li><li><p>A crypto media communications agent</p></li></ul><p>Some are silly. Some are serious. All are functional. The individual products aren't the point. The point is that every person on the team has now built one, hit the walls in the infrastructure and brought back what we needed to fix or build to make the next one easier. We are using what we make.</p><h2 id="h-writing-for-the-audience-that-actually-showed-up" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Writing for the audience that actually showed up</h2><p>Your next 1000 "developers" aren't developers. They're agents, and agents don't google, they query. So we rebuilt the content stack around how machines read, not how humans browse.<br><br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://docs.taiko.xyz"><strong>docs.taiko.xyz</strong></a><strong>, rebuilt for agents.</strong> Every page now serves clean Markdown with one click. Your AI just got read access to our entire knowledge base. Do with that what you will.</p><p><strong>Three AI Agent guides are live on the site, each available in Markdown</strong> so search engines and language models can ingest the source material directly, which is what AEO actually looks like in production:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/guides/what-is-taiko-alethia"><u>What is Taiko Alethia?</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/guides/deploy-ai-agent-on-ethereum-l2"><u>How to Deploy AI Agents on Taiko</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/guides/erc-8004-trustless-agent-standard"><u>ERC-8004: The Trustless Agent Standard on Taiko</u></a></p></li></ul><p>A fourth guide, Why AI Agents need based rollups, is coming next.</p><figure float="none" width="487px" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/4e0f327cc34de1227121850acf1b3f6d14143e9e40c071810e2d1d8279871731.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAKCAIAAABaL8vzAAAACXBIWXMAABYlAAAWJQFJUiTwAAABaElEQVR4nGNg55OmKWLAKsolIAtH7BhcNBE0KQIWcPJJM/BIMLCKMbCBEbMoA5s4jC3CxCHBzifNxCHBwCzKyCbOwCzKyi0JUgNCIoQt4OSTZuSV0BM1NtSx0zSy1TV20DG2V1QzNrZw0zV1NDB3UdE0Y+eTlpLXMTJz1tCzNjB3EZPWMLFy1zG29w2O5xWSZ+WWxGcBM6+UhIi6o6Dt6Yu3FixZX9fYu2XnoXmL1kycumD67GUXrtw5dOycpoH1pOkLfv/77+odce/x677J86/ceLBl56H1W/YRtoCVV5pPUJ6NR9rMzktIXIWdT1pEUo1PWEFCXltDz1ZJ3aygpMkvODk4Is3K3oeBWURESkNCVktIXIVfVElQQpWVW4pwHLDxgRQxMItA3MLKLQlGUmKy2mKy2gJiqpLy+pwCigwMQlwCsqzckkwcEAUgRFIqkkETYQUbwcYnBTZICleaIdYCmucDKloAANUtabccxQZfAAAAAElFTkSuQmCC" nextheight="627" nextwidth="1968" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Proving Ground is live.</strong> Our new publication at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://substack.com/@provinggroundxyz"><u>provinggroundxyz</u></a> is where we document, in public, what we're building, testing and learning as we figure out how AI Agents actually work on blockchain infrastructure, with two posts a week landing every Tuesday and Thursday across three rotating formats. Experiments give first-person accounts from people building on Taiko, walking through the technical wall they hit, the design decision they made and the reasoning behind it. Analysis pieces zoom out to the bigger questions that surface when autonomous systems meet onchain infrastructure, while explainers break down specific concepts at the intersection of AI Agents and crypto, written to age well as reference long after the news cycle has moved on.</p><p>The name is deliberate, because a proving ground is rougher than a lab and closer to the field, where ideas, hypotheses and experiments get put through their paces, and if something works we say so, and if it doesn't we say that too. Taiko itself is a proving ground for AI Agents, and the publication is the record of what we find.</p><h2 id="h-under-the-hood" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Under the hood</h2><figure float="none" width="423px" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/a1b8c348337b87e1266cf4960f7ba32cf9f54072031faf199dca7b546d8d102c.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFrElEQVR4nBWQe1DSBxzAv7Paw9pcuyzmK8x8EKmzFMNSkamoEVYqlIqa5gulfAxFEP1RgAapySsV10/DRFnKRCLJZ3Y+JvawwuuuS9utsrmt2a3V7raLXXefvz/3uQ/AVyRwiQcsDXamAC4N8EzYmwMhuRBWCFElWyll3oe4RLqQkiE6xpaxSuQ8ngIRNnO5TaUVzdnF4uyjhbQTdREF8rCT8hCmjMA8559a702XuCWJXA7VOsZxAbCJ4JUEuHQIygFCIYSxgVQG31ZCXNUWGuKXWheRKUtlK0QStJVRcfci9Wk33VYju23qN3f3NZ5TnXELlXiGs0kZKelIQsWVoCI0JLctJFvtn3nBL60BQ5fCh+o9Jz+oI8sgmgPxPKDWwBGRU0r9LmYjKVdZyrtk6TXpIjN1gFlD4QmB8ngT8w9R3V+2WwaVusGZIIDtEvATr8ef2ZdYVaKilFwOOaX1L73iW4j6ZSnhw5AwNpA5kFANiQgkix0Y9U7MJuwJeXCBphjpuXtz+kVbayNgbQXr5zSpupS8kaLS+WrxPzd6TM0SuQuxMyD6FHjWwW4+uIrBz5xSKI/NyttDY8azCSwUIKwYKJVwqAaSxZ+kNWzOlHtkq/ay2+lVXWea+ueujdpXF5dZrHrAWDMddeWMOgq1OY4ywuH8xuf31FTWYQiWCp42NlmIO9AVRs0F9wpw6fcmqcCrPCI1BhkEoHA/SxJ6pEu9cuQ++Rd3F2kiOFoGohcpBsYNw+/uTtr/vLfKK1WAS72jswg8emHHGPgsAs5WmNoYn1IB7rJte1E8WRka25GUZihg8/aRC518lL7htd8pT6nGAZOM+GbIgvOU4eWXYrlddETPEBsqFNdEmhv6qxMvrXOvHt4eQ4RKCu2IA54KHvnbD5hP5loFNUPnBdwv/PmwUwjecgiUO3xTCtgGt1BFAJmPI34fREb47fmaWdifIyWdVsdzUbpQV3D+x9PKa2UtFnnXhNE4NTnz8Nn0ZEkWP2j3YWJwcnBoemBYdlRC2eRVnW3qVosQeTba11fFH+ZUoofTy7bsSgRgwZa2L4M7vSJ6d0dLGvu5PXcgm6euOa8Vq/uq28zV7SOIdkKkn9GY5oYm72u11xPi2ZvcYzdgwje4xRSnsVuadIwceX7BhUGt1qBULM2Mm9Erd8wDb1dsz2z3B2TNHfEMI5F6FXtAE3b4kuV+i/k+VEtRlaZXrzMMGoYGjCMGy7R5asEwPF8k6HD2T1vnSwdX8iYvakAgfaxdrWrSs1jKizItUim+adA9Hp94tzT/aPS6Uan69acx+/s379ZWV+ZmrArllLpt9fnTpcVFECs61e093d0Gq+X6mnX43uhws7KXmFgNrrHgGrPOi/bpjjiMJwXJZY/1GI7lNEbTBHqFxtSqTmbUjPUN2F8u2J8/eL04M6VpWUAVfy/b3r9+Yf/v9b9vVt+sPFl7/hg4ApVEhiqUXfJmXXlpA5FS4og/Ds77P+AR6+wd57mDRA2OlvAv0DIbkzPqY44ixblIt1QkFaGcSrVtwvJ++c6C2fjqzviL652/z5ofGI22wb5/nljta0/sa8uAp5Tiok97h7MAdxzcabCNDE7BsC0csDHr3CI3ekSQAiJRAXIw7Wx4EsLMPkc4yCNGZ3UI+Y9MBo1UU8tX6Vo7Xk4P3zMafp4dfft4amV6aOqy1qRsHVU32QZ1AA4B4BAIDv6wORQw4bB5L7iSHTzIsJUAGwM3YKMJ+Cjm8TJBmSwq4dTRY7V+MeWOOOpFRLRo0NfXqMW882c50h4V+nCwf75PtzRmslzpWbQYf7k50nmuRVhUBQBuANsBfGCjPzj4AobojKN95BoBsAM+DwSnAA/fOPg6Yif+4Mc+hwEbD94HwZPijqdKuWJdM0pjVLLzBD8oWq39/YZWrVWv71ejQm4DWt84q9PqLrT8D8eNfKr+zELoAAAAAElFTkSuQmCC" nextheight="568" nextwidth="1200" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/achieving-stage-1-shasta-is-almost-here"><strong><u>Shasta is running</u></strong></a><strong>.</strong> Our next major protocol evolution went from roadmap to live in the same window we introduced it.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/taikoxyz/status/2010548545200496779"><strong><u>TaikoProofs went live </u></strong></a><strong>at </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://proofs.taiko.xyz"><strong><u>proofs.taiko.xyz</u></strong></a><strong>.</strong> A real-time dashboard tracking ZK coverage, proof latency and batch finalization across every batch the chain produces. Inspired by Ethproofs. We target 100 percent ZK coverage and want to enforce it at the protocol level, and the dashboard shows the complete picture, including operational variation. Verification, not claims.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/taikoxyz/status/2021515623465910671"><strong><u>Sub-cent gas</u></strong></a><strong>.</strong> Base fee dropped to 0.01 gwei. The average Taiko transaction now costs around $0.003. Cheaper than most L2s, in the same ballpark as ultra-low-fee chains like Solana and Polygon. Sub-cent gas gang.</p><h2 id="h-out-in-the-world" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Out in the world</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-%C3%97-the-interfold-confidential-coordination-and-fair-markets-on-ethereum-equivalent-infrastructure"><strong><u>Taiko × Interfold</u></strong></a> brought confidential coordination to the ecosystem. Onchain systems break when votes, bids or strategies leak before execution. The partnership opens a new pattern: private inputs, verifiable outcomes, no trusted operator in the middle.<br><br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cointelegraph.com/news/rwas-gatekeepers"><strong><u>Joaquin published an OpEd in Cointelegraph:</u></strong></a> Real-world assets don't need new gatekeepers. The argument is that tokenization done right doesn't need a permission layer dressed up as innovation, which lands differently when you remember that the next wave of holders for these assets won't be humans queueing at a KYC desk. It's the kind of position we're putting more weight behind, especially as AI Agents move closer to interacting with RWAs at scale.</p><h2 id="h-behind-the-scenes-governance-is-real" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Behind the scenes: governance is real</h2><p>On April 17 we held our third board meeting. We mention it not because board meetings are interesting, but because functioning governance is the kind of thing nobody notices until it isn't there.<br><br>The board reviewed administrative and legal matters, walked through the quarterly spending report and discussed Taiko's strategic direction. On the financial side, we're tracking against the spending plan approved in mid-2025, which is the kind of boring news that actually matters. On the strategic side, the board did what a good governance body should, bringing an external perspective and asking the questions that only surface when sharp people think hard about a protocol's direction.</p><p>The board: Prof. Felix, Prof. Wen Yonggang, Joy Lam (Clarient Advisory, Ex-Binance Head of Global Regulatory and APAC Legal), Terence Lam (representing Taiko Labs Limited) andDaniel Wang (Taiko DAOFoundation Supervisor).&nbsp;</p><p>The big internal news this year is that<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/gusgonzalezs"><u> Gustavo Gonzalez</u></a> is now CTO, with the title finally catching up to the work. He's been driving Shasta, TaikoProofs and the sub-cent gas drop, and he's now spearheading DeFi-Cli and Trusted Layers for AI Agents. The technical direction across Taiko sits with him from here.</p><p>For the full backstory on how the board came together, see <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-dao-appoints-three-heavyweight-board-directors-and-advisor-as-governance-goes-live"><u>Taiko DAO Appoints Three Heavyweight Board Directors and Advisor as Governance Goes Live</u></a> from October.</p><h2 id="h-four-down-eight-to-go" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Four down, eight to go</h2><p>The thesis is showing up in the data. The protocol keeps getting faster, cheaper and more legible to the audience we're building for. The publication is live. The board is engaged. The numbers are moving.</p><p>Heads down.</p><p>Taiko team</p><hr><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Proving Ground: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://provinggroundxyz.substack.com"><strong>https://provinggroundxyz.substack.com</strong></a></p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li></ul><br>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Tiff)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e68b66ca9a390a738c758c011b67e7c4d5d13d971e5613565252952b8dc7db31.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko × The Interfold]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-×-the-interfold-confidential-coordination-and-fair-markets-on-ethereum-equivalent-infrastructure</link>
            <guid>BqbnBwnJFqlSr7yaqilF</guid>
            <pubDate>Fri, 17 Apr 2026 11:21:54 GMT</pubDate>
            <description><![CDATA[Blockchains work because they make execution and settlement transparent, but that same transparency becomes a liability the moment coordination depends on private inputs. Public votes get bribed or socially pressured into outcomes nobody actually wanted, visible bids get front-run before they ever clear and useful coordination mechanisms fall apart the moment every input has to be broadcast to the network. This partnership closes that gap by pairing Taiko's Ethereum-equivalent execution with ...]]></description>
            <content:encoded><![CDATA[<p>Blockchains work because they make execution and settlement transparent, but that same transparency becomes a liability the moment coordination depends on private inputs. Public votes get bribed or socially pressured into outcomes nobody actually wanted, visible bids get front-run before they ever clear and useful coordination mechanisms fall apart the moment every input has to be broadcast to the network.</p><p>This partnership closes that gap by pairing Taiko's Ethereum-equivalent execution with The Interfold's confidential coordination layer, which lets applications take private inputs from users and agents while still settling verifiable outcomes onchain without handing execution authority to a single operator.</p><p><strong>Initial use cases</strong></p><p>The first is <strong>agentic proxies</strong> for Taiko’s Aragon DAO instance. These are programmable agents that can act on behalf of participants without forcing users to expose the strategy or decision logic behind each action. Instead of manually interacting with governance or coordination processes, users can delegate actions to agents that operate privately while still producing verifiable outcomes on Taiko.&nbsp;</p><p>The second is <strong>secret ballots</strong>, also via Taiko’s Aragon DAO. Today, most onchain voting is fully public, which can introduce social pressure, bribery and strategic behavior. With The Interfold, votes get submitted privately and tallied in a way that preserves both confidentiality and correctness. The final result is verifiable onchain, but individual votes remain hidden. This enables governance that is both verifiable and genuinely private.</p><p>The third is <strong>sealed-bid auctions</strong> on Taiko Swap. In traditional onchain trading, intent is visible before execution, which is exactly what MEV and front-running feed on. Sealed-bid auctions flip that dynamic by allowing users to submit bids privately. Prices are determined without exposing individual bids upfront, and the final outcome is still settled transparently onchain. This leads to fairer execution and more efficient price discovery.</p><p><strong>What this unlocks</strong></p><p>For the Taiko ecosystem, this opens up a broader design space for coordination onchain. DAOs can move beyond fully transparent governance. DeFi protocols can build market mechanisms that collapse when all intent is visible before execution. Builders can design applications that rely on shared outcomes without forcing users to reveal everything upfront.</p><p>Instead of treating transparency as the default for every layer of coordination, developers on Taiko get to be more precise about what needs to be public and what should stay confidential.<br><br><strong>Where The Interfold fits</strong></p><p>The Interfold provides the confidential coordination layer that sits alongside Taiko’s execution environment. While Taiko ensures that outcomes are verified and settled onchain, The Interfold enables confidential execution so sensitive inputs remain protected throughout the entire coordination process while results can still be verified onchain.</p><p>Rather than replacing transparency, The Interfold refines it, separating what needs to be public (results, correctness, settlement) from what should remain confidential (intent, input, strategy).</p><p>This is the starting point. As we continue working together, we expect to expand these primitives across more applications in the Taiko ecosystem and explore new forms of private, verifiable coordination.</p><p>Explore Taiko at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><u>https://taiko.xyz/</u></a> and learn more about The Interfold at<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://theinterfold.com/"><u>https://theinterfold.com/</u></a>.</p><hr><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Proving Ground: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://provinggroundxyz.substack.com/">https://provinggroundxyz.substack.com</a></p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"></h2><br>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Tiff)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/f04dbdea92b792bb0daa1fd7ad10682be89d8b859c1d5b33b76e0b972c9591c0.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Closing in on Stage 1: The Shasta Upgrade Is Almost Here!]]></title>
            <link>https://paragraph.com/@taiko-labs/achieving-stage-1-shasta-is-almost-here</link>
            <guid>EnTmlWO1VxPRbGI8UZOY</guid>
            <pubDate>Thu, 22 Jan 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[A redesign of Taiko’s core protocol focused on simplicity and efficiency, reducing rollup costs and laying the groundwork for permissionless preconfirmations.]]></description>
            <content:encoded><![CDATA[<h2 id="h-tldr" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>TL;DR</strong></h2><p>Taiko's upcoming upgrade, Shasta, is a complete redesign of the core protocol with two objectives:</p><ol><li><p>Simplicity</p></li><li><p>Efficiency</p></li></ol><p>After this upgrade, Taiko (and based rollups by design) will be simpler and cheaper than most alternative rollup models. Preliminary benchmarks have shown more than a 20x reduction in gas fees when proposing and an 8x reduction in proving compared to the previous version (Pacaya).</p><p>Shasta is also 5x-15x more efficient for proposers than other popular zk rollups.</p><p>This upgrade advances Taiko toward Stage 1 and establishes the foundation for permissionless preconfirmations.</p><h2 id="h-the-state-of-based-rollups" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The state of based rollups</strong></h2><p>Based rollups were proposed with one main purpose in mind: to scale Ethereum while staying true to its values. This means not only inheriting the L1 security, but also its other properties: liveness, censorship resistance, decentralization and credible neutrality. At Taiko, we've adhered to this ethos from the beginning, even when taking shortcuts would have been easier.</p><p>The<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/drakefjustin/status/1882861787491778998?s=20"> <u>excitement</u></a> around based sequencing, built at the end of 2024 and beginning of 2025, has vanished, leaving two common criticisms:&nbsp;</p><ol><li><p>Speed: Without preconfirmations, waiting for (at least) an entire L1 slot is too slow for most use cases and user expectations.<br>Preconfirmations have already<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/realdantaik/status/1951177710027616496?s=20"> <u>proved</u></a> to solve this issue. What remains is fully decentralizing them, onboarding L1 validators and reducing block times. But after EIP-7917 went live in Fusaka, this is an implementation problem and a matter of months.</p></li><li><p>Economic feasibility (i.e., they are too expensive): Preconfirmations partially solved the cost issue by reducing the frequency at which proposers need to post to the L1, but the changes introduced in Shasta are the real game-changer. With this new protocol design, based rollups can be cheaper than most zk rollups, and once sharing is achieved, they can be significantly cheaper than most other L2s (under similar levels of activity).</p></li></ol><p>This is why we are excited about the upcoming Shasta upgrade, and we expect it to be one of the turning points that moves our industry from the place it is today, where Taiko is still the only based rollup in production, to a world where abundant adoption comes in, and tens of rollups join the ecosystem.</p><h2 id="h-shasta-upgrade" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Shasta upgrade</strong></h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1bb5c42623ce5229bc9df531e59316cf5211c023dae871839e9b188e88f4f5aa.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAIAAACor3u9AAAACXBIWXMAAAsTAAALEwEAmpwYAAADUUlEQVR4nGNgZGBgZAABCAPOxQUYMRRgmkA+YCRDPVwPMa5gwiaFLIKmF0UxIogYGclzOBMjIxNYM5qjEW5nYGBgY2NjZmbm4uTEagQvDw9ECquVyOYgRJAt5Obm8vXxNjMzdXVxBrmIiQnhOjA7JCTQ0dGRgYGBmZkZxWiwp9XV1XV1dZE1MiJLi4mJuro4l5cV+/v7CwsLQ8QZEUYwsLOzeft4QSxAdztYYUlpSWVVJaafoCAqKiI+Pi41OdnTw0NJSRGuDQKYmJhCQoK3bt2UkZHu4eHOw8ODrADCSElNycrJSkpOkpSURLgPQgoKClZWlk+a2J+anODl5eXi7IxmATsbW3x83JQpkwoK8lJSU3V0tNAUMDAwlFeUJ6ckh4WFycnJogUAAycHR1RU5MSJ/dnZWSFBQTIyMnD9jGBSTU2luam2s7OzpLTE2dlJVVUVzQJGBgb/wAAvH29HR0cODna4INT7DAwM1laWPj7egQH+gYH+7OxQFRAAMUhTQyM+Ps7X19PRwU5YWAQziDy9PCNiY/z8/eDaUaTFxcXDQkO6u7sy0tI4ODgw9SsoKc2bPy8tM0NeQQFqM5IsFzfXnLlz+idO1NDQwAw9KIiJCn//7u3Bg0eQdTLAEmVcfPzbd283bduak5uHnBYhDDc3t/cfPuw9eKCisgoRvMgGcXNzNzXU/fzx/fWb99q6+mj5gIGBYfWaNT9+/dy8Y/vGLVv4+PjRImnylCn////ftG3Lhk1bxMXFUTwBD6JlSxd9+/L+xMlT4RExcIczgmUlJCQuXbny9Pmz+UsWbdyyxdrGFuICiCwfH9+ho0fevH2zeOmSVWvXurq6obuPkZFRVlZ2zaplt65fmzBhQkRkDNx+JrA6A0PDK1ev3bx9a8qsmfOXLAkNC4O4ACKroqp64vTpB48fzVm0YPaC+VExCPchAB83p5qKgoaairSkhKCAAFoscXNxWZgaWFqY6Wprqqup8PPzIcuys7MbG+rZ21gZ6mtraqgJCgpiiWFJIW4lST5JIS5pUV4eLjY0WUZGRmlhLhlhLilhbjEBTjTrGRkYxAU4ZcW4JQQ5JYW4sSchaN6Dxj4WFYyMjJBAhyvDJQsquQYAkGQpkXUvIwMDAAAiwe1O5aVqAAAAAElFTkSuQmCC" nextheight="1024" nextwidth="1536" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Shasta is a complete redesign of Taiko's protocol, designed from first principles and informed by the experience of running a rollup in production, as well as our collaboration on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/gusgonzalezs/status/1894387624619774407?s=20">the <u>minimal-rollup</u></a>. We've designed Shasta with three principles in mind:</p><ol><li><p>Simplicity: simple protocols are<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/VitalikButerin/status/1918562039565566177?s=20"> <u>key</u></a> to innovation. When something is simple to understand, it is also simpler to extend and audit. Shasta removes most of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/donnoh_eth/status/1921866812746027408?s=20"><u>complexity</u></a> found in earlier protocol design.</p></li><li><p>Efficiency: Ethereum-grade security and properties do not have to come at a higher cost for users. As it turns out, simplifying the protocol also significantly reduces costs. <strong>Shasta achieves a 20x reduction in proposing costs and a 5x reduction in proving and finalization costs.</strong></p></li><li><p>Move complexity off-chain: Advances in zk proving have made proving costs and latency<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethproofs.org/blog/ethproofs-2025-review-2026-roadmap"> <u>drop dramatically.</u></a> This has allowed us to move a lot of the protocol checks and complexity to derivation and proving.</p></li></ol><p><strong>How does Shasta work?</strong></p><p>The protocol is designed around three main contracts, but we've removed all wrappers, unnecessary abstractions and more:</p><ul><li><p>Inbox: The inbox is the main rollup contract, representing and enforcing the rollup rules on L1 with two main functions:</p><ul><li><p>Propose: Accepts blobs, processes forced inclusions (if they’re due), updates the CoreState and emits an event for provers. That's it, no complex accounting or on-chain checks for protocol-wide rules (e.g. gas limits, timestamps, etc.). All that is derived off-chain and enforced by the prover.<br></p></li><li><p>Prove: Process bonds (if the proof is late), calls the zk verifier, and finalizes the chain by syncing the state of L1 to enable withdrawals and L2-&gt;L1 messages. The move to sequential proofs was a key change that unlocked significant simplification and efficiency. This means that proposals are proven (and thus finalized) in order.<br><br>This removes the need to have on-chain proof conflict detection and to have a different mechanism to aggregate proofs and finalize the chain.<br></p></li></ul></li><li><p>Anchor: It runs as the first transaction of every L2 block, and its main purpose is to inject the state of the L1 into the L2. This allows deposits and L1-&gt;L2 messages, and it will also serve as a commitment store for preconfirmation slashing.<br><br>We've removed most other complexities and responsibilities from the anchor.<br></p></li><li><p>SignalService: the core mechanism for exchanging messages and bringing tokens between the L1 and Taiko. We've simplified by removing complex structures such as HopProofs, while still keeping it backwards compatible (meaning bridges and intent providers don't need to upgrade).</p></li></ul><h3 id="h-words-are-nice-show-me-the-benches" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Words are nice, show me the benches</strong></h3><p>All of the above sounds great, but what are the actual results?</p><ul><li><p>Proposing new blocks: Before Shasta, proposing new blocks on Taiko could<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x87cff123c319a8e4d1a0e62155182c6069eaf135fcd4ba80a56d12ea8aaa2221"> <u>cost</u></a> up to 1M gas, and the cost scales with the amount of L2 blocks in that batch (because we were posting metadata about each). This increases the cost of proposer operations, which in turn results in higher fees for users.&nbsp; Shasta reducesproposals cost ~ 45k gas (once the initial warm-up period has passed, and the proposal<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://en.wikipedia.org/wiki/Circular_buffer"> <u>ring buffer</u></a> is full). This means a 22x reduction in proposing fees on mainnet.<br></p></li><li><p>Proving new batches: Before Shasta, proving a batch<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x6535b97d212d4439cbfbb5a0f0235d79833001decd3d2f97bdf67b5e98a49c6f/advanced"> <u>cost</u></a> ~ 500k gas. With zk proof verification accounting for roughly 250,000 gas, execution alone consumed the remaining 250,000.&nbsp;</p></li></ul><p>Under Shasta, execution costs drop to around 30,000 gas and remain nearly constant regardless of how many batches are being proven. This strongly favors aggregation, allowing more batches to be verified for roughly the same cost. <br><br>This is an 8x reduction in gas costs.</p><p><strong>But how do these numbers compare to other rollups?</strong></p><p>Each rollup has a slightly different way to run validations, proof systems, and L1 to L2 messaging, which makes direct comparisons difficult. But a good starting point is looking at other zk rollups, which all share a similar flow. Data is posted to L1 (a.k.a propose), you prove the transition (a.k.a prove), and then finalize the chain, posting a checkpoint from L2 to L1, against which messages can be verified. This is the result of querying the 7-day average in Dune and projecting the costs after Shasta.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/551f585dec7363e25e137da25f9728a0ae6ffa669d3ca41d17c601ce78c2c0e7.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAIAAACdAM/hAAAACXBIWXMAABYlAAAWJQFJUiTwAAADh0lEQVR4nJ2Vz2/cRBTHxzvrdbw/vJPxrr3O/vDa67XX2ZKI7I+k+QHNNnUbCRFoyDZtKC2ipBASQCQgQDQ0SeEANwRSpPaCKI3oDXHiFKlEQuLP4MCFfwCph4fsTTfZHxFlpTmMZ+bj95333ryH/MRoG4jXjKEzY9Pz4zMLledfmjhXl/UK4tQuJ9u+uZhF1XJ6cMoacYzhmj5cM4bOSvqoqFVZanaHGSGHBYMleZaaXMzCJO9zF90tHzFYavKS3d0yJgbJlPi4hUJZJGidhxoDk3x3ywHRDMlDGfNcXJ08fqg5Z6nZlI09gYdwgBZQKPHCc9/+cgu+extEZQoJ2bYbnghz1EaB+GVn7+AOPPwQ5MwMimQCtPD0sFSfub+/DXvrICdr/wNmqY1Ccu+wX9aWzj/c33JhyYWzDZilJib5xukm3Jy3yH6004TbLbfFjG2R3RvMS3bvlqlaDkqnkF/sBRbVMi8/gyJKfebHXmT3xQb7Bowr5/eOeTvT6e1mquJ+s9VhJ8jufIb+Yzn/JFRBuQk3koQ7GcYkz54Ei8lpFEozUeOpLfufyN4AJVlLKIWEPOz+Pm6zovVfsJhedB48ug131+Ed/RVwrj4+c73YX0BI8aGkL6w3neTvlI0lbdF5cLAFu+uwaSxC/U2Yv1HWJpT6mlJ/j0mVvAplY+JWqI7c9mQf7MDuB/CpfgkWluHFK9X597cBbgOQC9cQIgGiIj6L+92YdXkYLfDcq9W5tc8APnoM6tLW5OofzvZf5NlriEsFaKEV9rz9Wwu8VJ1buwWw8Q8Mrtxb/glW9yE9+xXySX7Rbi9Di87e73fg3gZs6pfh0k24eHXs4rtbAJ8A2Ct3b/wAK79C0vkCMVIwVmS9quwVQGKhyMDc9O7PH8OXb8Fq9mW4cB1qCyOzy2t/w80/QX/t6/o38MZ9GJj9vLD5+sT3O3zNYXD2qGNEBypJ42xEqcrJUk4tJ2ghELeD1hSrV/nkcMysBTPj4dQIHZvmS5NsuoiF3BHMRA0kZJlojpOLSDBQNOdu8xoOaizJY0FnwlpQLrLBHINVHM619CrsRd9H8oyQY73W03hAPq/jYO+SjOAyuP8wW45gjtpczOojbq/iYhYruiNAC1zM5qjpF931QPzQz+2NTkyNJ4zxlHwqplYkrRrNnY7oo+HUqGxMUrUUzlekbCVhnI4oQw37fmL8C1ncUnFrUX2AAAAAAElFTkSuQmCC" nextheight="1123" nextwidth="702" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Gas consumption for proposing - lower is better. Source of<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/6435051?utm_source=share&amp;utm_medium=copy&amp;utm_campaign=query"> <u>data</u></a></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba5e9249548e83ba7ca9eef2460c843cbc1f9e77fc7fa87a040c8c8b97b39a9c.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAgCAIAAAB/3NSYAAAACXBIWXMAABYlAAAWJQFJUiTwAAADaElEQVR4nL2VT2zTVhzHX/xsx25wX1/dxIGYOPbzn/yhpU1aJYW0FAqamkILiLHtMJapAgo7tKo0UKtSwQGhFmnjtnHhMDRxAiHBqa1oVU2TdqAqB/4cdpuqnZGQOk4POU7bJAgp9DDpJ9vPeh9/f+/7fs8/AJFZGUAigI9FnO6uQyf3dxfS+RNGqhcIMSCR2plbTwyyIDJ37W7D0c6I02N1HI0me0jb4d32AaSmkZqugV2SkYgvYPgkAwQ0DptCMMnKts+bgS2ILaHF4WW7VhNIRAgmkJpuCLWGzbwgJz9ODFYHiywWWaVssSWG4lfOvPl9nJ479gQIe3gc/xTGlBblajLIAhLhsPXT93T5Gp049RLwSr0kRCaHrdnixvwUHR9aBUL488i54vuFKTo+vFavJizdeHlHJC/bTdFMJemXyySHLQa5weEy4A1ddzY17To1YU0N1b9OuEV6xbETEu/NAImwyPxsUta6IDLFUPxj0nPik6Q/lOSwhSLtt4v/ueTJF563HHb9ZDfJLW+rHKrKtkTWlS1TU0P/Ewl2li1EJivbDUrKc2hs+AUQwoGmuL+i+mBFuVaQkimGkk1q+vZ3GwvTJc0GBYRToMnksAObbYidUt06nr3utfS5crYQkbni+8Upen5o9QfcuuKcnVR6Aas2ChqEKoNNiB2IHAabvhYbNrsbVuXQ0jQ9N7T63OmjhYv/tA9ER28MLvzdMfsABKJcQAWiCqDWAHQeaIxEtit+trixOE2LQ8/n9TwtXFiL9+XvLU5Sevqvf5v7r/ffepsaWfL3H+/4ddK5OQZjrduaP4/QlRk6Mrz2h9VHC6OvU0dzvzz9kdLCwqvkhfniMzp8h1ozVy/T+W/fPWLT3WVNIZiY+Wb98QT9auDZQzVPvzi/TA6n5x6MvqVHHv4ZO/vb1/dp3/S7yKVLX67fH1y7y+7Lbp/scKwnHDsihTPRvRmypyOIbV7LiIlDjJZBWla2+8VIVjK60L6DnN7OynaZdNsJcv/xvGxxLQmACECEkQxG1H2iwWETBHQWmWIw6RMNn2jU9pWtA8GWwmsNbmxWApAIg013kypJHyJeX3D1JcJshjeEUvl99SlDhiC3KXpvSMtElP1BI6cYWb+Ra9Q6Jb1H0XO7jEwj6VT0rEJyQjDhCXwArgk3Mqz6VL4AAAAASUVORK5CYII=" nextheight="1157" nextwidth="702" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Gas consumption for proving - lower is better. Source of<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/6435136?utm_source=share&amp;utm_medium=copy&amp;utm_campaign=query"> <u>data</u></a></figcaption></figure><h3 id="h-simplicity-is-king" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Simplicity is king</strong></h3><p>We've removed a lot of code. And when we say a lot, we mean A LOT.</p><p>Removing code sounds easy; you just delete it, right? But true simplicity is not easy. We think people will find the Shasta codebase the simplest rollup contract to read, audit and understand. And that's very powerful.<br></p><figure float="left" width="50%" data-type="figure" class="img-float-left" style="max-width: 50%;"><img src="https://storage.googleapis.com/papyrus_images/4e4721383a3ecfa7aabdf693704fbb4541fc6346b258bff1c79a69a9cb4064b5.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAICAIAAAAX52r4AAAACXBIWXMAAAsTAAALEwEAmpwYAAABjklEQVR4nLVRzUsCQRSfY5fqVERZCN4SKqIOkUJ6qEATgygzhD6gLzIITwUh/QvSJQw6dOwuXeriQcJThw5BgRBZ2+ziuKNvml13N3aXlozq1o8fw3tvZt7XDxn/DPTNbzQa9unA+IzrzVeGYehW8CstaL8W4Jzrmu64mqE5iX5rUG9+YPbx9wTCm8A5FyURS1imMuPM/karckUUGYAkCFCriy+vqqKoisIAOGOqotgnIQRj/L2AZphDYQlnsplANHh8eryzn/SFfL6Q3zPiIaRyc3U90efxd7tvC4Wwd3ArHJkdHs3nLvuRiV6EWhBqRagNoSGXO3V4VH4uO9tGjlV6Ki3vrib3k/GN+MJ6PJVORRLRmUTk8eE+n8tlDtPbkejBytrefOziJLs45r8rFnempsfbO+a8A8Eu16TLHejs2YwtnZydE0KstGbfP4iMJcw5V1XVUdgG1GqSIOiabov5hzBNKwJgDmVKAYBbAGCUUkJIvVa3CQDvZhworVsGk6tVi/KnUaWUvnP+tcAHFVqYnBSijDcAAAAASUVORK5CYII=" nextheight="98" nextwidth="370" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">LOC changed in one of the PRs that removed legacy code</figcaption></figure><br><br><br><br><p>We're proud to say that Taiko is now one of the easiest rollup protocols to understand, even if you're just getting started.</p><h2 id="h-going-live" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Going Live</strong></h2><p>Security has always been Taiko’s top priority. Shasta has been in development for several months, with careful review and testing of every part of the code. The protocol is already running on internal devnets, where preconfers are testing their software to ensure everything works as expected.</p><p>Hoodi will be updated in the coming weeks, giving users early access to the latest improvements. Following final testing on Hoodi, the team plans to submit Shasta as a proposal to the Taiko DAO. Activation on mainnet will depend on successful verification and community approval.</p><hr><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us </strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></h2><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute </strong><span data-name="nerd" class="emoji" data-type="emoji">🤓</span></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Tiff)</author>
            <category>ethereum</category>
            <category>layer2</category>
            <category>rollups</category>
            <category>based rollups</category>
            <category>zkrollups</category>
            <category>protocol design</category>
            <category>scaling</category>
            <category>preconfirmations</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/614f06eb25257a3ceb07f25bf7888283dd03e831f0e81194ac583a0155b6740a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Trailblazers Season 6 Rewards Are Here!]]></title>
            <link>https://paragraph.com/@taiko-labs/trailblazers-season-6-rewards-are-here</link>
            <guid>YMnQy9VxJDGPOXv0KjR0</guid>
            <pubDate>Wed, 14 Jan 2026 12:01:14 GMT</pubDate>
            <description><![CDATA[Greetings, Trailblazers! Season 6 featured two tracks: The Arena and The Undercity. Trailblazers competed across both, and now it’s time to reap the rewards. Claims are officially open. https://trailblazers.taiko.xyz/claim The Process This season followed our established framework. We completed Sybil checks and internal reviews to finalize the rankings. Trailblazers also had the opportunity to distinguish themselves through the Trailblazer role on Guild. However, because Guild significantly c...]]></description>
            <content:encoded><![CDATA[<p>Greetings, Trailblazers!</p><p>Season 6 featured two tracks: <strong>The Arena</strong> and <strong>The Undercity</strong>. Trailblazers competed across both, and now it’s time to reap the rewards.&nbsp; <strong>Claims are officially open.</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://trailblazers.taiko.xyz/claim">https://trailblazers.taiko.xyz/claim</a></p><p><strong>The Process</strong></p><p>This season followed our established framework. We completed Sybil checks and internal reviews to finalize the rankings. Trailblazers also had the opportunity to distinguish themselves through the <strong>Trailblazer role on Guild</strong>.</p><p>However, because Guild significantly changed how its system works this season, we decided that even those who earned only the social component of the Guild role would still receive <strong>75% of the rewards</strong>.</p><p>As previously communicated, <strong>Undercity participants were not subject to these checks</strong>, and rewards were distributed accordingly.</p><p>To refresh your memory on this season’s reward structure, you can revisit our earlier blog post:<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/trailblazers-evolves-the-arena-and-the-undercity-await"><u>https://paragraph.com/@taiko-labs/trailblazers-evolves-the-arena-and-the-undercity-await</u></a></p><h2 id="h-moving-forward" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Moving Forward</strong></h2><p>Season 6 marks the <strong>final incentivized Trailblazers season</strong>&nbsp; but that does not mean rewards are going away. On the contrary, we’re shifting toward <strong>new, more creative ways</strong> to reward and engage our community.</p><p>Whether you’re into <strong>NFTs, trading, gaming, or off-chain participation</strong>, exciting new initiatives will be launching soon, so stay tuned.</p><p><strong>Thank You</strong></p><p>We want to give a huge thank-you to every Trailblazer who stayed with us through <strong>18 months of grinding</strong>. Together, we reached incredible heights and distributed <strong>nearly 40 million TAIKO tokens</strong> along the way. We believe that a committed, participatory community deserves meaningful rewards&nbsp; and we did our best to live up to that. <br><br>Now, an even more exciting and dynamic chapter for our community begins.</p><p><strong>Stay with us. Stay based. </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span><br><br><br><br><strong>Join us</strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span><br><br>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://taiko.xyz/careers"><strong>job board</strong></a>.<br><br><strong>Follow us </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span></p><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute<span data-name="nerd" class="emoji" data-type="emoji">🤓</span></strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Murat)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c9052ef78abeb5144680ce7e3041cfc4df8cb5f254dfa10b7203e1251df0bafa.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taikolights: Q4 2025 Community Update]]></title>
            <link>https://paragraph.com/@taiko-labs/taikolights-q4-2025-community-update</link>
            <guid>icjzGIon7F2sOZdB5gIQ</guid>
            <pubDate>Mon, 05 Jan 2026 12:01:02 GMT</pubDate>
            <description><![CDATA[Let's take a look back at Q4, 2025. ]]></description>
            <content:encoded><![CDATA[<p><strong>Building on Proof</strong></p><p>Q4 marked a shift for Taiko. After proving that based rollups work in production, we spent this quarter consolidating our technical achievements, deepening strategic partnerships, and positioning for sustainable growth.</p><p>Here's what defined the quarter:</p><ul><li><p>100% ZK Coverage Achieved: Every block proven with zero-knowledge proofs</p></li><li><p>ENS Chose Taiko Stack for Namechain: Ethereum's naming infrastructure launching as a based rollup</p></li><li><p>Chainlink ACE Integration: Institutional compliance infrastructure partnership</p></li><li><p>Avalon Labs Partnership: RWA and stablecoin infrastructure deployment</p></li><li><p>TaikoSwap Launches: Native DeFi infrastructure</p></li></ul><br><hr><br><p><strong>Protocol &amp; Technical Milestones</strong></p><p>100% ZK Coverage</p><p>On December 4, Taiko achieved 100% zero-knowledge proof coverage. Every single block on mainnet is now cryptographically verified through our multi-prover system using SP1 (Succinct) and Boundless (RISC Zero). This marks a clear step toward Stage 2 rollup maturity.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-achieves-100percent-zk-coverage-the-future-of-rollup-security-is-here"> <u>Taiko Achieves 100% ZK Coverage</u></a></p><p>Updated Alethia Whitepaper</p><p>We released the updated Taiko Alethia Whitepaper, providing a comprehensive technical blueprint of our based rollup architecture. The document details Ontake, Pacaya, and the upcoming Shasta upgrade, explaining how we achieve sub-second preconfirmations and multiprover verification without centralized sequencing.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/the-updated-taiko-alethia-whitepaper-is-here"> <u>The Updated Taiko Alethia Whitepaper</u></a></p><p>ULTRA TX &amp; Gwyneth</p><p>Our work on Gwyneth advanced with the publication of a detailed technical writeup on ULTRA TX. This design enables atomic cross-chain transactions between L1 and multiple L2s without bridges or asynchronous message passing. Testnet deployment planned for 2026.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/ultra-tx-gwyneth-synchronous-composability-across-l1-l2"> <u>ULTRA TX &amp; Gwyneth</u></a></p><br><hr><br><p><strong>Major Partnerships</strong></p><p>ENS Chooses Taiko Stack for Namechain</p><p>ENS, Ethereum's most widely used naming protocol, selected Taiko's technology as the foundation for Namechain. Built through Nethermind's Surge framework, Namechain will launch as a fully based rollup, skipping progressive decentralization entirely.</p><p>When Ethereum's most critical infrastructure chooses your architecture, it's proof that the based thesis is production-ready.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-stack-selected-by-ens-for-namechain-based-rollup"> <u>Taiko Stack Selected by ENS for Namechain</u></a></p><p>Chainlink ACE Integration</p><p>Taiko integrated with Chainlink's Automated Compliance Engine (ACE), joining Ethereum and Linea as one of three blockchain partners in the launch ecosystem. This brings modular compliance infrastructure to Taiko, enabling institutional-grade tokenization while preserving the credible neutrality of based sequencing.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-integrates-chainlink-ace-compliance-for-decentralized-tokenization"> <u>Taiko Integrates Chainlink ACE</u></a></p><p>Avalon Labs Partnership</p><p>Avalon Labs, the leading Bitcoin-focused capital markets platform, is deploying its complete stablecoin and Real-World Asset infrastructure on Taiko. This brings sustainable liquidity, institutional-grade yield products, and compliance-ready operations to the network.</p><p>Avalon chose Taiko for its Ethereum-native security, sub-2-second preconfirmations, and fully decentralized sequencing.</p><p><strong>Read more:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-x-avalon-labs-building-the-future-of-rwa-on-truly-decentralized-infrastructure"><u>Taiko × Avalon Labs Partnership</u></a></p><br><hr><br><p><strong>Ecosystem Growth</strong></p><p><strong>TaikoSwap</strong> launched as Taiko's native decentralized exchange, built on Uniswap architecture with ETH/USDC, TAIKO/USDC, and TAIKO/ETH trading pairs.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taikoswapislive"><u>Read more</u></a></p><p><strong>Trailblazers Season 6</strong> wrapped up in early December, continuing to engage thousands of users through The Arena and The Undercity dual-track system.</p><p><strong>DevCon Argentina</strong> saw Taiko connecting with developers and ecosystem builders on Ethereum's scaling roadmap.</p><br><hr><br><p><strong>What's Next</strong></p><p><strong>Shasta Hardfork</strong> Our next mainnet upgrade will enforce 100% ZK requirements for all proposers, activate permissionless preconfirmations, and deliver significant cost reductions through protocol optimizations.</p><p><strong>Gwyneth Testnet</strong> Following the ULTRA TX technical specification, we're preparing Gwyneth's public testnet launch. Developers will be able to test synchronous composability and atomic cross-chain transactions.</p><p><strong>Strategic Growth</strong>: Beyond technical milestones, we're refining our approach to ecosystem development, developer onboarding, and market positioning. The infrastructure works. Now we're focused on sustainable growth.</p><hr><br><p><strong>Closing Thoughts</strong></p><p>Q4 was about consolidation. We proved the technology works at scale, secured validation from institutions like ENS and Chainlink, and established foundational infrastructure.</p><p>2025 was the year we proved based rollups aren't just possible. They're production-ready. 2026 will be about demonstrating why they matter.</p><p>The future is based.</p><p><br><br><br><strong>Join us <span data-name="growing_heart" class="emoji" data-type="emoji">💗</span> </strong><br><br>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://taiko.xyz/careers">job board</a>.<br><br><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></p><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute<span data-name="nerd" class="emoji" data-type="emoji">🤓</span></strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.<br></p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Murat)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6e0a869d3371140c2dda78f657f38ab6c653c5ea1b20b1bbe49f2a125f4bd037.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko in 2025: What We Proved]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-in-2025-what-we-proved</link>
            <guid>rSu8n30R5BfrPNTP6Ye1</guid>
            <pubDate>Wed, 31 Dec 2025 06:52:51 GMT</pubDate>
            <description><![CDATA[Most projects talk about what they'll do eventually. We proved what's possible today.]]></description>
            <content:encoded><![CDATA[<h2 id="h-we-proved-speed-doesnt-require-centralization" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>We proved speed doesn't require centralization</strong></h2><p>Sub-2-second preconfirmations on a fully decentralized, based rollup. No trusted operators. No centralized sequencing. Just Ethereum validators doing what they do best.</p><p><strong>The journey:</strong></p><ul><li><p>Q1: Pacaya upgrade deployed on Hekla testnet, laying the foundation for preconfirmations</p></li><li><p>Q1: Partnered with OpenZeppelin to develop next-generation based rollup architecture with Proposer-Prover Separation (PPS)</p></li><li><p>Q2: Pacaya hardfork went live on Alethia mainnet, introducing batch-based proofs and multiproving</p></li><li><p>Q2: Preconfirmations launched on Hekla testnet, achieving ~2-second finality</p></li><li><p>Q2: Strategic partnerships with Fabric, Commit-Boost, and Nethermind to develop validator tooling and preconfirmation standards</p></li><li><p>Q3: Preconfirmations activated on mainnet, slashing confirmation times from ~45 seconds to ~2 seconds</p></li><li><p>Q3: Phase 1 whitelisted partners validated stability across real production workloads</p></li><li><p>Q3: Hoodi testnet launched with full preconfirmation support, replacing Hekla</p></li></ul><p>Users experienced 20-30× faster confirmation times. The future doesn't choose between speed and decentralization. It has both.</p><p><strong>Read more:</strong></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taikolights-community-update-q1-2025"><u>Q1 2025 Community Update</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taikolights-community-update-q2-2025"><u>Q2 2025 Community Update</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taikolights-q3-2025-community-update"><u>Q3 2025 Community Update</u></a></p></li></ul><br><h2 id="h-we-proved-security-can-be-immediate-not-eventual" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>We proved security can be immediate, not eventual</strong></h2><p>100% ZK coverage achieved in December 2025. Every single block on Taiko mainnet is now proven with zero-knowledge proofs via SP1 and Boundless. Not someday. Today.</p><p><strong>The journey:</strong></p><ul><li><p>Q1: Started at 5% ZK coverage in February</p></li><li><p>Q1: Gradually increased to over 30% by end of March</p></li><li><p>Q1: Achieved 100% ZK coverage for Taiko-proposed blocks</p></li><li><p>Q2: Maintained 100% ZK for Taiko-proposed blocks while community provers handled growing share</p></li><li><p>Q2: Processed over 847 million cumulative transactions by end of Q2</p></li><li><p>Q3: Community provers continued scaling network proof generation</p></li><li><p>Q4: Achieved 100% ZK coverage for ALL blocks on mainnet (December 4)</p></li><li><p>Multi-prover system (SP1 + Boundless) ensures redundancy and reliability</p></li></ul><p>Stage 2 rollup maturity in sight, not theory. Decentralization roadmaps are easy. Actual decentralization is rare. We chose the harder path.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-achieves-100percent-zk-coverage-the-future-of-rollup-security-is-here"> <u>Taiko Achieves 100% ZK Coverage</u></a></p><br><h2 id="h-we-proved-institutions-care-about-decentralization" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>We proved institutions care about decentralization</strong></h2><p>When it matters most, the best teams choose based rollups.</p><p><strong>The partnerships:</strong></p><ul><li><p>Q1: OpenZeppelin collaboration on minimal, modular based rollup protocol with improved governance, neutral sequencing, and optimized fee mechanisms</p></li><li><p>Q2: Fabric &amp; Commit-Boost partnership to develop validator tooling and preconfirmation standards for the entire based rollup ecosystem</p></li><li><p>Q2: Nethermind strategic partnership to enhance protocol performance, sequencing, and execution layers</p></li><li><p>Q3: Chainlink Data Streams integration established Chainlink as official oracle infrastructure, providing sub-second market data for Taiko dApps</p></li><li><p>Q3: Real-time data integration with Dune Analytics, giving the community access to on-chain insights through customizable dashboards</p></li><li><p>Q4: ENS chose Taiko's stack for Namechain - Ethereum's most critical naming infrastructure launching as a based rollup via Nethermind's Surge</p></li><li><p>Q4: Chainlink ACE integration - Taiko joined Ethereum and Linea as one of three launch partners for institutional compliance infrastructure</p></li><li><p>Q4: Updated Alethia Whitepaper - Technical blueprint showing production-ready based rollup architecture with Ontake, Pacaya, and Shasta specifications</p></li></ul><p>The infrastructure that will last decades can't depend on trusting a single operator. ENS understood this. Others will follow.</p><p><strong>Read more:</strong></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-stack-selected-by-ens-for-namechain-based-rollup"><u>Taiko Stack Selected by ENS for Namechain</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-integrates-chainlink-ace-compliance-for-decentralized-tokenization"><u>Chainlink ACE Integration</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/the-updated-taiko-alethia-whitepaper-is-here"><u>The Updated Taiko Alethia Whitepaper</u></a></p></li></ul><br><h2 id="h-we-proved-community-can-govern" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>We proved community can govern</strong></h2><p>Real power, real accountability, real decentralization.</p><p><strong>The journey:</strong></p><ul><li><p>Q1: Taiko DAO launched on Hekla testnet in January, designed with Aragon featuring multi-threshold multisig, optimistic governance, and community veto power</p></li><li><p>Q1: Security Council announced in April with eight distinguished members from research organizations, security firms, and public goods initiatives</p></li><li><p>Q2: DAO soft launch on May 1 with Security Council operational and proposal infrastructure in place</p></li><li><p>Q3: Binding on-chain governance activated on mainnet in October - token holders can now veto protocol upgrades</p></li><li><p>Q3: Security Council appointed heavyweight Board Directors:</p><ul><li><p>Joy Lam (former Head of Global Regulatory at Binance)</p></li><li><p>Professor Felix Oberholzer-Gee (Harvard Business School)</p></li><li><p>Professor Wen Yonggang (IEEE Fellow, NTU Singapore)</p></li><li><p>Advisor: CPA Ren Jang (Head of Strategy at Flipster)</p></li></ul></li></ul><p>Not governance in name only. The community has actual decision-making power over protocol upgrades and parameters.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/IL5RRPbR86dXJV5mjIHnPiXMFgArX6XeZDg0dVdDN5U"> <u>Taiko DAO Appoints Board Directors</u></a></p><br><h2 id="h-we-proved-synchronous-composability-is-possible" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>We proved synchronous composability is possible</strong></h2><p>ULTRA TX and Gwyneth enable atomic cross-chain transactions between L1 and multiple L2s. No bridges. No message passing delays. True synchronous composability.</p><p><strong>The journey:</strong></p><ul><li><p>Q1: Taiko mainnet renamed to Taiko Alethia in February, reaffirming commitment to truth and transparency</p></li><li><p>Q1: Gwyneth development progressed with successful Uniswap L1-L2 liquidity sharing demos</p></li><li><p>Q1: ULTRA TX implementation demonstrated synchronous composability potential</p></li><li><p>Q4: Comprehensive technical writeup published November 2025, explaining how Gwyneth achieves synchronous L1-L2 composability</p></li></ul><p>Testnet coming 2026. Ethereum doesn't have to feel like islands. It can feel like one chain.</p><p><strong>Read more:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/ultra-tx-gwyneth-synchronous-composability-across-l1-l2"> <u>ULTRA TX &amp; Gwyneth — Synchronous composability across L1 &amp; L2</u></a></p><br><h2 id="h-we-proved-our-ecosystem-thesis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>We proved our ecosystem thesis</strong></h2><p>Infrastructure and applications grow together. We're building both.</p><p><strong>Community engagement:</strong></p><ul><li><p>Q1: Taiko Takeoff launched to support projects with marketing, funding, networking, and technical assistance - Avalon Labs featured first with 134% APY TAIKO pool</p></li><li><p>Q1: Taiko Status introduced with five levels (Bronze, Silver, Gold, Platinum, Based) rewarding token holders with enhanced access and allocation opportunities</p></li><li><p>Q1: Trailblazers Season 4 launched with 4.5M TAIKO reward pool, split Liquidity Royale tracks, and Status integration</p></li><li><p>Q1: DoraHacks Grant Factory Hackathon concluded with largest MACI-powered vote, $20K+ in prizes</p></li><li><p>Q1: $25M Grant Fund announced for 2025 to support DeFi, AI, RWA, SocialFi, Gaming, and more</p></li><li><p>Q1: Based Rollup Summit in San Francisco featuring Ethereum co-founder Vitalik Buterin</p></li><li><p>Q2: Trailblazers Season 5 launched with 3M TAIKO rewards including 700K for Liquidity Royale</p></li><li><p>Q2: Based Rollup Summit Cannes Edition with 500+ participants including Justin Drake, Tomasz Stańczak, and ecosystem leaders</p></li><li><p>Q3: Trailblazers Season 5 concluded with 3M TAIKO distributed</p></li><li><p>Q3: Trailblazers Season 6 launched with The Arena and The Undercity dual-track system</p></li><li><p>Q3: Moon Party with K11 Art Foundation in Seoul alongside Maserati, Hypebeast, and luxury brands</p></li><li><p>Q3: Korea Blockchain Week presence with official Taiko Seoulmates Party</p></li><li><p>Q3: TOKEN2049 Singapore - partnered with ForkOff and IoNet to host "AI, DePIN &amp; RWA Builders" forum</p></li><li><p>Q3: Monthly Galxe campaigns featuring ecosystem projects like GemsTown, Symbiosis, CoNFT, engaging thousands of new users</p></li></ul><p><strong>Ecosystem growth:</strong></p><ul><li><p>Q1: TAIKO listed on Revolut, opening access to 45 million users across 50 countries</p></li><li><p>Q2: TAIKO listed on Binance Futures with 1.495M TAIKO rewards distribution</p></li><li><p>Q4: Avalon Labs partnership - Leading Bitcoin-focused capital markets platform deploying complete RWA and stablecoin infrastructure on Taiko, bringing institutional-grade yield products and sustainable liquidity</p></li><li><p>Q4: TaikoSwap - Native DEX launched with battle-tested Uniswap architecture (ETH/USDC, TAIKO/USDC, TAIKO/ETH pairs)</p></li></ul><p><strong>By the numbers:</strong></p><ul><li><p>909.3M transactions processed since mainnet launch</p></li><li><p>2.3M active addresses engaging with the network</p></li><li><p>$12.6M in rent paid to L1 - real value settled on Ethereum</p></li><li><p>Over 1 million combined followers across Discord and X</p></li><li><p>Multiple Trailblazers seasons engaging hundreds of thousands of users</p></li></ul><p><strong>Read more:</strong></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taiko-x-avalon-labs-building-the-future-of-rwa-on-truly-decentralized-infrastructure"><u>Taiko × Avalon Labs Partnership</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://paragraph.com/@taiko-labs/taikoswapislive"><u>TaikoSwap Launch</u></a></p></li></ul><br><h2 id="h-what-2025-taught-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What 2025 taught us</strong></h2><p>The most difficult technical problems aren't impossible. They're just hard.</p><p>Based rollups work. Decentralized sequencing works. Full ZK coverage works. Sub-second finality works. All without compromise.</p><p>We didn't wait for permission. We didn't accept "good enough." We built what Ethereum scaling should be.</p><p>From launching our DAO in January to achieving 100% ZK coverage in December, 2025 was about execution. We proved that you can build infrastructure that's fast, secure, and fully decentralized; not eventually, but today.</p><h2 id="h-what-were-proving-in-2026" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What we're proving in 2026</strong></h2><ul><li><p>Shasta hardfork: Enhanced ZK requirements, permissionless preconfirmations, protocol optimizations</p></li><li><p>Gwyneth testnet and production rollout</p></li><li><p>Continued ecosystem growth and strategic partnerships</p></li></ul><p>The future is based. The future is fast. The future is proven.</p><p><strong>The future is Taiko.</strong></p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><br><br><br><br><strong>Join us </strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></h2><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute<span data-name="nerd" class="emoji" data-type="emoji">🤓</span></strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.<br></p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Murat)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4d8dcca0874b53d88c4e0c975651f54c9c8c23890fc7c85482c331536bc71dee.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[
Taiko Welcomes Gattaca to Security Council]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-welcomes-gattaca-to-security-council</link>
            <guid>61Jgl4Zd4wDqBrHW6NU2</guid>
            <pubDate>Tue, 23 Dec 2025 02:52:35 GMT</pubDate>
            <description><![CDATA[The Taiko Security Council is expanding with the addition of Gattaca, bringing specialized expertise in transaction supply chain infrastructure as the protocol matures. Broadening Security Beyond the Protocol Layer As Taiko scales and institutional adoption accelerates, the Council's mandate extends beyond base protocol security. Gattaca, a research-driven crypto technology company focused on building trading and MEV-related infrastructure, brings expertise that positions the Council to addre...]]></description>
            <content:encoded><![CDATA[<p>The Taiko Security Council is expanding with the addition of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gattaca.com/"><u>Gattaca</u></a>, bringing specialized expertise in transaction supply chain infrastructure as the protocol matures.</p><p><strong>Broadening Security Beyond the Protocol Layer</strong></p><p>As Taiko scales and institutional adoption accelerates, the Council's mandate extends beyond base protocol security. Gattaca, a research-driven crypto technology company focused on building trading and MEV-related infrastructure, brings expertise that positions the Council to address security considerations at every layer,  from the base protocol to the economic mechanisms that govern transaction ordering and execution.</p><p>The expanded Council maintains its core responsibilities: managing proposal flows, coordinating emergency responses for critical vulnerabilities, and ensuring Taiko's security standards align with Ethereum's infrastructure. With the addition of a ninth member, the approval thresholds adjust to 7 of 9 for emergency proposals and 6 of 9 for standard proposals.</p><p><strong>Updated Council Composition</strong></p><ul><li><p>Aragon</p></li><li><p>Chainbound</p></li><li><p>Drew Van der Werff</p></li><li><p>Gattaca</p></li><li><p>Halborn</p></li><li><p>L2Beat</p></li><li><p>Nethermind</p></li><li><p>Taiko Labs Limited</p></li><li><p>Toni (Ethereum Foundation)</p></li></ul><p>As Taiko's DAO continues to develop, the Security Council's composition will evolve to meet the protocol's needs. This addition reflects the growing complexity of securing decentralized infrastructure, where transaction ordering, MEV mitigation, and economic security are increasingly critical to institutional deployment.</p><br><p><strong>About Gattaca:</strong><br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.gattaca.com/">Gattaca</a> is a research-driven crypto technology company based in London. We have deep experience across the transaction supply chain; primarily focused on building trading and MEV related infrastructure and services.</p><p><br><br><strong>About Taiko:<br></strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/">Taiko</a>, the first based rollup on Ethereum, is designed to address the scalability challenges of the Ethereum network. Using based rollup technology, Taiko significantly reduces transaction costs and enhances security, providing a seamless and efficient user experience without compromising decentralization. Taiko's preconfirmations technology further enhances this experience by delivering near-instant transaction confirmation, eliminating the uncertainty and waiting times that have traditionally made blockchain applications impractical for real-world use cases requiring immediate feedback.</p><p><br><br><strong>Join us </strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></p><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute </strong><span data-name="nerd" class="emoji" data-type="emoji">🤓</span></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/78378bd93c64bf68cafe0dec627830a365f3c566a193a6a7b73b63e02f8d02ee.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko x Avalon Labs: Building the Future of RWA on Truly Decentralized Infrastructure]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-x-avalon-labs-building-the-future-of-rwa-on-truly-decentralized-infrastructure</link>
            <guid>UiNnqwrlQ46AYMOmJB5i</guid>
            <pubDate>Mon, 22 Dec 2025 03:30:48 GMT</pubDate>
            <description><![CDATA[We are excited to announce our strategic partnership with Avalon Labs. This is not just another integration. It's a definitive statement: the future of sustainable, transparent DeFi is being built on truly decentralized infrastructure. Avalon Labs will deploy its complete stablecoin and Real-World Asset (RWA) infrastructure on Taiko, bringing:Sustainable stablecoin liquidityInstitutional-grade RWA yield productsPermissionless, censorship-resistant railsThe Roadmap: Bringing RWA Yields to Taik...]]></description>
            <content:encoded><![CDATA[<p>We are excited to announce our strategic partnership with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.avalonfinance.xyz/"><u>Avalon Labs</u></a>. This is not just another integration. It's a definitive statement: the future of sustainable, transparent DeFi is being built on truly decentralized infrastructure. Avalon Labs will deploy its complete stablecoin and Real-World Asset (RWA) infrastructure on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><u>Taiko</u></a>, bringing:</p><ul><li><p>Sustainable stablecoin liquidity</p></li><li><p>Institutional-grade RWA yield products</p></li><li><p>Permissionless, censorship-resistant rails</p></li></ul><h1 id="h-the-roadmap-bringing-rwa-yields-to-taiko" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Roadmap: Bringing RWA Yields to Taiko</h1><p>This partnership with Avalon Labs is centered on one core objective: injecting meaningful liquidity into the Taiko ecosystem to power real-world asset acquisition and yield generation. By combining essential technical components, compliance-ready operations, and a real-world yield framework. This work positions Taiko as a credible environment for institutional finance on a decentralized, Ethereum-aligned Layer 2.</p><h3 id="h-1-technical-infrastructure-for-institutional-finance" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. Technical Infrastructure for Institutional Finance</strong></h3><p>Taiko is set to become the home for Avalon’s institutional-grade infrastructure, with audited lending contracts, major oracle integrations, omnichain token standards, and native stablecoin minting and bridging all being deployed directly on the network. These components not only power Avalon’s products but also elevate Taiko’s technical foundation for developers building advanced financial applications.</p><h3 id="h-2compliance-and-institutional-operations-layer" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2.Compliance and Institutional Operations Layer</strong></h3><p>To support regulated institutions, Taiko will integrate Avalon’s compliance-ready operational layer, including onboarding workflows and institutional dashboards. This framework allows traditional financial entities to operate confidently on Taiko while benefiting from the neutrality and permissionless nature of a fully decentralized Layer 2.</p><h3 id="h-3rwa-yield-and-on-chain-capital-flow-architecture" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>3.RWA Yield and On-Chain Capital Flow Architecture</strong></h3><p>Avalon’s yield and capital-flow design will being executed entirely on Taiko, linking collateral deposits, stablecoin minting, and real-world yield sources. All liquidity and movements are transparently recorded on-chain, with users interacting natively on Taiko and the ecosystem benefiting from sustained, visible economic activity.</p><h1 id="h-why-avalon-labs-chose-to-build-on-taiko" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Why Avalon Labs Chose to Build on Taiko</h1><p>In a crowded Layer 2 landscape, Avalon Labs selected Taiko for one core reason: it offers the strongest long-term foundation for institutional-grade tokenized finance. Taiko’s based rollup architecture delivers the decentralization of Ethereum without sacrificing performance, enabling secure, scalable RWA, stablecoin, and on-chain capital market applications while avoiding the centralized risks seen in traditional sequencer models.</p><p>Taiko also provides the settlement guarantees institutions need. With ~2-second preconfirmations, transactions receive enterprise-level finality that supports real-time payments, high-volume trading, and large-scale asset operations. This level of predictability is critical for institutions moving meaningful value on-chain.</p><p>Ultimately, Taiko’s combination of Ethereum-native security, seamless composability, and a fully decentralized sequencer makes it one of the most trusted environments for tokenizing and trading real-world assets at scale. For builders focused on longevity, regulatory confidence, and transparent on-chain liquidity flows, Taiko stands out as the network purpose-built for institutional adoption.</p><h1 id="h-a-new-standard-for-institutional-finance" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">A New Standard for Institutional Finance</h1><p>This partnership positions Taiko as a core foundation for institutions moving into on-chain finance. It demonstrates that decentralization, compliance, and high performance can coexist without relying on centralized sequencers.</p><p>The combined infrastructure provides a regulation-aware path for tokenizing assets, issuing stablecoins, and enabling instant settlement through Taiko’s preconfirmations. It shows that institutional activity can run securely and transparently on decentralized rails.</p><p>As Avalon expands on Taiko, we expect more RWA issuers, payment providers, and stablecoin projects to follow, reinforcing that decentralized infrastructure is ready for institutional-scale adoption.</p><p>Taiko is where institutional finance meets fully decentralized infrastructure.<br></p><p><strong>About Avalon Labs:<br></strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.avalonfinance.xyz/"><u>Avalon Labs</u></a> is the leading on-chain, Bitcoin-focused capital markets platform and the issuer of USDa, the Bitcoin-collateralized stablecoin. To date, Avalon has facilitated more than $3.1 billion in loan volume and serviced over 20,000 BTC, earning the trust of institutions and individual users alike.</p><p>The protocol provides a full suite of financial products, including fixed-rate Bitcoin borrowing, institutional-grade yield strategies, decentralized lending, AI-powered RWA yield vaults, and high-yield staking. By bridging traditional finance with decentralized infrastructure, Avalon Labs is building the financial center for Bitcoin, offering secure, scalable, and transparent solutions for the digital asset economy.</p><br><p><strong>About Taiko:<br></strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><u>Taiko</u></a>, the first based rollup on Ethereum, is designed to address the scalability challenges of the Ethereum network. Using based rollup technology, Taiko significantly reduces transaction costs and enhances security, providing a seamless and efficient user experience without compromising decentralization. Taiko's preconfirmations technology further enhances this experience by delivering near-instant transaction confirmation, eliminating the uncertainty and waiting times that have traditionally made blockchain applications impractical for real-world use cases requiring immediate feedback.</p><br><p><strong>Join us </strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></p><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute </strong><span data-name="nerd" class="emoji" data-type="emoji">🤓</span></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.</p><p><br></p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c467fe9992cd564db134bcb7595c68349489e0c18789e4cae513538b7528b527.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Wrapping Up Season 6, Trailblazer Role and the Road Ahead]]></title>
            <link>https://paragraph.com/@taiko-labs/wrapping-up-season-6</link>
            <guid>JPEarfUYPZfKfCjJzBap</guid>
            <pubDate>Fri, 05 Dec 2025 12:04:08 GMT</pubDate>
            <description><![CDATA[Greetings, Trailblazers. Learn about the Season 6 rewards and the future of Trailblazers program. ]]></description>
            <content:encoded><![CDATA[<p>Greetings, Trailblazers.</p><p>In Season 6, we introduced <em>The Arena</em> and <em>The Undercity</em> as two new paths for Trailblazers. Season 6 will officially end on <strong>December 15, 2025</strong> and with it, the Trailblazers program incentives will stop. Before that though, let’s wrap up Season 6 and explain how rewards will work.</p><p><strong>Season 6 Rewards and the Trailblazer Role</strong></p><p>As many of you know, we have been using Guild to verify the Trailblazer role through Human (FKA Gitcoin) Passport scores. However, Guild no longer supports Gitcoin and has introduced a different passport system. Since we don’t want to make our Trailblazers deal with a new passport, we’re changing how the Trailblazer role works by splitting it into two requirements:</p><h4 id="h-heres-what-you-must-do" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>Here’s what you must do:</strong></h4><ul><li><p><strong>Get your Trailblazer role on Guild</strong> by completing two simple social tasks. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://guild.xyz/taiko/home￼￼">https://guild.xyz/taiko/home</a></p></li><li><p><strong>Keep your Human Passport Score (FKA Gitcoin Score) score above 17.<br></strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.passport.xyz/#/￼￼">https://app.passport.xyz/#/</a></p></li></ul><p>You <strong>will not verify your Human Passport on Guild</strong>, we will handle verification on the backend. However, your Guild connected wallet must have a Passport score of <strong>17 or higher</strong>. This change also closes a loophole where some users linked multiple wallets through a single Guild identity. <br><br><strong>Important: </strong>Make sure the wallet you’ve used for Trailblazers is your <strong>primary wallet on Guild</strong>, and is also the wallet that has 17 or higher Passport score.&nbsp;</p><p><strong>You have until December 20, 2025 to secure your Trailblazer role and Human Passport score.&nbsp;</strong></p><h4 id="h-reward-breakdown-for-the-arena" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>Reward breakdown for The Arena:</strong></h4><ul><li><p>No Trailblazer role + No Passport score → <strong>50% of rewards</strong></p></li><li><p>Trailblazer role + No Passport score → <strong>75% of rewards</strong></p></li><li><p>Trailblazer role + Passport score ≥ 17 → <strong>100% of rewards</strong></p></li></ul><p>These rules apply <strong>only to The Arena</strong>. The Undercity remains unrestricted.</p><p><strong>What is Changing?&nbsp;</strong></p><p>We are simply transitioning away from fixed rewards and pausing the prize pool for now. The core experience remains and we will continue running Trailblazers as we explore new formats, events and opportunities.</p><p>Trailblazers has been a daily ritual for many of you, and we’re grateful for the incredible dedication shown over the past 18+ months. We’ve distributed more than <strong>30 million TAIKO tokens</strong>, created unforgettable moments and built one of the most active programs in blockchain ecosystem.</p><p>Through thick and thin, you showed up, competed, contributed, and shaped this journey with us. We hope Trailblazers gave you not only rewards, but also experiences, friendships, and memories worth keeping. To every Trailblazer who stood the test of time, <strong>thank you.</strong></p><p><strong>The Arena is Moving Forward</strong></p><p>The Arena will stay open and active. Games, tournaments and special events will continue and participating titles may still offer rewards at their discretion. Our goal is to keep The Arena growing into a vibrant hub for Web3 gaming, a place where new games launch, players compete and communities form.&nbsp;</p><p>This is not the end, just the beginning of a more flexible and evolving chapter. Whether you are a competitor, a builder or a supporter, we are excited to keep growing with you as Trailblazers continues into its next phase.</p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us<span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></strong></h2><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us <span data-name="drum" class="emoji" data-type="emoji">🥁</span></strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute<span data-name="nerd" class="emoji" data-type="emoji">🤓</span></strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.<br></p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Murat)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/948abb6d3cb94f2b13474c1062f162fc5b8b0d054f3e472be44286210a69d242.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko Achieves 100% ZK Coverage: The Future of Rollup Security Is Here]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-achieves-100percent-zk-coverage-the-future-of-rollup-security-is-here</link>
            <guid>1oc1HvSsUjaNhcpBCsX7</guid>
            <pubDate>Thu, 04 Dec 2025 04:51:39 GMT</pubDate>
            <description><![CDATA[Introduction: A Milestone in Rollup MaturityStarting this week, every block on Taiko mainnet is proven with zero-knowledge (ZK) proofs. Not someday but TODAY! This achievement marks a step toward Stage 2 rollup maturity, the highest standard of decentralization defined by Vitalik Buterin and the Ethereum community. While implemented as a soft requirement today, every mainnet batch is already being proven with ZK in production. In an industry where "decentralization roadmaps" often replace act...]]></description>
            <content:encoded><![CDATA[<h2 id="h-introduction-a-milestone-in-rollup-maturity" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Introduction: A Milestone in Rollup Maturity</strong></h2><p>Starting this week, every block on Taiko mainnet is proven with zero-knowledge (ZK) proofs. Not someday but TODAY!</p><p>This achievement marks a step toward Stage 2 rollup maturity, the highest standard of decentralization defined by Vitalik Buterin and the Ethereum community. While implemented as a soft requirement today, every mainnet batch is already being proven with ZK in production.</p><p>In an industry where "decentralization roadmaps" often replace actual decentralization, Taiko is demonstrating that you can build infrastructure that's secure today, not eventually.</p><h2 id="h-zk-and-taiko-powered-by-sp1-and-risc-zero" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>ZK and Taiko: Powered by SP1 &amp; RISC Zero</strong></h2><p>Our progress is driven by partnerships with two leading zkVM (zero knowledge Virtual Machine) providers: Succinct's SP1 and Boundless, by RISC Zero. Together, they unlock the breakthroughs needed for 100% ZK on Taiko:</p><ul><li><p><strong>Flexible economics with Succinct</strong>, shifting from fixed-rate to usage-based pricing</p></li><li><p><strong>100% ZK on-chain proving</strong> for all transactions using both SP1 and RISC Zero</p></li></ul><p>SP1 provides centralized performance with seamless developer experience. Succinct’s managed service delivers 4–28x speedups over previous versions, reducing workloads from hours to minutes. This streamlined integration gives developers enterprise-grade proving without having to manage any infrastructure.</p><p>RISC<strong> </strong>Zero<strong> </strong>brings scalable decentralized proving. Its marketplace includes thousands of open provers equipped with GPUs, enabling verifiable computation over arbitrary code. This distributed design ensures resilience, cost efficiency, and strong cryptographic guarantees.</p><p>By combining a performance-optimized system with a decentralized one, Taiko ensures 24/7 reliability and rapid adoption of ZK innovations. With ZK-proven blocks and Taiko’s based rollup architecture, security becomes compounding and trust-minimized<br></p><h2 id="h-how-zk-proving-works-on-taiko" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How ZK Proving Works on Taiko</strong></h2><h3 id="h-from-transaction-to-proof-the-complete-pipeline" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>From Transaction to Proof: The Complete Pipeline</strong></h3><p><strong>1. Block Execution<br></strong>Transactions submitted to Taiko are executed and organized into blocks, then grouped into batches for efficient proving.</p><p><strong>2. zkVM Processing<br></strong>Each batch is executed inside zkVM. Think of it as a transparent computer: it processes your transactions while simultaneously generating mathematical proof that every computation was performed correctly according to protocol rules.</p><p>The zkVM doesn't just verify, it creates unforgeable cryptographic receipts for every state transition.</p><p><strong>3. Multiple Proving Options<br></strong> Taiko maintains redundancy through multiple proving systems:</p><ul><li><p><strong>SP1</strong> (Succinct) - primary proving system</p></li><li><p><strong>RISC Zero </strong>- backup system for resilience</p></li></ul><p>This multi-vendor approach ensures 24/7 reliability while enabling us to quickly adopt improvements from the broader ZK ecosystem.</p><p><strong>4. L1 Verification<br></strong>Generated proofs are submitted to Ethereum L1, where verifier contracts check their validity. The beauty of ZK proofs: generating them takes minutes, but verifying takes milliseconds and saving gas considerably by using proof aggregation . This asymmetry makes ZK proofs perfect for rollup security，expensive to fake, cheap to verify.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/234d6000ee4ded6741ea93cdf321c4d16569d0ef3a9ac1d88bb38403a49cb515.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAIAAAAK4lpAAAAACXBIWXMAABYlAAAWJQFJUiTwAAAE/klEQVR4nE2Ub0wTdxjHL3vlq2UuU18s27LFuBjnskxcHJrMzU3EOdHNItpylBa7u/LvCqPlX6+9CtcrbY9WugMp5dqivdBSDqhCsVLbgtq1CHLLdBujKm10E7tlkRczmckCp8xPfq+eF8/neX5P8gVkq1Q9R6lUVlVVwRCMVCNINVKvUmk1mroahaK68pSktEwirlEgWo1mtVhTDssViAJdRbnKWh8IgvjOAFKNQBAEguCaSSYtk8MwTdPMCp5O6oyTdvQznonQ+ERonGH63HQP43FR31s7qTOGltNoUzNFUVaLhdDjSDUilUggCOLngyEYEIrAHbty33xnc0mJuKm5CdNicHnF7r371Fqs79x5k4kwWSxWqovqtgulsopapa2reyJ85XI4PDoW7O11dNs7ZRIhoccJI3no8JGDBV9D8vLiYlBQWCiRlp0UiYBSqXRn7p7cvZ/JKypbCYPJYmkhiAYN1tZuuRwO066efp9fXqM8cOx4XbPWzXgnr8Vv/fzLzM25YGjc5XboMJVGrVR+V9msRk+WSAuLS77Yn5+f/9XRowKhCDx4qADAcRxF0Wa1GgTBnTk79+zejeP40NAwx3EP7t//6ceZ+fl5LzvUYjSD38qXl/9euLMwP/9rNvsok05xc0nGZRsd8bI+Zmx02NvvRVENdEpWCcGEXk+SJI7jAEmSFEUxjMdoMklLS7UaTTQaTS0spBZSD5eWOG7mrz+zjTr8re0fFohADaHdmrt9c867kEI+eTWW/CEWvx5h+noSieuRSGg6mbwQCFjMZpp20jRNURSO6wFqFZqmg8FgIpG4EAhwHLeYTmcymcfLy+n0veyjByoUA15+TX0an+FmxkJjOlzn6HMMXhjMZh9ls9nU3TsPl5bm5mbj8auJRMLb3+8fHOQFJEk+EzCMh2XZaDQaunSpy2Yb8HrZgYHUwkIsHPZ5XMy58xaz2WnvIVHM1+u6fetWgB309TPTczN3f0sRqoZRn//uvTuRSGgqFhsZHmZZlhdYLRbAarHyG3j7vcFgMBqNTieT08kkx3EepzM0Grw+FVlcTD3554nHcw4AgC1b3uihe/94+Hv86tSA3ycCiwAA2JGzbfbmbCwaDowEgsFRhmH+3wBFUV5A0zS/BP9FszduTIQuPV5ezmaz3Nz0VCwGPCcvPy+TSf/79Cnr9a0VKyrkbmfv0NDK+AzDuJxOkiRRFF0R4Dj+/NQMy7L8MSavRGLhcOYZaaqjPZNO2Xs7RwJ+L9MXGr+4uJiiOtpJPU6YWi1Wo0Hf2tNtZ1nW7XLbbDatTtusVq8I+Hh4UeN2uf1+v6PPYTDru2g7oqo93aY3d5DXbsTnbnNT8Whrm05Rhzj6HIo6RAaVRiYjFy8HhWLR/sN5B47ml1dVCIoE7+dsF4pOSMukAAzBaxH0ouas/axKWWdsNxvMJr2htZ00Ylq09OSJ+lqkvhaBIVl3b4+tq1OlrFOrm4wmI9FGiCViUCoWlRR/eeSYWFr2aV4+CIKATCaDIAiGYD6I+MxCUdRAGJoaGish2D84SLS06jCsCobf3rDho23v2c50VMGwDsMIvb646ERjQwNJkpgWw7SYVqORSMuA9ZuAVzcBwEslJeIVAQ8MwbxmLVyVSmWxUFgkEHxTUPDB1q2b1q37ZNfHb23c+Por6/P3fV4kKDwuOCaVSNZCFIZgftbGehX/ZDLZf8yMDappU+vPAAAAAElFTkSuQmCC" nextheight="598" nextwidth="1240" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">How ZK Proving Works on Taiko <br></figcaption></figure><h2 id="h-why-this-matters-the-path-to-stage-2" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why This Matters: The Path to Stage 2</strong></h2><p>The Ethereum community defines rollup maturity across three stages: Stage 0 rollups are controlled by a small team, Stage 1 systems introduce partial decentralization with safety guardrails, and Stage 2 represents full trust minimization where the protocol is secured entirely by code. Most rollups remain at Stage 0, and only a few have reached Stage 1. Stage 2 is the real endgame, and achieving it requires full-chain ZK proofs.</p><p>Reaching 100% ZK coverage is a long-term commitment. By achieving full ZK coverage now, Taiko ensures its security model will remain robust not only today, but as the ecosystem grows over the coming decade.</p><h2 id="h-the-zk-road-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The ZK Road Ahead</strong></h2><p>We're expanding Taiko’s proving ecosystem beyond SP1 and RISC<strong> </strong>Zero to include others like Brevis, Zisk, and OpenVM, etc. This multi-provider design ensures redundancy, optionality, and fast access to proving innovations as the ZK landscape evolves.</p><p>With full-chain ZK already live, we're now optimizing the protocol, client, and node architecture to make proving native at every layer, reducing overhead, improving parallelism, and smoothing proving workflows so the system can scale as zkVM performance increases.</p><p>Our long-term direction is to turn ZK into invisible infrastructure: proofs generated continuously at the node layer, verification embedded at the protocol layer, and developers never needing to reason about circuits or proving systems, only that every transaction and state transition is secured by ZK by default.</p><h2 id="h-conclusion-a-new-standard" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Conclusion: A New Standard</strong></h2><p>Achieving 100% ZK coverage isn't just a Taiko milestone; it's a statement about what rollups should be.</p><p>In an industry where "decentralization" often means "eventual decentralization" and "trust-minimized" means "trust us for now," Taiko is taking a different approach:</p><ul><li><p><strong>Secure today</strong>, not eventually</p></li><li><p><strong>Decentralized in practice</strong>, not just theory</p></li><li><p><strong>Proven through mathematics</strong>, not marketing</p></li></ul><p><br>The future of Ethereum scaling is zero-knowledge.<br>And that future is being built on Taiko, one mathematically verified block at a time.<br><br></p><p><strong>Join us </strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></p><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute </strong><span data-name="nerd" class="emoji" data-type="emoji">🤓</span></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/922b9bb8ece9e08551fc3f712b71721ec832c75c1b308868aeef9648da5a83ed.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[TaikoSwap, Our Native DEX, Is Now Live!]]></title>
            <link>https://paragraph.com/@taiko-labs/taikoswapislive</link>
            <guid>XTXncXK1SPLk1fJfgRK4</guid>
            <pubDate>Thu, 20 Nov 2025 10:37:14 GMT</pubDate>
            <description><![CDATA[As a based rollup, Taiko offers Ethereum-level security and decentralization. Being a Type 1 rollup, Taiko is the rollup most closely aligned with Ethereum both technically and philosophically.

TaikoSwap reflects this closeness by providing an Ethereum-like experience that is faster and cheaper. If you want to trade and participate in DeFi within an ecosystem that feels just like Ethereum, only better, TaikoSwap is for you.]]></description>
            <content:encoded><![CDATA[<p>DeFi remains one of the most popular use cases of blockchain technology, empowering users to participate in decentralized financial activities. Building a truly seamless DeFi experience, however, is no easy task. It requires the perfect blend of security, liquidity, and continuous growth.</p><p>We are proud to introduce <strong>TaikoSwap</strong>, a platform built to embody these principles. It is a place designed to evolve alongside our ecosystem.</p><p><strong>What Is TaikoSwap?</strong></p><p><strong>TaikoSwap</strong> is the native decentralized exchange (DEX) of the Taiko network.</p><p>As a based rollup, <strong>Taiko</strong> offers Ethereum-level security and decentralization. Being a <strong>Type 1 rollup</strong>, Taiko is the rollup most closely aligned with Ethereum both technically and philosophically.</p><p>TaikoSwap is built on the open-source Uniswap architecture, one of the most battle-tested DEX and widely used frameworks. By leveraging proven infrastructure, we can deliver a trustworthy trading experience while expanding upon it with Taiko-specific improvements over time.</p><p>TaikoSwap reflects this closeness by providing an Ethereum-like experience that is faster and cheaper. If you want to trade and participate in DeFi within an ecosystem that feels just like Ethereum, only better, TaikoSwap is for you.<br><br>Experience TaikoSwap, now: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://swap.taiko.xyz/">https://swap.taiko.xyz/</a></p><p><strong>Trading Pairs at Launch</strong></p><p>At launch, TaikoSwap will support trading across three key pairs to ensure a smooth and liquid trading experience:</p><ul><li><p><strong>ETH / USDC</strong></p></li><li><p><strong>TAIKO / USDC</strong></p></li><li><p><strong>TAIKO / ETH</strong></p></li></ul><p>TaikoSwap is modular by design, with new features and pairs to be added over time.  Join early and be part of its growth.</p><p><strong>Looking Ahead</strong></p><p>TaikoSwap represents an important step in our decentralized vision. It enhances the user experience within the Taiko ecosystem while expanding DeFi possibilities for everyone.</p><p>Security, scalability, and innovation remain at the core of what we build. TaikoSwap is just the beginning. <br><br>Be a part of the movement.</p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us </strong><span data-name="growing_heart" class="emoji" data-type="emoji">💗</span></h2><p>Explore open positions on our&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us </strong><span data-name="drum" class="emoji" data-type="emoji">🥁</span></h2><p>Get the latest from Taiko:</p><ul><li><p>Website:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast:&nbsp;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute </strong><span data-name="nerd" class="emoji" data-type="emoji">🤓</span></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with&nbsp;the&nbsp;<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.<br></p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <category>dex</category>
            <category>ethereum</category>
            <category>taiko</category>
            <category>trading</category>
            <category>crypto</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/0f2d7ef7235b0c9e0db2385deb744f630a04bb0e4ae4dd623dd5a432a8630e7d.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Taiko Stack Selected by ENS for Namechain Based Rollup]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-stack-selected-by-ens-for-namechain-based-rollup</link>
            <guid>CP9zBvkC5hygDbugqapc</guid>
            <pubDate>Tue, 18 Nov 2025 02:52:49 GMT</pubDate>
            <description><![CDATA[ENS, Ethereum&apos;s most widely used naming protocol, has chosen the Taiko stack as the foundation for Namechain, its dedicated ZK rollup for decentralized naming services. Namechain will deploy as a based rollup using Surge, Nethermind&apos;s framework built on Taiko&apos;s technology. One of Ethereum&apos;s most critical infrastructure protocols is launching with the architecture Taiko pioneered and brought to production.Why This MattersWhen ENS (responsible for human-readable addresses ac...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ens.domains/">ENS,</a> Ethereum&apos;s most widely used naming protocol, has chosen the Taiko stack as the foundation for Namechain, its dedicated ZK rollup for decentralized naming services.</p><p>Namechain will deploy as a based rollup using Surge, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.nethermind.io/">Nethermind&apos;s</a> framework built on Taiko&apos;s technology. One of Ethereum&apos;s most critical infrastructure protocols is launching with the architecture Taiko pioneered and brought to production.</p><h2 id="h-why-this-matters" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why This Matters</strong></h2><p>When ENS (responsible for human-readable addresses across the entire Ethereum ecosystem) commits to a based architecture from launch, it validates everything Taiko has been building. Based rollups are production-ready, and they&apos;re the future of Ethereum-aligned scaling.</p><p>Taiko&apos;s technology made it possible for ENS to skip progressive decentralization entirely and launch Namechain as a fully based rollup.</p><h2 id="h-proof-not-promises" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Proof, Not Promises</strong></h2><p>Taiko didn&apos;t just theorize about based sequencing. We shipped it. Since mainnet launch in May 2024:</p><ul><li><p>50M+ transactions processed with zero downtime</p></li><li><p>Sub-second preconfirmations in production, not whitepapers</p></li><li><p>Ethereum validators sequencing L2 blocks efficiently and reliably</p></li><li><p>Performance without centralization at scale</p></li></ul><p>As ENS Labs wrote in their decision to move Namechain to Surge: &quot;We were presented with the rare opportunity to skip several steps in the &apos;progressive decentralization&apos; pathway.&quot; By realizing they could build based rollups using Surge and launch with maximal decentralization from day one, ENS chose not just infrastructure in production, but the infrastructure aligned with their core mission.</p><h2 id="h-what-the-taiko-stack-delivers" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What the Taiko Stack Delivers</strong></h2><p>Building on Taiko&apos;s technology through Nethermind&apos;s Surge, Namechain inherits:</p><p>Infrastructure</p><ul><li><p>Ethereum-native sequencing with no centralized operators</p></li><li><p>Stage 1 rollup from launch with a credible path to Stage 2</p></li><li><p>Battle-tested stack: the same infrastructure running Taiko mainnet</p></li><li><p>Open-source and credibly neutral with no corporate capture</p></li></ul><p>The Technical Breakthrough</p><p>ENS needs near-instant name resolution across chains with cryptographic security guarantees. Traditional L2s force a choice between decentralization and performance. Based rollups eliminate that tradeoff.</p><p>Namechain leverages preconfirmation technology (which Taiko brought to production on mainnet) to deliver state updates in seconds, not hours. This solves a critical CCIP-Read bottleneck that has plagued ENS for years. Combined with TEE-backed proofs and based sequencing, Namechain achieves institutional-grade performance with full decentralization from launch.</p><p>Only possible because Taiko shipped preconfirmations first.</p><h2 id="h-what-this-opens-up" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What This Opens Up</strong></h2><p>If ENS (with its stringent reliability requirements and deep Ethereum alignment) can build on this stack, any application can. Namechain sets a new standard for what&apos;s possible when you refuse to compromise on decentralization.</p><p>This deployment shows based rollups aren&apos;t just theoretically superior. They&apos;re the practical choice for teams building critical Ethereum infrastructure.</p><p>For teams evaluating rollup frameworks, Namechain is the reference implementation. For the ecosystem, it demonstrates that the based rollup thesis isn&apos;t aspirational. It&apos;s here, and it&apos;s working.</p><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What&apos;s Next</strong></h2><p>As Namechain moves through internal testing toward public testnet (Q2 2026) and mainnet launch, it will demonstrate at scale what Taiko has already established: you don&apos;t need to centralize to scale Ethereum.</p><p>Nethermind provides infrastructure operations and the Surge framework. Taiko provides the based sequencing technology and preconfirmations protocol. ENS brings product vision and naming protocol expertise. This collaboration shows how open-source infrastructure enables mission-critical applications without vendor lock-in.</p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us 💗</strong></h2><p>Explore open positions on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers"><strong>job board</strong></a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us 🥁</strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/"><strong>https://taiko.xyz</strong></a>.</p></li><li><p>Discord: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz"><strong>https://discord.gg/taikoxyz</strong></a>.</p></li><li><p>GitHub: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz"><strong>https://github.com/taikoxyz</strong></a>.</p></li><li><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz"><strong>https://twitter.com/taikoxyz</strong></a>.</p></li><li><p>Community forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/"><strong>https://community.taiko.xyz</strong></a>.</p></li><li><p>YouTube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz"><strong>https://www.youtube.com/@taikoxyz</strong></a>.</p></li><li><p>Warpcast: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz"><strong>https://warpcast.com/taikoxyz</strong></a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute 🤓</strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md"><strong>contributing manual</strong></a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/90014d9ae0117f1bbe09b5e3656c74bfcf1e680839db073faec4b8b9e7e54ca8.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[ULTRA TX & Gwyneth — Synchronous composability across L1 & L2]]></title>
            <link>https://paragraph.com/@taiko-labs/ultra-tx-gwyneth-synchronous-composability-across-l1-l2</link>
            <guid>EgKqajoSKKIIz1BZgQll</guid>
            <pubDate>Tue, 11 Nov 2025 15:28:01 GMT</pubDate>
            <description><![CDATA[This writeup introduces synchronous composability via ULTRA TX by Gwyneth, explaining how they work together to make L1 and L2 blocks programmable and composable. Written by Arixon and reviewed by Brecht.0) TL;DR (mental model)One fat L1 transaction (“ULTRA TX”) sits at the top of each L1 block (mostly, not enforced yet). Read more about ULTRA TX here.Inside it, a master builder bundles: L1 account‑abstracted txs, multiple L2 blocks, proofs/witnesses, and the outputs of any cross‑chain calls....]]></description>
            <content:encoded><![CDATA[<p><em>This writeup introduces synchronous composability via ULTRA TX by Gwyneth, explaining how they work together to make L1 and L2 blocks programmable and composable.</em></p><p><em>Written by </em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/arixoneth/"><em>Arixon</em></a> and reviewed by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Brechtpd">Brecht</a>.</p><h2 id="h-0-tldr-mental-model" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">0) TL;DR (mental model)</h2><ul><li><p><strong>One fat L1 transaction (“ULTRA TX”)</strong> sits at the top of each L1 block (mostly, not enforced yet). Read more about ULTRA TX <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethresear.ch/t/ultra-tx-programmable-blocks-one-transaction-is-all-you-need-for-a-unified-and-extendable-ethereum/21673">here</a>.</p></li><li><p>Inside it, a <strong>master builder</strong> bundles: L1 account‑abstracted txs, multiple L2 blocks, proofs/witnesses, and the outputs of any <strong>cross‑chain calls</strong>.</p></li><li><p><strong>Gwyneth</strong> is the execution stack that makes this possible: a modified REVM + block builder based on Reth + proposer + <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://reth.rs/exex/overview/">execution extension (ExEx)</a> that can <strong>simulate L1 and L2 together</strong> and later <strong>replay</strong> the same effects onchain.</p></li><li><p>Result: <strong>synchronous composability</strong> between L1 and many L2s with <strong>atomicity</strong> and <strong>single‑proof</strong> verification, without changing L1 rules.</p></li></ul><h2 id="h-1-why-this-exists-the-problem" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1) Why this exists (the problem)</h2><p>Cross‑chain UX today is split across async messages and “hope it lands” flows:</p><ul><li><p>You can’t easily <strong>enforce invariants across transactions</strong>.</p></li><li><p>L1→L2 calls that need a <strong>return value</strong> are clunky.</p></li><li><p>L2s want to <strong>settle together</strong> (share blobs, aggregate proofs) every L1 block if possible.</p></li></ul><p><strong>Goal:</strong> Make a block feel like a <em>programmable container</em> where L1 and L2 work can run, talk to each other, and then be committed atomically.</p><h2 id="h-2-the-moving-parts-roles" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2) The moving parts (roles)</h2><ul><li><p><strong>Custom REVM (“Gwyneth REVM”)</strong> — runs transactions across many chains <em>in one process</em>; records a detailed <strong>journal</strong> (reads/writes, call trees, modes).</p></li><li><p><strong>ULTRA Block Builder</strong> — picks/executes txs across L1+L2, enforces size/fee limits, collects witnesses, and prepares the ULTRA payload.</p></li><li><p><strong>Stateless Validator</strong> — turns execution traces into compact proofs/witness data so verifiers can re‑execute without full state.</p></li><li><p><strong>Block Proposer</strong> — packages everything into an <strong>EIP‑4844 blob</strong> and submits the ULTRA transaction to L1.</p></li><li><p><strong>Custom Execution Extension (ExEx)</strong> — watches L1, decodes ULTRA payloads, <strong>rebuilds L2 blocks</strong> via Engine API, updates forkchoice, and handles reorgs.</p></li><li><p><strong>SimpleMultiChainDB &amp; Global Nodes Map</strong> — lightweight layer that gives the REVM read/write access to state across many chains within the same process.</p></li></ul><h2 id="h-3-the-core-idea-how-it-works-step-by-step" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3) The core idea (how it works, step by step)</h2><h3 id="h-31-build-time-offchain" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3.1 Build time (offchain)</h3><ol><li><p><strong>Gather inputs.</strong> Pending L1 AA txs and many L2 txs sit in a shared pool. <em>(Note: Non AA txs can still be executed after ULTRA TX in the L1 block)</em></p></li><li><p><strong>Execute locally.</strong> The builder runs them through the Gwyneth REVM with a multi‑chain DB.</p><ul><li><p>When a contract wants to “call another chain”, it tags the next call using a tiny <strong>precompile</strong>. REVM then either:</p><ul><li><p><strong>Simulates</strong> that cross‑chain segment (for build/prove), or</p></li><li><p>Marks it as <strong>L1‑Direct</strong> work that must actually run on L1 during proposal.</p></li></ul></li></ul></li><li><p><strong>Record everything.</strong> The REVM keeps a <strong>journal</strong>: storage diffs, balances, code reads, and a full <strong>call tree</strong> (including cross‑chain hops). These become your <strong>witness</strong>.</p></li><li><p><strong>Package.</strong> The builder stops once gas/blob/byte caps are met and constructs the <strong>ULTRA payload</strong>:</p><ul><li><p>Per‑L2 transactions/state roots</p></li><li><p>L1 AA tx batch (if any)</p></li><li><p><strong>Extension outputs</strong> (return data for off‑L1 functionality) to be provided to a simple onchain <strong>ExtensionOracle</strong></p></li><li><p>Proof inputs / sidecars for stateless verification</p></li></ul></li><li><p><strong>Propose.</strong> The proposer sends an EIP‑4844 transaction carrying the ULTRA payload to the L1 rollup contract.</p></li></ol><h3 id="h-32-inclusion-time-onchain" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3.2 Inclusion time (onchain)</h3><ol><li><p><strong>Top of block.</strong> Ideally the ULTRA TX is placed <strong>first</strong>, so the latest L1 state is known to everything inside it. Although this is the preferred functionality, non top of block inclusion is also supported.</p></li><li><p><strong>Replay &amp; verify.</strong> The contract:</p><ul><li><p>Checks the recorded pre-state (block hash, beacon root, timestamp, prevrandao, parent ULTRA hash) and blob commitments,</p></li><li><p><strong>Verifies proofs</strong> (or performs the configured checks) up front,</p></li><li><p>Replays the recorded L1 work in order—prestate assertions, <code>ExtensionOracle.setTap</code>, smart-account calls, and <code>applyStateDelta</code> writes—reverting the whole ULTRA TX on any mismatch.</p></li></ul></li></ol><h3 id="h-33-distribution-time-to-l2s" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3.3 Distribution time (to L2s)</h3><ol><li><p><strong>ExEx picks it up.</strong> ExEx watches L1, decodes the ULTRA payload, and for each L2:</p><ul><li><p>Rebuilds the L2 block via Engine API using the included data/witnesses,</p></li><li><p>Advances the L2 head and <strong>pins finality</strong> to the finalized L1 block window,</p></li><li><p>Updates a global map from <em>“which L1 block → which L2 heads”</em>.</p></li></ul></li></ol><p>Result: every L2 gets a canonical block that is <strong>causally tied</strong> to that specific L1 block.</p><h2 id="h-4-a-concrete-example" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4) A concrete example</h2><p><strong>Scenario:</strong> Alice on L2‑A swaps token X for Y on L2‑B, but only if a small L1 rebalance also succeeds.</p><ol><li><p>Alice submits one tx to L2‑A.</p></li><li><p>In execution, her contract calls <code>xcalloptions(to=L2‑B)</code> then <code>DEX_B.swap(...)</code>.</p></li><li><p>On L2‑B the swap succeeds and returns <code>amountOut</code>.</p></li><li><p>Back on L2‑A, logic says: if <code>amountOut</code> ≥ threshold, perform an <strong>L1 direct</strong> top‑up (e.g., move ETH in a treasury). It marks that step <strong>L1‑Direct</strong>.</p></li><li><p>The builder records: (a) L2‑A &amp; L2‑B state diffs, (b) the <strong>expected</strong> return data for the L1‑Direct call, and ( c) orders the L1 AA call.</p></li><li><p>The ULTRA TX is proposed. Onchain, <code>Gwyneth</code> verifies the pre-state and proof first, primes the <strong>ExtensionOracle</strong> with the recorded return data, then replays the L1 AA call and diffs exactly as recorded—any mismatch reverts everything.</p></li><li><p>ExEx rebuilds both L2 blocks and finalizes them relative to that L1 block. Alice sees her swap and the L1 top‑up as a single atomic outcome.</p></li></ol><h2 id="h-5-developer-surface-l2a-l2b-erc20-xtransfer" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">5) Developer surface (L2‑A → L2‑B ERC‑20 xTransfer)</h2><p>Below is a concrete, example that moves an ERC‑20 balance from <strong>L2‑A</strong> to <strong>L2‑B</strong>. Users call this on <strong>L2‑A</strong>; Gwyneth routes the mint on <strong>L2‑B</strong> during build and enforces it during replay.</p><pre data-type="codeBlock" text="// On L2-A, user/script calls:
function moveTokensL2AToL2B(
    XERC20 token,      // deployed on both L2-A and L2-B (same code)
    uint256 chainIdL2B,    // destination chain ID
    address recipientL2B,  // recipient on L2-B
    uint256 amount
) external {
    // Debits sender on L2-A and requests a mint on L2-B.
    // Under the hood, token.on(chainIdL2B)._mint(...) is invoked cross-chain.
    token.xTransfer(chainIdL2B, recipientL2B, amount);
}
"><code><span class="hljs-comment">// On L2-A, user/script calls:</span>
<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">moveTokensL2AToL2B</span>(<span class="hljs-params">
    XERC20 token,      <span class="hljs-comment">// deployed on both L2-A and L2-B (same code)</span>
    <span class="hljs-keyword">uint256</span> chainIdL2B,    <span class="hljs-comment">// destination chain ID</span>
    <span class="hljs-keyword">address</span> recipientL2B,  <span class="hljs-comment">// recipient on L2-B</span>
    <span class="hljs-keyword">uint256</span> amount
</span>) <span class="hljs-title"><span class="hljs-keyword">external</span></span> </span>{
    <span class="hljs-comment">// Debits sender on L2-A and requests a mint on L2-B.</span>
    <span class="hljs-comment">// Under the hood, token.on(chainIdL2B)._mint(...) is invoked cross-chain.</span>
    token.xTransfer(chainIdL2B, recipientL2B, amount);
}
</code></pre><h4 id="h-what-gwynethultra-does-with-this-call" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">What Gwyneth/ULTRA does with this call</h4><ul><li><p>During <strong>build</strong>, Gwyneth REVM interprets <code>token.on(chainIdL2B)</code> as a cross‑chain frame and <strong>simulates</strong> <code>_mint(to, amount)</code> on L2‑B. It journals the L2‑A debit and the L2‑B mint diff.</p></li><li><p>The builder adds both diffs to the <strong>ULTRA payload</strong> and records witnesses.</p></li><li><p>On <strong>replay</strong>, the ULTRA contract enforces that the L2‑A debit and the L2‑B mint match the recorded witnesses; if anything differs, the whole ULTRA TX reverts (atomicity).</p></li></ul><h2 id="h-6-what-makes-it-safe-atomicity-and-validation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">6) What makes it safe (atomicity &amp; validation)</h2><ul><li><p><strong>One container, one proof:</strong> The whole bundle shares inputs, so you can prove/verify once. If any piece disagrees with the recorded witnesses/outputs, <strong>everything reverts</strong>.</p></li><li><p><strong>Top‑of‑block placement:</strong> Ensures the builder’s view of “latest L1 state” matches what the block will actually use.</p></li><li><p><strong>Reorg handling:</strong> If L1 reorgs, ExEx rewinds each L2 to the heads that were tied to the now‑canonical L1 block at that height.</p></li><li><p><strong>Stateless replay:</strong> Witnesses let independent verifiers reconstruct the execution without full state, making fraud/imprecision detectable.</p></li></ul><h2 id="h-7-what-it-doesnt-change" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">7) What it doesn’t change</h2><ul><li><p><strong>No L1 hard fork required.</strong> ULTRA TX is “just” a big AA transaction with rules enforced by contracts + proofs.</p></li><li><p><strong>Builder sophistication increases.</strong> To be competitive you need fast execution, witness generation, and (eventually) fast proving.</p></li><li><p><strong>Real‑time proving.</strong> Full L1↔L2 synchronicity with proofs under 12s is still an active engineering goal; interim designs can use TEEs/AVSs or limit what’s proven per block.</p></li></ul><p><em>Note: Proving is still under development, SGX and TDX coming soon.</em></p><h2 id="h-8-example-flows-for-the-visual-learners-like-myself" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">8) Example flows (for the visual learners like myself)</h2><p>These diagrams showcase multiple different scenarios for synchronus operations across chains, it should help you see how different origin/destination txs travel through the ULTRA TX pipeline.</p><h3 id="h-81-l1-l2-weth-xtransfer" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8.1 L1 → L2 WETH xTransfer</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/82a3d1866ad4fce97230a7396b372c53379dbad03ccac8b25397364c7fb26f2c.png" alt="L1 to L2" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATCAIAAAB+9pigAAAACXBIWXMAAAsTAAALEwEAmpwYAAAD3UlEQVR4nMWUbUxTVxjHj5/Mkpk5l8WNLRlslTeBodZVVhSpSqRjlupUCGgrCkQH0rVDxybQAqWs0GmhUNoKRRrSS+mLvb23Wu4so1b6ola6FyDOD5t7ywx2n9quCc1Z8Iphy9ynsT0fTs6Hc55f/v//OQ+AK1zgfwbEorF/PrAQjz/tCrlZeQX37/9w504QQoiimFKphjCOWkyYxTwT9KAm/dn6M17XtYDPZdLrg9PT1903IISuG24dov/u1+/9wZstYvH0XBC9iiv6+x3XiIuaYWXvoLJ38LxM2SntsZgxMGqwFLNKZmdnmppaBfXNc7NfvVfEfJ9bKhefbq2vys/JFQkqRYLKfQW7NH3KxuZPY9FYR7esuLwU82NDtuFCNts4aTojbixgsRolrampOc+voWxI3JpC2QbAetY75SAcDqMo6na7CYJAEMQwihw7tPvd/GxmXuaW9BcOMt/knShsb6gSCbhf3ppaiMdj0Zgz4HTcHnfcHsf9OBEgcD9+5aadCBBEgGDsYGelbM9Ipmck01OSaJyymsUMIpEIhDAUCkUikYfzD87VHanl7hPyOUfY1JdWg8K81z+s3l9XwUJN+m9mZr+9e1c2IKMWvFV2ulyLaeUjPWqzRm3WfKaTq8ZUz656Zf261E0bd2Yk0xMTsh8DwuEwuZKAjk9OiQRcIZ/Dq2C/uApQ0xJ2bUvbk5Ma8LlIBagLbVO1qc0a3G83TIyhXhT1oogTwT04JXHz3wBIBSTgt9B8ZcleZl5WDaeInv3aWgDSk547fnhP0c4s3GKwXLZiGCYbkOF+O+JEtJjW5sOX7Fp0ibGDTfrzVMCSggpJQ7VCIuj4+KSkoVrSUC0ScOe+Driuu70eL1/EpxfR61p421l5B6oO1rXwmnqEWkzrDDrpNGZKEu1PgEgkEgqFlmfwBPCobwW5EfI5ZMiLD/qRRVbPZYmmg7JlwxtbKS+nJWzK3zwR/IIEUDMZ1EzGX0MmFfzy048KiaC9oYrs293OWwIcfQIYIwxidRvqRS+MdHdd6jROmmTDspKakr7RPjqN+Qx4FYDVAKwDYM3hA5UAxwm5XAUhNBqt/aqhh/MPOIfYJ0qLxR9ViARcRg6tsfaokH98/97dep1OKlXEojGJXHry7Ae4Hx/93HCs9pTNh5/ramGXlzV3tm1MzwXLKvdtJvB4buE4ASGcmvIZjdbfo9ER3YhJr/e5xicJvEt6wemwTTiwAc2g1+M1Gq0QQvtVR69Kc+/ne56AV9Grnp4L6hBEIj1vs19Rq4cUiosGBDUg6OOfvOKzCP4btbBspv7n03SlAX8AdHhQ9n8EZfQAAAAASUVORK5CYII=" nextheight="1366" nextwidth="2277" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">L1 to L2</figcaption></figure><p><em>Key takeaways:</em> L1 account-abstraction frames can synchronously lock WETH on L1 while crediting L2-B. The ExtensionOracle feeds the recorded credit receipt so replayed AA logic observes the same xTransfer outcome the builder saw.</p><h3 id="h-82-l2-l1-weth-xtransfer" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8.2 L2 → L1 WETH xTransfer</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/544c0ae3482976db483c92d208ca62caf909d518992f36c999af3e63f6beb1f5.png" alt="L2 to L1 " blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATCAIAAAB+9pigAAAACXBIWXMAAAsTAAALEwEAmpwYAAADuElEQVR4nNWUbUxTVxjHz/ZhX0kMCRnTRBZf2EtKZQkYmVFmqBtDK8y1gjpaOqx3gCtUq72IUgWLZNAit+BobQsXLPQF4i23LX1bma2WVmDVqHSEaOKyZIH2w5Z7K9HmLNLNbM4sWxZj9s//w5OTnPzO83/OOQC+YIGXDHiYSLxYwH8XePDgx2h0HkI4M/Ndf//Qw0TC5/W4HfabN65Fwv5uZcf42OjcrRs+r9PtsM9/P3/nbhRCGJ6ddridCz8sXJ26OmIyBqfDDrczGApZLFbjMKHTDul1hksafNJ3DeC4MXdTQfB6UCJB2ewKmvq5rlqwv5TdLW/A5GJmdvbeYlZX65HqijL2TlYP1iOVnoUwWY8e383lkCHywmVsS1FRW28ni80WHvlyzWrG6sycjFXZWWtyAVhVxuYBiqIIwur3+wmC0Ol0BoOBz/mQW7y5trJkTxHjYNkWtG5vc8NnbSgilwrvL8xBCCmKCtwOkCEyZdeMK1XoLPi7GwqeemNWfuX+2iczoGk6tW1pKRaPxWRHhSXbGZ9zWe/nZryRBvIZac3icpm4SoJwIuEpl8uDoihfxNdYteZJi3nSorcNGL8xDXuHnwGszWT+CbC4uEjTdDy2dKnrDCYXqxUnFWcRxoZX018B5bs2H9izTYJwfF6nx+NTqVSi5vpOXNk3qk5ZN65DTiEqvO/vABRF0TRNUb981Vy/q5B57PCnH+SvByt6OyvtnTfTP9mZd/fWLE3Tjx4/CtwOeCNeb8Q7Me20hR1kiCSChNbc/08BAm6RXCqUiXl1vN2VpYVo7T60tkJUVeq0Eb29X6tUGF/Eb1Q2tvS0dAx04I6h587gN8ByYpmiKAhhPB5fiSimVp6WS4Upt6FIG4pgcrFcKjxzVHB/Ye5xMgkh7MaxgpIC5vZNIB2se28d0ogcb5ekImJs3JqXsyMvZ8dzhvw74FTrCUEKcE566Jz00NM6dYsgTI5MjCjwTpPPqBy6cNFyUYF3cms43OqKtZlMANJSwQLw2sHyLwBJuhoamiCEJOlqOn1+5R1UlX3Ekol5MjGvuHDrgdKPW08IanjcfewSjVrT3o5BmGxRnOeLasgQafSYObzKLn1PebXgWNPJ1zPeAn9Q4TY2iEbnTaYxCOHsbMRsvgJh0uvxGAYvR8L+SNg/ODBAjFnu3JxyO+yjZkvw+hRJup6cxm7X44P3froXioTVGu23Ab9ao7U5Jvr69HqdwWZ1Wa84sW712Oj4y/5N/62WE8vPrPzfOvgr4FdiXU1rjFRmLQAAAABJRU5ErkJggg==" nextheight="1366" nextwidth="2277" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">L2 to L1</figcaption></figure><p><em>Key takeaways:</em> L2-origin WETH withdrawals hit the actual L1 vault inside the same ULTRA container. The builder records the release diff, and replay enforces that the live vault movement matches the simulated xTransfer exactly.</p><h3 id="h-83-l2-l2-weth-xtransfer" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8.3 L2 → L2 WETH xTransfer</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4feaa807d2b8d60354fc22f6c16e05620f6ca665c67142bb86ce9f854c41d4ca.png" alt="L2 to L2" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATCAIAAAB+9pigAAAACXBIWXMAAAsTAAALEwEAmpwYAAADhElEQVR4nO3TX0xTZxQA8G9Pe3ExURcGQWNsEANkzrjMjYFoTIGsgKNIDdslSHXMllGoA9qu1jICbcFxMeQ6Ci3hoWEgmw+aRYfARZizSQnK/8ZeaWvp7f1oae9tjFwgLtfgzchiTOTFN09OvuQkX/LLOScHcG85wDtg6wDLsvPzzkgksrLyLByEy0vk8hLpcs5NTU7wZTgIw0H4/N/n/H/mKQOD0O31ME8ZP0kuPPYSLs+iL/D3mJ1wLRAuD1+CmzcHCgvP2O0Ou92elpZ148YtLzEvzvm6Qa3s6ai/alQlCvZXy85aUW2RuOCnmloM69DrL3Mc93OTMTu/QFZddeqb4soLmvi4g1nCb/fuOZScmJ6ZITlxTBIXm/yDTAMoClo6LTiOD9y+3WP7bWgYN2OoXlmK1lU2qs+11Vd1Nl/sar1kRbUdTZpr1l/8vkWajq6trv4zd/+vicF7znsjs3cbjC3HU8UiIZKZIRGLSkVCRCREjqeK1T82boyIZVn+nZqcoijonB5HTqaXF+fKka8OJb2fJAAlko8xk7yrVddrMTF0hOM4t9vdP9j/5/itkblRfGZ4E/h/vgpEIhF2I1ad0+NWVNvbaejtNPR3G6SFJ0oKMiqlJ2vKCjFD7eTDB263p7mpKRfJbbG19A712QZs38urDgjSUvYfjdmR+Abg2cqKa/aBpryo7sKZS8rigqzPdr4HtgEgOnZQmHqgUnqKePSIppkowzgIx8Dk4ND00ODUHV2dge/gi8OiLQHyYlFbvaLdVN1uqlbJTmvKi9rqFUZNGWZU3x3B/7h+vbu7W9eiu/q7eXgG5wHB7iMJe49sCXBOj5tNKiuq5bOrVcePy4pq+yzNgQDJsuz62vrYzBhqu7IJxMd8ErMjEYDt4GXEf5QCwHZlhf61wES7qXYTMP+HtZtq+yyX+SWvr607CMfwDI7P4vySv/w0Jy+7ZNc2AQ8A8CEAQF6m3rgDBDlP01GKglJpxeio3UPM5WRmX1Se/9WoNJtUwqMZirNIj7lOkpdXo1BgWEdD4xWO4/TGRkmp1ICh+QhSXqGKjUlJT82Pi01OSkg/nJKZsO9zAD6QfacCNB2FMMT3AWGIX6DPuwgpMgR9IeinKAipQAj6n3ifUBSkaYamoxzHLYfDfjKwFAqSgSU/GfB6/YTLw78Lj72LvgCEoY1L5t5ygHcA9wbgBTzChajJO95MAAAAAElFTkSuQmCC" nextheight="1366" nextwidth="2277" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">L2 to L2</figcaption></figure><p><em>Key takeaways:</em> Cross-L2 WETH transfers reuse the same builder journal. With no <code>L1Direct</code> frame, the ExtensionOracle stays idle while both L2 ledgers atomically debit/credit once the ULTRA transaction finalizes on L1.</p><h2 id="h-9-frequently-asked" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">9) Frequently asked</h2><p><strong>Q: Why must ULTRA be first in the block?</strong> A: So all transactions inside can reason about the <em>latest</em> L1 state without awkward workarounds. (If you drop strict synchronicity with L1 you can loosen this.)</p><p><strong>Q: Can I still include ordinary L1 transactions?</strong> A: Yes—inside the ULTRA container as AA txs, in any order the builder chooses.</p><p><strong>Q: How do L1→L2 calls with return values work?</strong> A: The builder simulates them, records outputs, and the ExtensionOracle returns those outputs during onchain replay.</p><p><strong>Q: What happens on an L1 reorg?</strong> A: ExEx rewinds each L2 to the head associated with the new canonical L1 block at the same height.</p><h2 id="h-10-quick-glossary" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">10) Quick glossary</h2><ul><li><p><strong>ULTRA TX</strong> — a single powerful L1 transaction that carries many txs/blocks/proofs.</p></li><li><p><strong>Account abstraction (AA)</strong> — L1 transactions from smart accounts, enabling flexible packaging and ordering.</p></li><li><p><strong>ExtensionOracle</strong> — simple contract that returns pre‑recorded outputs for calls not natively available on L1 during replay.</p></li><li><p><strong>ExEx</strong> — execution extension that reconstructs L2 blocks from an ULTRA payload.</p></li><li><p><strong>Journal</strong> — the detailed execution trace REVM writes (reads/writes/calls) used for</p></li></ul><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us 💗</strong></h2><p>Explore open positions on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers">job board</a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us 🥁</strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/">https://taiko.xyz</a>.</p></li><li><p>Discord: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz">https://discord.gg/taikoxyz</a>.</p></li><li><p>GitHub: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz">https://github.com/taikoxyz</a>.</p></li><li><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz">https://twitter.com/taikoxyz</a> &amp;</p></li><li><p>Community forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/">https://community.taiko.xyz</a>.</p></li><li><p>YouTube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz">https://www.youtube.com/@taikoxyz</a>.</p></li><li><p>Warpcast: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz">https://warpcast.com/taikoxyz</a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute 🤓</strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md">contributing manual</a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/5c74797c40c0eac4b633bd47a112189e9a66a0a750fcfe1be8c4e0cfd48c1c04.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Taiko Integrates Chainlink ACE: Compliance for Decentralized Tokenization]]></title>
            <link>https://paragraph.com/@taiko-labs/taiko-integrates-chainlink-ace-compliance-for-decentralized-tokenization</link>
            <guid>JpvvLydgwwxjnLOE6Fug</guid>
            <pubDate>Wed, 05 Nov 2025 12:55:41 GMT</pubDate>
            <description><![CDATA[Taiko has integrated with Chainlink&apos;s Automated Compliance Engine (ACE), joining Ethereum and Linea as one of three blockchain partners in the launch ecosystem. This brings modular compliance infrastructure to Taiko while preserving the credible neutrality that based rollups deliver. The Compliance Bottleneck Tokenization has clear institutional use cases: real-world assets, securities and regulated financial instruments. The bottleneck isn&apos;t technical capability. Blockchains can re...]]></description>
            <content:encoded><![CDATA[<p>Taiko has integrated with Chainlink&apos;s Automated Compliance Engine (ACE), joining Ethereum and Linea as one of three blockchain partners in the launch ecosystem. This brings modular compliance infrastructure to Taiko while preserving the credible neutrality that based rollups deliver.</p><p><strong>The Compliance Bottleneck</strong></p><p>Tokenization has clear institutional use cases: real-world assets, securities and regulated financial instruments. The bottleneck isn&apos;t technical capability. Blockchains can represent ownership and transfer value. The bottleneck is regulatory infrastructure.</p><p>Issuers need to enforce KYC/AML rules, jurisdiction restrictions, investor accreditation requirements, and transaction limits. They need monitoring systems that flag non-compliant activity. They need reporting that satisfies regulators across different jurisdictions.</p><p>Most solutions build compliance on top of centralized sequencers. The sequencer controls transaction ordering, which lets it enforce rules. This works for compliance but creates a trust problem. A centralized operator can reorder transactions for profit, censor addresses under regulatory pressure, or fail as a single point of vulnerability.</p><p><strong>What ACE Solves</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chain.link/automated-compliance-engine">ACE</a> is modular compliance infrastructure that works across blockchains and jurisdictions.</p><p><strong>Cross-Chain Identity (CCID)</strong> manages verifiable credentials across multiple blockchains. Instead of separate KYC for each chain, CCID stores cryptographic proofs of verified credentials (KYC, AML, accredited investor status) that work anywhere. It integrates with institutional identity standards like GLEIF&apos;s vLEIs.</p><p><strong>Policy Manager</strong> is a programmable rules engine. Issuers define compliance policies in smart contracts: jurisdiction restrictions, volume limits, role-based access control and investor eligibility. Rules execute automatically and anyone can audit them.</p><p><strong>Monitoring and Reporting</strong> provides real-time alerts for non-compliance and generates reports for regulatory disclosure.</p><p>The launch ecosystem includes over 20 partners: identity providers (GLEIF, World), risk scoring platforms (Chainalysis, TRM Labs), monitoring services (Bluprynt, Hacken), and tokenization infrastructure (Apex Group, Chintai). This establishes ACE as the standard for institutional digital assets.</p><p><strong>Why Based Rollups Matter</strong></p><p>Taiko&apos;s architecture solves the centralized sequencer problem. Transaction ordering happens on Ethereum L1, not through a centralized operator. No single entity controls sequencing. No one can reorder transactions for profit. No one can selectively censor addresses.</p><p>ACE on Taiko means issuers enforce compliance rules while maintaining Ethereum-equivalent security and credible neutrality. The compliance layer lives in smart contracts. The sequencing layer stays decentralized through Ethereum&apos;s proposer mechanism.</p><p>This is a structural difference that matters under pressure. When regulators demand censorship, a centralized sequencer must comply or shut down. A based rollup has no central operator to compel. Transaction ordering runs through Ethereum validators, distributed globally and resistant to coercion.</p><p>Compliance does not require centralization. ACE proves this by providing complete compliance infrastructure without requiring a trusted intermediary to control transaction flow.</p><p><strong>What Builders Can Do</strong></p><p>Developers can now use ACE&apos;s compliance framework on Taiko without rebuilding infrastructure from scratch. The system provides policy templates, SDKs, and a compliance sandbox for testing.</p><p>Use cases include tokenized securities that enforce investor accreditation and jurisdiction restrictions, stablecoins with programmable compliance for different regulatory environments, real-world asset tokens with automated KYC/AML checks, and financial instruments requiring verifiable identity and policy enforcement.</p><p>The modular design means deploy only what you need. Identity verification without complex policy enforcement. Monitoring without cross-chain functionality. This reduces complexity and cost while maintaining flexibility.</p><p><strong>Taiko&apos;s Institutional Stack</strong></p><p>ACE integrates with Taiko&apos;s broader institutional infrastructure. Chainlink Data Streams provides reliable pricing data. ACE provides compliance frameworks. Based sequencing provides credible neutrality. This is an institutional stack that does not require trusting a single operator.</p><p>Institutional adoption requires infrastructure that satisfies regulatory requirements while remaining credibly neutral over long time horizons. Centralized systems cannot provide this. Operator incentives change. Regulatory pressure forces policy changes. Operators fail.</p><p>Based rollups with modular compliance infrastructure solve this. The compliance layer satisfies regulatory requirements. The sequencing layer stays neutral because Ethereum&apos;s decentralized validator set controls it.</p><p><strong>What This Means</strong></p><p>ACE launching with Taiko as one of three blockchain partners shows where serious institutional infrastructure is being built. This is operational infrastructure for regulated financial assets, not speculation.</p><p>Real institutional adoption comes from solving hard regulatory problems while maintaining the decentralization properties that make blockchain infrastructure valuable. Compliance infrastructure. Verifiable identity systems. Programmable policy enforcement across jurisdictions.</p><p>Taiko&apos;s integration with ACE demonstrates that compliance and decentralization are complementary, not opposing. Both are required for infrastructure that institutions can actually use.</p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us 💗</strong></h2><p>Explore open positions on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers">job board</a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us 🥁</strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/">https://taiko.xyz</a>.</p></li><li><p>Discord: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz">https://discord.gg/taikoxyz</a>.</p></li><li><p>GitHub: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz">https://github.com/taikoxyz</a>.</p></li><li><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz">https://twitter.com/taikoxyz</a>.</p></li><li><p>Community forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/">https://community.taiko.xyz</a>.</p></li><li><p>YouTube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz">https://www.youtube.com/@taikoxyz</a>.</p></li><li><p>Warpcast: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz">https://warpcast.com/taikoxyz</a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute 🤓</strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md">contributing manual</a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/174dd4b743d5e47afa491d12afac674a554f5de472c5a63102d8fba7d38db730.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The Updated Taiko Alethia Whitepaper Is Here]]></title>
            <link>https://paragraph.com/@taiko-labs/the-updated-taiko-alethia-whitepaper-is-here</link>
            <guid>LfXR8MIX7axWoM4nd9lS</guid>
            <pubDate>Mon, 03 Nov 2025 13:03:50 GMT</pubDate>
            <description><![CDATA[The technical blueprint is out. This is how we&apos;re building a based rollup that actually works. Why based matters Most rollups today run on centralized sequencers. One company controls transaction ordering. One point of failure. One entity that can censor you, extract MEV, or simply go offline and take the whole network with it. We didn&apos;t want to scale Ethereum by introducing new trust assumptions. So Taiko hands the sequencing back to Ethereum&apos;s own validators. Same censorship ...]]></description>
            <content:encoded><![CDATA[<p>The technical blueprint is out. This is how we&apos;re building a based rollup that actually works.</p><p><strong>Why based matters</strong></p><p>Most rollups today run on centralized sequencers. One company controls transaction ordering. One point of failure. One entity that can censor you, extract MEV, or simply go offline and take the whole network with it.</p><p>We didn&apos;t want to scale Ethereum by introducing new trust assumptions. So Taiko hands the sequencing back to Ethereum&apos;s own validators. Same censorship resistance, same liveness guarantees. If Ethereum is live, Taiko is live. If Ethereum won&apos;t censor you, neither will we.</p><p><strong>What we built</strong></p><p>Sub-second preconfirmations without a centralized operator. Our two-phase system starts with whitelisted operators and evolves to permissionless participation, where any L1 validator can opt in.</p><p>Batch-based proving that slashes costs while keeping blocks small and responsive. Multiple blocks are proved together with aggregated proofs.</p><p>A multiproving system where every batch gets verified through ZK-SNARKs and SGX. If one proof system breaks, you&apos;re still covered.</p><p>The whitepaper has the formulas, the protocol specs and the technical architecture. It walks through Ontake, Pacaya, and what&apos;s coming with Shasta (10x cost reductions, anyone?).</p><p><strong>The point</strong></p><p>Based rollups work. They&apos;re not theoretical. They&apos;re live, handling real transactions, proving that you can scale Ethereum without compromising on decentralization.<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/tree/main/packages/whitepaper">Read it here.</a></p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us 💗</strong></h2><p>Explore open positions on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers">job board</a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us 🥁</strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/">https://taiko.xyz</a>.</p></li><li><p>Discord: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz">https://discord.gg/taikoxyz</a>.</p></li><li><p>GitHub: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz">https://github.com/taikoxyz</a>.</p></li><li><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz">https://twitter.com/taikoxyz</a>.</p></li><li><p>Community forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/">https://community.taiko.xyz</a>.</p></li><li><p>YouTube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz">https://www.youtube.com/@taikoxyz</a>.</p></li><li><p>Warpcast: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz">https://warpcast.com/taikoxyz</a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute 🤓</strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md">contributing manual</a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c5df9f4799b4a9e2ae80ab9f3b6692e5ec7d19e6410da4782ddd89f70b6afcc9.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Trailblazers Season 5 Rewards are Here!]]></title>
            <link>https://paragraph.com/@taiko-labs/trailblazers-season-5-rewards-are-here</link>
            <guid>Ct1SLBeqOcc8LezEGCIs</guid>
            <pubDate>Wed, 22 Oct 2025 12:11:00 GMT</pubDate>
            <description><![CDATA[Greetings, Trailblazers! The moment you’ve been waiting for has arrived. Eligible participants from Season 5 can now claim their TAIKO tokens directly through their Trailblazers profile. Congratulations to everyone who qualified. 🏆 TAIKO Token Rewards for Trailblazers S5 🏆 Level 14 (Legend): 3,037.50 Level 13 (Densetsu): 1,948.58 Level 12 (Kodai): 1,378.72 Level 11 (Hashira): 749.87 Level 10 (Shogun): 465.72 Level 9 (Taichou II): 241.69 Level 8 (Taichou I): 197.67 Level 7 (Sensei II): 138.1...]]></description>
            <content:encoded><![CDATA[<p>Greetings, Trailblazers!</p><p>The moment you’ve been waiting for has arrived. <strong>Eligible participants from Season 5 can now claim their TAIKO tokens directly through their Trailblazers profile.</strong> Congratulations to everyone who qualified.</p><p>🏆 <strong>TAIKO Token Rewards for Trailblazers S5</strong> 🏆</p><p><strong>Level 14 (Legend):</strong> 3,037.50</p><p><strong>Level 13 (Densetsu):</strong> 1,948.58</p><p><strong>Level 12 (Kodai):</strong> 1,378.72</p><p><strong>Level 11 (Hashira):</strong> 749.87</p><p><strong>Level 10 (Shogun):</strong> 465.72</p><p><strong>Level 9 (Taichou II):</strong> 241.69</p><p><strong>Level 8 (Taichou I):</strong> 197.67</p><p><strong>Level 7 (Sensei II):</strong> 138.11</p><p><strong>Level 6 (Sensei I):</strong> 69.92</p><p><strong>Level 5 (Samurai II):</strong> 41.42</p><p><strong>Level 4 (Samurai I):</strong> 10.93</p><p><strong>Level 3 (Senshi II):</strong> 3.68</p><p><strong>Level 2 (Senshi I):</strong> 1.84</p><p><strong>Level 1 (Initiate):</strong> 1.21</p><p><strong>Please claim your rewards by November 22.</strong></p><p><strong><br><br>Ensuring Fair Play and the Trailblazer Role</strong></p><p>As always, we conducted a careful review of participation data to identify and remove bad-faith actors or anyone attempting to exploit the system. Once these accounts were filtered out, levels were recalculated based on the remaining player pool, which may have caused some shifts in rank. We also took community findings very seriously to ensure fair-play. Rest assured, even if your level went down, since the remaining pool of participants became smaller, your rewards actually increased.</p><p>This season, we listened closely to community feedback and kept the review process thorough, including during the claims phase. We also kept the <strong>Trailblazer</strong> role effect intact. At the same time, those who did not receive the role were still rewarded at fifty percent of the standard rate. This season, the vast majority of participants obtained the role, and for that, we would like to thank our community.</p><h3 id="h-looking-ahead" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Looking Ahead</strong></h3><p>Trailblazers has continued to grow with the introduction of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/xfaXQ_iBdJs8GHnHJ8gHl3tZ0sFNsqM1aaBpGzYEIpI">The Arena and The Undercity</a>, two new ways to engage with the Taiko ecosystem.</p><p>The Arena is where you play, earn XP, and collect rewards with every victory. The more you win, the higher you climb, and the greater your final prize at the end of the season.</p><p>The Undercity follows a different path. There are no restrictions, only the chance to accumulate XP through transactions and rise in rank. No sybil checks will be performed there, allowing you to farm freely and show your true power.</p><p>Trailblazers continues to move forward with strength, and we invite you to stay on this journey with us.</p><p>Let’s keep building and advancing together.</p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us 💗</strong></h2><p>Explore open positions on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers">job board</a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us 🥁</strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/">https://taiko.xyz</a>.</p></li><li><p>Discord: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz">https://discord.gg/taikoxyz</a>.</p></li><li><p>GitHub: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz">https://github.com/taikoxyz</a>.</p></li><li><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz">https://twitter.com/taikoxyz</a>.</p></li><li><p>Community forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/">https://community.taiko.xyz</a>.</p></li><li><p>YouTube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz">https://www.youtube.com/@taikoxyz</a>.</p></li><li><p>Warpcast: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz">https://warpcast.com/taikoxyz</a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute 🤓</strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md">contributing manual</a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/f5f440b0fedd819a328411358f2e68495c78040750aca5308e379a76c421dc75.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Taikolights: Q3 2025 Community Update]]></title>
            <link>https://paragraph.com/@taiko-labs/taikolights-q3-2025-community-update</link>
            <guid>ygKC7BwRWLGwMIn46LGl</guid>
            <pubDate>Mon, 13 Oct 2025 13:09:03 GMT</pubDate>
            <description><![CDATA[Faster. Stronger. More Decentralized.Hello, from the end of Q3! It’s been a full-on quarter, with transformative upgrades, key integrations and community growth for Taiko. Here&apos;s what defined the quarter:Based Preconfirmations Live on Mainnet – Phase 1 upgrade cut confirmation times to ~2s, making Taiko 20–30× faster.Hoodi Testnet Launched – New testnet with preconfirmation support, replacing Hekla.Chainlink Oracles Integrated – Chainlink Data Streams now power Taiko dApps with sub-secon...]]></description>
            <content:encoded><![CDATA[<h3 id="h-faster-stronger-more-decentralized" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Faster. Stronger. More Decentralized.</strong></h3><p>Hello, from the end of Q3!</p><p>It’s been a full-on quarter, with  transformative upgrades, key integrations and community growth for Taiko. Here&apos;s what defined the quarter:</p><ul><li><p><strong>Based Preconfirmations Live on Mainnet</strong> – Phase 1 upgrade cut confirmation times to ~2s, making Taiko 20–30× faster.</p></li><li><p><strong>Hoodi Testnet Launched</strong> – New testnet with preconfirmation support, replacing Hekla.</p></li><li><p><strong>Chainlink Oracles Integrated</strong> – Chainlink Data Streams now power Taiko dApps with sub-second market data.</p></li><li><p><strong>DAO Governance Activated</strong> – Binding on-chain governance framework live; token holders can veto upgrades.</p></li><li><p><strong>Board of Directors Appointed</strong> – Added Joy Lam, Professor Felix Oberholzer-Gee, Professor Wen Yonggang and an Advisor, CPA Ren Jang</p></li><li><p><strong>Trailblazers Season 6</strong> – New quests and reward pool engaging thousands of users.</p></li></ul><h2 id="h-protocol-and-technical-milestones" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Protocol &amp; Technical Milestones</strong></h2><p><strong>Preconfirmations on Mainnet</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7bfecd15ed6de8e71092eb56f5b6307a14634bdb225b76537825492641ceaa46.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Q3 saw Pacaya hardfork deliver on its promise with <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/academy/glossary/preconfirmations">preconfirmations</a> going live on Alethia mainnet, slashing Taiko’s effective confirmation time from ~45 seconds to ~2 seconds.</p><p>Initially, Phase 1 preconfirmations are running with select whitelisted partners to ensure stability. As the system proves out, it will open up permissionlessly in Phase 2, allowing anyone to run a preconfirmation node just like anyone can be an L1 validator.</p><p><strong>Hoodi Testnet &amp; Hekla Deprecation</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/28c911c00fbb2379faf8ebfcde215382d5eee98d27e938423bfd810d35638b87.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>We also <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/bmdcp5YfzInHvZonNp7WmVmiMqIJOCtVkmHdC8aANP0">launched Hoodi,</a> a brand-new public testnet, which now serves as the main playground for Taiko development, allowing developers to test ultra-fast tx finality and other upcoming features in conditions that closely mirror mainnet.</p><p><strong>Protocol Upgrades &amp; Performance</strong></p><p>Beyond headline features, Q3 included continuous improvements to Taiko’s protocol and performance.</p><p>The team implemented various post-Pacaya optimizations to further stabilize preconfirmations and reduce overhead:</p><ul><li><p>Taiko maintained 100% ZK proof coverage for all its own proposed blocks (as achieved in Q2), and community provers continued handling a growing share of network proofs.</p></li><li><p>Almost 1 billion transactions have now been processed on Taiko since launch (cumulative), with activity remaining high throughout Q3.</p></li></ul><p>The network consistently processed hundreds of thousands of daily transactions, reflecting sustained user demand despite low fees.</p><p>All these advancements reinforce Taiko’s position as a cutting-edge, high-throughput rollup that doesn’t compromise on Ethereum-equivalence or security.</p><h2 id="h-ecosystem-and-partnerships" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Ecosystem &amp; Partnerships</strong></h2><p>Q3 was marked by strategic moves to broaden Taiko’s ecosystem and deepen its technical partnerships:</p><h3 id="h-strategic-partnership-with-nethermind" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Strategic Partnership with Nethermind</strong></h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/71bbb7a96bc1c6f340502a498bfd97ddcb3dda8346306e5e353697bb8305829b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>We partnered</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/OBTVkmNNyRC3_wHDZ7nr2eZJop1D-VKN5i5Ccn59Nyk"> with Nethermind</a> to accelerate production-ready based rollup infrastructure. This collaboration focused on advancing preconfirmation systems, implementing EIP-7917 for trust-minimized sequencing, and developing permissionless mainnet-ready infrastructure. Together we are turning cutting-edge research into resilient systems with zero compromise on decentralization.</p><h3 id="h-real-time-data-with-dune-analytics" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Real-Time Data with Dune Analytics</strong></h3><p>Taiko data went live on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/RhMa5c3V3eJIx9z6JfKi7SlVIgJB2td5W8FyrH_U95g">Dune</a> , giving the entire community access to real-time on-chain insights through customizable dashboards, enabling everyone to track ecosystem growth, wallet activity, governance participation, and dApp adoption across 100+ live protocols. Featured dashboards launched for Taiko Overview, World of Dypians, Intraverse, and Brigade, making it easier than ever to explore what&apos;s happening on-chain.</p><p><strong>Chainlink Data Streams Integration</strong></p><p>Taiko officially integrated <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/s45LBZf_0OwIRc4j2kJv0hFAJG1hEvxL4g94OcXraiI">Chainlink’s Data Streams</a> oracle into the L2, establishing it as the default oracle infrastructure for Taiko Alethia.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bf8b938ba2bab587df633be803443e9c0293a7d98be5c0a6633767652cc864e5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-dao-and-governance" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>DAO &amp; Governance</strong></h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/15ef225654a031f9dd91428dd7e86dbd9c8df5b2518e605e752ff7ef98889240.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>After a “soft launch” in Q2 with the Security Council, Q3 focused on empowering the community with real governance rights. In early October when Taiko activated binding on-chain governance on mainnet, officially handing critical decision powers to token holders.</p><p>Under this model, any protocol upgrade or parameter change is subject to an on-chain governance proposal. During a set review period, the global community of $TAIKO holders can veto the proposal if they disagree.</p><p>To support the transition to full decentralization, we welcomed <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/IL5RRPbR86dXJV5mjIHnPiXMFgArX6XeZDg0dVdDN5U"> three distinguished Board of Directors</a>. They are:</p><ul><li><p><strong>Joy Lam</strong>, former Head of Global Regulatory at Binance (expert in legal/regulatory matters);</p></li><li><p><strong>Felix Oberholzer-Gee</strong>, a Harvard Business School professor and authority on strategy and digital innovation;</p></li><li><p><strong>Prof. Wen Yonggang</strong>, an IEEE Fellow and blockchain researcher from NTU Singapore.</p></li><li><p>Additionally, <strong>Ren Jang</strong> (Head of Strategy at Flipster) joined as an advisor.</p></li></ul><p>This heavyweight board brings a wealth of experience in compliance, business strategy, and technology to ensure Taiko’s governance is  decentralized as well as effective and resilient.</p><p><strong>Learn more:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.mirror.xyz/IL5RRPbR86dXJV5mjIHnPiXMFgArX6XeZDg0dVdDN5U">https://taiko.mirror.xyz/IL5RRPbR86dXJV5mjIHnPiXMFgArX6XeZDg0dVdDN5U</a></p><h2 id="h-community-programs-and-engagement" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community Programs &amp; Engagement</strong></h2><p>Taiko’s community remained one of the most vibrant in Web3 during Q3 2025. Our focus has been on keeping this community engaged, educated and rewarded for their contributions. Here are some key community updates from Q3:</p><p><strong>Trailblazers Season 5 Conclusion</strong></p><p>Trailblazers, our flagship gamified community program, successfully wrapped up Season 5 on September 15 with a reward pool of 3,000,000 TAIKO to the top Trailblazers.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/514b38426e98abc003f15a4d45ee70d78e554b2fb0075dd8a6f3a4e637278378.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Trailblazers Evolves in Season 6: Just as one season ended, another began. On Sept 15, we launched <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://trailblazers.taiko.xyz/">Trailblazers Season 6</a>, introducing some of the biggest changes to the program since its inception. This season splits the competition into two parallel tracks: The Arena and The Undercity.</p><p><strong>Education &amp; Content</strong></p><p>Education remains a top priority. In Q3 we published multiple blog posts and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz">videos</a> to help users and developers understand Taiko’s tech:</p><ul><li><p>Our blog posts explained in plain language how based preconfirmations work and why they matter – those articles saw thousands of reads and helped drive home Taiko’s unique value prop.</p></li><li><p>We also shared developer guides on using the new preconfirmation APIs and updated our docs with Hoodi testnet details.</p></li><li><p>Additionally, our team members appeared on community calls, Twitter Spaces, and podcasts (like ZK House and Layer2 Roundup) to discuss Taiko’s developments.</p></li></ul><p>These efforts ensure that our community stays informed and new members have plenty of resources for onboarding.</p><p><strong>An informed community is an empowered community and we love to see it!</strong></p><p><strong>Galxe Quests &amp; Campaigns</strong></p><p>To broaden our reach, we continued the series of monthly Galxe campaigns highlighting notable projects in the Taiko ecosystem.</p><p>In Q3, we ran campaigns featuring projects like GemsTown, Symbiosis, CoNFT, and others. Each campaign drew thousands of participants, many of whom were new to Taiko. By completing simple tasks (e.g. making a swap on Taiko, try a game demo, follow project socials), users discovered the richness of Taiko’s ecosystem.</p><h2 id="h-events-and-outreach" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Events &amp; Outreach</strong></h2><p>Taiko’s global presence hit new highs in Q3 2025 as the team actively engaged with the Ethereum community at major industry events and also organized our own gatherings:</p><ul><li><p><strong>Moon Party with K11 Art Foundation (Seoul):</strong> In early September, we proudly powered the Moon Party as its blockchain partner, a dazzling celebration hosted by the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.prnewswire.com/news-releases/taiko-partners-with-k11-art-foundation-for-seouls-most-exclusive-art-event-302543130.html">K11 Art Foundation in Seoul</a>. The event brought together world-class brands like Maserati, Hypebeast, and many others, blending art, culture, and innovation under one unforgettable moonlit night.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a9f3e6dbcfc4d467804bcc04063a3a5607527340f3a6c4b30151731218f436be.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>Korea Blockchain Week (Seoul)</strong>: In early September, Taiko had a strong showing at KBW 2025  and the surrounding events in Seoul. Our founders and team members spent the week connecting with developers, users, and fellow builders. We also organized the official <strong>Taiko Seoulmates Party</strong>, a packed side event that brought together the community for music and networking.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/69c4d7c02f6c6fc969e1de75a24742c99587d0a397df17544f21e3d76a14b047.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p><strong>TOKEN2049 Singapore &amp; Builders Day</strong>: Later in the month, Taiko turned its attention to Singapore for TOKEN2049 (one of Asia’s premier Web3 conferences).On Sept 30 we partnered with ForkOff and IoNet to host the “AI, DePIN &amp; RWA Builders” forum, a side-event forum exploring the intersection of emerging Web3 sectors.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ef3d86e4c078bc6e8e288cc6324c9c190aeb2fb7f9ec069c8d9e781b3262133d.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>The message was clear: Taiko&apos;s Q3 breakthroughs have landed. Based preconfirmations and binding governance aren&apos;t just technical wins. They&apos;ve established Taiko as a protocol to watch in Ethereum&apos;s next chapter.</p><h2 id="h-looking-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Looking Ahead</strong></h2><p>As we move into the final quarter of 2025, Taiko is gearing up for some major milestones that will propel our network to new heights:</p><ul><li><p>Shasta Hard Fork – 100% ZK &amp; Lower Fees: Our next mainnet upgrade, code-named Shasta, is on the horizon for Q4.</p></li><li><p>Gwyneth Testnet &amp; Beyond: Work continues on Taiko Gwyneth, our experimental “booster rollup” that offers synchronous composability with Ethereum L1. In Q3, our research team finished the design and internal demos of cross-chain atomic transactions using Gwyneth.</p></li><li><p>Permissionless Preconfirmations (Phase 2): With Phase 1 preconfs stable on the mainnet, the next step is to open preconfirmations to all. This will truly decentralize the block-building process on Taiko, fulfilling the vision of proposer-prover separation.</p></li><li><p>Community Growth. We plan new community programs to grow our developer and user base. Trailblazers Season 6 will run through year-end, now with new “Undercity” challenges. Educational campaigns and community grants will ensure more people can easily start building on Taiko.</p></li><li><p>Ecosystem &amp; Events. Looking to Q4, we will attend major blockchain conferences (e.g. Devconnect) to demo Taiko’s tech. We’re also exploring collaborations with RWA and AI to expand Taiko’s utility.</p></li></ul><h2 id="h-closing-thoughts" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Closing Thoughts</strong></h2><p>Q3 2025 was a quarter of execution and acceleration. We didn&apos;t just talk about preconfirmations; we shipped them. We didn&apos;t just promise decentralized governance, we activated it. And we didn&apos;t just hope for ecosystem growth, we built the partnerships and infrastructure to make it inevitable.</p><p>With nearly 1 billion transactions processed, a thriving community of developers and users, world-class partners like Nethermind, Chainlink, and Dune, and a clear roadmap ahead, Taiko is well-positioned to become the leading Ethereum-equivalent rollup.</p><p>The future is based. The future is fast. The future is Taiko.</p><h2 id="h-join-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Join us 💗</strong></h2><p>Explore open positions on our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/careers">job board</a>.</p><h2 id="h-follow-us" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Follow us 🥁</strong></h2><p>Get the latest from Taiko:</p><ul><li><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://taiko.xyz/">https://taiko.xyz</a>.</p></li><li><p>Discord: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/taikoxyz">https://discord.gg/taikoxyz</a>.</p></li><li><p>GitHub: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz">https://github.com/taikoxyz</a>.</p></li><li><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/taikoxyz">https://twitter.com/taikoxyz</a>.</p></li><li><p>Community forum: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://community.taiko.xyz/">https://community.taiko.xyz</a>.</p></li><li><p>YouTube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/@taikoxyz">https://www.youtube.com/@taikoxyz</a>.</p></li><li><p>Warpcast: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/taikoxyz">https://warpcast.com/taikoxyz</a>.</p></li></ul><h2 id="h-contribute" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Contribute 🤓</strong></h2><p>Contribute to Taiko on GitHub and earn a GitPOAP! You will also be featured as a contributor on our README. Get started with the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md">contributing manual</a>.</p>]]></content:encoded>
            <author>taiko-labs@newsletter.paragraph.com (Taiko Labs)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b28a5d33d3b12a7d7277bca697cc392d92216bfca81a414e1405844ea33219b8.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>