<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>biteren.eth</title>
        <link>https://paragraph.com/@biteren</link>
        <description>undefined</description>
        <lastBuildDate>Mon, 10 Aug 2026 04:58:55 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Sui是第一个从头开始的无许可的第1层区块链]]></title>
            <link>https://paragraph.com/@biteren/sui-1</link>
            <guid>7g6Btg3xz1U9qLAKLNYq</guid>
            <pubDate>Mon, 10 Apr 2023 11:13:20 GMT</pubDate>
            <description><![CDATA[Sui是第一个从头开始的无许可的第1层区块链,旨在使创建者和开发人员能够建立满足Web3中接下来十亿用户的体验。 主要优势 1.水平可扩展, 即时定额,低费用。 2. 您的资产直接存入您的帐户,而不是别人的聪明合同。可读的签名请求:确切知道您要授予的内容。轻松上车用户:立即发送资产,稍后再创建帐户。在NFT中创建更多实用程序,并直接在链上存储。花更少的时间修复智能合约,更多的时间构建酷炫的股票。 Sui使用股份证明,旨在提高效率。 Sui区块链通过实现空前的速度和可扩展性来重塑行业。它的创新方法利用了以下事实:大量区块链交易涉及非重叠状态,从而可以进行并行处理。此外,Sui针对单写对象进行了优化,从而消除了在简单交易中达成共识的需要。 与依靠火与遗忘广播的传统区块链不同,Sui的设计使请求者或代理能够主动与验证者进行通信以完成交易,从而几乎立即完成交易。在如此低的延迟下,Sui是将交易合并到需要实时完成的游戏和其他设置中的关键推动力。 Sui还支持以Sui Move编写的智能合同,这是对资产进行有力的调整 移动 对于Sui区块链,以实现强大的固有安全性和更易理解的编程模型。 在这...]]></description>
            <content:encoded><![CDATA[<p>Sui是第一个从头开始的无许可的第1层区块链,旨在使创建者和开发人员能够建立满足Web3中接下来十亿用户的体验。</p><p><strong><em>主要优势</em></strong></p><p>1.水平可扩展, 即时定额,低费用。 2.</p><p>您的资产直接存入您的帐户,而不是别人的聪明合同。</p><ul><li><p>可读的签名请求:确切知道您要授予的内容。</p></li><li><p>轻松上车用户:立即发送资产,稍后再创建帐户。</p></li><li><p>在NFT中创建更多实用程序,并直接在链上存储。</p></li></ul><p>花更少的时间修复智能合约,更多的时间构建酷炫的股票。</p><p>Sui使用股份证明,旨在提高效率。</p><p>Sui区块链通过实现空前的速度和可扩展性来重塑行业。它的创新方法利用了以下事实:大量区块链交易涉及非重叠状态,从而可以进行并行处理。此外,Sui针对单写对象进行了优化,从而消除了在简单交易中达成共识的需要。</p><p>与依靠火与遗忘广播的传统区块链不同,Sui的设计使请求者或代理能够主动与验证者进行通信以完成交易,从而几乎立即完成交易。在如此低的延迟下,Sui是将交易合并到需要实时完成的游戏和其他设置中的关键推动力。</p><p>Sui还支持以Sui Move编写的智能合同,这是对资产进行有力的调整 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://golden.com/wiki/Move_(programming_language)-MNA4DZ6">移动</a> 对于Sui区块链,以实现强大的固有安全性和更易理解的编程模型。</p><p>在这个带宽成本稳步下降的世界中,Sui正在创建一个服务生态系统,它将发现它简单,有趣, 也许有利可图,以确保代表用户进行交易投票。</p><p><strong><em>Sui在传统区块链方面的主要优势。</em></strong></p><p>Sui的主要卖点是其空前的表现。以下要点总结了Sui在传统区块链方面的主要性能优势:</p><ul><li><p>Sui放弃了许多交易的共识,而其他区块链总是完全订购它们。因果订购交易使Sui可以大规模并行执行许多交易;这减少了延迟,并允许验证者利用其所有CPU内核。</p></li><li><p>Sui将复杂性推到了边缘:客户端参与了许多协议步骤。这样可以最大程度地减少验证器之间的交互,并使它们的代码更简单,更有效。Sui始终可以将客户的大部分工作量卸载到Sui Gateway服务,以获得更好的用户体验。相反,传统的区块链遵循“放火”模型,在该模型中,客户端监视区块链状态以评估其交易提交的成功。</p></li><li><p>Sui以网络速度运行,而无需等待协议步骤之间的系统超时。当网络良好且不受攻击时,这大大降低了延迟。相反,许多传统区块链((包括大多数基于工作证明的区块链))的安全性需要等待预定义的超时才能提交交易。</p></li><li><p>Sui可以利用每个验证器更多的机器来提高其性能。传统的区块链通常设计为在每个验证器(上在单个计算机上运行,甚至在单个CPU )上运行。</p></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"></h3><p>Sui运行无领导者协议来处理简单事务(,即仅包含拥有的对象)。结果,错误的验证器不会以任何显着方式影响性能。对于涉及共享对象的交易,Sui采用最先进的共识协议,不需要 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pmg.csail.mit.edu/papers/osdi99.pdf">视图更改子协议</a> 因此仅经历了轻微的性能下降。相比之下,大多数基于领导者的区块链甚至经历单个验证器的崩溃,其吞吐量都会下降,并且其延迟增加(通常增加一个以上的数量级)。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"></h3><p>与许多传统的区块链相反,Sui在网络上并未做出强有力的同步假设。这意味着Sui在恶劣的网络条件(甚至过于恶劣),网络拆分/分区甚至针对验证器的强大DoS攻击下都保持其安全属性。对同步区块链(的持续网络攻击,即大多数基于工作证明的区块链)可能导致资源重复使用并造成僵局。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"></h3><p>Sui的阅读过程与其他区块链有很大不同。对少数对象及其历史记录感兴趣的用户以低粒度和低延迟执行经过身份验证的读取。Sui从起源开始就创建了一个狭窄的对象家族树,使其只能读取绑定到交易发送者的对象。需要系统(的全局视图来审核系统)的用户可以利用检查点来提高性能。</p><p>在传统的区块链中,家庭彼此之间被命令完全订购交易。然后,这需要查询大量斑点以获取所需的精确信息。磁盘I / O可以成为性能瓶颈。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://sui.io/">https://sui.io/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/sui-network-cn">https://medium.com/sui-network-cn</a></p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[New hope for gno blockchain]]></title>
            <link>https://paragraph.com/@biteren/new-hope-for-gno-blockchain</link>
            <guid>HAZV8mbnampX5xexNwrf</guid>
            <pubDate>Sat, 27 Aug 2022 14:08:30 GMT</pubDate>
            <description><![CDATA[Blockchains now face serious challenges: Ethereum users face unaffordable gas fees, Solana users face relatively frequent outages, Terra users are overly reliant on the performance of a single dapp that owns the majority of the native stablecoin. Jae Kwon, a core contributor to Cosmos and Tendermint, has been designing a new blockchain called Gnoland with the goal of optimizing the consensus process between validators, the integrity of the smart contract language, and the sustainability of th...]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="Blockchains now face serious challenges: Ethereum users face unaffordable gas fees, Solana users face relatively frequent outages, Terra users are overly reliant on the performance of a single dapp that owns the majority of the native stablecoin.

Jae Kwon, a core contributor to Cosmos and Tendermint, has been designing a new blockchain called Gnoland with the goal of optimizing the consensus process between validators, the integrity of the smart contract language, and the sustainability of the token economy.
Gnoland adopts a new language called Gnolang, which is a fork of Golang. Golang has clear advantages over other languages ​​when dealing with concurrency. While most programming languages ​​like C++ or Java use multithreading to run concurrent programs, Go uses Goroutines.
Multithreading is running multiple threads in parallel in a single process, almost all existing blockchains are single-threaded, which means that processing multiple transactions at the same time will result in double spends or conflicts between states.

Gnoland provides the most feasible solution for this, which is to integrate goroutines by supporting Golang as a smart contract language.
Slow, expensive, unintuitive - these are the stereotypes that come to mind when using or coding applications on existing blockchains.
We believe Jae Kwon is building Gnoland to introduce a high-performance blockchain capable of running smart contracts that takes full advantage of Golang and the advanced hardware of modern computers.
The application of multi-threaded processing means that the number of processing tasks can be arbitrarily increased, and it also means that TPS can be greatly improved by increasing the number of hardware. Effectively solving current blockchains is slow and costly. These are for existing blockchains, or stereotypes that come to mind when writing applications.
"><code>Blockchains now face serious challenges: Ethereum users face unaffordable gas fees, Solana users face relatively frequent outages, Terra users are overly reliant <span class="hljs-keyword">on</span> the performance <span class="hljs-keyword">of</span> a <span class="hljs-type">single</span> dapp that owns the majority <span class="hljs-keyword">of</span> the native stablecoin.

Jae Kwon, a core contributor <span class="hljs-keyword">to</span> Cosmos <span class="hljs-built_in">and</span> Tendermint, has been designing a <span class="hljs-built_in">new</span> blockchain called Gnoland <span class="hljs-keyword">with</span> the goal <span class="hljs-keyword">of</span> optimizing the consensus process between validators, the integrity <span class="hljs-keyword">of</span> the smart contract language, <span class="hljs-built_in">and</span> the sustainability <span class="hljs-keyword">of</span> the token economy.
Gnoland adopts a <span class="hljs-built_in">new</span> language called Gnolang, which <span class="hljs-built_in">is</span> a fork <span class="hljs-keyword">of</span> Golang. Golang has clear advantages over other languages ​​<span class="hljs-keyword">when</span> dealing <span class="hljs-keyword">with</span> concurrency. <span class="hljs-keyword">While</span> most programming languages ​​<span class="hljs-built_in">like</span> C++ <span class="hljs-built_in">or</span> Java use multithreading <span class="hljs-keyword">to</span> run concurrent programs, Go uses Goroutines.
Multithreading <span class="hljs-built_in">is</span> running multiple threads <span class="hljs-keyword">in</span> parallel <span class="hljs-keyword">in</span> a <span class="hljs-type">single</span> process, almost all existing blockchains are <span class="hljs-type">single</span>-threaded, which means that processing multiple transactions at the same time will result <span class="hljs-keyword">in</span> <span class="hljs-type">double</span> spends <span class="hljs-built_in">or</span> conflicts between states.

Gnoland provides the most feasible solution <span class="hljs-keyword">for</span> this, which <span class="hljs-built_in">is</span> <span class="hljs-keyword">to</span> integrate goroutines <span class="hljs-keyword">by</span> supporting Golang <span class="hljs-keyword">as</span> a smart contract language.
Slow, expensive, unintuitive - these are the stereotypes that come <span class="hljs-keyword">to</span> mind <span class="hljs-keyword">when</span> <span class="hljs-keyword">using</span> <span class="hljs-built_in">or</span> coding applications <span class="hljs-keyword">on</span> existing blockchains.
We believe Jae Kwon <span class="hljs-built_in">is</span> building Gnoland <span class="hljs-keyword">to</span> introduce a high-performance blockchain capable <span class="hljs-keyword">of</span> running smart contracts that takes full advantage <span class="hljs-keyword">of</span> Golang <span class="hljs-built_in">and</span> the advanced hardware <span class="hljs-keyword">of</span> modern computers.
The application <span class="hljs-keyword">of</span> multi-threaded processing means that the number <span class="hljs-keyword">of</span> processing tasks can be arbitrarily increased, <span class="hljs-built_in">and</span> it also means that TPS can be greatly improved <span class="hljs-keyword">by</span> increasing the number <span class="hljs-keyword">of</span> hardware. Effectively solving current blockchains <span class="hljs-built_in">is</span> slow <span class="hljs-built_in">and</span> costly. These are <span class="hljs-keyword">for</span> existing blockchains, <span class="hljs-built_in">or</span> stereotypes that come <span class="hljs-keyword">to</span> mind <span class="hljs-keyword">when</span> writing applications.
</code></pre>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[keep the passion]]></title>
            <link>https://paragraph.com/@biteren/keep-the-passion</link>
            <guid>ge4P3jHH4W6R60HnMCVV</guid>
            <pubDate>Fri, 05 Aug 2022 00:08:49 GMT</pubDate>
            <description><![CDATA[The cyclical nature of cryptocurrencies is my firm belief that the crypto market is bound to boom again]]></description>
            <content:encoded><![CDATA[<p>The cyclical nature of cryptocurrencies is my firm belief that the crypto market is bound to boom again</p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext贡献者计划]]></title>
            <link>https://paragraph.com/@biteren/connext</link>
            <guid>qmhP4xV9dz0sjAesBuRY</guid>
            <pubDate>Fri, 03 Jun 2022 11:06:54 GMT</pubDate>
            <description><![CDATA[https://connext.notion.site/Connext-Contributor-Program-2ba1d7534f6b4975a02039098adc502e 各个赛道任务明细汇总： https://mirror.xyz/0x3C8637Ce24b2F2079F2bD52886accCF9C9bAfbBc/LaZhMY_lRxVA4eU7jAaiH-V8yKY9vWszmN4RscG_WrQ]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://connext.notion.site/Connext-Contributor-Program-2ba1d7534f6b4975a02039098adc502e">https://connext.notion.site/Connext-Contributor-Program-2ba1d7534f6b4975a02039098adc502e</a></p><p>各个赛道任务明细汇总：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x3C8637Ce24b2F2079F2bD52886accCF9C9bAfbBc/LaZhMY_lRxVA4eU7jAaiH-V8yKY9vWszmN4RscG_WrQ">https://mirror.xyz/0x3C8637Ce24b2F2079F2bD52886accCF9C9bAfbBc/LaZhMY_lRxVA4eU7jAaiH-V8yKY9vWszmN4RscG_WrQ</a></p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext网络令牌NEXT]]></title>
            <link>https://paragraph.com/@biteren/connext-next</link>
            <guid>rfLdlZAhksMTeNZYJY2c</guid>
            <pubDate>Fri, 03 Jun 2022 11:05:11 GMT</pubDate>
            <description><![CDATA[NEXT是Connext网络令牌。它是一种 ERC20 实用程序和治理令牌，可以推动网络的公平利用。 NEXT令牌详细信息：代码: NEXT标准：ERC20总供应量：1B （十亿）代币NEXT令牌用途： Connext是去中心化网络公共基础设施的关键部分，由其社区拥有和运营。 因此，NEXT令牌的目的不是提供安全性，而是 在Amarok 升级后维护路由器的操作公平性 。 路由器是Connext的节点运营商，并质押NEXT参与网络，并从网络中获得一定比例的工作份额作为回报。NEXT通过确保所有路由器遵守关于公平交易排序的相同规则集来保持网络运行，如果违反这些规则，路由器的NEXT将被削减。 除了作为实用程序的作用外，NEXT还将用于通过DAO管理Connext网络的生态系统金库。]]></description>
            <content:encoded><![CDATA[<p><strong>NEXT</strong>是Connext网络令牌。它是一种 ERC20 实用程序和治理令牌，可以推动网络的公平利用。</p><p><strong>NEXT令牌详细信息：</strong></p><ul><li><p><strong>代码</strong>: NEXT</p></li><li><p><strong>标准</strong>：ERC20</p></li><li><p><strong>总供应量</strong>：1B （十亿）代币</p></li></ul><p><strong>NEXT令牌用途：</strong></p><p>Connext是去中心化网络公共基础设施的关键部分，由其社区拥有和运营。</p><p>因此，NEXT令牌的目的不是提供安全性，而是 在Amarok 升级后维护路由器的操作公平性 。 路由器是Connext的节点运营商，并质押NEXT参与网络，并从网络中获得一定比例的工作份额作为回报。NEXT通过确保所有路由器遵守关于公平交易排序的相同规则集来保持网络运行，如果违反这些规则，路由器的NEXT将被削减。</p><p>除了作为实用程序的作用外，NEXT还将用于通过DAO管理Connext网络的生态系统金库。</p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列8]]></title>
            <link>https://paragraph.com/@biteren/connext-8</link>
            <guid>9NJ01V4Os9GStUA2bYJ3</guid>
            <pubDate>Fri, 03 Jun 2022 11:02:14 GMT</pubDate>
            <description><![CDATA[传送门 官网： https://www.connext.network/ Discord: https://discord.com/invite/connext 推特: https://twitter.com/ConnextNetwork 博客: https://medium.com/@connext_chinese Notion中文频道: https://connext.notion.site/Connext-8d725175c2cf43b0b9dddb9a47cd82df Github: https://github.com/connext 脸书: https://www.facebook.com/ConnextProject]]></description>
            <content:encoded><![CDATA[<p><strong>传送门</strong></p><p>官网：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.connext.network/">https://www.connext.network/</a></p><p>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/connext">https://discord.com/invite/connext</a></p><p>推特:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ConnextNetwork">https://twitter.com/ConnextNetwork</a></p><p>博客:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/@connext_chinese">https://medium.com/@connext_chinese</a></p><p>Notion中文频道:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://connext.notion.site/Connext-8d725175c2cf43b0b9dddb9a47cd82df">https://connext.notion.site/Connext-8d725175c2cf43b0b9dddb9a47cd82df</a></p><p>Github:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/connext">https://github.com/connext</a></p><p>脸书:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.facebook.com/ConnextProject">https://www.facebook.com/ConnextProject</a></p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列7]]></title>
            <link>https://paragraph.com/@biteren/connext-7</link>
            <guid>fw6hsotr7JMK9imVnxXj</guid>
            <pubDate>Fri, 03 Jun 2022 10:57:00 GMT</pubDate>
            <description><![CDATA[MIS方案在成熟、完美、通用的消息跨链方案出现之前，Connext没有选择重复造轮子去开发和推广自己的消息跨链方案，而是不断探索，提出“安全的跨链可组合性”，通过与另外一个跨链协议的深度集成合作，组成一套跨链方案基础设置，即：模块化互操作性堆栈（MIS）。MIS方案1月25日，Connext宣布与Nomad建立深度合作伙伴关系，以加速采用无信任、完全通用的跨链通信。同时，Connext主网将在6月进行第一次升级，命名为Amarok，升级后Connext将全面采用Nomad作为新交易流程的安全模型。 以下是涉及到的几个主要问题和答案：为什么升级1)Connext跨链方案通用性受阻。 2)Connext Bridge流动性不足，大额交易体验差。 3)用户claim资金步骤繁冗。 4)用户资金存在锁仓风险，最长72小时才能取回资金。 5)路由必须在源链发送资金，在目标链接收资金，效率低下。 等等... ...升级后效果如何1)跨桥接时不再有签名要求。 2)路由器离线时不再有流动性锁定（现在任何路由器都可以在您启动后完成您的交易） 。 3)更简单的流动性 - 不再需要重新平衡路由器或依赖...]]></description>
            <content:encoded><![CDATA[<h3 id="h-mis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">MIS方案</h3><p>在成熟、完美、通用的消息跨链方案出现之前，Connext没有选择重复造轮子去开发和推广自己的消息跨链方案，而是不断探索，提出“安全的跨链可组合性”，通过与另外一个跨链协议的深度集成合作，组成一套跨链方案基础设置，即：模块化互操作性堆栈（MIS）。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/372292c188eecda4a67be1c509dacceb02a669c32638516cf845e76eb04d85f1.jpg" alt="MIS方案" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">MIS方案</figcaption></figure><p>1月25日，Connext宣布与Nomad建立深度合作伙伴关系，以加速采用无信任、完全通用的跨链通信。同时，Connext主网将在6月进行第一次升级，命名为Amarok，升级后Connext将全面采用Nomad作为新交易流程的安全模型。</p><p>以下是涉及到的几个主要问题和答案：</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">为什么升级</h2><p>1)Connext跨链方案通用性受阻。 2)Connext Bridge流动性不足，大额交易体验差。 3)用户claim资金步骤繁冗。 4)用户资金存在锁仓风险，最长72小时才能取回资金。 5)路由必须在源链发送资金，在目标链接收资金，效率低下。 等等... ...</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">升级后效果如何</h2><p>1)跨桥接时不再有签名要求。 2)路由器离线时不再有流动性锁定（现在任何路由器都可以在您启动后完成您的交易） 。 3)更简单的流动性 - 不再需要重新平衡路由器或依赖路径的流动性 。 4)更快/更便宜的流程 - 新流程将链上调用的数量从4次减少到2次。 5)开发人员的简单集成 - 不再有链下代码依赖！</p><h3 id="h-nomad" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">什么是Nomad</h3><p>Nomad是Optics协议（<strong>OPT</strong> imistic Interchain <strong>C ommunication</strong>的缩写）的实现和扩展。这是一种廉价的、完全通用的跨链通信的新设计，可以很容易地部署到任何支持用户定义计算的链或 L2 上。 它使用乐观模式作为其协议的一部分。通过Nomad 的消息有 35-60 分钟的延迟，如果消息中继者不诚实，则可以在此期间证明欺诈。</p><h3 id="h-nomad" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">为什么选择Nomad</h3><p>在“互操作性三难困境”下没有独立且完美的跨链消息方案，而Connext跨链方案除了通用性不足，在无需信任和可扩展性方面的表现都是非常不错的，那么理论上只需要补齐通用性这一短板即可。那么目前最好的方法就是在保持各自产品独立性的前提下，寻找一个跟Connext完美互补的消息跨链方案进行深度合作。类似乐高积木的相互组合，使用模块化构架解决互操作性难题，Connext和Nomad 共同构成了一个互操作性“堆栈”，为开发人员提供了构建跨链应用程序所需的一切，而信任妥协或牺牲最小。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">新交易流程演示</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/40d700142d30f9ea7a272fd772eb877ef903feedbda7332b93bb326fc05699a9.png" alt="示意图" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">示意图</figcaption></figure><p>新流程大量使用Nomad作为其安全模型。该方法不需要签名，而是简单地允许任何路由器为用户交易提供资金并执行调用，并claim通过Nomad 的资金。</p><p>具体如下：</p><p>新交易流程会全面引入madTokens这个中转资产，然后取消指定白名单路由，所有的用户都可以存入资产兑换成madTokens，比如你存入ETH获得madETH，这样就大大提高了Connext的整体流动性，原理类似Hop协议里的htokens。</p><p>当用户发起一笔跨链交易请求，如果此时Connext流动性充足，那么用户会直接收到对应的madToken，然后允许把madToken兑换成其它原生资产，这个过程延续了Connext网络低延迟的特点，一般2-5分钟完成交易。如果此时Connext流动性不足，那么这笔交易就会走Nomad桥，经过30分钟的延迟等待，完成欺诈证明，最后发送对应的madToken给用户，同样允许把madToken兑换成其它原生资产。</p><p>另外鉴于资金安全考虑，鲸鱼和机构还是会默认走Nomad桥，而Connext本身流动性主要用于满足高频次的中小金额资产跨链需求。</p><p>最后，此次升级引入的中转资产madTokens可以自由兑换成其它原生资产，也为下一步Connext推出swap功能做了铺垫，直接从原来简单的资产转移扩展到资产交换场景，继而向跨链dex演变。</p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列6]]></title>
            <link>https://paragraph.com/@biteren/connext-6</link>
            <guid>ANHOxO8Ek1Nrs6y6TbYq</guid>
            <pubDate>Fri, 03 Jun 2022 10:52:17 GMT</pubDate>
            <description><![CDATA[机遇和挑战前面详细介绍了跨链和跨链桥的概念，具体讲解了Connext产品，接下来让我们盘点下Connext的优缺点，以及跨链技术发展过程中出现的机遇和挑战。Connext Bridge 流动性不足随着用户数量和交互金额的不断增加，Connext Bridge出现流动性不足的情况越来越频繁。因为目前还是采用指定白名单的路由器方式，导致部分路由因为流动性补充不及时而罢工。同时无法进行稳定的大额交易，对巨鲸和机构也很不友好。流动性不足已经成为制约Connext Bridge 进一步发展的重要因素，性能升级迫在眉睫。Connext 方案通用性受阻我们都知道Connext其实是在“互操作性三难困境”中选择了无需信任和可扩展性，对通用性做了妥协。现在看来这完全符合跨链行业发展的趋势，因为跨链最原始且最强烈的需求就是资金跨链，无需信任保证了用户资金安全，可扩展性则决定了网桥资金的吞吐量。在行业初期这是相对正确的选择，但是随着资产跨链技术的逐渐成熟，市场上的跨链桥会越来越多，竞争会越来越大，用户的需求也会越来越多元化。 在不久的将来，跨链桥的应用场景会不断丰富，比如跨链dex，跨链NFT，跨链D...]]></description>
            <content:encoded><![CDATA[<h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">机遇和挑战</h3><p>前面详细介绍了跨链和跨链桥的概念，具体讲解了Connext产品，接下来让我们盘点下Connext的优缺点，以及跨链技术发展过程中出现的机遇和挑战。</p><h2 id="h-connext-bridge" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Connext Bridge 流动性不足</h2><p>随着用户数量和交互金额的不断增加，Connext Bridge出现流动性不足的情况越来越频繁。因为目前还是采用指定白名单的路由器方式，导致部分路由因为流动性补充不及时而罢工。同时无法进行稳定的大额交易，对巨鲸和机构也很不友好。流动性不足已经成为制约Connext Bridge 进一步发展的重要因素，性能升级迫在眉睫。</p><h2 id="h-connext" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Connext 方案通用性受阻</h2><p>我们都知道Connext其实是在“互操作性三难困境”中选择了无需信任和可扩展性，对通用性做了妥协。现在看来这完全符合跨链行业发展的趋势，因为跨链最原始且最强烈的需求就是资金跨链，无需信任保证了用户资金安全，可扩展性则决定了网桥资金的吞吐量。在行业初期这是相对正确的选择，但是随着资产跨链技术的逐渐成熟，市场上的跨链桥会越来越多，竞争会越来越大，用户的需求也会越来越多元化。</p><p>在不久的将来，跨链桥的应用场景会不断丰富，比如跨链dex，跨链NFT，跨链DAO，跨链保险，跨链期货，跨链defi收益聚合等。要实现这些场景和应用就离不开跨链方案对通用数据传输的支持，而不支持跨链传递任意数据恰恰是Connext最大的短板。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">消息跨链方案重复造轮子</h2><p>其实不只是Connext面临上述的难题，行业里面比较成成熟的产品比如Multchain和Celer也都面临这样的困境，那么他们是怎么解决的呢？</p><p>4月14日，Multichain发布了自家消息跨链解决方案anycall，旨在打通多链任意数据的传递，并且4月15日就与defi协议Curve达成深度合作，后者将通过anycall实现跨链管理分配veCRV奖励。 4月26日，Celer IM消息跨链方案主网启动，同时公布了已经完成和正在集成的9个应用和协议，覆盖了借贷，保险，衍生品，治理和隐私等各个领域，跨链生态建设如火如荼。</p><p>可能就在我打字的时候，还有许多跨链桥项目在研发自己的消息跨链方案。诚然，市场竞争是自由的，每个项目都有自己的亮点，我们也鼓励不同思想的碰撞，这也是推动区块链技术不断发展的源动力之一。</p><p>那么Connext有能力去开发一套自己的消息跨链方案吗？我想他们只要愿意就一定能。但是并没有，因为Connext比谁都清楚消息跨链是一个行业共性问题，它必须足够安全，快速，廉价，极具普适性，就像Connext和其它跨链桥是不会去采用anycall或者IM中任何一个方案。</p><p>从技术的角度讲，消息跨链也应该先于资产跨链，因为加密资产只是数据和消息的具体形态之一。按照正常的流程是消息跨链方案孵化出跨链桥，但市场和用户实在等不及了，在各路资本的推波助澜下，只能先拿出来资产跨链这个半成品，优先满足迫在眉睫的需求。这种方案见效快，能够在短时间内汇聚起来可观的用户量和资金量。</p><p>可是该面对的终究逃不掉，跨链方案的通用性决定了整个行业的发展上限，跨链狂欢的上半场属于资产跨链，那么下半场的主角就一定是消息跨链。用户，市场和资本关注的焦点变成了兼备安全，快速，可扩展性的消息跨链解决方案。</p><p>然而不幸的是，不论是波卡的XCMP，还是Cosmos的IBC，亦或是新推出的LayerZero,都不属于那种趋于完美的解决方案。而资产跨链桥反向开发的消息跨链方案更多是在重复造轮子，行业普及性差，只顾打造自己的护城河，巩固自身的行业地位。跨链行业的发展遇到了前所未有的阻碍和挑战，但此时新的机遇也正在由Connext悄悄酝酿。</p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列4]]></title>
            <link>https://paragraph.com/@biteren/connext-4</link>
            <guid>5gv3bir73Lcw8Y7yeAQc</guid>
            <pubDate>Fri, 03 Jun 2022 10:45:39 GMT</pubDate>
            <description><![CDATA[Connext跨链桥介绍系列4Connext Bridge 首先，Connext Bridge 以前称为xPollinate，是Connext互操作协议可视化的用户操作界面。2022 年 3 月，xPollinate 更名为 Connext Bridge，以巩固 Connext的品牌形象。 Connext Bridge 是 Connext 的旗舰应用程序，供用户和开发人员体验真正信任最小化的跨链操作。该桥与Connext SDK一起是 Connext 产品套件的一部分。 Connext Bridge 接口是开源的，任何想要在 Connext 协议上快速创建一个网桥的人都可以使用 截止2022年5月10日，Connext Bridge总共支持包括以太坊在内的17条链，还有很多计划支持的链，具体信息如下：Connext Bridge 支持和即将支持的链桥梁设计结构Connext Bridge 基础设施由以下部分组成：Contracts ( 合约 ) — 所有网络参与者的资金都保存在合约中。此外，合约对于促进 NXTP 协议基于用户和路由器提交的数据使用的锁定/解锁机制至关重要。Sub...]]></description>
            <content:encoded><![CDATA[<h3 id="h-connext4" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Connext跨链桥介绍系列4</h3><p><strong>Connext Bridge</strong></p><p>首先，Connext Bridge 以前称为xPollinate，是Connext互操作协议可视化的用户操作界面。2022 年 3 月，xPollinate 更名为 Connext Bridge，以巩固 Connext的品牌形象。</p><p>Connext Bridge 是 Connext 的旗舰应用程序，供用户和开发人员体验真正信任最小化的跨链操作。该桥与Connext SDK一起是 Connext 产品套件的一部分。</p><p>Connext Bridge 接口是开源的，任何想要在 Connext 协议上快速创建一个网桥的人都可以使用</p><p>截止2022年5月10日，Connext Bridge总共支持包括以太坊在内的17条链，还有很多计划支持的链，具体信息如下：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3dd587d8082a282d4d4e24e0cc0ec2473be074cfa69f0bb30493b62c878a3845.png" alt="Connext Bridge 支持和即将支持的链" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Connext Bridge 支持和即将支持的链</figcaption></figure><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">桥梁设计结构</h3><p>Connext Bridge 基础设施由以下部分组成：</p><ul><li><p><strong>Contracts ( 合约 ) —</strong> 所有网络参与者的资金都保存在合约中。此外，合约对于促进 NXTP 协议基于用户和路由器提交的数据使用的锁定/解锁机制至关重要。</p></li><li><p><strong>Subgraphs ( 子图 ) —</strong> 通过缓存链上数据和事件，子图支持可扩展的查询或响应。</p></li><li><p><strong>SDK（用户） —</strong> 网络上的用户负责在用户侧链上创建拍卖、监听事件和创建交易。</p></li><li><p><strong>TxService ( 发送服务 ) —</strong> 不断尝试向链发送交易。</p></li><li><p><strong>Messaging ( 消息传递 ) —</strong> 消息负责发送有关资金和通话数据的准备、状态和转移的数据。</p></li><li><p><strong>Router ( 路由器 ) —</strong> 网络上的路由器监听来自消息服务和子图的事件。根据这些消息，它们将事务分派到 txService</p></li><li><p>这是 Connext Bridge 架构的直观表示：</p></li><li><br></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/39b1e61d35adf9e90aeabae91900478e2f0509e68053c7e0b081b03c2000f601.png" alt="架构示意图" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">架构示意图</figcaption></figure>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列5]]></title>
            <link>https://paragraph.com/@biteren/connext-5</link>
            <guid>PiDurfebM0PQjuXK6ZID</guid>
            <pubDate>Fri, 03 Jun 2022 10:34:46 GMT</pubDate>
            <description><![CDATA[Connext跨链桥介绍系列5Connext跨链桥操作流程**1.**登录网站： https://bridge.connext.network/ 进入操作界面：操作界面**2.**点击页面中间或者右上角的“Connect Wallet”链接钱包，然后根据自己的需求选择源链/源链资产和目标链/目标链资产，输入金额，我们以从BSC跨链10USDT到Polygon为例，面板参数设置如下：设置这里1-5步骤不再赘述，第6步是手续费，第7步是扣除手续费后你能收到的最少数量，“津贴”和“高级设置”一般忽略用不到，第8步就是授权你要转移的代币。 **3.**Approve完成后按Swap再核对一次信息,确认无误后按Confirm并且在钱包内确认交易。确认界面**4.**耐心等待路由处理，一般是1-5分钟路由处理中也有少部分用户会遇到等待了十几分钟，甚至几个小时都没有结果的情况，但是不用担心，首先你的资金是安全的，绝对不会丢失，一般处理失败的话，大概半小时之内会退回账户，你可以重新操作。此外你可以去社区寻求团队帮助，这是邀请链 https://discord.com/invite/connext...]]></description>
            <content:encoded><![CDATA[<h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"></h3><h3 id="h-connext5" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Connext跨链桥介绍系列5</h3><h3 id="h-connext" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Connext跨链桥操作流程</h3><p>**1.**登录网站：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bridge.connext.network/">https://bridge.connext.network/</a></p><p>进入操作界面：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/314327fcd039956bc7cd1849044f0cea0e182798e5000744b0883f7cb7171813.png" alt="操作界面" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">操作界面</figcaption></figure><p>**2.**点击页面中间或者右上角的“Connect Wallet”链接钱包，然后根据自己的需求选择源链/源链资产和目标链/目标链资产，输入金额，我们以从BSC跨链10USDT到Polygon为例，面板参数设置如下：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0a298cb15e88b91fb8aaeb9803fe98795b60630e95f6231b34b97d86fff38563.png" alt="设置" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">设置</figcaption></figure><p>这里1-5步骤不再赘述，第6步是手续费，第7步是扣除手续费后你能收到的最少数量，“津贴”和“高级设置”一般忽略用不到，第8步就是授权你要转移的代币。</p><p>**3.**Approve完成后按Swap再核对一次信息,确认无误后按Confirm并且在钱包内确认交易。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8d3bf1eed30f02ca62c7e427db11512414bfc3fa1d1f628ed29bd298f28087fc.png" alt="确认界面" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">确认界面</figcaption></figure><p>**4.**耐心等待路由处理，一般是1-5分钟</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/afaf9620d618396ab15ef303194753462840ef12d68ecc8d59a177e81f0b066a.png" alt="路由处理中" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">路由处理中</figcaption></figure><p>也有少部分用户会遇到等待了十几分钟，甚至几个小时都没有结果的情况，但是不用担心，首先你的资金是安全的，绝对不会丢失，一般处理失败的话，大概半小时之内会退回账户，你可以重新操作。此外你可以去社区寻求团队帮助，这是邀请链</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/connext">https://discord.com/invite/connext</a></p><p>5 路由处理完成,你就可以领取资金啦，点击“Claim funds”如下图：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7218d689cd3ece2e7bcaace6fb9e67628e1a0c4cdc2f49eb14d0420fa2c0aea7.png" alt="领取" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">领取</figcaption></figure><p>或者也可以点击右上角的“View TX”进入链接,输入本次交易的ID进入如下图所示的面板再连接相应钱包,进行Claim然后在钱包内签名授权确认交易</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/962a91cf8829f75dff78c2d65c840e5ba03ae22baaec1ae22355c60ea3b84b92.png" alt="第二种" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">第二种</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/54a0d34cc55a9904da5216d26d6c88b20cb2dd28e9baccbe4e442aeff4ef4460.png" alt="领取界面" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">领取界面</figcaption></figure><p>两种领取方法的区别：</p><p><strong>方法一</strong> 用户在目标链上没有足够的Gas费收款，那么就需要支付一笔Relayer fee，从你收到的金额内扣除，这样能够确保顺利完成跨链。</p><p><strong>方法二</strong> 用戶也可以选择不通过Relayer,不支付额外的手续费,但就必须准备足够的目标链上的Gas Token来进行收款。</p><p>**6.**资金领取成功后，去钱包内查款核实，有的用户会问为什么步骤都完成了钱包里确没有看到USDT，这种情况大部分是因为钱包里没有添加Polygon上USDT的代币合约，因为USDT在BSC和Polygon上的合约是不同的。一般来说领取资金后按照提示在钱包里添加代币合约即可。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/116bd36cab3c69b2fcd3f7f7cc151582392d05ed6a3d70c1250ee97293fbff0f.png" alt="添加合约" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">添加合约</figcaption></figure><p>至此，通过Connext Bridge 顺利完成了一笔资产跨链，用时不到一分钟，费用低廉，资金安全有保障，体验丝滑。</p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列3]]></title>
            <link>https://paragraph.com/@biteren/connext-3</link>
            <guid>gU0GHzHT2CCnvJshdIzH</guid>
            <pubDate>Mon, 30 May 2022 14:25:02 GMT</pubDate>
            <description><![CDATA[Connext跨链桥介绍系列3Connext Network跨链桥 Connext是一种去中心化的互操作性协议，开发者可以通过Connext构建各种跨链adpp，在不同链和rollup之间创建快速，安全的资产桥接以实现价值的可组合化和信任最小化。 NXTP 是 Connext 的底层协议，用途是在与兼容EVM的区块链之间实现完全无需信任的传输和合约调用。 NXTP用于启用保留了底层执行环境安全属性的通用 xchain/xrollup 事务。因此，它不依赖外部验证器，而是使用其执行环境的验证器集（例如以太坊的验证器集）。 NXTP包含一个简单的合约，它使用锁定模式来准备和完成交易。其次，链下路由器参与定价拍卖并负责在链之间传递数据。最后，该协议还包含一个用于查找路由器和提示链上交易的用户侧 SDK。 总结下NXTP的核心要素如下：NXTP协议核心工作原理通过 NXTP 路由的交易总共经历三个阶段：( Route Auction ) 路线拍卖 — — 在第一阶段，用户向网络广播并发出他们想要的路线来执行交易。网络中的路由器以包含完成用户交易的时间和价格范围承诺的密封投标来回应此广播。...]]></description>
            <content:encoded><![CDATA[<h3 id="h-connext3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Connext跨链桥介绍系列3</h3><p>Connext Network跨链桥</p><p>Connext是一种去中心化的互操作性协议，开发者可以通过Connext构建各种跨链adpp，在不同链和rollup之间创建快速，安全的资产桥接以实现价值的可组合化和信任最小化。</p><p>NXTP 是 Connext 的底层协议，用途是在与兼容EVM的区块链之间实现完全无需信任的传输和合约调用。</p><p>NXTP用于启用保留了底层执行环境安全属性的通用 xchain/xrollup 事务。因此，它不依赖外部验证器，而是使用其执行环境的验证器集（例如以太坊的验证器集）。</p><p>NXTP包含一个简单的合约，它使用锁定模式来准备和完成交易。其次，链下路由器参与定价拍卖并负责在链之间传递数据。最后，该协议还包含一个用于查找路由器和提示链上交易的用户侧 SDK。 总结下NXTP的核心要素如下：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd81a4e118bc423ad1c22681929562ddc2ca031ff003724d5d61e845e290aad1.png" alt="NXTP协议核心" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">NXTP协议核心</figcaption></figure><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">工作原理</h3><p>通过 NXTP 路由的交易总共经历三个阶段：</p><ol><li><p><strong>( Route Auction ) 路线拍卖</strong> — — 在第一阶段，用户向网络广播并发出他们想要的路线来执行交易。网络中的路由器以包含完成用户交易的时间和价格范围承诺的密封投标来回应此广播。</p></li><li><p><strong>( Prepare ) 准备</strong> — — 当路由器的出价被接受时，拍卖就完成了，可以准备交易了。用户必须向发送方链上的交易管理器合约提交包含路由器签名出价的交易。这样做会将用户的资金锁定在发送链上。 一旦路由器检测到包含来自链的签名出价的事件，它就会将相同的交易提交给接收方链上的交易管理器，从而锁定所需的流动性数量。此处，所需金额是发送金额减去作为完成交易的奖励给予路由器的拍卖费用。</p></li><li><p><strong>( Fulfill ) 完成</strong> — — 在接收方链上检测到交易已经准备好后，用户必须签署一条消息并将其发送给中继器。通常，中继器是另一个路由器，它为此提交赚取费用。中继器的作用是将收到的用户消息提交给交易管理器，完成接收方链上的交易。通过这样做，中继器解锁路由器的锁定资金并认领它们。 在这里，中继器允许用户提交包含任意调用数据的交易，而无需担心在接收链上支付 gas 费用。路由器收到签名消息后，提交并完成发送方链上的交易，从而解锁原始金额。</p><p><strong>交易生命周期的直观表示：</strong></p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d1c0bd82991770a593ec6417f36a31684b5fbb30508be8f0fe9c526287c0626e.png" alt="生命周期示意图" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">生命周期示意图</figcaption></figure><p>NXTP 与其他系统相比具有以下明显优势：</p><ul><li><p><strong>无信任 — —</strong> NXTP 引入一组控制用户资金的外部验证器，利用锁定/解锁机制，使资金转移更加安全，这种机制使得用户资金不可能被盗。</p></li><li><p><strong>可扩展 — —</strong> 由于协议具有可扩展的架构并且可以在任何系统上以相同的方式工作，因此可以轻松扩展到其它的侧链、L2 和其他 L1 链。此外，鉴于协议现有的流动性，它还可以扩展以构建和集成新型互操作性协议。</p></li><li><p><strong>低成本</strong> — — NXTP 协议旨在解决与以太坊网络相关的可扩展性和高费用问题。由于 NXTP 在通过 L2s 或侧链时不与以太坊 L1 交互，因此解决了gas 费用高和交易时间慢的问题。</p></li></ul>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列2]]></title>
            <link>https://paragraph.com/@biteren/connext-2</link>
            <guid>dy7DLD6Mt4pPIZKbeOJV</guid>
            <pubDate>Mon, 30 May 2022 14:12:04 GMT</pubDate>
            <description><![CDATA[Connext跨链桥介绍系列2跨链桥的安全问题 目前跨链桥采用的技术方案主要分为以下三类： 1.原生验证 它通过在目标链的虚拟机中运行源链的轻客户端来完成验证。 如 IBC、BTC Relay、Near Rainbow Bridge、Polkadot SnowBridge、LayerZero、Optics等。 https://4061801133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwF6XybQdLeyjoKk3fbdT%2Fuploads%2Fu5ntBIeW3eBnblq25Czb%2F36.png?alt=media&token=c57259ff-5520-47b6-b402-aad6972daf37原生验证这是一个不需要信任的跨链桥梁，它没有第三方验证者潜在的安全风险，可以传输各种通用数据。但是我们知道以太坊生态系统具备高度的异构性，不管是以zk/optimistic代表的rollups，还是各种侧链，再到PoW和PoS各种不同的共识算法，让每一种不同的构造都通过原生验证...]]></description>
            <content:encoded><![CDATA[<h2 id="h-connext2" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Connext跨链桥介绍系列2</h2><p><strong>跨链桥的安全问题</strong></p><p>目前跨链桥采用的技术方案主要分为以下三类：</p><p><strong>1.原生验证</strong></p><p>它通过在目标链的虚拟机中运行源链的轻客户端来完成验证。 如 IBC、BTC Relay、Near Rainbow Bridge、Polkadot SnowBridge、LayerZero、Optics等。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://4061801133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwF6XybQdLeyjoKk3fbdT%2Fuploads%2Fu5ntBIeW3eBnblq25Czb%2F36.png?alt=media&amp;token=c57259ff-5520-47b6-b402-aad6972daf37">https://4061801133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwF6XybQdLeyjoKk3fbdT%2Fuploads%2Fu5ntBIeW3eBnblq25Czb%2F36.png?alt=media&amp;token=c57259ff-5520-47b6-b402-aad6972daf37</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6ebddaade506ad18a018f4f533af6718773e09ee72622ec05208067e89f3cffe.png" alt="原生验证" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">原生验证</figcaption></figure><p>这是一个不需要信任的跨链桥梁，它没有第三方验证者潜在的安全风险，可以传输各种通用数据。但是我们知道以太坊生态系统具备高度的异构性，不管是以zk/optimistic代表的rollups，还是各种侧链，再到PoW和PoS各种不同的共识算法，让每一种不同的构造都通过原生验证的模式去实现互操性是不现实的。因为开发者需要同时在源链和目标链上开发和部署新的轻客户端智能合约，这样的门槛太高，成本太高，耗时太长。</p><p><strong>2.外部验证</strong></p><p>该类验证方式有一个或一组验证者，验证者需要监控源链的具体地址。用户将资产发送到源链上的特定地址将其锁定，第三方验证者会验证这些信息，并需要达成共识。当共识达成后，在目标链上会生成相应的资产。 这种类型的跨链桥包括Thorchain、Anyswap、PolyNetwork、WBTC、WormHole、Ronin 等。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aec36e50f57658dddd3dfe6b21ae99bdbad3a1eaabcf07dad9705c2b74583930.png" alt="外部验证" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">外部验证</figcaption></figure><p>此类跨链桥具有速度更快、成本更低、数据传输通用、多链连接更容易、用户体验更好等优点，但该模型的潜在缺点是其安全性。由于引入了外部验证者的角色，用户的安全不仅取决于源链或目标链的安全，还受到桥接器安全的限制。在跨链转移资产的过程中，如果桥不安全，资产就会面临风险。</p><p><strong>3.本地验证</strong></p><p>本地验证是部分验证模式，也是点对点流动性网络。每个节点本身就是一个“路由器”，路由器提供的是目标链的原始资产，而不是衍生资产。此外，通过锁定和争议解决机制，路由器无法提取用户资金。 此类模型包括 Hop、Connext、Celer、Liquality 等，这种点对点模式在安全性，成本、速度、多链扩展等方面的表现都相对较好。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/acc8ecb1481376e05282446e6cdd22d3c8eb0adab940db0478eee1f294785b50.png" alt="本地验证" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">本地验证</figcaption></figure><p>它使用流动网络的模式，不需要全局验证，因此速度更快，成本更低。相对而言，其资金效率高于外部验证模型，低于原生验证模型。同时，点对点流动性网络的吞吐量也更大。当然，它也有不足之处：无法支持跨链传送任意数据。</p><p>基于此也衍生出了“<strong>区块链互操作性三难困境</strong>”理论，即互操作协议只能同时具备以下三个属性中的两个： **无需信任：**具备和底层区块链等效的安全性 <strong>可扩展性</strong>：能够支持任何不同的区块链 **通用性：**能够处理任意跨链数据</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b55784461a5a667c2e9110b39745c1f9c2174a9f228cc651b5cb1bfc12ee24cc.png" alt="互操作性三难困境" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">互操作性三难困境</figcaption></figure><p>不和谐 : bitren.eth(🐰,🎩)#5903</p><p>推特：tiantian2118</p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Connext跨链桥介绍系列1]]></title>
            <link>https://paragraph.com/@biteren/connext-1</link>
            <guid>VHhCe17AQ43ojMa0KLkc</guid>
            <pubDate>Mon, 30 May 2022 13:47:42 GMT</pubDate>
            <description><![CDATA[Connext跨链桥介绍系列1跨链的概念跨链“Cross-Chain”可以简单理解理解为价值和信息在不同链之间转换的技术。即价值与信息不仅可以在自己的链上产生，还能传递到另外一条链上形成数据互通。 因为区块链系统本来就是一种特殊的分布式账簿数据库系统，所以这里的数据最常见的就是资产数据，如代币余额。 为了方便理解，我把跨链的概念拆分为广义和狭义两种，或者按照币圈的习惯叫作“跨链1.0”和“跨链2.0”。 先说更贴合用户体验的“跨链1.0”，比如大家每次用跨链桥把USDC从以太坊主网转移到BSC网络这个过程，准确的说这是一次跨链资产转移，先不说跨链桥采用的具体技术，它最终满足了用户在不同链之间转移资产的需求，此类一般统称资产跨链。 我想这应该是绝大部分用户对跨链概念的第一印象，而实际上这个理解是不全面的。 再说“跨链2.0”，广义上的跨链可以在不同区块链之间实现包括资产转移在内的所有数据通信。通俗点讲就是可以在不同区块链网络之间进行任意类型的数据传输，比如各类token，或者NFT，或者智能合约的跨链自由交互等，此类一般统称消息跨链。 随着区块链行业的不断发展，多链背景下的跨链需求...]]></description>
            <content:encoded><![CDATA[<h2 id="h-connext1" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Connext跨链桥介绍系列1</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">跨链的概念</h3><p>跨链“Cross-Chain”可以简单理解理解为价值和信息在不同链之间转换的技术。即价值与信息不仅可以在自己的链上产生，还能传递到另外一条链上形成数据互通。</p><p>因为区块链系统本来就是一种特殊的分布式账簿数据库系统，所以这里的数据最常见的就是资产数据，如代币余额。</p><p>为了方便理解，我把跨链的概念拆分为广义和狭义两种，或者按照币圈的习惯叫作“跨链1.0”和“跨链2.0”。</p><p>先说更贴合用户体验的“跨链1.0”，比如大家每次用跨链桥把USDC从以太坊主网转移到BSC网络这个过程，准确的说这是一次跨链资产转移，先不说跨链桥采用的具体技术，它最终满足了用户在不同链之间转移资产的需求，此类一般统称资产跨链。</p><p>我想这应该是绝大部分用户对跨链概念的第一印象，而实际上这个理解是不全面的。</p><p>再说“跨链2.0”，广义上的跨链可以在不同区块链之间实现包括资产转移在内的所有数据通信。通俗点讲就是可以在不同区块链网络之间进行任意类型的数据传输，比如各类token，或者NFT，或者智能合约的跨链自由交互等，此类一般统称消息跨链。</p><p>随着区块链行业的不断发展，多链背景下的跨链需求会逐渐多元化，这也给整个跨链赛道的发展带来了无限的可能。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e09feda27ac6d462543539de2e386fdd3ba82c7e3c182cf2d0ad4a147cee1f60.png" alt="跨链示意图" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">跨链示意图</figcaption></figure><p>不和谐 : bitren.eth(🐰,🎩)#5903</p><p>推特：tiantian2118</p><p>本系列参考转载自<strong>hanxilgf</strong> 的</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hanxilgf.gitbook.io/connext-wiki-chinese/">https://hanxilgf.gitbook.io/connext-wiki-chinese/</a></p>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[Goose]]></title>
            <link>https://paragraph.com/@biteren/goose</link>
            <guid>ZRMJx9l7lpPkylOIBD6s</guid>
            <pubDate>Sun, 27 Mar 2022 07:09:51 GMT</pubDate>
            <description><![CDATA[Goose,Goose,Goose , Song Xiangtian Song. White hair floating in green water, Anthurium dials clear waves.]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="Goose,Goose,Goose ,
Song Xiangtian Song.
White hair floating in green water,
Anthurium dials clear waves.
"><code>Goose,Goose,Goose ,
Song Xiangtian Song.
White hair floating in green water,
Anthurium dials clear waves.
</code></pre>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/1d7e405c1102c175e1edfb5bec9e62c53db7dbd1b7984d74aaa60884fce369db.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[I am the only fairy in the world]]></title>
            <link>https://paragraph.com/@biteren/i-am-the-only-fairy-in-the-world</link>
            <guid>nOfAmQIcg5xTN8umbfhm</guid>
            <pubDate>Sat, 29 Jan 2022 11:36:44 GMT</pubDate>
            <description><![CDATA[[Unfinished sandbox game] + [Accidentally picked up a strange stone] + [High-dimensional time and space descends], actually came to an ancient world? Su Mu looked at the towering giant tree in front of him, stretched out his hand, and the tree cracked; then, the golden light flickered, and the giant tree exploded into squares. I brought 'Homeland Bliss'? Many years later, Su Mu realized: It turns out that I am the only immortal in this world!]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="[Unfinished sandbox game] + [Accidentally picked up a strange stone] + [High-dimensional time and space descends], actually came to an ancient world?
Su Mu looked at the towering giant tree in front of him, stretched out his hand, and the tree cracked; then, the golden light flickered, and the giant tree exploded into squares.
I brought &apos;Homeland Bliss&apos;?
Many years later, Su Mu realized: It turns out that I am the only immortal in this world!
"><code>[Unfinished sandbox game] <span class="hljs-operator">+</span> [Accidentally picked up a strange stone] <span class="hljs-operator">+</span> [High<span class="hljs-operator">-</span>dimensional time and space descends], actually came to an ancient world?
Su Mu looked at the towering giant tree in front of him, stretched out his hand, and the tree cracked; then, the golden light flickered, and the giant tree exploded into squares.
I brought <span class="hljs-string">'Homeland Bliss'</span>?
Many <span class="hljs-literal">years</span> later, Su Mu realized: It turns out that I am the only immortal in <span class="hljs-built_in">this</span> world<span class="hljs-operator">!</span>
</code></pre>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[What is the effect of doing push-ups every day?]]></title>
            <link>https://paragraph.com/@biteren/what-is-the-effect-of-doing-push-ups-every-day</link>
            <guid>jyDwSBcuWuCcDYJlIyaI</guid>
            <pubDate>Tue, 18 Jan 2022 15:23:23 GMT</pubDate>
            <description><![CDATA[Doing push-ups every day will have obvious formation of a ceps muscle, which is the first time that many people seek it out. It is as hard as iron. I practiced a ceps muscle by doing push-ups every day. Don't believe me, what I said is true. I started doing push-ups and could only do 30, then 50 in a month, 100 more easily in a month. I have been doing it for more than a year, and I have a strong ceps. At first, I didn't know much about one ceps muscle. Until one time in Dongguan, Guangzhou, ...]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="Doing push-ups every day will have obvious formation of a ceps muscle, which is the first time that many people seek it out. It is as hard as iron. I practiced a ceps muscle by doing push-ups every day. Don&apos;t believe me, what I said is true. I started doing push-ups and could only do 30, then 50 in a month, 100 more easily in a month. I have been doing it for more than a year, and I have a strong ceps. At first, I didn&apos;t know much about one ceps muscle. Until one time in Dongguan, Guangzhou, several elder sisters pointed at me and made comments. One of them asked, &quot;Brother, what kind of gong do you practice?&quot; I was asked inexplicably, I didn&apos;t practice any gong, she pointed to my ceps and said: I just realized, I told her that I do 100 push-ups every day. Looking at their envious looks, I know that a ceps can improve my image. I wear leggings on purpose to show off my biceps. Doing so has indeed attracted a lot of praise and different eyes. But there are also people who object to my behavior. This is my wife. She criticizes me for not paying attention to appearance. Duplicity, she doesn&apos;t want other opposite sex to see what belongs to her - that one cephalic muscle
"><code>Doing push-ups every day will have obvious formation <span class="hljs-keyword">of</span> a ceps muscle, which <span class="hljs-built_in">is</span> the first time that many people seek it out. It <span class="hljs-built_in">is</span> <span class="hljs-keyword">as</span> hard <span class="hljs-keyword">as</span> iron. I practiced a ceps muscle <span class="hljs-keyword">by</span> doing push-ups every day. Don<span class="hljs-comment">'t believe me, what I said is true. I started doing push-ups and could only do 30, then 50 in a month, 100 more easily in a month. I have been doing it for more than a year, and I have a strong ceps. At first, I didn't know much about one ceps muscle. Until one time in Dongguan, Guangzhou, several elder sisters pointed at me and made comments. One of them asked, "Brother, what kind of gong do you practice?" I was asked inexplicably, I didn't practice any gong, she pointed to my ceps and said: I just realized, I told her that I do 100 push-ups every day. Looking at their envious looks, I know that a ceps can improve my image. I wear leggings on purpose to show off my biceps. Doing so has indeed attracted a lot of praise and different eyes. But there are also people who object to my behavior. This is my wife. She criticizes me for not paying attention to appearance. Duplicity, she doesn't want other opposite sex to see what belongs to her - that one cephalic muscle</span>
</code></pre>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[A group of crooked nuts translated our fairy tale novel into English...]]></title>
            <link>https://paragraph.com/@biteren/a-group-of-crooked-nuts-translated-our-fairy-tale-novel-into-english</link>
            <guid>QILJixumhwuHvMYzTRGE</guid>
            <pubDate>Wed, 29 Dec 2021 12:34:15 GMT</pubDate>
            <description><![CDATA[One day, the little friend rushed over and wrote a crooked character "ding" and another character "gu", showing off these two newly learned Chinese characters to me. When I asked him where he learned it, I found out that he had recently become fascinated by Chinese fairy-xia novels. I also asked if I had read Stellar Transformations and I Shall Seal the Heavens. I hurried to search, and it turned out to be "Star Change". And "I want to conquer the sky." As a senior Internet addiction girl who...]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="One day, the little friend rushed over and wrote a crooked character &quot;ding&quot; and another character &quot;gu&quot;, showing off these two newly learned Chinese characters to me. When I asked him where he learned it, I found out that he had recently become fascinated by Chinese fairy-xia novels. I also asked if I had read Stellar Transformations and I Shall Seal the Heavens. I hurried to search, and it turned out to be &quot;Star Change&quot;. And &quot;I want to conquer the sky.&quot; As a senior Internet addiction girl who has read countless articles on the Internet, I read the beginning novel translated into English for the first time with a strong curiosity. . . Quite interesting!
Xianxia novels translated into English are mainly concentrated on a website called Wuxiaworld (wuxiaworld.com). This website gathers a group of native English speakers who are interested in Chinese culture (mainly Wuxia culture) and worship Jin Yong and Gulong. They translated Chinese martial arts novels into English for readers in the Western world to see.

The founder of Wuxia World is called RWX. He established this website in 2014 and plans to enter the e-book publishing industry. In the beginning, the website paid more attention to traditional martial arts novels, such as Gu Long&apos;s &quot;The End of the World·Ming Moon·Sword&quot;; now, it pays more attention to fantasy, fantasy, and fairy-xia novels, bringing Chinese pop culture and online novels to Western readers.
"><code>One day, the little friend rushed over and wrote a crooked character <span class="hljs-string">"ding"</span> and another character <span class="hljs-string">"gu"</span>, showing off these two newly learned Chinese characters to me. When I asked him where he learned it, I found out that he had recently become fascinated by Chinese fairy<span class="hljs-operator">-</span>xia novels. I also asked <span class="hljs-keyword">if</span> I had read Stellar Transformations and I Shall Seal the Heavens. I hurried to search, and it turned out to be <span class="hljs-string">"Star Change"</span>. And <span class="hljs-string">"I want to conquer the sky."</span> As a senior Internet addiction girl who has read countless articles on the Internet, I read the beginning novel translated into English <span class="hljs-keyword">for</span> the first time with a strong curiosity. . . Quite interesting<span class="hljs-operator">!</span>
Xianxia novels translated into English are mainly concentrated on a website called Wuxiaworld (wuxiaworld.com). This website gathers a group of native English speakers who are interested in Chinese culture (mainly Wuxia culture) and worship Jin Yong and Gulong. They translated Chinese martial arts novels into English <span class="hljs-keyword">for</span> readers in the Western world to see.

The founder of Wuxia World <span class="hljs-keyword">is</span> called RWX. He established <span class="hljs-built_in">this</span> website in <span class="hljs-number">2014</span> and plans to enter the e<span class="hljs-operator">-</span>book publishing industry. In the beginning, the website paid more attention to traditional martial arts novels, such <span class="hljs-keyword">as</span> Gu Long<span class="hljs-string">'s "The End of the World·Ming Moon·Sword"; now, it pays more attention to fantasy, fantasy, and fairy-xia novels, bringing Chinese pop culture and online novels to Western readers.
</span></code></pre>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
        <item>
            <title><![CDATA[eth trend analysis]]></title>
            <link>https://paragraph.com/@biteren/eth-trend-analysis</link>
            <guid>TMWJfo2O9F7tAuyfmyBU</guid>
            <pubDate>Sat, 11 Dec 2021 13:23:47 GMT</pubDate>
            <description><![CDATA[eth fell with btc, but the expectation of 2.0 is obviously more resistant than btc. After btc stabilizes, it will rise immediately.]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="eth fell with btc, but the expectation of 2.0 is obviously more resistant than btc. After btc stabilizes, it will rise immediately.
"><code>eth fell with btc, but the expectation of <span class="hljs-number">2.0</span> <span class="hljs-keyword">is</span> obviously more resistant than btc. After btc stabilizes, it will rise immediately.
</code></pre>]]></content:encoded>
            <author>biteren@newsletter.paragraph.com (biteren.eth)</author>
        </item>
    </channel>
</rss>