<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Connext - Medium]]></title>
        <description><![CDATA[Connext is a modular interoperability protocol that lets you build secure crosschain apps (xApps). - Medium]]></description>
        <link>https://medium.com/connext?source=rss----2ac5b00f188e---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>Connext - Medium</title>
            <link>https://medium.com/connext?source=rss----2ac5b00f188e---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 05 Apr 2026 22:42:20 GMT</lastBuildDate>
        <atom:link href="https://medium.com/feed/connext" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[History of Intents: The Present]]></title>
            <link>https://medium.com/connext/history-of-intents-the-present-94bc657f9db4?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/94bc657f9db4</guid>
            <category><![CDATA[intent]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[crosschain]]></category>
            <category><![CDATA[interoperability]]></category>
            <dc:creator><![CDATA[Vavaenesh]]></dc:creator>
            <pubDate>Thu, 16 May 2024 16:42:19 GMT</pubDate>
            <atom:updated>2024-05-16T16:42:19.713Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*M2lotra9JjPkKv2qp1uHrA.png" /></figure><p>Protocols today use intents in ways that are a significant advancement from the HTLCs and Atomic Swaps we discussed in <a href="https://medium.com/connext/history-of-intents-the-past-d935e3a8ff13">our previous article</a>. This installment of our “History of Intents” series dives into how modern intent systems influence interactions across various blockchains, showcasing technological advancements and the challenges they seek to address.</p><h3>TL;DR:</h3><ul><li>By early 2021, interoperability between programmable blockchains began to gain momentum, with the rapid growth of BSC and Polygon as fast, cheap, scalability solutions for Ethereum Mainnet.</li><li>Around this time, Connext redirected its focus from scalability improvements to Ethereum using state channels to developing an intent-based cross-chain protocol, which functioned almost identically to most of the intent systems we see today.</li><li>The current bridging landscape is dominated by two technologies: M-of-N Bridges, which rely on multisigs or PoS systems to verify transactions between chains, and Intent Bridges, which utilize a series of solvers to quickly execute and settle transactions on the destination chain while waiting for reconciliation/settlement to occur using either an M-of-N bridge or an optimistic bridge.</li><li>Beyond simple asset transfers, intent-based systems now support complex transactions like cross-chain swaps with conditional settlements, showcasing the potential for more intricate blockchain operations.</li><li>Addressing solver liquidity issues and the complexities of rebalancing across chains, newer systems like Connext V2 have introduced mechanisms that abstract these challenges, aiming to enhance solver efficiency and decentralize operations.</li></ul><p>In Q1 of 2021, the interoperability of programmable blockchains took off with the rise of Binance Smart Chain (BSC) and Polygon as affordable and fast scalability solutions compared to the increasingly costly Ethereum Mainnet (L1). Users would access BSC via Binance and then try to use bridges to get to Polygon, xDAI, Avalanche, and other chains directly, bypassing L1.</p><p>Given this landscape, by Q2 of 2021, Connext redirected its focus from building scalability mechanisms using state channels to creating its first intent-based system, aligning with the broader trend towards more sophisticated blockchain interactions.</p><h3>Connext’s Evolution to Intent-Based Systems</h3><p>Connext initially implemented state channels to batch multiple one-to-one user interactions off-chain, with final updates being posted on-chain. This setup served as an early model for the more comprehensive intent-based systems that would follow. By 2021, it became evident that cross-chain transfers dominated Connext’s transaction volume, prompting a strategic refocus towards these systems with the introduction of NXTP (Connext V1). This version adapted Connext’s framework to better support the prevalent user behavior of transferring assets like stablecoins and ETH across chains, primarily for farming yields.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*z7BgZkcjLbSkDM3_" /><figcaption><em>[1] Protocol flow for NXTP (Connext V1): the user broadcasts an auction message to the network, and routers bid on that auction.</em></figcaption></figure><p>This shift paved the way for Connext V2 (Amarok), which represents the current iteration of the protocol. Amarok has built upon the foundational work of its predecessors to enhance the decentralization and efficiency of managing cross-chain transactions.</p><h3>Bridging Models and Technologies</h3><p>The maturation of the blockchain space has seen the rise of two leading bridging technologies: M-of-N bridges and Intent bridges. M-of-N bridges, utilized by protocols like Multichain, Stargate, Axelar, Wormhole, and others, operate based on a multi-signature or Proof of Stake set to verify transactions between chains. Conversely, intent bridges, such as those implemented by Connext, Hop, Across, DLN, Squid, and others, rely on solvers to execute transactions on the target chain, often with reconciliation/settlement occurring optimistically or supported by an underlying M-of-N bridge.</p><p>The development of these models indicates a diversification within the blockchain space. They cater to varied user needs and enhance the functionality of cross-chain transactions.</p><h3>Solver Selection and Intent Pools</h3><p>As Connext evolved from its initial versions to more advanced intent-based systems, a significant area of development was solver selection — how transactions are matched with solvers and who can fulfill them on the target chain. This process has seen various approaches from different protocols, each with distinct advantages and trade-offs.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*BQ2AEPrHSdHDx32idfxJqQ.png" /><figcaption>[2] An overview of the approaches to solver selection used by multiple protocols today.</figcaption></figure><h4>A Deeper Exploration into Approaches to Solver Selection</h4><p><strong>No Selection/Mempool:</strong> In the simplest form, transactions are made on-chain in the chain’s mempool, where solvers compete to fill them first.</p><ul><li>Benefits: This model offers high guarantees on latency as solvers vie to submit transactions quickly.</li><li>Drawbacks: This model exposes transactions to potential issues like Miner Extractable Value (MEV) and can lead to wasted resources if solvers do not win the race to fill the transaction.</li></ul><p><strong>Request for Quote (RFQ):</strong> In this approach, users express their intent off-chain through a user interface (UI), and solvers respond directly with their quotes. Users then select a solver’s quote and proceed with the transaction.</p><ul><li>Benefits: This decentralized model is efficient for pricing, minimizing latency akin to estimating gas costs.</li><li>Drawbacks: RFQ systems rely heavily on the stability of browser environments, which can be unreliable due to browsers lacking robust support for P2P messages. This may lead to users losing connection or failing to receive quotes from solvers. This approach also requires increased 1:1 interactivity between users and solvers, creating a liveness dependency. Similar to atomic swaps, if solvers go offline (or run out of funds/gas) after providing the quote but before completing the transaction, the user becomes stuck until a timeout occurs. Ideally, this process should involve multiple solvers (1:n) where any solver can complete the transaction.</li></ul><p><strong>Private Intentpools:</strong> This model involves intents being broadcast to a private mempool where an operator runs an auction to select a solver.</p><ul><li>Benefits: This approach decouples the user-solver direct interaction into a user-network and network-solver relationship, enhancing reliability.</li><li>Drawbacks: This method introduces a central operator that could exert undue influence or experience downtime.</li></ul><p><strong>Public Intentpools:</strong> A more decentralized alternative, public intent pools operate similarly to private ones but with the added benefit of public verifiability.</p><ul><li>Benefits: This model uses a shared mempool that acts as a global auction or ordering mechanism for solvers, improving transparency and trust in the process.</li><li>Drawbacks: This model makes it difficult for competing intent protocols to give up their order flow to a public ecosystem.</li></ul><p>Each method reflects different priorities in system design — such as speed, decentralization, and reliability — and showcases the diverse strategies employed by different protocols to optimize the intent fulfillment process in modern blockchain networks.</p><h3>Generalized Intents</h3><p>The majority of conversation today centers around using intents for trading, even for cross-domain intents. This makes sense, as trading is currently the largest addressable market in the space. However, intent-based bridging does not need to be limited to transfers of fungible assets.</p><h4>Expanding the Scope of Intents</h4><p>In 2021, Connext realized that solvers could provide <em>calldata</em> as part of filling an intent, and their settlement could be conditional upon that <em>calldata</em> being correct. This is just another condition upon which solver settlement is predicated. This approach allows for actions like bridging and depositing from one chain to another in a single transaction.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*X75eg2MRo6f9ucXK" /><figcaption>[3] In this example, we demonstrate how xCall can create a chain abstracted experience, allowing a user to enter into a position on Polygon, using their USDC on Optimism in a single transaction.</figcaption></figure><p>We found it interesting that adding arbitrary conditionality to solver settlement can lead to more intriguing behavior from solvers. For instance, UniswapX enables users to set a minimum amount to receive on the target chain for cross-chain swaps. In this model, solvers can determine the routing of the swap as long as they meet the minimum-amount-received requirement.</p><p>Adopting UniswapX’s strategy makes it feasible to expand intents further by allowing settlement conditions to be programmable. Yet, historically, this proved challenging for cross-domain intents because each chain required independent implementation of settlement conditions, posing a high risk of fund loss if not executed correctly.</p><h3>Settlement &amp; Rebalancing</h3><h4>Challenges in Solver Liquidity and Rebalancing</h4><p>One key challenge unique to cross-domain intents is optimizing settlements to provide the best solver experience. Most intent systems (like Connext v0 and v1) typically settle funds back to solvers on the source chain.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*QFOpJeGAAEKuTkid" /><figcaption>[4] A standard intent lifecycle, where solvers front liquidity on the destination chain, but are repaid on the origin chain.</figcaption></figure><p>Feedback from solvers indicates that this model is suboptimal for several reasons:</p><ul><li>Solver liquidity moves away from the chains with high utilization and towards chains where it is least useful. Solvers need to rebalance their liquidity to continue earning on it.</li><li>Rebalancing is expensive. Solvers must bridge or transfer funds from less liquid chains, influencing their pricing quotes.</li><li>Rebalancing is complex. Rebalancing requires solvers to engage with bridges, centralized exchanges (CEXs), OTC desks, and more, effectively building an in-house aggregator.</li><li>Solvers can offset costs by netting A→B flows against B→A. However, they need large amounts of capital on each chain to do this effectively, giving market makers an outsized advantage in solving.</li></ul><p>Connext v2, Across, and Hop have all introduced mechanisms to abstract rebalancing from solvers. While this in-protocol settlement/rebalancing improves solver decentralization and pricing, the question remains: is it enough?</p><h3>Conclusion</h3><p>The present state of intents in blockchain technology is a dynamic and evolving field. Intent systems today are far more sophisticated than their predecessors, capable of supporting complex, multi-chain operations and catering to the needs of an increasingly diverse set of applications. As these systems continue to develop, they promise to abstract the complexities of blockchain interactions further, making them more accessible and efficient for users across the globe.</p><p>As we continue to push the boundaries of what is possible with blockchain technology, the role of intents is likely to grow even more prominent. The next installment of our series will explore the future of intents, delving into emerging trends, anticipated technological advancements, and their potential impacts on various industries. Stay tuned to explore how the future of blockchain may unfold, driven by the innovative use of intents.</p><h3>About Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its kind that does so cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers looking to build bridges and other natively crosschain applications.</p><p><a href="https://www.connext.network/">Website</a> / <a href="https://twitter.com/connext">X</a> / <a href="https://discord.com/invite/connext">Discord</a> / <a href="https://medium.com/connext">Blog</a> / <a href="https://www.youtube.com/@connext.network">YouTube</a> / <a href="https://docs.connext.network/concepts/readme">Documentation</a> / <a href="https://github.com/connext">Github</a> / <a href="https://github.com/connext/audits">Audit</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=94bc657f9db4" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/history-of-intents-the-present-94bc657f9db4">History of Intents: The Present</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[History of Intents: The Past]]></title>
            <link>https://medium.com/connext/history-of-intents-the-past-d935e3a8ff13?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/d935e3a8ff13</guid>
            <category><![CDATA[interoperability]]></category>
            <category><![CDATA[history-of-technology]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[intent]]></category>
            <dc:creator><![CDATA[Vavaenesh]]></dc:creator>
            <pubDate>Wed, 08 May 2024 17:59:02 GMT</pubDate>
            <atom:updated>2024-05-14T18:40:13.561Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ECv2RLR9HLuMk24-kHC-oA.png" /></figure><p>In the evolving landscape of blockchain technology, the concept of <em>‘intents’</em> is becoming increasingly central, especially as we push toward seamless interoperability between different blockchain networks. Understanding this concept begins with a look into its technological predecessors, which created the foundational principles for today’s sophisticated systems.</p><p>This article, the first in a three-part series, delves into the early technologies like Hashed Timelock Contracts (HTLCs), Atomic Swaps, and the Interledger Protocol (ILP), tracing their evolution and their pivotal roles in pioneering the path towards sophisticated intent-based systems we see today.</p><h3>TL;DR:</h3><ul><li>HTLCs (Hashed Timelock Contracts) introduced secure, conditional blockchain transactions requiring cryptographic proofs and timed executions.</li><li>Building on HTLC technology, Atomic Swaps enhanced cross-domain cryptocurrency exchanges without intermediaries but faced challenges like coordination dependency and security risks.</li><li>As a response to the limitations of Atomic Swaps, the Interledger Protocol (ILP) proposed packetized payments for safer and continuous trading. However, despite its innovative approach to interoperability, ILP struggled with adoption.</li><li>From HTLCs to ILP, these early technologies laid the groundwork for today’s sophisticated, intent-based systems, paving the way for automated cross-domain transactions.</li></ul><h3>Hashed Timelock Contracts (HTLCs)</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*wDAFA-7a6mIdGxuM" /><figcaption>[1] <a href="https://bitcointalk.org/index.php?topic=5455282.0">What is a Point Time Lock Contract (PTLC)?</a> by cygan</figcaption></figure><h4>Concept and Mechanism</h4><p>In short, a Hashed Timelock Contract (<a href="https://en.bitcoin.it/w/index.php?title=Hash_Time_Locked_Contracts">HTLC</a>) is a type of smart contract that allows funds to be removed from the contract using a preimage of a hash after the Timelock reaches zero. HTLCs are primarily used to execute secure and trustless transactions between two parties.</p><p>The essence of an HTLC lies in its two main components: the hashlock and the timelock. The hashlock secures the transaction with a cryptographic hash that requires a specific <em>preimage</em> (original data used to create the hash) to be revealed for the transaction to proceed. The timelock ensures that if this condition isn’t met within a set timeframe, the funds revert to the sender, providing a safety mechanism against deadlock or abandonment.</p><h4>Advantages and Limitations</h4><p>Originally devised for Bitcoin, HTLCs were instrumental in many early blockchain applications. The primary advantage of using HTLCs was their ability to enable trustless transactions. Participants did not need to trust each other or a third party; instead, they relied on the immutable conditions of the contract. This not only enhanced security but also broadened the scope for automated, decentralized exchanges.</p><p>However, HTLCs were not without limitations. The requirement to reveal a cryptographic hash led to security concerns if the hash was prematurely exposed.</p><h3>Atomic Swaps</h3><p><a href="https://bitcointalk.org/index.php?topic=193281.msg2224949#msg2224949">In 2013</a>, Tier Nolan devised the atomic swap, building directly on the principles of HTLCs. Atomic Swaps were designed to allow the exchange of one cryptocurrency for another across different blockchains without relying on centralized exchanges. These swaps used HTLCs to link transactions across different blockchains, ensuring that either both transactions succeeded or neither did, hence the term “atomic.”</p><p>The evolution of Atomic Swaps from a novel concept to a functional tool has significantly influenced the development of decentralized trading. Initially conceptualized for simple one-to-one exchanges, the technology grew to support more complex, automated swap processes between a wider range of cryptocurrencies and tokens.</p><h4>Technical Deep Dive</h4><p>An Atomic Swap consists of two HTLC contracts on different chains with the same hash and staggered expiry.</p><p>Let’s consider a scenario in which Alice and Bob decide to swap cryptocurrencies, such as Bitcoin and Litecoin, across different blockchains.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*OlRq_IlAiqRbqYdy" /><figcaption><em>[2] </em><a href="https://medium.com/@pierre.noizat/what-are-atomic-swaps-bc1d034634c9"><em>Atomic Swaps: A Simple, Fair Exchange Protocol</em></a><em> by Pierre NOIZAT</em></figcaption></figure><p>Here’s how the Atomic Swap transaction would unfold:</p><p><strong>Step 1: Submitting Collateral</strong></p><p>Once the two parties agree on the terms of the swap (i.e., how much of Token A will be exchanged for Token B), they can begin setting up the Atomic Swap.</p><ul><li>First, Alice will deposit BTC onto an HTLC on the Bitcoin Blockchain.</li><li>In turn, Bob will then deposit LTC into an HTLC on Litecoin.</li></ul><p><strong>Step 2: Swapping Funds</strong></p><p>Once both parties are sufficiently confident that the collateral has been submitted (i.e., after enough blocks have elapsed on each chain), they can begin the process of swapping.</p><ul><li>Alice unlocks Bob’s LTC using the <em>preimage</em> of the hash used to construct the HLTC.</li><li>Doing this on-chain reveals the preimage to Bob, who can then use it to unlock Alice’s BTC on Bitcoin.</li></ul><p>If Alice fails to reveal the preimage before the HTLC expires, the transaction simply expires and Alice/Bob can reclaim their funds from the HTLC.</p><p>The above process mirrors intent systems today. By creating and depositing into the HTLC on Bitcoin, Alice expresses her <em>intent</em> to swap BTC. However, in this system, Alice must find and coordinate with a counterparty <em>upfront</em> prior to depositing funds into the HTLC.</p><h4>Limitations</h4><p>Based on the example above, the subtle difference in needing upfront coordination to set up an atomic swap means that atomic swaps suffer from a 1:1 relationship dependency between counterparties. This presents a couple of significant challenges for Atomic Swap systems:</p><p><strong>Liveness:</strong> If Bob goes offline after Alice deposits funds into her HTLC, Alice could be left stranded until her HTLC expires (which typically takes up to a week in the case of Bitcoin).</p><p><strong>Free Option:</strong> Bob can opt out of the deal at no cost, giving him a <em>Free Option</em> to decide whether to go through with the swap with Alice. For instance, if the price of BTC moves unfavorably for Bob during the transaction, he can simply disappear, leaving Alice to waste time/gas. The<em> Free Option</em> issue is particularly crucial when swapping different assets asynchronously.</p><p>These challenges are explored in Dan Robinson’s paper: <a href="https://diyhpl.us/wiki/transcripts/stanford-blockchain-conference/2019/htlcs-considered-harmful/">HTLCs Considered Harmful</a>.</p><h3>Interledger Protocol (ILP)</h3><h4>Conceptualization</h4><p>Interledger Protocol (ILP) proposed packetized payments as an alternative model to address the <em>Free Option</em> concerns associated with Atomic Swap protocols. Instead of conducting a single swap between chains, ILP suggested dividing swaps into time-based streams of payments.</p><h4>How ILP Worked</h4><p>ILP operated using a simple yet powerful principle: connectors route packets of money across independent payment networks much like routers forward packets of data across the Internet.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1000/0*KADNgADhRf9nPNyX" /><figcaption><em>[3] Trades between Alice and Bob on a continuous basis</em></figcaption></figure><p>In this scenario, Alice and Bob engage in continuous trading of BTC and LTC against each other over time at a specified rate (e.g., $100 per second). The rate determines the overall risk both parties undertake in the swap and can be adjusted according to time preference. If one party ceases swapping midway through the process (e.g., due to unfavorable price movement), only a portion of the swap is completed, allowing both parties to exit the arrangement.</p><p>Interledger solved the <em>Free Option</em> problem for Atomic Swap, but <strong>liveness</strong> requirements were increased as both parties needed to stay online while the swap took place.</p><h4>Interledger Protocol Today</h4><p>Unfortunately, ILP never received the adoption it deserved. This was partly because it relied on a complex HTLC construction to manage streaming payments.</p><p>While ILP may not be directly relevant for modern interoperability (as sending individual transactions like the example above incurs high overhead), this approach offers valuable insights. One significant lesson is that breaking down large cross-domain transactions into time-based flows could facilitate more efficient load balancing and offsetting of global funds movement across chains.</p><h3>Conclusion</h3><p>The journey from HTLCs to Atomic Swaps and the Interledger Protocol illustrates the trajectory of ever-increasing sophistication and utility in blockchain technologies. Each step in this evolution has brought us closer to a seamless and decentralized system of financial transactions across various blockchains and other financial systems. These technologies have laid the groundwork for the next generation of blockchain functionality, where intents — detailed, pre-defined conditions for transactions — are managed across multiple domains, paving the way for even more integrated and automated systems.</p><p>As we look forward to the developments in blockchain interoperability, it’s clear that the foundational work done by these early technologies will continue to influence future innovations. Stay tuned for the next article in our series, where we will explore the present state of intents and how they are being used today to create a more connected and efficient blockchain ecosystem.</p><h3>About Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its kind that does so cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers looking to build bridges and other natively crosschain applications.</p><p><a href="https://www.connext.network/">Website</a> / <a href="https://twitter.com/connext">X</a> / <a href="https://discord.com/invite/connext">Discord</a> / <a href="https://medium.com/connext">Blog</a> / <a href="https://www.youtube.com/@connext.network">YouTube</a> / <a href="https://docs.connext.network/concepts/readme">Documentation</a> / <a href="https://github.com/connext">Github</a> / <a href="https://github.com/connext/audits">Audit</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d935e3a8ff13" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/history-of-intents-the-past-d935e3a8ff13">History of Intents: The Past</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Q1 Unwrapped: Connext in 2024]]></title>
            <link>https://medium.com/connext/q1-unwrapped-connext-in-2024-bc007f339105?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/bc007f339105</guid>
            <category><![CDATA[restaking]]></category>
            <category><![CDATA[dao]]></category>
            <category><![CDATA[xerc20]]></category>
            <category><![CDATA[chain-abstraction]]></category>
            <category><![CDATA[ethereum]]></category>
            <dc:creator><![CDATA[Vavaenesh]]></dc:creator>
            <pubDate>Wed, 24 Apr 2024 18:25:15 GMT</pubDate>
            <atom:updated>2024-04-24T18:25:15.758Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*yyptc04x5YQMW1V9hsNSPg.png" /></figure><p>Connext has had an exciting quarter, highlighted by tremendous growth, new partnerships and use cases, exciting events, and more. This period not only reinforced the company’s foundational mission but also introduced cutting-edge features that bring us closer to a more interconnected Web3 ecosystem.</p><p>Here’s an overview of the <strong>key highlights</strong> covered in this comprehensive recap:</p><ul><li>Connext is the leading protocol for <strong>chain abstraction</strong>.</li><li>We have expanded our support to include Metis, Mode, and Base, bringing the total number of supported chains to 10.</li><li>The volume in the Connext network grew by <strong>over 50x</strong>, surpassing $1 billion in monthly bridge volume, with a <strong>99.4% network uptime</strong> and high rates of fast transfer completion.</li><li>Connext introduced its <strong>Restake From Anywhere module</strong>, a powerful industry-first use case, enabling ETH native restaking on L2s in partnership with <em>Renzo Protocol</em>. In the two months since launch, Connext has enabled over $320M in ETH to be restaked on L2s.</li><li>We’re excited to see further industry adoption of the <strong>xERC20 token standard</strong>, an open crosschain standard built by and for the Ethereum community that is neither owned nor controlled by a specific protocol.</li><li>The Connext DAO has shown strong governance and community engagement with active contributions.</li><li>At ETHDenver, Connext showcased its various use cases through workshops and keynote presentations, and we’re gearing up for many <strong>more events</strong> globally throughout Q2.</li></ul><h3>Vision and Mission Recap</h3><p>In Q1 2024, Connext reinforced its mission to serve as the go-to protocol for <strong>Chain Abstraction</strong>, allowing users to interact with any dApp, on any chain, using any asset. The launch of the Restake From Anywhere module exemplifies the power of the protocol, bringing to market an entirely new use case that has created immense value and has set off a new trend of <strong>L2 restaking</strong> with providers throughout the space.</p><p>From launching the Restake From Anywhere module to expanding network capabilities, these feats reinforce Connext’s commitment to its goal of creating a seamless user experience where users do not need to worry about the chain they are using. Let’s explore the strides made in Q1 that are bringing this vision closer to reality.</p><h3>Protocol Performance and Milestones</h3><h4><em>Network Expansion</em></h4><p>Connext expanded its support to include new chains like Metis, Mode, and Base, with many more to come. This increased the total number of supported chains to 10, with upcoming chain expansion plans aimed at delivering Connext’s best-in-class intent-based bridging, Chain Abstraction, and a variety of other use cases to an even broader user base.</p><p>Other chains like X Layer, Scroll, zkSync, Polygon zkEVM, Avalanche, and Mantle are on our launch roadmap, and more chains will be unveiled soon!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*h-4DqN4ekWvd8LLA" /><figcaption><em>[1] Current supported chains and upcoming chains list. Source: </em><a href="https://www.connext.network/"><em>Connext</em></a></figcaption></figure><h4><em>Bridge Volumes</em></h4><p>This quarter&#39;s notable development was the increase in bridge volumes by orders of magnitude. As of March 31, 2024, here are our 30-day metrics:</p><ul><li><strong>Number of Transactions:</strong> Over 108K transactions</li><li><strong>Volume:</strong> Bridge volume skyrocketed in Q1, exceeding <strong>$1B monthly</strong> throughout the network. We’re happy to report that this number appears to only be growing, making Connext one of the largest bridges by volume today.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*6eTmSRvZCxRtc7eK" /><figcaption><em>[2] Growth in monthly bridge volume as of April 3, 2024.</em></figcaption></figure><h4><em>Technical Milestones</em></h4><p>We’re happy to see the resilience of the Connext network in action. While Connext saw in excess of a 50x increase in volume, the network remained stable and reliable. Here are some network highlights:</p><ul><li>99.4% network uptime across all core services (sequencer, routers, messaging, and UI).</li><li>Close to 90% of transfers completed in under 3 minutes through our <em>intent-based architecture</em>.</li><li>95% of transfers were completed in our “Fast Path” thanks to our network of solvers.</li></ul><h4><em>Restake From Anywhere Use Case</em></h4><p>The introduction of Connext’s <a href="https://www.connext.network/restaking">Restake From Anywhere</a> module, <em>a first in the industry</em>, has significantly impacted the restaking ecosystem in the two months since its launch.</p><p>In partnership with restaking giant Renzo Protocol, Connext has facilitated the restaking of over $320M in ETH directly from L2s such as Arbitrum, Mode, Linea, Base, and BNB Chain. With this module integrated into Renzo, users are able to:</p><ul><li>Restake ETH from their chain of choice without having to leave these networks.</li><li>Avoid Mainnet gas fees.</li><li><strong>Skip the complexities</strong> of bridging, swapping, and paying multiple gas fees. All of this can be done with just one click!</li></ul><p>Read our <a href="https://medium.com/connext/restake-from-anywhere-pioneering-l2-restaking-with-connext-3e82381b30c9">explainer article</a> here for a more in-depth look at Connext’s Restake From Anywhere module, including how it facilitates native L2 restaking and its advantages.</p><h3>Further Adoption of xERC20</h3><p>The <a href="https://xerc20.com/">xERC20</a> standard, also known as <a href="https://ethereum-magicians.org/t/erc-7281-sovereign-bridged-tokens/14979">ERC-7281</a>, experienced significant growth in adoption in Q1 of 2024. This open crosschain standard is being increasingly recognized for its utility and has been integrated or deployed by several prominent protocols, including:</p><ul><li><a href="https://twitter.com/RenzoProtocol/status/1781086014439579809">Renzo Protocol</a> with ezETH</li><li><a href="https://twitter.com/KelpDAO/status/1768684531538637048">KelpDAO</a> with rsETH</li><li><a href="https://twitter.com/Timeless_Fi/status/1750307596752633909">Bunni</a> with xoLIT</li><li><a href="https://twitter.com/routerprotocol/status/1769770235299582358">Router Protocol</a></li><li>Space Token with xSPACE</li></ul><p>Additionally, there are ongoing developments on the testnet.</p><p>The xERC20 standard addresses critical issues in <em>other</em> crosschain token standards, which are often proprietary and pose potential risks to the ecosystem. For instance, non-xERC20 tokens can lead to issuers losing control over their token contracts when bridged, with each bridge creating its own version of a token and locking those tokens within its ecosystem. This limits issuer control and exacerbates liquidity fragmentation and user experience issues.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/604/0*hh9BW2PuNamguj72" /><figcaption><em>[3] Various versions of USDC due to bridges deploying their own token contracts. Source: </em><a href="https://raydium.io/swap/"><em>Raydium</em></a></figcaption></figure><p>In contrast, xERC20 ensures a <strong>single version</strong> of the token is minted no matter which bridge is utilized, eliminating liquidity fragmentation and allowing token issuers to maintain complete control over their contracts. This includes the ability to whitelist bridges and set minting limits, significantly minimizing risks during potential bridge exploits, an important feature that other proprietary standards do not offer.</p><p>We encourage all token issuers to <strong>adopt xERC20</strong>, leveraging its benefits to create a more secure and intuitive crosschain experience for your communities. To learn more about xERC20 tokens, visit <a href="http://xerc20.com">xerc20.com</a></p><h3>DAO Proposals and Growth</h3><p>The Connext DAO has been a hive of activity, with several impactful proposals passed:</p><ul><li>Jan 25th — <strong>Karma Delegate Dashboard for Connext: </strong>The Karma team was awarded tokens from the DAO for their outstanding work on the <a href="https://delegate.connext.network/">dashboard</a> created for the DAO.</li><li>Feb 8th — <strong>Community Leadership Incentivization</strong>: This formed the Community Sub-DAO, which ensures ongoing support functions for the Connext community, maintaining operations and overseeing project and task completion.</li><li>Feb 9th — <strong>Extend existing incentives program on Velodrome</strong>: This enabled Velodrome to continue its current program.</li><li>Mar 6th — <strong>Rollup Ecosystem Education Partnership Proposal:</strong> <a href="https://twitter.com/therollupco">The Rollup</a> now serves as an educational content partner for Connext, enhancing product awareness, increasing engagement, and supporting the product vision.</li><li>Mar 20th — <strong>Execution Bond Change</strong>: With this proposal passing, the DAO execution bond will be adjusted to 2 WETH. This change streamlines the proposal execution process, making it quicker and easier. Additionally, the oSnap team can now automatically request and execute proposals.</li><li>Mar 21st — <strong>Connext Expansion Proposal V2</strong>: This allows the Connext Foundation to choose which chains to support without requiring a vote for each chain. The DAO will be informed of all plans on a separate forum thread.</li><li>Mar 24th — <strong>Retroactive Funding Proposal for xPollinate Development</strong>: This proposal retroactively provides tokens to the 1Hive/Buzz DAO team for their early contributions to create an interface for users to bridge to and from the xDAI (Gnosis) chain.</li></ul><p>The active engagement with the Connext demonstrates that the protocol is not only growing in terms of adoption and network activity but also further <em>decentralizing</em> and building a strong, community-driven foundation. To join our DAO, become part of our community, or explore recent RFCs, visit the <a href="https://forum.connext.network/">Connext Forum</a>.</p><h3>ETH Denver 2024 Highlights</h3><p>During our time in Denver, our team actively engaged with the community by participating in various side events. We also delivered <strong>keynotes</strong> on topics such as Chain Abstraction, the xERC20 token standard, and our Restake From Anywhere module.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*0CF8VhnYPMPf1HhH" /><figcaption><em>[4] Events attended by Connext team members at ETH Denver. Source: </em><a href="https://twitter.com/Connext/status/1762145701289656425"><em>Connext</em></a></figcaption></figure><p>Check out our <a href="https://twitter.com/Connext/status/1762145701289656425">post on X</a> for a detailed breakdown of what we presented during each event.</p><h3>Looking Ahead</h3><h4><em>Events</em></h4><p>Connext will be at various events throughout Q2, including Consensys Austin, dAppcon in Berlin, and events throughout Asia. We are also excited to announce a large activation at the <a href="https://ethcc.io/">Ethereum Community Conference (EthCC)</a> from July 8–11, 2024.</p><h4><em>Vision for the Next Quarter</em></h4><p>The journey of Connext in Q1 2024 reaffirms the team’s enthusiasm and dedication to building a unified Web3 space. As we look ahead, this shared vision and commitment will continue to propel Connext forward, breaking new ground in the quest for a world where the interchain is abstracted. This future will allow users to utilize dApps without needing to personally engage with the underlying infrastructure, much like in the experiences we see today in <em>Web2 applications</em>.</p><p>Follow Connext on <a href="https://twitter.com/connext">X</a> and join our <a href="https://discord.com/invite/connext">Discord</a> to stay updated on our journey and future engagements.</p><h3>About Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its kind that does so cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers looking to build bridges and other natively crosschain applications.</p><p><a href="https://www.connext.network/">Website</a> / <a href="https://twitter.com/connext">X</a> / <a href="https://discord.com/invite/connext">Discord</a> / <a href="https://medium.com/connext">Blog</a> / <a href="https://www.youtube.com/@connext.network">YouTube</a> / <a href="https://docs.connext.network/concepts/readme">Documentation</a> / <a href="https://github.com/connext">Github</a> / <a href="https://github.com/connext/audits">Audit</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bc007f339105" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/q1-unwrapped-connext-in-2024-bc007f339105">Q1 Unwrapped: Connext in 2024</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Restake From Anywhere: Pioneering L2 Restaking with Connext]]></title>
            <link>https://medium.com/connext/restake-from-anywhere-pioneering-l2-restaking-with-connext-3e82381b30c9?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/3e82381b30c9</guid>
            <category><![CDATA[layer-2]]></category>
            <category><![CDATA[eigenlayer]]></category>
            <category><![CDATA[restaking]]></category>
            <category><![CDATA[chain-abstraction]]></category>
            <category><![CDATA[lrtfi]]></category>
            <dc:creator><![CDATA[Vavaenesh]]></dc:creator>
            <pubDate>Mon, 08 Apr 2024 17:08:10 GMT</pubDate>
            <atom:updated>2024-04-08T17:08:10.351Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*AgTmdj7ZDZDBw6-D" /></figure><h3>TL;DR:</h3><ul><li>In February, Connext introduced “<a href="https://connext.network/restaking"><strong>Restake From Anywhere</strong></a>,” which enables users to easily restake ETH and LSTs directly from L2/L3 networks without paying Ethereum Mainnet fees.</li><li>Restaking, an EigenLayer innovation, allows users to earn additional rewards through restaking while maintaining liquidity with liquid restaking tokens (LRTs).</li><li>Restaking today only happens on L1s, meaning the TVL is leaking from L2s back to ETH. Additionally, this means that L2 participants have to choose to leave their chain/ecosystem of choice and go to ETH to participate. With Connext, users can restake on their chain of choice.</li><li>Connext’s collaboration with Renzo Protocol exemplifies the practical benefits of restaking, enhancing DeFi opportunities and user experience while aligning with Ethereum’s scalability and decentralization goals.</li><li>Connext is actively expanding the ability to Restake From Anywhere by adding support for additional chains, further enhancing interoperability and user options on EigenLayer.</li></ul><h3>Introducing Restake From Anywhere</h3><p>The pursuit of seamless, efficient, and user-friendly solutions in DeFi is an ongoing endeavor. At <a href="https://www.connext.network/">Connext</a>, we have always prioritized creating intuitive and simple experiences that look and feel like applications on the web.</p><p>As part of that mission, we are thrilled to pioneer the ability to Restake From Anywhere. Our first course of action was to partner with the restaking giant <a href="https://www.renzoprotocol.com/">Renzo Protocol</a>, which allows its users to:</p><ul><li>Restake their ETH (and LSTs) from their preferred L2/L3 without having to leave these networks.</li><li>Avoid Ethereum Mainnet (L1) gas fees.</li><li>Skip the complexities of bridging, swapping, and paying multiple gas fees. All of this can be done with just one click!</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*TWOOdhPtpuknLUG4" /><figcaption>Restaked TVL on L2s surpassed $300M in the first month since Restake From Anywhere was launched. To date, over $650M have been restaked on L2s through Renzo via Connext.</figcaption></figure><p>Curious to learn more? Let’s dive into the details.</p><h3>Restaking — A Product of EigenLayer’s Innovation</h3><p><a href="https://consensys.io/blog/eigenlayer-a-restaking-primitive">Restaking</a> is a revolutionary utility brought to you by <a href="https://docs.eigenlayer.xyz/eigenlayer/overview">EigenLayer</a>. It allows applications to independently leverage Ethereum’s robust <a href="https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/">Proof-of-Stake (PoS)</a> security mechanism without relying on the Ethereum consensus layer.</p><p>By utilizing their existing PoS deposits, both validators and delegators (a.k.a. Ethereum stakers) can validate transactions on Ethereum non-native dApps known as Actively Validates Services (AVSs). This empowers AVSs with greater security while granting restakers additional rewards (from AVSs) alongside their Ethereum block rewards (underlying rewards that come from staking ETH and/or staking LSTs).</p><p>Restaking comes in two primary forms:</p><ol><li>Native ETH restaking</li><li>LST restaking</li></ol><p>While users have the option to directly restake on EigenLayer, this often leads to locked liquidity. To overcome this, restaking protocols have emerged, enabling users to maintain liquidity after restaking through a concept called liquid restaking.</p><p>Simply put, liquid restaking mirrors how protocols like Lido, Rocket Pool, Swell, and others have successfully addressed the challenges associated with traditional ETH staking by introducing the concept of liquid staking.</p><h3>Examples of Liquid Restaking Protocols</h3><p>Currently, several liquid restaking providers in the market have launched on mainnet. Some prominent names include:</p><ul><li>Renzo Protocol</li><li>Puffer Finance</li><li>KelpDAO</li><li>ether.fi</li><li>Swell Network</li><li>ClayStack</li></ul><p>When users restake their assets with these protocols, they not only receive restaking rewards but also obtain a liquid restaking token (LRT) as a receipt token (unique to its respective protocol).</p><p>These LRTs can be utilized for various DeFi opportunities, such as creating money legos with lending protocols, CDPs, and more!</p><h3>Current Problems with Restaking</h3><p>Under current market conditions, EigenLayer is experiencing a significant influx of restaked ETH. Every time they increase the LST caps, they are immediately filled, demonstrating the high level of interest in restaking.</p><p>To provide further context, the liquid restaking ecosystem currently represents a $9.6 billion market share. We believe it has the potential to become one of the most significant narratives in DeFi to date.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*h0VQRpNHybP6lq0d" /><figcaption><em>[2] Liquid Restaking TVL as of April 8th, 2024. Source: </em><a href="https://defillama.com/protocols/Liquid%20Restaking"><em>DefiLlama</em></a></figcaption></figure><p>However, restaking presents several challenges:</p><ol><li>Native Restaking on Mainnet is becoming increasingly expensive.</li></ol><p>This is primarily due to high gas prices on Ethereum, which averaged 41.38 GWEI from March 7 to April 7 (source: <a href="https://ycharts.com/indicators/ethereum_average_gas_price#:~:text=Ethereum%20Average%20Gas%20Price%20is,26.55%25%20from%20one%20year%20ago.">YChart</a>). This level of expense presents a significant barrier to average users interested in participating in restaking activities on Mainnet, underscoring the need for more cost-effective solutions.</p><p>2. Users are compelled to stake and/or restake ETH on Ethereum mainnet, even as economic activity flourishes on L2/L3s where costs are lower and new incentives emerge.</p><p>This can be:</p><ul><li>Inconvenient for users who already have funds on L2/L3 networks.</li><li>Disadvantageous for L2/L3 ecosystems, as TVL seeps out when users withdraw funds to L1.</li><li>Disadvantageous for restaking protocols that need to attract fragmented capital from L2/L3 networks to L1.</li><li>In contradiction with Ethereum’s ultimate goal of shifting activity to L2s. The push and pull effect of funds moving between L1 and L2 goes against this goal.</li></ul><p>The solution? <a href="https://www.connext.network/restaking">Restake From Anywhere by Connext</a>.</p><h3>How Does Restake From Anywhere Work?</h3><p>“Restake From Anywhere” aims to simplify the complex process of restaking assets across different chains. Currently, users face a complicated and costly process that involves multiple steps and a requirement to restake on Ethereum’s mainnet. If users don’t have funds on Mainnet, they must bridge and swap their assets before being able to restake, requiring multiple transactions across multiple services. All told, the process can be complex, and the gas fees are high for the average user.</p><p>Connext’s Restake From Anywhere module streamlines this process into a simple one-click action. It allows users to restake assets directly from any supported L2 network to Ethereum Mainnet or across different L2 networks.</p><p>This use case reduces transaction costs drastically and promotes new DeFi activities within the L2 ecosystems that help these ecosystems retain TVL, aligning with Ethereum’s vision for a more scalable and decentralized blockchain future.</p><h3>Renzo Protocol: A Real-World Application</h3><p>An excellent demonstration of “Restake From Anywhere” is its seamless integration with Renzo Protocol, a restaking protocol with an impressive TVL of over $2.8 billion. Our recent partnership with Renzo showcases the practical benefits of Connext’s use case, enabling users to effortlessly restake their assets while participating in DeFi opportunities and creating “money legos” with lending protocols, CDPs, and more.</p><p>Here’s a quick breakdown of how it works:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*WXKlKpjiY3CAob2t" /><figcaption><em>[3] General workflow of Restake From Anywhere. Source: </em><a href="https://www.connext.network/restaking"><em>Connext</em></a></figcaption></figure><ol><li>Users can directly restake their native ETH from their preferred L2 on Renzo Protocol, earning them restaking rewards.</li><li>Upon restaking, users instantly receive Renzo’s LRT (ezETH), which can be used for various DeFi activities within the L2 ecosystem they restaked from.</li><li>In the background, the ETH is batched and bridged to the Ethereum mainnet, where it is restaked. The trust-minimized infrastructure provided by Connext ensures that this process can be automated and optimized for cost-efficiency, while maintaining the best possible security, all while minimizing any mainnet fees for the users.</li><li>In addition to the benefits from steps 1 and 2, restakers on Renzo can also accrue ezPoints and EigenLayer Restaked Points, positioning them for future incentives.</li></ol><p>Note: In the near future, not only native ETH but also supported LSTs like stETH and WBETH will be restakable on Renzo Protocol.</p><p>Through this partnership, we believe that Connext and Renzo are enhancing the user experience on EigenLayer and paving the way for more dynamic and versatile DeFi applications while simplifying the restaking process for our users.</p><h3>What Next?</h3><p>We are thrilled to announce that Renzo Protocol will be the first restaking protocol we work with to introduce the “Restake From Anywhere” module. Currently, users can natively restake ETH from Arbitrum, BNB Chain, Mode, Base, and Linea, and we plan to support more chains soon!</p><p>To join us on this exciting journey and stay updated with all the announcements and updates, follow <a href="https://twitter.com/Connext">Connext</a> and <a href="https://twitter.com/RenzoProtocol">Renzo Protocol</a> on X and join our <a href="https://discord.gg/connext">Discord</a> if you have any questions.</p><h3>About Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its kind that does so cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers looking to build bridges and other natively cross-chain applications.</p><p><a href="https://www.connext.network/">Website</a> / <a href="https://twitter.com/connextnetwork">X</a> / <a href="https://discord.com/invite/connext">Discord</a> / <a href="https://medium.com/connext">Blog</a> / <a href="https://www.youtube.com/@connext.network">YouTube</a> / <a href="https://docs.connext.network/concepts/readme">Documentation</a> / <a href="https://github.com/connext">Github</a> / <a href="https://github.com/connext/audits">Audit</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3e82381b30c9" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/restake-from-anywhere-pioneering-l2-restaking-with-connext-3e82381b30c9">Restake From Anywhere: Pioneering L2 Restaking with Connext</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing the Bacco Network Upgrade]]></title>
            <link>https://medium.com/connext/introducing-the-bacco-network-upgrade-73ad19cee9ed?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/73ad19cee9ed</guid>
            <category><![CDATA[crosschain-bridge]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[crosschain]]></category>
            <category><![CDATA[connext-network]]></category>
            <category><![CDATA[connext]]></category>
            <dc:creator><![CDATA[Matthew Hammond]]></dc:creator>
            <pubDate>Thu, 07 Dec 2023 20:12:23 GMT</pubDate>
            <atom:updated>2023-12-07T20:12:23.563Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Z_eypngCdkLQHVgSEzNBsw.png" /></figure><h3>tl;dr</h3><p>After several months of intense development from core development teams, including Proxima Labs and <a href="https://defi.sucks/">Wonderland</a>, we’re excited to announce the latest Connext network upgrade, Bacco.</p><ul><li>Bacco upgrades the existing “slow path” of the Connext Network to operate optimistically, <strong>reducing the operational costs of supporting new chains by over 90% while maintaining the best possible security</strong>.</li><li>Bacco opens the door to rapidly expanding Connext to many new chains &amp; L2s! 🎉</li><li>In line with this, the Connext Foundation has put forward a DAO RFC to approve future protocol support for <a href="https://forum.connext.network/t/connext-expansion-proposal/956?u=nmajors"><strong>20 new chains &amp; L2s.</strong></a>*</li></ul><p>The Bacco network upgrade is set to occur on December 14th, pending successful production testnet monitoring.</p><h3>Why Do We Need Bacco?</h3><p>Today, Connext’s messaging layer utilizes the underlying “canonical” messaging bridges that connect L2s to Ethereum (e.g., rollup bridges such as the Arbitrum AMB). When a message passes through Connext, roots must travel from the L2 chains we connect (known as spoke domains) back to Ethereum L1 (the hub domain) through the canonical bridges. Once there, roots are aggregated into a single Merkle root that is propagated to each spoke domain. We often refer to this as the “slow path”.</p><p>While this construction allows Connext to maintain the best possible security, inheriting it from the chains themselves, it makes adding new spoke domains prohibitively costly (~$30k/mo/chain at a 20 gwei gas price 😱). <strong>Rollup/canonical bridges are very expensive at scale.</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*tmOXPF1-P-s-o1HGvt9eEQ.png" /></figure><p>As ecosystems continue to deploy new chains (Op Superchain, Arbitrum’s Orbit, etc.) and creating rollups becomes easier (<a href="https://www.gelato.network/blog/gelato-connext-modular-interoperability-l2">Gelato’s RAAS</a>, <a href="https://altlayer.io/">AltLayer</a>, etc.), builders and users alike will need secure crosschain infrastructure that can expand with them.</p><h3>An Optimistic Solution</h3><p>The Bacco network upgrade changes how messages are passed between chains to behave optimistically — messages are transported between chains by the Connext Sequencer (subject to a fault proof window and disputes by Watchers) instead of through the sequencers of other rollups. This results in a massive improvement in operational efficiency, reducing the overhead cost of adding a new chain by <strong>over 90%</strong> while maintaining the best possible security.</p><h4>Optimistic Path</h4><p>Here’s how it works:</p><p><strong>1: Aggregating Roots on Ethereum:</strong> Periodically, the Connext Sequencer takes a snapshot of all new crosschain transactions from the spoke domains and submits an aggregate root directly to Ethereum.</p><p><strong>2: Fraud Detection and Prevention</strong>: Once submitted, the system initiates a 30-minute fault detection window, during which the Watchers check to ensure the aggregated root only contains valid transactions from the spoke domains.</p><ul><li>Once the integrity of the aggregated root is verified and the 30-minute window elapses, the Sequencer will submit the same aggregated root to all spoke domains, where the fault detection process is repeated once more before the transaction is executed.</li></ul><p><strong>3: Slow Path Fallback</strong>: On the off chance the Sequencer submits an aggregate root with a bad transaction, any Watcher can trigger a fault proof. The system then falls back to the original slow mode described above, pushing all data directly through canonical bridges. In the future, the system would also subsequently penalize either the Sequencer for a fault, or the Watcher for an invalid fault proof based on the (ultimately correct) state passed through canonical bridges.</p><ul><li>As an additional guardrail, until staking and slashing are implemented, the system would remain in slow mode after a fault proof until the Connext DAO or Security Council voted to reenable the default optimistic mechanism.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*y1ZrzvY1zBFYycRzaT7LAA.png" /></figure><p>This approach maintains Connext’s commitment to the best possible security while significantly reducing the gas costs on Ethereum of operating the network.</p><blockquote>💡 <strong>Fun Fact:</strong> The above system upgrade <em>quite literally</em> makes Connext an application-specific Optimistic Rollup.</blockquote><blockquote>For Optimism and Arbitrum, the rollup is defined by an EVM-compatible state machine that lives in the “dispute path” on Ethereum. For Connext, the rollup is defined by a much simpler state machine: the L1 bridge contracts of <em>other rollups and chains</em> posting to Ethereum.</blockquote><h4>Intents &amp; Fast Execution</h4><p>It is important to note that Bacco only changes the way that lower-level settlement occurs within the protocol. Connext’s intent layer, which sits on top of the messaging system described above (and is operated by Connext Routers) works exactly the same way in both cases, allowing users and protocols to quickly transfer tokens between chains near-instantaneously.</p><p>When users transfer tokens or call contracts across chains, Routers immediately execute the transaction at the target chain using their own funds. Then, they wait for the messaging layer system to repay them.</p><h3>Upgrade Details</h3><p>The Bacco network upgrade will be a rolling upgrade, requiring no action or changes from users, applications, or routers.</p><ul><li>There will be <strong>no downtime for fast-path transactions</strong> in the network.</li><li>Applications &amp; routers should <strong>expect some delays in slow-path transactions</strong> while the upgrade is occurring.</li><li>The mainnet upgrade is scheduled for the <strong>14th of December,</strong> pending some final testnet monitoring.</li><li>The upgrade was approved by the Connext DAO as part of a formal vote that concluded yesterday, the <a href="https://snapshot.org/#/dao.connext.eth/proposal/0x8267c57b85b4d7e3ad341ae026cc321f2e8657b7ad6637b418446fbd67a1fc1f"><strong>6th of December</strong></a>.</li><li>You can read more about the upgrade, its specification, and design rationale in <a href="https://forum.connext.network/t/rfc-network-operating-costs/883">the original DAO RFC post here</a>.</li></ul><h3>What Bacco Means for the Connext Ecosystem</h3><p>The Bacco upgrade marks the start of Connext v2’s rapid expansion to new chains. Connext has begun this process already with:</p><ul><li>The <a href="https://x.com/ConnextNetwork/status/1731747881709936829?s=20">launch of Linea support last week</a></li><li>Kickoff of <a href="https://snapshot.org/#/dao.connext.eth/proposal/0x86ac5ddebaa94c46af21326b77b541cf865ad76af3a46617e30a366a44c72566">voting to add support for Base this week</a></li><li>Today, <a href="https://forum.connext.network/t/connext-expansion-proposal/956?u=nmajors">an RFC was submitted</a> to the Connext DAO to seek approval to add future protocol support for <strong>20 new chains</strong>. This proposal is intended to streamline the process of adding additional chains, allowing Connext to adapt to the growing needs of the ecosystem.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*t1LRQC5rSOA8FhJI03Xchw.png" /></figure><h3>Want to get involved?</h3><p>We’d love for you to get involved in the Connext DAO and help shape the future of Connext. If you haven’t already, check out <a href="https://forum.connext.network/">forum.connext.network</a> for the latest on the DAO governance, and join the <a href="https://discord.gg/connext">Connext Discord</a> to learn more about integrating Connext.</p><p><em>*This proposal is not an all-encompassing list of chains that Connext may support, nor a commitment to support each of the chains included in the proposal. We anticipate the introduction of similar proposals throughout the year to request approval for additional chains.</em></p><h3>About Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its type that does this cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers who are looking to build bridges and other natively cross-chain applications. To date, over $1.5b in transactions have crossed the network.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=73ad19cee9ed" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/introducing-the-bacco-network-upgrade-73ad19cee9ed">Introducing the Bacco Network Upgrade</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Announcing the NEXT Airdrop]]></title>
            <link>https://medium.com/connext/announcing-the-next-airdrop-be764b1c548?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/be764b1c548</guid>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[layer-2]]></category>
            <category><![CDATA[connext]]></category>
            <category><![CDATA[crosschain]]></category>
            <category><![CDATA[airdrop]]></category>
            <dc:creator><![CDATA[Arjun Bhuptani]]></dc:creator>
            <pubDate>Thu, 17 Aug 2023 16:02:00 GMT</pubDate>
            <atom:updated>2023-09-05T00:47:28.079Z</atom:updated>
            <content:encoded><![CDATA[<h4>A New Chapter in Crosschain Innovation</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*f7PAvzSK1mddL3U1dXLlDQ.png" /></figure><p>Today, we are thrilled to announce the airdrop eligibility criteria, timeline, and details of <strong>NEXT</strong>, the governance and utility token of the Connext network.</p><p>In addition to being a huge step forward for the decentralization of the Connext ecosystem, the NEXT distribution will also be a <strong>first-of-its-kind crosschain airdrop</strong>, which we believe is how all airdrops will be conducted in the interchain future. Users can claim NEXT on the chain of their choice without needing to interact with a bridge or pay unnecessary gas fees.</p><h3>TL;DR</h3><ul><li>Beginning on <strong>September 05, 2023 at 13:00 UTC</strong>, users can claim NEXT directly to Arbitrum, Optimism, Polygon, or Gnosis Chain.</li><li>Updated snapshots for the airdrop were taken on <strong>August 1st, 2023 at 00:00</strong> <strong>UTC</strong>. Users can verify their eligibility at <a href="https://airdrop.connext.network">airdrop.connext.network</a>.</li><li>As part of our transition into a DAO, we’ve also opened our <a href="http://delegate.connext.network">call for delegates</a>. If you’d like to take a more active role in our community and its governance, apply by <strong>September 03, 2023, 00:00 UTC</strong>. Users will have the opportunity to select a delegate during the claim process.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/637/1*NaPUidgRRWLtNx0pbkxk5Q.png" /></figure><p>Check NEXT addresses on the different chains:</p><p><a href="https://dao-docs.connext.network/next/what-is-next">What is NEXT</a></p><p>Please <a href="https://tokenomics.connext.network">visit our docs</a> if you’d like to learn more about the eligibility criteria, NEXT allocation, Sybil filtering, and other airdrop details.</p><h3>What is Connext?</h3><p>Connext is an open protocol that allows developers to build applications that can live on every chain and be used with every token, all at once. Since its creation in 2017, the project’s mission has been to make Web3 accessible to everyday users by abstracting away the complexity of interacting with underlying blockchains.</p><blockquote>Today, Connext is an open, thriving ecosystem of builders, researchers, and web3 enthusiasts across a multitude of independent organizations working together to redefine crosschain experiences through public goods and open standards.</blockquote><p><strong>Connext is more than a bridge;</strong> it is a growing ecosystem of primitives that builders can seamlessly and permissionlessly compose to create groundbreaking apps and experiences.</p><ul><li><strong>xCall:</strong> the core crosschain primitive that enables any kind of expressive crosschain interaction, using underlying canonical bridges for security.</li><li><strong>Chain Abstraction Toolkit:</strong> allows users to interact with a dApp from any chain, allowing projects to onboard users to and from any ecosystem</li><li><strong>xERC20 and its implementation via Connext:</strong> a new open standard that will enable tokens to move across chains with zero slippage while remaining compatible with any other bridge and without taking ownership of the token contract from token issuers.</li><li><strong>xGovernance</strong>: a no-code toolkit for crosschain DAOs (coming soon!)</li></ul><p>Leading projects such as <a href="https://metamask.io">Metamask</a>, <a href="https://alchemix.finance">Alchemix</a>, <a href="https://gelato.network">Gelato</a>, <a href="https://superfluid.finance">Superfluid</a>, <a href="https://keep3r.network">Keep3r</a>, <a href="https://www.gnosisguild.org/">Gnosis Zodiac</a>, and <a href="https://www.connext.network/ecosystem">many more</a> are integrating Connext to build the next generation of dApps that are usable from any chain with <a href="https://www.connext.network/chain-abstraction">Chain Abstraction</a>, and that support seamless liquidity using <a href="https://xerc20.com">xERC20s</a>.</p><h3>What’s NEXT</h3><p>NEXT, the Connext network xERC20 (crosschain native) token powers fair utilization and governance within the Connext network. At launch, NEXT is used to govern the Connext DAO, an organization responsible for allocating funding for the ongoing development of the protocol.</p><p>True decentralization and permissionless operation of the Connext protocol are achieved by ossifying repeatable governance processes and enshrining them directly into the underlying protocol. This process is called <strong>ungovernance</strong>.</p><p>In the future, NEXT can additionally be used to ungovern the network by making activities such as routing, chain support, and token listing permissionless via NEXT staking, subject to DAO approval.</p><h3>Tokenomics</h3><p>The high level allocations of NEXT are as follows:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*XgiDgaSQ-_khYOfX.jpeg" /></figure><h4>Supply Schedule</h4><p>Allocations of NEXT to the following categories of recipients are subject to a lockup period:</p><ul><li>Early Backers</li><li>Ecosystem &amp; Strategic Backers</li><li>Early Team &amp; Advisors</li><li>50% of tokens allocated to Routers as part of the Airdrop (2% of the total supply)</li></ul><p>The lockup period consists of a <strong>1-year lockup followed by a linear release</strong>. In other words, 1/13 of the tokens will be released on September 5th, 2024, and remaining tokens will unlock in equal monthly 1/13 allotments until all tokens are fully unlocked (24 months after the NEXT Airdrop).</p><h3>Community &amp; Governance</h3><p>Today, Connext also published its <a href="https://docs.connext.network/v/dao-documentation/dao-documents/constitution">DAO Constitution</a> and <a href="http://delegate.connext.network/">Call for Delegates</a>. As you check your eligibility, consider applying to be a delegate if you want to take an active role in the Connext community and governance.</p><p>Applications will remain open until <strong>September 3, 2023 at 00:00 UTC</strong>. Users will have the opportunity to select the delegate of their choice during the claiming process.</p><blockquote>You can apply to be a delegate at <a href="https://delegate.connext.network">delegate.connext.network</a></blockquote><h3>Stay Diligent</h3><p>While we as a community are incredibly excited about this new phase of a more decentralized Connext, please be vigilant to ensure you’re not falling victim to scams involving false distributions of NEXT. Here are several guidelines to help keep you safe.</p><ul><li><a href="https://airdrop.connext.network"><strong>airdrop.connext.network</strong></a><strong> is the only URL</strong> where you can check your eligibility and claim NEXT. Always ensure you’re personally typing the URL instead of clicking on links that may be malicious.</li><li>The NEXT token contract on Ethereum is <a href="https://etherscan.io/address/0xFE67A4450907459c3e1FFf623aA927dD4e28c67a"><strong>0xFE67A4450907459c3e1FFf623aA927dD4e28c67a</strong></a>. The token contract address on L2s is <a href="https://arbiscan.io/address/0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8"><strong>0x58b9cB810A68a7f3e1E4f8Cb45D1B9B3c79705E8</strong></a>. Always be sure to check the contract address against <a href="https://dao-docs.connext.network/next/what-is-next"><strong>the official documentation</strong></a> before interacting with it.</li><li>Always be sure to check the contract address before interacting with it.</li><li>We will <strong>never</strong> ask for your private key or seed phrase.</li><li>We will <strong>never</strong> ask you to send us tokens or funds.</li><li>There will be<strong> no surprise giveaways</strong> or other distributions of NEXT.</li><li>Team members, admins, and mods will <strong>never</strong> DM you first.<br>Stay vigilant about imposters pretending to be team members or official accounts.</li><li><strong>NEXT tokens are not listed on exchanges and cannot be purchased </strong>at this time. Please stay careful about individuals trying to sell tokens to you.</li><li>Please report suspicious activity in the Discord channel #❗-scam-reporting.</li></ul><p>Unfortunately, no list of this sort can be completely comprehensive. Always do your due diligence before acting. When in doubt, open a support ticket on our Discord at <a href="https://discord.gg/connext">discord.gg/connext</a>.</p><h3>Join Us</h3><p>We’re super excited that you’re a part of our amazing journey. Join us on Discord to get the latest updates and opportunities: <a href="https://discord.gg/connext">discord.gg/connext</a></p><p>Thank you for your continued support and involvement! Together, we’re building the future of decentralized networks. 🌐</p><h4>About Connext</h4><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its kind that does so cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers looking to build bridges and other natively cross-chain applications.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=be764b1c548" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/announcing-the-next-airdrop-be764b1c548">Announcing the NEXT Airdrop</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Xocolatl adopts xERC20 Standard via Connext]]></title>
            <link>https://medium.com/connext/xocolatl-adopts-xerc20-standard-via-connext-ad50c532e537?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/ad50c532e537</guid>
            <dc:creator><![CDATA[Khalil Jelassi]]></dc:creator>
            <pubDate>Tue, 08 Aug 2023 15:58:58 GMT</pubDate>
            <atom:updated>2023-08-08T15:58:58.016Z</atom:updated>
            <content:encoded><![CDATA[<p>We are excited to announce that Xocolatl, from <strong>LaDAO del Xocolatl</strong>, is the latest flagship user of the novel xERC20 token standard, with a goal to power safe $XOC token transfers between blockchains with minimal liquidity requirements and the best available security.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/977/0*hycEvPMlAswh_mzp.png" /></figure><p>Xocolatl $XOC becomes the latest adopter of the xERC20 token standard following <a href="https://twitter.com/ConnextNetwork/status/1683504352139288578">Alchemix</a>.</p><blockquote>Connext unveiled the ERC-7281 (aka xERC20) token standard for bridged tokens that puts token issuers in control of their tokens on every domain <a href="https://twitter.com/arjunbhuptani/status/1677363289964306432">https://twitter.com/arjunbhuptani/status/1677363289964306432</a></blockquote><p>xERC20 is a mechanism that powers projects to natively bring their token to every supported chain. It eliminates the need for providing huge liquidity to bridges and offers the best available security by being able to use battle-tested canonical bridges in the background. The novel token standard powers crosschain tokens that can be seamlessly transferred across blockchains with no slippage and without making compromises on security.</p><p>This novel approach to making tokens crosschain-ready provides these benefits for token creators:</p><ul><li>Provide users with a slippage-free bridging process across chains.</li><li>Eliminate the need to provide significant liquidity to bridges on supported chains.</li><li>Become independent of bridges and their security model(s)</li></ul><p>This novel token standard fixes painful tradeoffs between the security risk of working with only a single bridge partner versus the high liquidity cost of supporting multiple bridges that token issuers today must navigate when bringing their token to multiple chains. xERC20-powered tokens are:</p><ul><li>Transferable across chains with no slippage.</li><li>Deployed and fully controlled by the token issuer.</li><li>Fully secured by Ethereum L1 and the canonical bridges of each chain.</li><li>Fungible against the token representations minted by canonical bridges</li></ul><h3>What is Xocolatl?</h3><p>Xocolatl stands as the inaugural decentralized Mexican Peso Stablecoin, overseen by LaDAO and directly issued from our core protocol, <a href="http://xocolatl.finance/">Xocolatl.finance</a>. As evident to many Mexicans, the USDMXN has experienced a substantial -18% depreciation in the past year, intensifying the demand for a genuinely decentralized MXN stablecoin.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/700/0*hxyQXVO7cpwXNdBJ.png" /></figure><h3>How does Xocolatl Use xERC20?</h3><p>$XOC utilizes xERC20 (also known as ERC-7281) to establish itself as the inaugural multichain MXN stablecoin. This innovative approach replaces the reliance on traditional bridges, which typically necessitate liquidity provision on both the sending and receiving chains. Consequently, liquidity isn’t trapped on bridges; it can be actively used across different pairs like BNB/XOC, wETH/XOC, or wxDAI/XOC. This achievement is attributed to Connext’s unique bridging methodology.</p><p>Diverging from conventional bridges that demand liquidity on both sender and destination chains, Connext takes a distinct approach. It directly burns $XOC on the sender chain and simultaneously mints $XOC on the destination chain. This strategic move empowers LaDAO to position $XOC as a multichain stablecoin without the need for POL (Protocol Own Liquidity) in bridge mechanisms. This seamless solution using xERC20 optimizes capital efficiency, contributing to the overall robustness of the ecosystem.</p><p><em>From Xocolatl:</em></p><blockquote>As of now, the collaboration between Connext and $XOC is a remarkable milestone that ushers in a new era of possibilities. By utilizing xERC20, we’ve transcended the limitations of conventional bridges and opened up a world of seamless, multichain transactions for the first decentralized Mexican Peso Stablecoin. This breakthrough not only enhances the utility and accessibility of $XOC, but also reinforces our commitment to revolutionizing the financial landscape in Mexico. Looking ahead, our partnership with Connext promises to unlock innovative avenues for the DeFi ecosystem. We envision deeper integration, increased interoperability, and expanded use cases that will empower users to transact and participate in the global economy with unparalleled ease. Together, we are rewriting the narrative of DeFi, championing a future where decentralized solutions like $XOC drive financial inclusivity and prosperity for all.</blockquote><h3>About Xocolatl</h3><p>Xocolatl $XOC made its debut in August 2022 at ETHMexico, captivating passionate developers, DeFi enthusiasts, and forward-thinking participants. Over the past year, LaDAO, the issuer of $XOC, has diligently forged and nurtured new relationships in the space, with Connext notably playing a pivotal role in propelling us to this significant milestone.</p><p>In tandem with Jarvis Network, the issuer of jMXN, another Mexican Stablecoin, both initiatives have ignited the dawn of a new DeFi era in Mexico, aptly termed MexicanDeFi. This movement aspires to cultivate various DeFi protocols meticulously tailored to the Mexican market.</p><p>At the heart of Mexican DeFi lies LaDAO’s <a href="http://Xocolatl.finance">Xocolatl.finance</a>, the pinnacle of this movement. Here, cryptonatives can mint and burn new $XOC via a Collateralized Debt Position (CDP), making <a href="http://Xocolatl.finance">Xocolatl.finance</a> akin to MakerDAO, albeit distinctly innovative, as it was built from the ground up.</p><p><a href="https://ladao.club/">Website </a>| <a href="https://twitter.com/LaDAO_Club">Twitter</a> | <a href="https://discord.gg/p6wYHhpr">Discord</a></p><h3>Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its type that does this cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers who are looking to build bridges and other natively cross-chain applications. To date, over $1.5b in transactions have crossed the network.</p><p><a href="https://connext.network/">Website</a> |<a href="https://bridge.connext.network/"> Bridge</a> |<a href="https://docs.connext.network/"> Docs</a> |<a href="https://twitter.com/connextnetwork"> Twitter</a> |<a href="https://discord.gg/connext"> Discord</a> |<a href="https://connext.network/ecosystem"> Ecosystem</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ad50c532e537" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/xocolatl-adopts-xerc20-standard-via-connext-ad50c532e537">Xocolatl adopts xERC20 Standard via Connext</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[PLEXUS integrates Connext to enable Trust-minimized Crosschain Transactions]]></title>
            <link>https://medium.com/connext/plexus-integrates-connext-to-enable-trust-minimized-crosschain-transactions-5f542c62f78a?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/5f542c62f78a</guid>
            <category><![CDATA[bridge]]></category>
            <category><![CDATA[cross-chain-swap]]></category>
            <category><![CDATA[cross-chain-bridge]]></category>
            <category><![CDATA[multichain]]></category>
            <category><![CDATA[dex-aggregator]]></category>
            <dc:creator><![CDATA[TommyR8]]></dc:creator>
            <pubDate>Wed, 19 Jul 2023 14:04:11 GMT</pubDate>
            <atom:updated>2023-07-19T14:04:10.954Z</atom:updated>
            <content:encoded><![CDATA[<h4>Fast and secure transactions are now possible through PLEXUS Exchange’s integration of Connext.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JAvvX7UNuz_TU_B2DPyqYw.png" /></figure><p>We are happy to announce that <a href="https://connext.network">Connext</a> has been integrated into PLEXUS’s cross-chain DEX aggregator. This integration is now live! More details about it below.</p><h3>What is PLEXUS?</h3><p>PLEXUS is a cross-chain aggregator that enables users to manage assets issued from various blockchains from one interface. PLEXUS Swaps allow users to move from any token and any chain to any other token and chain combination. Feel free to try Connext as the most secure option through PLEXUS: <a href="https://www.plexus.app/swap">https://www.plexus.app/swap</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*6egloYleBeneN-Oy" /></figure><h3>Why integrate Connext?</h3><p>Connext is the fundamental execution layer in the web3 stack. By integrating Connext, PLEXUS gains access to cutting-edge technology for modular interoperability within the stack.</p><p><strong>A core component of the Connext cross-chain protocol is to provide security by design.</strong></p><p>Connext’s cross-chain protocol prioritizes <a href="https://docs.connext.network/"><strong>security and trust-minimization</strong></a>, allowing PLEXUS users to perform secure cross-chain transactions. With Connext’s reliance on canonical bridges, PLEXUS users can significantly reduce the number of trust assumptions while benefiting from fast and cost-efficient transactions across chains.</p><blockquote>PLEXUS has successfully integrated the Connext bridge, a pivotal solution for facilitating optimal cross-chain asset exchange. This decision stems from its unparalleled speed and remarkably cost-effective efficiency in specific asset exchange domains, surpassing other cross-chain bridge solutions. Recognizing the paramount importance of achieving the ultimate cross-chain asset exchange, PLEXUS has embraced the Connext bridge as an indispensable component. <em>— PLEXUS team.</em></blockquote><h3>Paving the Way for a Multichain Future</h3><p>As the most scalable, secure, and capital-efficient solution for cross-chain asset and data transfers, the Connext protocol adds secure cross-chain capabilities to PLEXUS’s protocol. Connext’s network continues to grow with more routers and liquidity providers joining, expanding horizontally across different chains, and supporting additional assets. These enhancements further improve the user experience for dApps integrated with Connext, amplifying its impact and potential for a multichain future.</p><h3>About PLEXUS</h3><p>PLEXUS is a cross-chain DEX aggregator. It guarantees the fastest, the cheapest and the most secure multi step swaps across all blockchain networks and bridges with a single transaction.</p><p><a href="https://www.plexus.app/">Website</a> | <a href="https://twitter.com/plexus_fi">Twitter</a> | <a href="https://medium.com/@plexus.app">Medium</a></p><h3>About Connext</h3><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its type that does this cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers who are looking to build bridges and other natively cross-chain applications. To date, over $1.5b in transactions have crossed the network.</p><p><a href="https://www.connext.network/?utm_source=medium&amp;utm_medium=link&amp;utm_campaign=integrations">Website</a> | <a href="https://bridge.connext.network/">Bridge</a> | <a href="https://docs.connext.network/">Docs</a> | <a href="https://twitter.com/connextnetwork">Twitter</a> | <a href="https://discord.com/invite/pm4TPr4w5g">Discord</a> | <a href="https://www.connext.network/ecosystem">Ecosystem</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5f542c62f78a" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/plexus-integrates-connext-to-enable-trust-minimized-crosschain-transactions-5f542c62f78a">PLEXUS integrates Connext to enable Trust-minimized Crosschain Transactions</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Inverter x Connext: Payment Orders that can Flow Crosschain]]></title>
            <link>https://medium.com/connext/inverter-x-connext-payment-orders-that-can-flow-crosschain-78f9bb21449b?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/78f9bb21449b</guid>
            <category><![CDATA[payments]]></category>
            <category><![CDATA[crosschain]]></category>
            <category><![CDATA[dao-tool]]></category>
            <category><![CDATA[multichain]]></category>
            <category><![CDATA[dao-payment]]></category>
            <dc:creator><![CDATA[Massimo Lomuscio]]></dc:creator>
            <pubDate>Tue, 13 Jun 2023 14:11:15 GMT</pubDate>
            <atom:updated>2023-06-13T14:11:15.020Z</atom:updated>
            <content:encoded><![CDATA[<h4>Inverter has partnered with Connext, unlocking Chain Abstracted Project Funding and ubiquitous payments</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*GcWKf3aj_s4zWswK" /></figure><h3>What is the Inverter Protocol?</h3><p>Inverter Protocol is a versatile infrastructure solution that enables customized smart contract processes to allocate resources based on specific conditions. It forms a foundational part of the broader blockchain ecosystem.</p><p>At its core, Inverter facilitates the use of audited contract modules on its orchestrator contract which can be customized to automate workflows. This system allows for the integration of prominent web3 technology into the Inverter Protocol’s Module Library, allowing for endless use-cases.</p><p>Organizations and decentralized applications can use Inverter’s module library as a plug-and-play solution to implement smart contract capabilities.</p><h3>How Can I Use Inverter Protocol?</h3><p>Like Connext, Inverter provides a ground to build applications that address a heap of use cases. By orchestrating an open library of tested &amp; audited modules,<strong> Inverter allows organizations to deploy their business cases into smart contracts easily.</strong> This way builders can efficiently manage complex interactions without worrying too much about the complex, tiring, and risky smart contract development processes. By offering a set of tested plug-n-play modules and customizable workflow templates, builders can easily deploy for use cases ranging from<strong> subscription-based products to content management systems, from treasury management tools to DeFi protocols</strong>.</p><h3>What does the integration enable?</h3><p>The integration enables new multichain workflows and expands the modularity of the Inverter Protocol, offering cross-chain capabilities on day one for projects.</p><p>The first key features will unlock the flow of funds into two main directions to facilitate the funding of projects and processing payment orders:</p><ol><li>Inflow — <strong>Chain Abstracted Project Funding</strong>: using Connext’s <a href="https://www.connext.network/chain-abstraction">Chain Abstraction Toolkit</a>, users will be able to effortlessly fund and invest in projects from any chain, enhancing operational efficiency and expanding the market reach for existing projects.</li><li>Outflow — <strong>ubiquitous payments</strong>: with a new cross-chain Payment Processing Module, funds can be sent to any supported chain to satisfy various needs such as:</li></ol><ul><li><strong>employee compensation</strong>, allowing users to receive payments on their preferred chain while simplifying accounting from the employer perspective (as all funds would actually be on a single chain);</li><li><strong>DAO cooperation</strong>, with DAO-to-DAO payments for organizations that don’t “live” on the same chain</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*geWHc3BBsB0RA94V" /></figure><h3>Why Connext?</h3><blockquote>“Inverter chose Connext as our partner because it aligns perfectly with our mission to empower and simplify blockchain project development”, said Ataberk Casur, Inverter’s co-founder.<br>“We both strive to <strong>abstract the complexities involved in interacting with blockchains</strong>, an essential requirement for achieving real-world adoption.</blockquote><blockquote>Notably, Connext ensures the <strong>highest security standards for crosschain interactions</strong>: by integrating Connext’s chain abstraction toolkit and library of modules, Inverter can enable applications to become cross chain on day one.”</blockquote><h3>WhatsNext</h3><p>The full roadmap includes a deeper integration into the Inverter architecture:</p><ul><li>Integrating Connext into Inverter’s SDK, enabling cross-chain deposits and workflow deployment for new integrators</li><li><a href="https://ethereum-magicians.org/t/mixin-library-standard/8434">Smart Contract Mixin</a>: embedding Connext’s cross-chain capabilities directly into a module as a smart contract mixin. It will monitor the state of contracts deployed on a chain and carry out logic based on that state, then convey a cross-chain message to a proposal, executing the logic on another chain.</li><li>Integration of Cross-chain Tokens: As the system matures, the implementation of xTokens presents a novel form of value exchange and enormous potential for building more efficient and adaptable decentralized systems.</li></ul><p>The integration of Connext with Inverter Protocol promises significant forward momentum for both entities and the broader blockchain ecosystem, and we are excited to see the innovations that lie on the horizon.</p><p>Inverter is providing hands-on support to early adopters that are looking to power their projects with extendable smart contract functionalities and integrated cross-chain capabilities.<br>Working on something? Get in touch with them!</p><h4>About Inverter</h4><p>Inverter Protocol is your plug-and-play solution for blockchain project development. With customizable smart contract modules and seamless web3 integration, it simplifies project building and expands your capabilities, making blockchain integration effortless and efficient.</p><p><a href="https://www.inverter.network/">Website</a> | <a href="https://twitter.com/inverternetwork">Twitter</a></p><h4>About Connext</h4><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its type that does this cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers who are looking to build bridges and other natively cross-chain applications. To date, over $1.5b in transactions have crossed the network.</p><p><a href="https://www.connext.network/?utm_source=medium&amp;utm_medium=link&amp;utm_campaign=integrations">Website</a> | <a href="https://bridge.connext.network/">Bridge</a> | <a href="https://docs.connext.network/">Docs</a> | <a href="https://twitter.com/connextnetwork">Twitter</a> | <a href="https://discord.com/invite/pm4TPr4w5g">Discord</a> | <a href="https://www.connext.network/ecosystem">Ecosystem</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=78f9bb21449b" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/inverter-x-connext-payment-orders-that-can-flow-crosschain-78f9bb21449b">Inverter x Connext: Payment Orders that can Flow Crosschain</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ecosystem Deep Dive: Bware Labs]]></title>
            <link>https://medium.com/connext/ecosystem-deep-dive-bware-labs-25f3aa13aee2?source=rss----2ac5b00f188e---4</link>
            <guid isPermaLink="false">https://medium.com/p/25f3aa13aee2</guid>
            <category><![CDATA[blockchain-infrastructure]]></category>
            <category><![CDATA[partnerships]]></category>
            <category><![CDATA[web3-infrastructure]]></category>
            <category><![CDATA[bware-labs]]></category>
            <category><![CDATA[connext]]></category>
            <dc:creator><![CDATA[Massimo Lomuscio]]></dc:creator>
            <pubDate>Thu, 08 Jun 2023 14:12:10 GMT</pubDate>
            <atom:updated>2023-06-08T14:12:10.094Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4lwEn-C3OoZexKpqVqupdQ.png" /></figure><p>Since our collaboration began in 2021, Bware Labs has played an instrumental role, both in bolstering the ecosystem and providing high-performance infrastructure services and development tools. <strong>The reliability and efficiency of their tooling has made Bware Labs an integral component of Connext’s infrastructure, contributing to its ongoing growth and development.</strong> We’re excited to share more about our deep partnership and the role they play in the ecosystem.</p><h3>What Does Bware Labs Do?</h3><p>Bware simplifies Web3 technology by providing efficient infrastructure services and development tools. <strong>They offer a development ecosystem where creators have access to all necessary resources for Web3 development</strong>, such as RPC endpoints and programming SDKs, blockchain indexing, and snapshot services.</p><p><a href="https://blastapi.io/"><strong>Blast API</strong></a><strong>, their flagship product, is a blockchain API platform offering easy access to the most relevant networks in the space. </strong>Developers can obtain RPC, REST, and WebSocket access to blockchain networks using Blast through a few simple steps.</p><p>To ensure the functionality of the Blast platform, Bware introduced an <strong>incentive mechanism</strong>, which led to the <strong>creation of the INFRA token</strong>. INFRA is intended to power all the infrastructure behind Blast, motivating providers to offer high-quality services and allowing all Web3 supporters to participate in the Blast protocol through delegations.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*qUlcl7QgIASlX0vV" /></figure><h3>Exploring the Partnership</h3><p>Bware was one of the first router operators to support Connext when it launched in 2021. Since that time, they’ve processed over <strong>46,000</strong> crosschain transactions and have supplied substantial liquidity for users. They have also shown their prowess with custom subgraph deployments that Connext routinely utilizes on every supported chain, including Arbitrum, <a href="https://bridge.connext.network/USDC-from-gnosis-to-polygon">Polygon, Gnosis</a>, Optimism, and BNB.</p><p>After the <a href="https://blog.connext.network/connexts-amarok-upgrade-is-live-683099d61cbb">Amarok protocol upgrade</a>, Bware Labs increased the security and liquidity of the Connext protocol by also acting as <a href="https://docs.connext.network/routers/routers-intro">Router</a>, <strong>securing</strong> <strong>over $7M dollars of locked value</strong>.</p><p>Like Bware Labs, Connext believes that decentralized API platforms can reduce the reliance on individual RPC providers, particularly on chains lacking reliable RPC infrastructure, without imposing significant additional configuration burdens. With this goal, Connext supports Bware as they progress towards further decentralization and infrastructure expansion.</p><h3>A shared vision: security and decentralization</h3><p>Bware shares our vision for the future of Web3 security and decentralization. Successful decentralizing a protocol requires collaboration and deep partnerships Connext believes that decentralization implies cooperation, which is why partner projects are such a key element of the Connext ecosystem.</p><p><strong>Bware Labs was established in response to the market’s heavy reliance on centralized platforms.</strong> These platforms are controlled by a limited number of centralized institutions, presenting a single point of failure and posing a threat to user security.</p><p>Across the industry, bridge hacks have led to significant losses due to monolithic systems with weak trust models. Conversely, Connext emphasizes security and trust minimization: <a href="https://blog.connext.network/connexts-amarok-upgrade-is-live-683099d61cbb"><strong>Connext’s modular architecture</strong></a><strong>, based on proven canonical bridges, reduces the number of trust assumptions the user encounters.</strong></p><p>Both Connext Network and Bware Labs aim to provide solutions prioritizing decentralization, security, and accessibility, laying the groundwork for the protocols that will serve the next generation of dApps.</p><h3>WhatsNext</h3><p>The Bware Labs team has supported Connext by providing various infrastructure tools and services. In the near future, they plan to contribute to Connext’s protocol security by operating a Connext Watcher.</p><p>Security of user funds and data across chains is a priority for Connext, reflected in the network design through the use of Watchers. <strong>These off-chain agents continuously monitor the network and act as emergency circuit breakers in case of an issue on Connext </strong>or a compromise of the underlying canonical rollup/chain.</p><p>Given the fruitful collaboration we had with Bware Labs so far, we’re excited to see the fantastic developments that will come from this ongoing technological partnership!</p><h4><strong>About Bware Labs</strong></h4><p>The mission of Bware Labs is to become the ultimate one-stop-shop for the highest-performing infrastructure services and developer tools that will support blockchain builders every step of the way to production and beyond and do its part in boosting the Web3 mass adoption through permissionless, decentralized infrastructure.</p><p><a href="https://bwarelabs.com/">Website</a> | <a href="https://twitter.com/BwareLabs">Bware Labs Twitter</a> | <a href="https://twitter.com/BlastAPI">Blast API Twitter</a> <a href="https://discord.com/invite/VPkWESgtvV">Discord</a> | <a href="https://blastapi.io/">Blast</a> | <a href="https://medium.com/bware-labs">Medium</a></p><h4><strong>About Connext</strong></h4><p>Connext is a network for fast, trustless communication between chains and rollups. It is the only interoperability system of its type that does this cheaply and quickly without introducing any new trust assumptions. Connext is aimed at developers looking to build secure bridges and other natively cross-chain applications.</p><p><a href="https://connext.network/">Website</a> | <a href="https://docs.connext.network/developers/intro">Build xApps</a> | <a href="https://twitter.com/connextnetwork">Twitter</a> | <a href="https://discord.gg/connext">Discord</a> | <a href="https://bridge.connext.network/">Crosschain Bridge</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=25f3aa13aee2" width="1" height="1" alt=""><hr><p><a href="https://medium.com/connext/ecosystem-deep-dive-bware-labs-25f3aa13aee2">Ecosystem Deep Dive: Bware Labs</a> was originally published in <a href="https://medium.com/connext">Connext</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>