<?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>Godot #Dotsama</title>
        <link>https://paragraph.com/@godotsancho</link>
        <description>undefined</description>
        <lastBuildDate>Mon, 13 Apr 2026 16:24:16 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Godot #Dotsama</title>
            <url>https://storage.googleapis.com/papyrus_images/d505cc8409bc56919630b2fa538e3ff611663d34331dcfcb5176885f90b96359.png</url>
            <link>https://paragraph.com/@godotsancho</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[零知识证明赛道指北：五大 ZK 项目2022年度总结]]></title>
            <link>https://paragraph.com/@godotsancho/zk-2022</link>
            <guid>8RNoKefGJUpvpdiSHmj2</guid>
            <pubDate>Tue, 07 Feb 2023 07:28:45 GMT</pubDate>
            <description><![CDATA[2022年，零知识证明（以下简称“ZK”）赛道在深熊里逆势生长。 关注度方面，相关话题越来越多出现在全球各地开发者大会，以太坊创始人 Vitalik 也更多地提到 ZK 概念，此外以太坊基金会旗下组织 Privacy and Scaling Exploration（PSE）也在致力于相关研究。 资金方面，不少 ZK 相关在 2022年逆势拿到融资，且数目不小。如 Manta Network 获得币安战略投资，Aztec 获得 1亿美元 B 轮融资等等。 本文将从概念入手，解释 ZK，总结五大 ZK 项目 StarkNet、zkSync、Manta Network、Scroll、Polygon 在 2022年的进展。什么是 ZK ？ZK 是对计算本身进行加密。比如，有一场针对加密行业的闭门线下活动，每位走进活动场地的人，面前会自动出现弹窗，要求填写验证码。 假设，有位参会者的验证码，由三位字母组成。第一位字母，是比特币代币缩写的第二个字母，第二位是以太坊代币缩写的第二个字母，第三位是泰达代币缩写的第四个字母。若参会者是行业内部人员，会知道验证码是“TTT”。反之，则不是。 参会者验...]]></description>
            <content:encoded><![CDATA[<p>2022年，零知识证明（以下简称“ZK”）赛道在深熊里逆势生长。</p><p>关注度方面，相关话题越来越多出现在全球各地开发者大会，以太坊创始人 Vitalik 也更多地提到 ZK 概念，此外以太坊基金会旗下组织 Privacy and Scaling Exploration（PSE）也在致力于相关研究。</p><p>资金方面，不少 ZK 相关在 2022年逆势拿到融资，且数目不小。如 Manta Network 获得币安战略投资，Aztec 获得 1亿美元 B 轮融资等等。</p><p>本文将从概念入手，解释 ZK，总结五大 ZK 项目 StarkNet、zkSync、Manta Network、Scroll、Polygon 在 2022年的进展。</p><h2 id="h-zk" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是 ZK ？</h2><p>ZK 是对计算本身进行加密。比如，有一场针对加密行业的闭门线下活动，每位走进活动场地的人，面前会自动出现弹窗，要求填写验证码。</p><p>假设，有位参会者的验证码，由三位字母组成。第一位字母，是比特币代币缩写的第二个字母，第二位是以太坊代币缩写的第二个字母，第三位是泰达代币缩写的第四个字母。若参会者是行业内部人员，会知道验证码是“TTT”。反之，则不是。</p><p>参会者验证通过后，手腕自动生成手环。会场内的安保只要看到手环，就知道该参会者是之前已通过验证。</p><p>在实际的 ZK 网络中，有两种参与者，证明者（Prover）与验证者（Verifier）。证明者生成 ZK 证明，验证者验证该证明。在上述例子中，参与会议的人是证明者，证明自己是合格参会者。会场验证系统和安保人员，是验证者，验证参会者是否合格。</p><p>由此带来以下特性，首先，ZK 证明不可伪造，这是基于密码学本身产生的。其次，隐私性，验证者除了验证参与者是否合格外，不会获取其他任何信息。第三是简洁性，其他安保人员查看手环即可，无需再重新验证参与者身份。</p><h2 id="h-zk" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">ZK 能做什么？</h2><p>扩容与隐私，是目前 ZK 主要应用方向。</p><p>扩容利用了 ZK 简洁性。ZK 网络甚至可以只用 1个节点验证交易真实性，生成 ZK 证明，其他节点只需校验 ZK 证明即可，无需再进行复杂计算。如上文所述，安保人员仅需查看手环即可，无需再核实参会者确切身份。</p><p>采用 ZK 技术的 Layer2（zk-Rollup），由排序器或者 Layer2 节点生成 ZK 证明，部署在以太坊主网的合约来验证该证明。用户在 Layer2 执行具体交易，交易聚合上传至以太坊主网后，其他节点无需复杂验证，由此完成执行层面扩容和模块化。</p><p>同时，由于 ZK 不可伪造，zk-Rollup 可以使用链下的数据可用层。因为可以生成 ZK 证明，并且无法篡改和伪造证明。</p><p>攻击者无法证明自己拥有这些资产，所以无法动用链下资产，也无法作恶。所以 StarkNet、zkSync 的 zkPorter 和 Polygon 的 Avail 等 ZK 项目，都搭建了自己的数据可用层。这点是 Optimism Rollup 目前做不到的。</p><p>以太坊费用主要由三部分组成：链上执行费用（节点执行、验证交易有效性）、存储 / 状态费用（更新状态）、数据可用性费用（新区块数据是否可用）。其中，数据可用性费用是最主要的花费。</p><p>稍微区分下数据可用性与与数据存储。前者强调区块发布的数据是否可用，后者强调存储数据与访问。</p><p>在未来理想状态下，zk-Rollup Gas 更低、TPS 更高。所以，Vitalik 认为短期来看，Optimistic Rollup 会因 EVM 兼容性胜出，但长期看，zk-Rollup 会胜出。</p><h2 id="h-zk" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">ZK 赛道重点项目进展</h2><h3 id="h-starknet" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">StarkNet</h3><p>StarkNet 是用 Cairo 语言编写的、采用 zk-STARK、无许可的以太坊 Layer2。利用 ZK 技术，StarkNet 在自身 Layer2 上执行计算，通过递归将 N 多笔交易打包在一起，生成证明提交到以太坊链上，由链上智能合约校验 ZK 证明。</p><p>在必要时，以太坊全节点可通过解密元数据（Metadata）重构 StarkNet 历史状态。StarkNet 也由此获得以太坊级别安全性。</p><p>出于最大限度地发挥 STARK 特点，以及对 ZK 生成验证速度的考量，StarkNet 使用对 ZK 更友好的 Cairo 语言，通过 Warp 和 Kakarot 兼容 EVM。这也成为 StarkNet 2022年开发重点之一。</p><p><strong>融资情况</strong> 2018年1月，宣布 600万美元种子轮融资。</p><p>2018年7月，宣布 1200万美元 Grant 轮融资，以太坊基金会参与投资。</p><p>2018年10月，宣布 3000万美元 A 轮融资，Polychain、Pantera 等机构及个人参与。</p><p>2021年5月，宣布 7500万美元 B 轮融资，Paradigm领投，红杉资本、Founders Fund、Pantera 等参投。</p><p>2021年11月，宣布 5000万美元 C 轮融资，红杉资本领投，投资方包括 Paradigm、Alameda Research、Three Arrows Capital 等。</p><p>2022年5月，宣布 1亿美元 D 轮融资，Greenoaks Capital 和 Coatue 领投，投资方还包括 Tiger Global 与其他参与者。</p><p><strong>2022年主要进展</strong> 产品方面，跨链桥 StarkGate Alpha 版上线主网；发布 StarkNet 去中心化治理提案，以及代币设计；宣布 StarkNet 基金会成立，STRK 代币部署至以太坊；Visa 宣布计划使用 StarkNet 和 Argent 实现自托管钱包自动交易。StarkNet v4.5 支持 DA 数据可用性选择方案 Volition</p><p>开发方面，Solidty → Cairo 转译器 Warp 2.0 发布；Kakarot zkEvm 实现 100% EVM 操作码完整兼容；StarkNet 上实现 Bulletproofs；发布 StarkNet 状态重置计划，宣布 Cairo 1.0，首个版本即将发布。</p><p>Cairo base64 编码代码库发布，未来链上 NFT 发展的第一步，部署 ERC-20 和 ERC-721 代币合约标准，部署标准界面的帐户抽象等基本合约。更新 StarkNet 主网更新，更新 CairoLang；</p><p>生态进展方面，据官网（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.starknet-ecosystem.com/%EF%BC%89%E6%98%BE%E7%A4%BA%EF%BC%8CStarkNet">https://www.starknet-ecosystem.com/）显示，StarkNet</a> 生态项目已达122个。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/059551c9cc92300ed07354fa90d1592376e41dca365a9af1338cbeb1bc2716aa.png" alt="（来源：zkDaily）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（来源：zkDaily）</figcaption></figure><h3 id="h-zksync" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">zkSync</h3><p>zkSync 是以太坊 Layer2，有 1.0 和 2.0 之分。1.0 于 2020年6月上线，只用于实现特定功能，不支持 zkEVM，也无法处理复杂智能合约。zkSync 2.0 是支持 zkEVM 的，更为通用的版本。若无特别说明，后文所提 zkSync 皆指 zkSync 2.0。</p><p>zkSync 基于 zk-SNARK 的 PLONK 编写，与 StarkNet 类似，利用 ZK 简洁性及递归证明，将自身链上交易压缩，由以太坊主网智能合约验证。</p><p>zkSync 同样面临 EVM 兼容问题，于是通过构建 LLVM 框架，创建编译器前端 Yul 与 Zinc，实现 Solidity、Rust 语言兼容，可用于开发 zkSync 智能合约，实现通用 ZK 电路。</p><p><strong>融资情况</strong> 2019年9月，宣布 200万美元融资，Placeholder领投。</p><p>2021年2月，宣布 600万美元融资，Union Square Ventures 领投。</p><p>2021年11月，宣布 5000万美元 B 轮融资，a16z 领投，，Placeholder、Dragonfly、1kx、<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Blockchain.com">Blockchain.com</a>、<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Crypto.com">Crypto.com</a>、Consensys 等参投。</p><p>2022年11月，宣布 2亿美元 C 轮融资，Blockchain Capital 和 Dragonfly 共同领投，a16z、Variant、Lightspeed Venture Partners 等参投。</p><p><strong>2022年主要进展</strong> 2022年，zkSync 重点侧重于 zkEVM 网络上线及优化。2月，于公共测试网推出 zkSync 2.0，实现第一个 zkEVM，并用几个月的时间优化，包括架构升级，实现抽象账户，提升对 Solidity 的支持，并完全支持 Vyper，实现证明合并。</p><p>10月，zkSync 开发项目注册，参与注册项目可在主网上线。当月，zkSync 2.0 主网上线，引入Alpha zkEVM，初步兼容 EVM。</p><p>生态发展方面，据官网（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ecosystem.zksync.io/%EF%BC%89%E6%98%BE%E7%A4%BA%EF%BC%8CzkSync">https://ecosystem.zksync.io/）显示，zkSync</a> 生态项目达223个。其中不乏多练部署的成熟项目，包括 Curve、1inch、yEarn、Gitcoin、Chainlink 等等。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c9d4ddaa801192e69fa14dc79989c433d4179b567cd2c9cb5a692a38d003eb86.png" alt="（来源：zkDaily）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（来源：zkDaily）</figcaption></figure><h3 id="h-manta-network" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Manta Network</h3><p>Manta Network（以下简称 “Manta”） 是基于 ZK 技术的可编程隐私 Layer1。Manta 利用 ZK 技术，原创出隐私资产类型 zkAssets、隐私地址协议 zkAddress，以及隐私传输协议 MantaPay。</p><p>开发者可以基于 Manta，开发链上原生隐私 dApp。</p><p>用户可以用跨链桥，将 ERC-20 等同质化代币，和 ERC-721、1155 等非同质化代币桥接到 Manta，将资产和地址从公开状态，变为隐私状态，将资产和地址持有信息隐私化，也可在 Manta 链上原生隐私 dApp 内，实现 DeFi、NFT、游戏等隐私交互。</p><p>继而实现隐私化交易信息，防止 MEV 夹心交易，保护 DeFi 交互信息，如借贷资产强平线，zkDID，以及将现有全链游戏或 GameFi 从对称性博弈扩展为非对称性博弈。</p><p>技术上，Manta 选择 zk-SNARK Groth16，利用 ZK 简洁性的同时，也利用了隐私性。Manta 重新设计了隐私协议实现细节，使用了对零知识证明更友好的哈希函数—— Poseidon hash 让整个密码学协议更 streamline，在经典的隐私技术如椭圆曲线密码术（FH-ECC）算法等的基础上进行优化和升级。</p><p>如同 Kusama 之于 Polkadot，Manta 也拥有自己的先行网 Calamari。Calamari 已上线，主网 Manta 暂未上线。Manta 2022年开发进展，主要集中在于 Calamari 网络部署 ZK 网络，以及 ZK 科研方面的探索。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eaa1654b8c6292e8bc1b5e54c473f3d00d45b24b8f9c75ae4c5b8759468fc7b3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>融资情况</strong> 2021年2月，宣布由 Polychain 领投的110万美元融资，参投方包括 Hypersphere 等。</p><p>2021年10月，宣布 550万美元融资，机构包括加密领域的对冲基金 CoinFund、ParaFi、LongHash、CMS，Divergence等 30余家机构。</p><p>2021年11月，宣布 2880万美元社区轮融资。</p><p>2022年2月，币安宣布战略投资 Manta。</p><p><strong>2022年主要进展</strong> 产品方面，推出 ZK 本地生成工具 Manta Signer，使得 ZK 交互可在2-5秒完成，或许是目前全网最快 ZK 交互体验。MantaPay 测试网 Dolphin，已更新3个版本，当前 Dolphin v3 测试进行中。</p><p>Calamari 与 Moonriver（Moonbeam）、Karura（Acala）实现互操作性。将 Calamari 网络原有跟随 Kusama 的 NPoS 共识，迁移至 DPoS 共识，实现用户 KMA 代币质押给 Collator 可分享出块奖励，同时增强网络安全性。</p><p>开发方面，Calamari 主要进展几乎全部完成，只差 MantaPay 上线。目前 MantaPay 上线前最后一版测试网 Dolphin v3 已接近测试完成，意味着 MantaPay 即将上线 Calamari。</p><p>推出原创隐私资产类型 zkAssets 与隐私地址类型 zkAddress，并与今年年底完成 Web3 迄今为止参与人数最多的可信设置（Trusted Setup）仪式。</p><p>ZK 科研方面，Manta 发起并主导了 OpenZL 计划。OpenZL 是一套让 ZK 开发，具有互操作性的通用库、工具和标准，目前已经支持 Plonky2、Groth16、arkGroth16，接下来还将支持 Halo2 等等。</p><p>前不久，Manta 主办了 OpenZL 第一次线上聚会，来自以太坊基金会、Protocol labs、Web3 foundation、RiscZero 等机构的密码学家参与分享。</p><p>此外，Manta 与 Jump 合作《Accelerating Elliptic Curve Operations and Finite Field Arithmetic (WASM)》（加速椭圆曲线运算和有限域算术WASM）在 ZPrize 获奖，最大限度提高客户端和虚拟机吞吐量/最小化延迟，特别是WebAssembly（WASM）运行时间。目的在于让 ZK 和隐私应用流行，将 ZK Prover 与主流钱包整合，提高 WASM Prover 性能。</p><h3 id="h-scroll" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Scroll</h3><p>Scroll 是使用 ZK 开发的以太坊 Layer2，号称最兼容 EVM 的 zk-Rollup。Vitalik 在其解释 zkEVM 类型的文章中，将 Scroll 归为第二类，字节码级别等效，即与 EVM 完全等效。而 StarkNet、zkSync 则归为第四类，开发语言级别等效。</p><p>Scroll 当前架构由三部分组成：Scroll 节点、Roller 网络与 Rollup、Bridge 合约。</p><p>Scroll 节点由排序器（Sequencer）、协调器（Coordinator）和中继器（Relayer）组成，负责将用户在 Layer2 的交易，构建区块，提交到以太坊，并在 Layer1 和 Layer2 之间传递消息。</p><p>Roller 网络负责生成 zkEVM 有效性证明。Rollup 和 Bridge 合约，为 Scroll 提供数据可用性，验证 zkEVM 有效性证明，允许用户在以太坊和 Scroll 之间转移资产。</p><p><strong>融资情况</strong> 2022年4月，宣布获得 3000万美元 A 轮融资，Polychain Capital 领投，Bain Capital Crypto、Robot Ventures、Geometry DAO 等参投。</p><p><strong>2022年主要进展</strong> Scroll 的目标，是计划建立 EVM 等效的 zkEVM，希望实现字节码级兼容，让以太坊现有应用可以几乎无缝迁移过来，并且兼容以太坊所有语言、工具，降低开发难度。</p><p>此外，Scroll 还计划建立去中心化验证网络，将 ZK 证明分发给参与者进行计算，将结果汇总形成最终的证明。去中心化的验证网络将向所有人开放，并将设置激励机制与惩罚机制。</p><p>2022年，Scroll 最重要进展是于8月，上线 Pre-Alpha 网络，并开放测试。截至1月9日，参与地址达 39.7万。</p><p>生态建设方面，Uniswap、Lens Protocol 等协议，在 Scroll  Pre-Alpha 测试网部署，且与 Multichain、Hop Protocol、Orbiter Finance 等跨链桥达成合作。Pre-Alpha 上线之后，Scroll 会将更多精力放在钱包等工具类基础设施建设，以及应用拓展上。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bce55b726854347756756fd29e50a6edf999bf14c179ea6ee2f0f80579f5280f.png" alt="（来源：Scroll 公众号）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（来源：Scroll 公众号）</figcaption></figure><h3 id="h-polygon-hermez" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Polygon Hermez</h3><p>2021年8月，Polygon 以 2.5亿美元，收购以太坊 Layer2 协议 Hermez Network，并进行了合并，成为当前熟知的 Polygon Hermez。Hermez 也有 1.0与 2.0之分，若无特殊说明，本文之后所提 Polygon Hermez，皆为 2.0。</p><p>Polygon 团队自比“以太坊扩容瑞士军刀”，除了 Hermez，还有 Polygon PoS、Polygon SDK 解决方案和数据可用层 Polygon Avail。</p><p>Polygon Hermez 是基于 ZK 的以太坊 Layer2 zk-Rollup，同时采用 zk-SNARK 和 zk-STARK 开发，与 Scroll 一样，属于字节码级别等效，即与 EVM 完全等效，主要由 PoE（Proof of Efficiency） 共识、zkNode、zkProver 及 Bridge 构成。</p><p>zkNode 节点包括同步器（Synchronizer）、排序器（Sequencers）、聚合器（Aggregators）和 RPC。排序器（Sequencers）收集用户在 Layer2 上的交易，聚合器（Aggregators）使用 zkProver 生成有效性证明，并由主网智能合约验证。值得注意的是，Hermez 通过 STARK 生成证明，使用SNARK 验证 STARK 的有效性。因为在以太坊上，使用 SNARK 验证成本更低。</p><p>除 Hermez 外，Polygon 曾在介绍 ZK 战略的博文中，提到了另外三个由Polygon主导的 ZK 项目 Miden、Nightfall、Zero。甚至 Polygon 还计划推出 Optimistic Rollup 方案、独立的方案（Stand-Alone Chains）、安全共享链（Shared Security Chains）扩容方案。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d062b85d6841cf8121cf2034f828085d91dd20987306312dec504087f9251aac.png" alt="（来源：Polygon Blog）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（来源：Polygon Blog）</figcaption></figure><p><strong>融资情况</strong> 2019年4月与2022年7月，宣布 Secondary Market 融资，资金及参投方未披露。</p><p>2019年4月、8月，2021年5月，宣布种子轮融资，披露金额 45万美元，投资方包括 Coinbase 和 NBA 球队达拉斯独行侠队老板马克库班。</p><p>2020年12月，宣布 100万美元 A 轮融资。</p><p>2022年2月，通过代币销售，宣布 4.5亿美元 Venture 轮融资，Sequoia Capital India 领投，参投方包括 SoftBank Vision Fund 2、Galaxy Digital、Galaxy Interactive、Tiger Global、Republic Capital 等参投。</p><p>2022年7月，Non Equity Assistance，获得 Disney Accelerator 投资。</p><p><strong>2022年主要进展</strong> 2022年，Polygon 在 ZK 方面最重要的进展，当属上线 zkEVM 测试网，并不断优化改进，包括添加递归，提高测试网性能。</p><p>10月，推出 zkEVM 公共测试网，Aave、Uniswap、Lens Protocol 、游戏工作室 Midnight Society 也将成为首批加入测试网的成员。</p><p>12月，推出第二个 zkEVM 公共测试网，引入递归证明，以将证明时间从原先的 10 分钟优化至 4 分钟。启动 zkEVM 安全审计，由安全公司 Spearbit 和 Hexens 进行，预计将持续到 2023 年 1 月。</p><p>Polygon 联合创始人 Sandeep Nailwal 最近发推表示，“刚从 zkEVM 主网启动高级委员会出来，我们（已经）有主网启动的日期”。</p><p>开发方面，Polygon 开源 zkEVM 代码，以及 ZK 开发系统 Plonky2 与 Starky。Plonky2 是 zk-SNARK 分支技术之一，而Starky 或许是目前最快的开源STARK验证器。</p><p>开源 pil-stark（PIL）工具包，PIL 是创建代数状态机的工具。用来定义 EVM 计算验证的正确性，也用来生成 STARK 证明，验证任意用户交易的计算。</p><p>ZK 研究方面，Polygon ZK 博客于去年发布两篇论文《ZK White Paper: Efficient ZK Proofs for Keccak》《ZK Research: Bignum Arithmetic for Zero-Knowledge Proofs》。</p><h2 id="h-zk-did" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">ZK 的未来：DID、跨链桥、预言机、抽象账户、全链游戏、硬件加速</h2><p>ZK 就像一辆隆隆驶来的火车，多数时间里，我们总是翘首以盼。而它真正来临的那一刻，会疾驰而过，驶向更广阔的大地。</p><p>熵减被科学家看作生命的本质。熵是热力学概念，用来描述系统混乱程度。熵增说的是，没有外力的情况下，一切事物都是从有序向无序发展，最终形成熵死。熵减是熵增的逆形势。说的是在外力的作用下系统变得越来越有序。熵减，意味着效率。</p><p>人类分工的标准化与专业化是熵减。因为标准化集装箱存在，奠定了跨境物流与全球化分工的基础。TypeC 充电线的普及，也是熵减的过程。区块链也是如此。</p><p>信任是人类社会所需要付出的巨大成本之一。你需要不停地与另一个人互动，才能判断此人是否值得信任，但结果有时并不如意。银行征信，抵押或无抵押借贷更是如此。去信任，是熵减。</p><p>在 ZK 之前，区块链去信任靠节点共识、治理共识或欺诈证明等等，是在经济学假设基础上建立的共识，即参与者需质押 Token 与项目方利益绑定。这对区块链发展产生了限制。</p><p>前文提到过，当前以太坊费用主要由三部分构成：执行费用、存储 / 状态费用、数据可用性费用。</p><p>由于 ZK 证明不可伪造和简洁等特性，使得 zk-Rollup 不仅可以在执行层进行链下扩展，也可链下扩展数据可用层。即使节点作恶，由于 ZK 不可伪造，也无法动用用户资产。StarkNet、zkSync 的 zkPorter 和 Polygon 的 Avail 等都搭建了自己的数据可用层。这点是 Optimism Rollup 做不到的。</p><p>本质上，ZK 可以将区块链去信任化，从经济学假设，带入到基于密码学假设中，实现链下数据可用性、原生抽象账户钱包等原生功能进一步扩展。可以说，ZK 或许是真正的区块链 2.0。</p><p>前不久，ETH 中文发文《盘点 18个以太坊上的社交 ZK 项目》，从身份、治理、消息三个方面，将项目进行分类。ZK 可以使用户在不透露信息和身份的前提下，证明该用户属于某个群体，或满足某个条件。</p><p>跨链桥和预言机类似，ZK 发挥的作用类似，传统跨链桥和预言机，需要可信第三方做验证或提供数据，加上 ZK 之后，可以在原有链上，或在原始数据源生成证明，目标链或链上节点验证证明，保证跨链桥资产安全，以及预言机节点不作恶。</p><p>ZK 在原生抽象账户、全链游戏、硬件加速等领域的作用，同样值得关注。ZK 可以让链上游戏从现有透明状态变为不透明，将游戏从对称性博弈，变为非对称性博弈。</p><p>麻将、纸牌等游戏之所以经久不衰，原因在于这些都是非对称性博弈游戏。游戏结果带有很强不确定性，新手也可以凭借超强运气获胜。游戏所有参与者，无法通过购买超神装备，来增加胜率，只能通过不断重复积累经验。</p><p>链上游戏具有可组合性，用户可以参与游戏建设，同时游戏之间也可相互组合，想象空间更大。</p><p>2023年，关注 ZK，关注区块链的未来。</p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9ad008fe9437827a075fff0bd98d0e362f2e025a75c48f261d96a883b6bc0bff.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[这样解释数据可用层项目 Celestia，应该就比较好理解了]]></title>
            <link>https://paragraph.com/@godotsancho/celestia</link>
            <guid>VNektQ3V9c5Yz0MgeMWU</guid>
            <pubDate>Mon, 14 Nov 2022 13:25:54 GMT</pubDate>
            <description><![CDATA[TL;DR1/ 模块化本质是打破“不可能三角”，在不增加节点硬件负担前提下，实现扩容。 2/ Celestia 是数据可用层，与 Optimistic Rollup 类似，默认区块数据有效，利用欺诈证明、纠删码和数据可用性抽样，进行数据校验，同时实现让轻节点参与校验。 3/ Celestia 已初步形成生态，目前生态知名项目有 Fuel、Cevmos 等。 4/ Celestia 如何能把握窗口期，在 Polygon Avail 和 Danksharding 之前形成规模效应，吸引大量流动性，尤其是原生Rollup 的流动性，这点将至关重要。 通常，会将 Layer1 分为四层： 1）共识层 2）结算层 3）数据层 4）执行层 共识层是必需的。模块化是指，将结算、数据、执行其中之一或之二拆出来（严谨点称“解耦”），加上共识组成新一层网络协议，以打破“不可能三角”，在不增加节点硬件负担，造成中心化的前提下，实现扩容。 如以太坊 Rollup，将执行层拆出来，提供共识和执行，由中心化定序器（Sequencer）排序交易，将大量交易打包压缩，提交到以太坊主网，由主网全节点校验交易数据。...]]></description>
            <content:encoded><![CDATA[<h2 id="h-tldr" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">TL;DR</h2><p>1/ 模块化本质是打破“不可能三角”，在不增加节点硬件负担前提下，实现扩容。</p><p>2/ Celestia 是数据可用层，与 Optimistic Rollup 类似，默认区块数据有效，利用欺诈证明、纠删码和数据可用性抽样，进行数据校验，同时实现让轻节点参与校验。</p><p>3/ Celestia 已初步形成生态，目前生态知名项目有 Fuel、Cevmos 等。</p><p>4/ Celestia 如何能把握窗口期，在 Polygon Avail 和 Danksharding 之前形成规模效应，吸引大量流动性，尤其是原生Rollup 的流动性，这点将至关重要。</p><p>通常，会将 Layer1 分为四层：</p><p>1）共识层</p><p>2）结算层</p><p>3）数据层</p><p>4）执行层</p><p>共识层是必需的。模块化是指，将结算、数据、执行其中之一或之二拆出来（严谨点称“解耦”），加上共识组成新一层网络协议，以打破“不可能三角”，在不增加节点硬件负担，造成中心化的前提下，实现扩容。</p><p>如以太坊 Rollup，将执行层拆出来，提供共识和执行，由中心化定序器（Sequencer）排序交易，将大量交易打包压缩，提交到以太坊主网，由主网全节点校验交易数据。</p><p>Celestia 是数据可用层（Data Availability, DA）项目，基于Cosmos架构，为其他 Layer1、Layer2 提供数据层、共识层，构建模块化区块链，商业模式 toB，面向其他公链收费。</p><p>要全面理解 Celestia 与数据可用，先要从“不可能三角”和数据可用性问题讲起。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4e8523321a4912527fbb74c6d1f9f0117bb3b913edcd8091f0d8d031ff38a3da.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>为什么数据可用性重要？从“不可能三角”到数据可用性问题</strong></p><p>不可能三角，又称三元悖论，通常指去中心化（Decentralization）、可扩展性（Scability）、安全性（Security）三者不可同时兼得，最早由以太坊官方提出。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3439c5d959d777e784bef99e83f7c9e2ddb73d9998a559c69428af469aca080e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>通常，交易提交到链上，首先会进入 Mempool，由矿工“挑选”，打包成区块，将该区块拼接到区块链上。</p><p>包含这笔交易的区块，会向网络内全体节点广播。其他全节点将下载这个新区块，执行复杂计算，验证其中每一笔交易，确保交易真实有效。</p><p>复杂计算和冗余，是以太坊安全基础，也带来了问题。</p><p><strong>1）数据可用性</strong></p><p>节点通常有两种：</p><p>全节点——下载并验证所有区块信息及交易数据。</p><p>轻节点——非完全验证节点，易部署，只验证区块头（数据摘要）。</p><p>首先，确保新区块产生时，该区块中的所有数据确实已发布，使得其他节点可校验。若全节点未发布区块中所有数据，则其他节点无法检测，该区块是否隐藏恶意交易。</p><p>也就是说，节点需要获取一定时间内的所有交易数据，并验证，不存在已经确认但未验证的交易数据。这便是通常意义上的数据可用性。</p><p>若某个全节点隐瞒一些交易数据，其他全节点在校验后，会拒绝跟随此区块，但仅下载区块头信息的轻节点则无法校验，会继续跟随这条分叉区块，影响安全。</p><p>尽管通常区块链会罚没该全节点保证金，但这同样会使质押给该节点的用户受到损失。</p><p>且当隐瞒数据的收益，超过罚没成本，节点有动机隐瞒，届时实际受损的，只会是质押用户和该链其他使用者。</p><p>另一方面，若全节点部署逐渐中心化，节点间存在串通可能，会危及整条链的安全。</p><p>这是为什么数据可用很重要。</p><p>数据可用越来越受到关注，一方面因为以太坊 PoS 合并，另一方面则是 Rollup 发展。当前 Rollup 会运行中心化定序器（Sequencer）。</p><p>用户在 Rollup 上交易，定序器为交易排序、打包、压缩，发布到以太坊主网，由主网全节点通过欺诈证明（Optimistic）或有效性证明（ZK）验证数据。</p><p>只要定序器提交的区块所有数据真实可用，以太坊主网才可据此跟踪、校验、重建 Rollup状态，保证数据真实和用户财产安全。</p><p><strong>2）状态爆炸与中心化</strong></p><p>状态爆炸是指，以太坊全节点积累的历史和状态数据越来越多，运行全节点需要的存储资源越来越大，运行门槛提高，致使网络节点中心化。</p><p>因此，需要某种方式，使全节点在同步以及验证区块数据时，无需下载所有数据，只需要下载区块的部分冗余片段即可。</p><p>至此，我们明白了数据可用性很重要。那么，如何避免“公地悲剧”产生？即大家都清楚数据可用的重要性，但仍需要一些切实的利益驱动，让大家使用单独数据可用层。</p><p>就像每个人都知道保护环境很重要，但看到路边的垃圾，“我”为什么要把它捡起来？为什么不是别人？“我”把垃圾捡起来，能得到什么好处？</p><p>轮到 Celestia 登场了。</p><h2 id="h-celestia" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是Celestia ？</h2><p>Celestia 为其他 Layer1、Layer2 提供可插拔的数据可用层和共识，基于 Cosmos Tendermint 共识及 Cosmos SDK构建。</p><p>Celestia 是 Layer1 协议，兼容 EVM 链及 Cosmos 应用链，未来将支持所有类型的 Rollup，这些链可直接使用 Celestia 作为数据可用层，区块数据将通过 Celestia 存储、调用、校验，再回到自有协议清算。</p><p>Celestia 也支持原生Rollup，可直接在其上构建 Layer2，但不支持智能合约，所以无法直接构建 dApp。</p><p><strong>Celestia 工作原理</strong></p><p>Rollup 通过运行Celestia 节点，接入 Celestia。</p><p>Celestia 接收 Rollup 交易信息，通过 Tendermint 共识排序交易。之后，Celestia 不会执行交易，也不会质疑交易有效性，只是将交易进行打包排序、广播。</p><p>是的，换句话说，隐瞒交易数据的区块，也可以发布到 Celestia 上。那 Celestia 如何识别呢？</p><p>校验通过纠删码（Erasure Coding）和数据可用性抽样（Data Availability Sampling，DAS）完成。</p><p>具体来说，原始数据为K（若实际数据大小不足K，则会补充无效数据，使大小等于K），对其进行纠删编码，分成 N 多个小枝干（Chunks），并扩展为 2K 行列大小的矩阵。</p><p>可以简单理解为，一个长、宽都为 K 的正方形，面积为 K*K，纠删编码后变为长、宽为 2K，面积为 2K*2K。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6facd3c04bfd5e649fb079f6c081fcdc0bd0335b166a251b5771dd1eea58ad2f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>若原始数据为 1Mb，对其进行纠删编码，分成若干份，并扩展 4Mb 大小，其中 3Mb 为特殊数据。仅需其中一部分K<em>K 大小数据，便可恢复或查看全部 2K</em>2K 数据。</p><p>具体的数学计算极其复杂，但得到的结果是，即使恶意出块者隐瞒哪怕 1%交易数据，也会变成隐瞒 50%以上的枝干（Chunks）。</p><p>所以，若想使隐瞒生效，就会使数据矩阵发生质的变化，能被轻节点轻易发现。这使得隐瞒数据，有极其大的概率，成为不可能的事件。</p><p>全节点可通过欺诈证明，校验数据，跟其他 Layer1 类似。而纠删码关键的作用在于，调动轻节点，参与数据校验。</p><p>全节点将区块头发给轻节点，由轻节点进行数据可用性抽样。若数据无隐瞒，则轻节点认可该区块。若数据有缺失，则轻节点会发送给其他全节点。其他全节点会发起欺诈证明。</p><p><strong>总结下，</strong></p><p>1/ Celestia 使用纠删码，对原始数据编码，将原始数据切成若干小份（Chunks）。（若区块仍有空间，则使用无效数据补足，使得留有空间的区块，便是全节点隐瞒数据的区块）</p><p>2/ 将 K<em>K 大小的原始数据，扩展为2K</em>2K。因为 K<em>K 数据已分为若干小份，所以 2K</em>2K 数据的状态，也是如此，呈若干小份。</p><p>3/ 由此得到三个好处：</p><p>1）因为数据切成若干小份，使得轻节点也可参与校验。（若数据仍是大份，轻节点受制于硬件，无法参与校验）</p><p>2）仅需抽样 K<em>K 大小数据，可还原全部 2K</em>2K 数据全貌。轻节点们轮番抽样，直到抽样大小为 K*K，则可通过数据全貌对比，选择是否认可当前区块。</p><p>3）使恶意出块者隐瞒哪怕 1%交易数据，也会变成隐瞒 50%以上的枝干（Chunks）。</p><p>4/ 全节点可直接通过欺诈证明校验区块数据，与以太坊等其他 Layer1 类似。</p><p>5/ 轻节点则可通过数据可用性抽样校验，多个轻节点随意抽样，直到抽取数据面积大小为 K*K。这是 Celestia 的创新之处。</p><p>6/ 对于轻节点抽样来说，抽样模型是亚线性的（Sub-linear）。他们仅需下载所需抽样数据量的平方根数量即可。即，若有 10,000个小份Chunks数据需要抽样，仅需要下载并检查其中100个。</p><p>因为 100的平方是10,000。</p><p>7/ 若轻节点校验的区块数据有隐瞒，可提交给其他全节点，通过欺诈证明，罚没作弊节点保证金。</p><p><strong>Celestia 扩容</strong></p><p>纠删码和数据可用性抽样，使 Celestia 与其他 Layer1 现有数据可用相比，实现了进一步扩容，提升网络效率。</p><p>1/ 采用欺诈证明，默认区块数据可用，保证正常情况下，网络高效运行。</p><p>2/ 轻节点越多，网络效率越高。</p><p>因为原始数据大小为 K<em>K，若只有一个轻节点，则需要做 K</em>K 次抽样。反之，若有 K*K 个轻节点，仅需1次抽样。</p><p>3/ 亚线性抽样，使 Celestia可使用大区块。</p><p>此外，纠删码的特性，使得万一 Celestia 全节点发生大规模故障，轻节点们手中的若干枝干数据，可恢复交易数据，确保数据仍可访问。</p><p><strong>Quantum Gravity Bridge</strong></p><p>Quantum Gravity Bridge 是 Celestia 与 以太坊 Layer2 的中继桥，搭建在以太坊上，Layer2 可以通过 Quantum Gravity Bridge 将交易数据发布到Celestia，使用数据可用服务，通过智能合约，校验 Celestia 上的数据。</p><p><strong>Celestium</strong></p><p>Celestium 是以太坊 Layer2，使用Celestia 作为数据可用层，用以太坊作为结算和共识层。</p><p>目前处于开发阶段。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c3e16790b3ea89fe59362c84bc17437253d2829758d71038b36b226fdd10786e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-celestia" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">为什么要用 Celestia ？</h2><p>还记得我们之前提到的“公地悲剧”吗？即 Rollup 为什么要使用 Celestia 作为数据层？</p><p><strong>1/ 使用 Celestia 成本低</strong></p><p>以太坊 Rollup 现有成本由两部分构成：</p><p>1）Rollup 自身Gas成本。即用户交互，定序器进行排序，状态转换时收费的费用。</p><p>2）Rollup 将区块提交到以太坊，花费的Gas。</p><p>Rollup 定序器打包、压缩后，会在以太坊上创建一个区块。目前存储为 Calldata形式，成本为每字节 16 Gas。</p><p>以太坊和 Rollup 各自根据拥堵情况不同，收取的 Gas也不同。定序器在批量处理用户交互内容前，会尽力预测以太坊 Gas 费用，并向用户收取。</p><p>也就是说，Rollup 上的 Gas 之所以便宜，是因为将用户若干笔交互打包到一起，相当于大家均摊了 Gas。</p><p>当市场处于冷淡期，以太坊上交互较少，大家需要均摊的 Gas 也会减少，Rollup 只会在正常 Gas 上收取很小的利润。一旦，以太坊上 Gas 飙升，Rollup 上的Gas 也会上涨。</p><p>所以，Rollup 本质上还是在跟以太坊主网的 dApp 和其他 Rollup 抢夺区块空间。</p><p>另一方面，Rollup 自身交互火爆，也会拉高 Gas。比如前不久的 Aribitrum Odyssey。</p><p>总的来说，Rollup 当前成本模式为线性，成本会随以太坊交互需求情况，上升会下降。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/861a700ea367520a1b0e229b3f6045d5d9dc2e214e4bb762bf3853c25dfa2651.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>而 Celestia 的成本则是亚线性，成本最终会趋近于一个值，一个远低于以太坊现有成本的值。</p><p>在 EIP-4844 升级部署后，Rollup数据存储会从 Calldata 变为 Blob，费用降低，但仍旧比 Celestia 贵。</p><p><strong>2/ 主权 Rollup（Self Sovereignty）</strong></p><p>主权 Rollup，实质是给了 Rollup自主分叉的权力。Celestia 原生 Rollup 是拥有自有主权的链，治理及分叉升级不受Celestia 限制。</p><p><strong>分叉为什么重要？</strong></p><p>通常区块链需要通过硬分叉升级，而分叉会影响削弱安全性。原因是，若有人想要更改或升级区块链代码，需要其他参与者同意且更改。</p><p>如果想对整条链进行升级，需要分叉整个共识层，就像以太坊 PoS 合并不得不采用算力炸弹，迫使节点从PoW 迁移到 PoS一样。所有节点都参与升级，才不会丢失任何安全性。</p><p>Celestia 则会为 Rollup提供分叉能力，因为所有分叉使用相同的数据可用层。</p><p>此外，主权 Rollup 也会带来更多灵活性。以太坊 Rollup 受限于以太主网处理欺诈证明或有效性证明的能力。</p><p>主权 Rollup 则不依赖特定的虚拟机，如 EVM。所以，主权 Rollup 有更多的选择性，比如成为 Solana VM 等等。不过，采用不同 VM 虚拟机，互操作性会受限。</p><p>另一方面，目前 Rollup 对成为主权 Rollup 的需求可能并不大，</p><ol><li><p> A.  受中心化资产限制。比如 USDC、USDT 官方不支持新分叉链。</p></li><li><p> B.  受 dApp 迁移限制。如，Uniswap 等 dApp仍留在之前的链上，且用户不肯放弃原有习惯，未迁移到新分叉链上。</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6a813ee05f0177f8dd609a6cf2403bb03c794a50354c5a856e7ba08616ddffac.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>3/ 信任最小化桥（trust minimized bridges）与共享安全</strong></p><p>Celestia 官方文章，将跨链大致分为两类：</p><ol><li><p>  A.  可信跨链桥，需要信任第三方，比如中继链节点。其可靠性建立在第三方节点共识之上，即节点多数是诚实的。</p></li><li><p>  B.  信任最小化跨链桥，类似以太坊和 Rollup 的关系，靠欺诈证明（Optimistic）和有效性证明（ZK），校验 Rollup 交易数据有效性。</p></li></ol><p>Celestia 提出一个概念——集群（Clusters），即一组相互通信的链，通过信任最小化桥跨链，每条链都可以验证其他链的状态。</p><p>通常，集群会遇到两个限制因素，</p><ol><li><p>  A.  集群内所有链需要了解彼此的执行环境。但这很难，如 ZK Rollup之间需要了解彼此的 ZK 系统。但 zk-SNARK 和zk-STARK 是不同的 ZK 系统。所以，ZK Rollup 之间相对独立。</p></li><li><p>  B.  为保持集群内所有链，使用信任最小化状态验证，每条链必须以信任最小化方式，验证该集群内，其他链区块数据可用性。</p></li></ol><p>而使用 Celestia 作为数据可用层集群中的所有链，都可以检查彼此的块是否包含在 Celestia链中。</p><p>不过，略微尴尬的是，Celestia 集群概念中，Optimistic Rollup 和 ZK Rollup 属于两个集群。</p><p>也就是 Optimistic Rollup 间，如 Optimism、Aribitrum 同属一个集群，他俩与 zkSync 则不是。</p><p>且由于 ZK Rollup 方案差异，zkSync和 StarkNet 甚至也不属于同一集群。所以，Celestia仍不能解决 Rollup 间相对独立，缺乏原子级别互操作性问题。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c898f4b9ecb62a41fd715fd9605b06273baac0252d5668abf54c153b88c5349a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Optimint（Optimistic Tendermint）</strong></p><p>Optimint 是 Tendermint共识替代品，允许开发者构建基于 Cosmos 的 Rollup，同时使用Celestia 作为共识和数据可用层。</p><p>目标是，让基于 Cosmos 的 Rollup形成集群。</p><h2 id="h-celestia" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Celestia 现有生态项目</h2><p><strong>Fuel</strong></p><p>Fuel 是建立在 Celestia 的模块化执行层，是以太坊Optimistic Rollup Layer2。</p><p>Fuel 构建了 FuelVM，一个为智能合约专门构建的定制虚拟机，可处理并行交易，使用UTXO 账户。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93440f412f7fb9d75650ece0cc079f1ecfba4c3544f32c6e22f952b2d908d16b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Cevmos</strong></p><p>Cevmos 是 Cosmos EVM应用链和 Celestia 共同开发的 Rollup</p><p>Cevmos 使用 Optimint 构建，由于Evmos 本身就是一个 Rollup，所以 Cevmos 实际是 Rollup 中的 Rollup（递归 Rollup）。</p><p>以太坊上已有的 Rollup 合约与应用，可以重新在 Cevmos 上部署，使用其为结算层，使用 Celestia 作为数据层。</p><p>每个构建Rollup 都会有与 Cevmos Rollup 双向信任最小化的桥，形成集群。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/440d22610bb89c18cec318f7f250971d6bb7e35d5266aa89ea2e95bf2fcf8063.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>dYmension</strong></p><p>dYmension 是基于 Cosmos构建的主权 Rollup，dYmension Hub 提供结算，且提供开发套件RDK、链间通讯 IRC，方便专注 Rollup 的应用 rollApp 开发。</p><p><strong>Eclipse</strong></p><p>Eclipse 是基于 Cosmos 的主权Rollup，使用 Solana VM 作为结算和执行层，Celestia 作为数据层。</p><p><strong>项目进展</strong></p><p>目前测试网已上线。奖励版测试网将于2023年第一季度发布。现在可以去官方Discord 领取水龙头测试币。主网预计2023年第二季度发布。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dbec5fa2f09caae2b05b426cc751b0beb860d6cdda77bc512b031923a79910d4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">融资情况</h2><p>2021年3月，完成150万美元种子轮融资，参与者包括 Binance Labs、Interchain Foundation、Maven 11、KR1 等等。</p><p>2021年12月，完成273万美元融资，参投信息未公开。</p><p>2022年10月，完成5500万美元融资，参与者包括Bain Capital、Polychain Capital、Placeholder、Galaxy、Delphi Digital、Blockchain Capital、Spartan Group、FTX Ventures、Jump Crypto 等等。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">团队情况</h2><p>CEO Mustafa Al-Bassam，UCL 区块链扩容领域博士，Chainspace（被Facebook收购）联合创始人</p><p>CTO Ismail Khoffi，前 Tendermint 和 Interchain 基金会的高级工程师</p><p>CRO John Adler，Optimistic Rollups创建者，前 ConsenSys 可扩展性研究员</p><p>COO Nick White，Harmony联合创始人，斯坦福大学学士和硕士。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/afc735ca859b6d1984f8dacc918edd19fcb49fe707e0b8ca9ac385ac6a7e3d3d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>顾问团队：</p><p>Zaki Manian —— IBC 共同创建者和早期 Cosmos贡献者</p><p>Ethan Buchman —— Tendermint 联合创始人和 Cosmos 联合创始人</p><p>Morgan Beller —— NFX 普通合伙人，Diem≋（又名Libra） 联合创始人</p><p>Nick White —— Harmony 联合创始人</p><p>James Prestwich —— Summa（被Celo收购） 创始人</p><p>George Danezis —— 伦敦大学学院的安全和隐私工程教授</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">代币经济模型</h2><p>从已公布的信息来看，Celestia 原生代币将作为 Gas，协议收入来源是 Rollup 交易费用。且代币包含类似 EIP-1559 的销毁机制。</p><p>目前，Celestia 一级市场估值 10亿美元。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">竞品</h2><p><strong>Polygon Avail</strong></p><p>Avail 是 Polygon 推出的数据可用性方案。实现思路与Celestia 相同，不同点在于，Celestia 使用纠删码+ 欺诈证明，Avail 使用纠删码 + KZG 多项式承诺（KZG Polynomial Commitment）。</p><p>Celestia 是将K*K 数据扩展成2K*2K 正方形，Avail 是按行扩展，将 n 行 m 列矩阵，扩展成 2n 行，并为每行计算KZG 多项式承诺。</p><p>轻节点使用数据可用性抽样 DAS，用密码学方式核对 KZG 多项式和证明就可以，不需要下载原始数据。</p><p>相比之下，Avail 实现难度更大，在完全实现的情况下，结果也相对更可靠。不过目前，两个项目都在开发中，很难判断竞争情况。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dc0fe0e3f0eefbe36a2d553a8af4783bdb5d309715305de17e377dee49209233.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>以太坊 Danksharding</strong></p><p>Danksharding 是以太坊官方计划推出的独立数据可用层。与 Avail 类似，Danksharding 使用纠删码 + KZG多项式承诺，数据格式则会使用 Blob 替代现有的 calldata。</p><p>在 Danksharding 部署前，有两个提案作为过渡。</p><p>EIP-4488 直接硬性将 calldata gas 从每字节 16减少到 3，还规定了 calldata 占用上限 1.4Mb。</p><p>EIP-4844 引入 Blob（blob-carrying transactions，blob: binary large objects）代替 calldata。Blob 是一种新交易类型，包含额外的存储空间，成本比 calldata 低得多。</p><p>Blob 存储在以太坊信标链上，与之后的分片兼容，使用 KZG 承诺哈希值，用于校验数据，Rollup 无需访问数据，校验 KZG 承诺即可。</p><p>KZG 承诺是绑定的，计算完成后无法更改。所以，本质上，Avail 和 Danksharding 基于密码学的 KZG 多项式承诺校验数据，而 Celestia 则基于经济学的欺诈证明方式。</p><p>理论上，KZG 多项式承诺安全性要优于欺诈证明，同时，要求带宽更小，抽样所需计算量更小。未来，以太坊也考虑引入抗量子攻击的验证方式，如zk-SRARK。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">风险</h2><p><strong>1）中心化</strong></p><p>尽管纠删码让轻节点也可参与数据校验，但 Celestia 数据存储仍旧需要搭建存储全节点。</p><p>要求内存 8GB，CPU 4核，剩余存储空间至少250GB，上行带宽大于 100Mb/s，下行带宽大于 1Gb/s。配置要求很高，需要搭建在云服务器上。</p><p><strong>2）以太坊 Danksharding 的竞争</strong></p><p><strong>3）“脏账本”问题</strong></p><p>该问题是斯坦福研究小组提出的。Celestia 采用欺诈证明，默认区块数据可用，保证正常情况下，网络高效运行，所以是“脏”账本，因为数据有问题的区块，仍会被Celestia 接受，等待欺诈证明的挑战。</p><p>假设，某挑战者想证明交易 Tc 是一笔双花，并提交证据说明，该钱已用于交易Tb。但如果存在交易 Ta 能证明 Tb是无效的呢？</p><p>若 Tb 无效，则 Tc 双花可能有效。</p><p>在某些情况下，“脏账本”无法获知交易真实状态，除非重放 Celestia 历史每一笔交易，直到创世区块。</p><p>这意味着，挑战者和被挑战者，都必须是全存储节点。该问题发布在 Celestia 官方Youtube 账号上，目前团队在解决该问题，比如引入弱主观性假设。</p><p>弱主观性假设是解决问题的条件。比如，如何买好吃的柚子？这个问题中的主观性，是按主观感觉挑选。客观性是按照柚子重力与体积之比，判断柚子水份情况。</p><p>弱主观性则是，双手分别捧起体积差不多的柚子，比较重量。比较几个之后，选择最重的。</p><p>回到 Celestia “脏账本”问题，可以要求要求挑战者和被挑战者者保留 3 周数据，但这对节点来说，同样是负担。</p><p>“脏账本”问题，其实是基于经济学模型保障安全的欺诈证明，面对的本质问题。但欺诈证明的部署难度，小于 KZG 多项式承诺，理论上 Celestia 开发进度比 Polygon Avail 和以太坊 Danksharding 更快。</p><p>所以，Celestia 如何能把握窗口期，在 Polygon Avail 和 Danksharding 之前形成规模效应，吸引大量流动性，尤其是原生Rollup 的流动性，这点将至关重要。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/GodotSancho%EF%BC%8C%E6%8E%A8%E7%89%B9@GodotSancho"><strong>https://twitter.com/GodotSancho，推特@GodotSancho</strong></a></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/bd817deea9f1c206e475b78cd6ffe368cdf4d0fdc3737df0280f8597f53606e0.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[保姆级教程：六大零知识证明ZK公链交互攻略]]></title>
            <link>https://paragraph.com/@godotsancho/zk</link>
            <guid>VmjTrygoWLKYgg5aelpp</guid>
            <pubDate>Sat, 29 Oct 2022 07:26:09 GMT</pubDate>
            <description><![CDATA[为什么要关注零知识证明（ZK）赛道？ 1/ 下个周期的主叙事。以太坊基金会、V神等等都在关注 ZK 技术的应用和发展。 2 / 市值高，若有空投，可分享的额度多。 其中以下六个项目可重点关注。Scroll简介：采用零知识证明构建的以太坊zk-Rollup Layer2，并试图建立与 EVM 等效的 zkEVM。 投资机构：PolyChain、Bain Capital 以及来自以太坊基金会的个人投资者。 官网：Scroll - Native zkEVM Layer 2 for EthereumNative zkEVM Layer 2 for Ethereumhttps://scroll.io推特：参与方式： https://prealpha.scroll.io/ 1/ Scroll 现已开放水龙头领取，无需再填表申请。 2/ 先点竖排红框，添加 Scroll 网络。再点顶部红框，分别领取 Faucet 水龙头，完成 Bridge 跨链和 Swap 交易。 3/ 需注意 Scroll 测试添加了两个网络，Scroll L1 和 L2，水龙头领取的币在 L1 上，要跨链到 L2 上，在...]]></description>
            <content:encoded><![CDATA[<p><strong>为什么要关注零知识证明（ZK）赛道？</strong></p><p>1/ 下个周期的主叙事。以太坊基金会、V神等等都在关注 ZK 技术的应用和发展。</p><p>2 / 市值高，若有空投，可分享的额度多。</p><p><strong>其中以下六个项目可重点关注。</strong></p><h2 id="h-scroll" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Scroll</h2><p>简介：采用零知识证明构建的以太坊zk-Rollup Layer2，并试图建立与 EVM 等效的 zkEVM。</p><p>投资机构：PolyChain、Bain Capital 以及来自以太坊基金会的个人投资者。</p><p><strong>官网：</strong></p><div data-type="embedly" src="https://scroll.io/" data="{&quot;provider_url&quot;:&quot;https://scroll.io&quot;,&quot;description&quot;:&quot;Native zkEVM Layer 2 for Ethereum&quot;,&quot;title&quot;:&quot;Scroll - Native zkEVM Layer 2 for Ethereum&quot;,&quot;thumbnail_width&quot;:887,&quot;url&quot;:&quot;https://scroll.io/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Scroll&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:358}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://scroll.io/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Scroll - Native zkEVM Layer 2 for Ethereum</h2><p>Native zkEVM Layer 2 for Ethereum</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://scroll.io</span></div></div></a></div></div><p><strong>推特：</strong></p><div data-type="embedly" src="https://twitter.com/Scroll_ZKP" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/Scroll_ZKP&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/Scroll_ZKP?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by Scroll_ZKP&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p><strong>参与方式：</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://prealpha.scroll.io/">https://prealpha.scroll.io/</a></p><p>1/ Scroll 现已开放水龙头领取，无需再填表申请。</p><p>2/ 先点竖排红框，添加 Scroll 网络。再点顶部红框，分别领取 Faucet 水龙头，完成 Bridge 跨链和 Swap 交易。</p><p>3/ 需注意 Scroll 测试添加了两个网络，Scroll L1 和 L2，水龙头领取的币在 L1 上，要跨链到 L2 上，在 L2 上完成 Swap 交易。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aaea4859d89b003dad2dfe1f969eb5e05754fe050b84fffb251819d6a1d28401.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-manta-network" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Manta Network</h2><p>简介：可编程的零知识证明应用链，提供可插拔隐私服务。支持用户将 ERC20、ERC721、ERC1155 转入 Manta，变为隐私资产。也支持开发者基于 Manta 链直接创建零知识证明原生 dApp 及 Token。</p><p>投资机构：币安、Alameda、PolyChain、CoinFund、Spartan、ParaFi、Hypersphere、CMS、Defiance、Zonff Partners等等。</p><p><strong>官网：</strong></p><div data-type="embedly" src="https://www.manta.network/" data="{&quot;provider_url&quot;:&quot;https://manta.network&quot;,&quot;description&quot;:&quot;Manta Network is the largest modular L2, bringing the highest throughput and lowest fees to enable scalable adoption for over 200 decentralized applications. Secured by Celestia and OP Stack.&quot;,&quot;title&quot;:&quot;Manta Network | The Largest Modular L2&quot;,&quot;thumbnail_width&quot;:1920,&quot;url&quot;:&quot;https://manta.network/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/538ce7e72199f3009b96eb6ddbef2c1233d513527c46229cf181b5e4c05f0a61.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Manta Network&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1080,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1920,&quot;height&quot;:1080,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/538ce7e72199f3009b96eb6ddbef2c1233d513527c46229cf181b5e4c05f0a61.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/538ce7e72199f3009b96eb6ddbef2c1233d513527c46229cf181b5e4c05f0a61.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.manta.network/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Manta Network | The Largest Modular L2</h2><p>Manta Network is the largest modular L2, bringing the highest throughput and lowest fees to enable scalable adoption for over 200 decentralized applications. Secured by Celestia and OP Stack.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://manta.network</span></div><img src="https://storage.googleapis.com/papyrus_images/538ce7e72199f3009b96eb6ddbef2c1233d513527c46229cf181b5e4c05f0a61.jpg"/></div></a></div></div><p><strong>推特：</strong></p><div data-type="embedly" src="https://twitter.com/MantaNetwork" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/MantaNetwork&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/MantaNetwork?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by MantaNetwork&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p><strong>中文推：</strong></p><div data-type="embedly" src="https://twitter.com/manta_china" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/manta_china&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/manta_china?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by manta_china&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p><strong>参与方式：</strong></p><p>1/ 成为节点 Collator。最好的方式还是成为节点，因为有门槛。除了预期奖励外，成为节点还可直接参与 KMA 挖矿。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.manta.network/cn/docs/calamari/Staking/Collation/Overview">https://docs.manta.network/cn/docs/calamari/Staking/Collation/Overview</a></p><p>2/ 先行网 Calamari Staking质押</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.manta.network/#/calamari/stake">https://app.manta.network/#/calamari/stake</a></p><p>（注意，最小质押 5000 枚KMA，不到 20U，钱包里需要留少 1枚KMA，可以从MEXC、Gate、Kucoin、Huobi 购买 KMA，提币参与）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/godotsancho.eth/zU6t4p3rnEFU84-YThCXsRMoUfDbYwO0kBAzRU-tWR4">https://mirror.xyz/godotsancho.eth/zU6t4p3rnEFU84-YThCXsRMoUfDbYwO0kBAzRU-tWR4</a></p><p>3/ 参与可信设置 Trust Setup</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/godotsancho.eth/hagW8F-HsP6k_JkozbQPXL54KbhyFARdNqvXDdprr-4">https://mirror.xyz/godotsancho.eth/hagW8F-HsP6k_JkozbQPXL54KbhyFARdNqvXDdprr-4</a></p><h2 id="h-zksync" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">zkSync</h2><p>简介：采用零知识证明构建的以太坊zk-Rollup Layer2，并试图建立与 EVM 等效的 zkEVM。 StarkNet</p><p>投资机构：A16z、Dragonfly、1KX、Consensys、ByBit、OKEx等等。</p><p><strong>官网：</strong></p><div data-type="embedly" src="https://zksync.io/" data="{&quot;provider_url&quot;:&quot;https://www.zksync.io&quot;,&quot;description&quot;:&quot;ZKsync helps banks and companies future-proof finance and expand into global digital assets with privacy and compliance.&quot;,&quot;title&quot;:&quot;ZKsync: The Elastic Network&quot;,&quot;mean_alpha&quot;:226.054166667,&quot;author_name&quot;:&quot;MatterLabs&quot;,&quot;url&quot;:&quot;https://www.zksync.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png&quot;,&quot;thumbnail_width&quot;:2400,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Zksync&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1260,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1260,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://zksync.io/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>ZKsync: The Elastic Network</h2><p>ZKsync helps banks and companies future-proof finance and expand into global digital assets with privacy and compliance.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.zksync.io</span></div><img src="https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png"/></div></a></div></div><p><strong>推特：</strong></p><div data-type="embedly" src="https://twitter.com/zksync" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/zksync&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/zksync?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by zksync&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p><strong>参与方式：</strong></p><p>测试网：</p><div data-type="embedly" src="https://portal.zksync.io/" data="{&quot;provider_url&quot;:&quot;https://portal.zksync.io&quot;,&quot;description&quot;:&quot;With the ZKsync Bridge you can easily deposit tokens to ZKsync. Enjoy faster, cheaper and more efficient transactions with the future proof zkEVM scaling Ethereum&apos;s security and values.&quot;,&quot;title&quot;:&quot;ZKsync Bridge | Transfer funds between ZKsync and Ethereum&quot;,&quot;thumbnail_width&quot;:2400,&quot;url&quot;:&quot;https://portal.zksync.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/f403dbf646156c111036c66d74d452ddde1026ee9fe326bc848a9ae8fd3c2e31.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;ZKsync Bridge | Transfer funds between ZKsync and Ethereum&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1260,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1260,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/f403dbf646156c111036c66d74d452ddde1026ee9fe326bc848a9ae8fd3c2e31.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/f403dbf646156c111036c66d74d452ddde1026ee9fe326bc848a9ae8fd3c2e31.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://portal.zksync.io/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>ZKsync Bridge | Transfer funds between ZKsync and Ethereum</h2><p>With the ZKsync Bridge you can easily deposit tokens to ZKsync. Enjoy faster, cheaper and more efficient transactions with the future proof zkEVM scaling Ethereum&#x27;s security and values.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://portal.zksync.io</span></div><img src="https://storage.googleapis.com/papyrus_images/f403dbf646156c111036c66d74d452ddde1026ee9fe326bc848a9ae8fd3c2e31.png"/></div></a></div></div><p>主网：</p><div data-type="embedly" src="https://zksync.io/" data="{&quot;provider_url&quot;:&quot;https://www.zksync.io&quot;,&quot;description&quot;:&quot;ZKsync helps banks and companies future-proof finance and expand into global digital assets with privacy and compliance.&quot;,&quot;title&quot;:&quot;ZKsync: The Elastic Network&quot;,&quot;mean_alpha&quot;:226.054166667,&quot;author_name&quot;:&quot;MatterLabs&quot;,&quot;url&quot;:&quot;https://www.zksync.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png&quot;,&quot;thumbnail_width&quot;:2400,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Zksync&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1260,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1260,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://zksync.io/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>ZKsync: The Elastic Network</h2><p>ZKsync helps banks and companies future-proof finance and expand into global digital assets with privacy and compliance.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.zksync.io</span></div><img src="https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png"/></div></a></div></div><p>1/ zkSync 计划与10月28日发布主网，所以不确定刷测试网还有没有用，且官方前一天刚刚重置了测试网。</p><p>2/ 测试网交互相对简单。点击 Faucet，自动跳转推特获得测试 ETH。 再去 Wallet 里，Transfer 转账到其他地址。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d44779c6c62ab789e43b6081a5dcfd4dd168ef1adc1a410126b86ec5fa264508.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>但连接推特，相当于变相KYC。可使用</p><div data-type="embedly" src="https://bitszn.com/faucets.html" data="{&quot;provider_url&quot;:&quot;https://bitszn.com&quot;,&quot;description&quot;:&quot;Staking provider, blockchain validator. Web3 developemnet. Hight uptime. Slash protection. Low fees.&quot;,&quot;title&quot;:&quot;Blockchain Validator | bitszn.com&quot;,&quot;mean_alpha&quot;:81.0658333333,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://bitszn.com/faucets.html&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/66070060867b22ae73a19adce048bb452f28578b01ba03ad7cf99dce2ca0bdbe.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Bitszn&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:600,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:600,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/66070060867b22ae73a19adce048bb452f28578b01ba03ad7cf99dce2ca0bdbe.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/66070060867b22ae73a19adce048bb452f28578b01ba03ad7cf99dce2ca0bdbe.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://bitszn.com/faucets.html" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Blockchain Validator | bitszn.com</h2><p>Staking provider, blockchain validator. Web3 developemnet. Hight uptime. Slash protection. Low fees.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://bitszn.com</span></div><img src="https://storage.googleapis.com/papyrus_images/66070060867b22ae73a19adce048bb452f28578b01ba03ad7cf99dce2ca0bdbe.png"/></div></a></div></div><p>直接填以太坊地址获得 Goerli测试网的ETH。按红框位置操作，在小狐狸钱包里，将 Goerli 测试网显示出来。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5e25b0ea0cf5b3ebe6b3a201f67f2582179b5e3b7df1f243afa4aaae4ae77eee.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>在点击 Bridge，将 Goerli 里的 ETH，通过跨链，转账至 zkSync 测试网。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2b0ffc4127f877825130781a5eab1a0feae92e06a2e3d55bdca3d78e7a4a0b57.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2/ 先说主网交互。点击 Open Wallet，可以连接钱，完成 Transfer 转账。可以Mint NFT。</p><div data-type="embedly" src="https://zksync.io/" data="{&quot;provider_url&quot;:&quot;https://www.zksync.io&quot;,&quot;description&quot;:&quot;ZKsync helps banks and companies future-proof finance and expand into global digital assets with privacy and compliance.&quot;,&quot;title&quot;:&quot;ZKsync: The Elastic Network&quot;,&quot;mean_alpha&quot;:226.054166667,&quot;author_name&quot;:&quot;MatterLabs&quot;,&quot;url&quot;:&quot;https://www.zksync.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png&quot;,&quot;thumbnail_width&quot;:2400,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Zksync&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1260,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1260,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://zksync.io/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>ZKsync: The Elastic Network</h2><p>ZKsync helps banks and companies future-proof finance and expand into global digital assets with privacy and compliance.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.zksync.io</span></div><img src="https://storage.googleapis.com/papyrus_images/d45686ab43485ea4829c9b68a29e8075c0fd46eaef0665bf1710e9c8d6d470f4.png"/></div></a></div></div><p>点击</p><div data-type="embedly" src="https://app.pinata.cloud/" data="{&quot;provider_url&quot;:&quot;https://app.pinata.cloud&quot;,&quot;description&quot;:&quot;The internet&apos;s file API&quot;,&quot;title&quot;:&quot;Pinata&quot;,&quot;mean_alpha&quot;:129.549206349,&quot;thumbnail_width&quot;:1201,&quot;url&quot;:&quot;https://app.pinata.cloud/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/3ced44f0dec8e7cf23e431caafaef48fd9b6f4989d0ae1a92921d81fba612b7a.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Pinata&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1201,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/3ced44f0dec8e7cf23e431caafaef48fd9b6f4989d0ae1a92921d81fba612b7a.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/3ced44f0dec8e7cf23e431caafaef48fd9b6f4989d0ae1a92921d81fba612b7a.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://app.pinata.cloud/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Pinata</h2><p>The internet&#x27;s file API</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.pinata.cloud</span></div><img src="https://storage.googleapis.com/papyrus_images/3ced44f0dec8e7cf23e431caafaef48fd9b6f4989d0ae1a92921d81fba612b7a.png"/></div></a></div></div><p>注册账号时，注意密码要包含特殊符号，建议使用%。</p><p>上传 File 文件，可以传张图，会获得 CID。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/384a70dff48a66b3b3f8860b370afbe22b7707c7d89633687a12503a8af653b5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Mint NFT时，把 CID 填进红框内即可。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/17bebda2949ca3ae8ecd36a1e1fd2dc2f0363a43df3501d190cb16957ac72cca.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba83fc5816ae7d97da81d1797cb962400a02296f99a464697eb6f71d80634a3b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>最近 zkSync 交互地址激增，Discord中文区管理员出面表示，未考虑空投。到发币时会不会有空投，还请大家自行判断。本文仅作为交互教程。</p><h2 id="h-aztec" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Aztec</h2><p>简介：采用零知识证明构建的隐私 Layer2。</p><p>投资机构：Paradigm、IOSGVentures、Variant Fund、Nascent、Vitalik Buterin、ConsenSys等。</p><p><strong>官网：</strong></p><div data-type="embedly" src="https://aztec.network/" data="{&quot;provider_url&quot;:&quot;https://aztec.network&quot;,&quot;description&quot;:&quot;Blockchain is transforming the internet and users expect privacy. Learn more about Aztec and how we preserve privacy on-chain.&quot;,&quot;title&quot;:&quot;The Privacy-First L2 on Ethereum - Aztec&quot;,&quot;mean_alpha&quot;:127.569212963,&quot;thumbnail_width&quot;:1920,&quot;url&quot;:&quot;https://aztec.network/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/db58dd8e9c67911be162d43a40ff65d8f20cf1d3e47668c8899de1b8e893c894.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Aztec&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1080,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1920,&quot;height&quot;:1080,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/db58dd8e9c67911be162d43a40ff65d8f20cf1d3e47668c8899de1b8e893c894.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/db58dd8e9c67911be162d43a40ff65d8f20cf1d3e47668c8899de1b8e893c894.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://aztec.network/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>The Privacy-First L2 on Ethereum - Aztec</h2><p>Blockchain is transforming the internet and users expect privacy. Learn more about Aztec and how we preserve privacy on-chain.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://aztec.network</span></div><img src="https://storage.googleapis.com/papyrus_images/db58dd8e9c67911be162d43a40ff65d8f20cf1d3e47668c8899de1b8e893c894.png"/></div></a></div></div><p><strong>推特：</strong></p><div data-type="embedly" src="https://twitter.com/aztecnetwork" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/aztecnetwork&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/aztecnetwork?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by aztecnetwork&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p><strong>参与方式：</strong></p><div data-type="embedly" src="https://zk.money/" data="{&quot;provider_url&quot;:&quot;https://zk.money&quot;,&quot;title&quot;:&quot;Redirecting...&quot;,&quot;url&quot;:&quot;https://zk.money/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Zk&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><p>点击 Shield Now，将主网 ETH 转入 zk.money。需注意，使用过 zk.money 地址，提现到FTX ，可能会冻结，需提交工单解释。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eff54fc37ad462e0d72220dae449298a9eab8a2bd4d22e9fd10650ecea2b751b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-aleo" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Aleo</h2><p>简介：采用零知识证明建立的可编程隐私协议。</p><p>投资机构：A16z、Placeholder VC、Galaxy Digital、Variant Fund、Coinbase Ventures、Ethereal Ventures、 Polychain Capital等等 。</p><p><strong>官网：</strong></p><div data-type="embedly" src="https://www.aleo.org/" data="{&quot;provider_url&quot;:&quot;https://aleo.org&quot;,&quot;description&quot;:&quot;Aleo is the ultimate solution for fully private applications. Discover the ultimate toolkit to write, run, and host private applications today.&quot;,&quot;title&quot;:&quot;Aleo | Zero-knowledge by design&quot;,&quot;thumbnail_width&quot;:2878,&quot;url&quot;:&quot;https://aleo.org/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/dd1c748e9fe12934ac79d6b42aa006463f95bf4324ac886c15ea674ca3ed9b11.webp&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Aleo&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1618,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2878,&quot;height&quot;:1618,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/dd1c748e9fe12934ac79d6b42aa006463f95bf4324ac886c15ea674ca3ed9b11.webp&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/dd1c748e9fe12934ac79d6b42aa006463f95bf4324ac886c15ea674ca3ed9b11.webp"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.aleo.org/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Aleo | Zero-knowledge by design</h2><p>Aleo is the ultimate solution for fully private applications. Discover the ultimate toolkit to write, run, and host private applications today.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://aleo.org</span></div><img src="https://storage.googleapis.com/papyrus_images/dd1c748e9fe12934ac79d6b42aa006463f95bf4324ac886c15ea674ca3ed9b11.webp"/></div></a></div></div><p><strong>推特：</strong></p><div data-type="embedly" src="https://twitter.com/AleoHQ" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/AleoHQ&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/AleoHQ?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by AleoHQ&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p>**参与方式：**搭建节点</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/jackmusk.eth/h0ox5LLwDj2Vchl-qyoZ21S2PACWr60slqXy3xco-AE">https://mirror.xyz/jackmusk.eth/h0ox5LLwDj2Vchl-qyoZ21S2PACWr60slqXy3xco-AE</a></p><h2 id="h-starkware" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">StarkWare</h2><p>简介：采用零知识证明 zk-STARK 方案，通过 zk-Rollups 和 Validium 模式组成 Volition 来生成和验证计算完整性的证明。主要产品有： StarkNet、StarkEx、Cairo。</p><p>投资机构：Pantera、Polychain、Paradigm、英特尔创投、ConsenSys、Coinbase Ventures、Multicoin Capital、Alameda Research、Vitalik Buterin等等。。</p><p><strong>官网：</strong></p><div data-type="embedly" src="https://starkware.co/" data="{&quot;provider_url&quot;:&quot;https://starkware.co&quot;,&quot;description&quot;:&quot;StarkWare is using STARK proofs to bringing scalability, security and privacy to a blockchain near you&quot;,&quot;title&quot;:&quot;Homepage&quot;,&quot;url&quot;:&quot;https://starkware.co/&quot;,&quot;thumbnail_width&quot;:731,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/c141b4f554c27b80fb22b181c228d0a84de2fd0e56ad46c7cccbb80243374ac0.webp&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;StarkWare&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:252,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:731,&quot;height&quot;:252,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/c141b4f554c27b80fb22b181c228d0a84de2fd0e56ad46c7cccbb80243374ac0.webp&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/c141b4f554c27b80fb22b181c228d0a84de2fd0e56ad46c7cccbb80243374ac0.webp"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://starkware.co/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Homepage</h2><p>StarkWare is using STARK proofs to bringing scalability, security and privacy to a blockchain near you</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://starkware.co</span></div><img src="https://storage.googleapis.com/papyrus_images/c141b4f554c27b80fb22b181c228d0a84de2fd0e56ad46c7cccbb80243374ac0.webp"/></div></a></div></div><p><strong>推特：</strong></p><div data-type="embedly" src="https://twitter.com/StarkWareLtd" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/StarkWareLtd&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/StarkWareLtd?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by StarkWareLtd&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p><strong>参与方式：</strong> 1/ 下载 ArgentX 钱包： Chrome应用商店，下载 Argent X，注意，一定要有认证标志。</p><div data-type="embedly" src="https://chrome.google.com/webstore/detail/argent-x/dlcobpjiigpikoobohmabehhmhfoodbb?hl=zh" data="{&quot;provider_url&quot;:&quot;https://chromewebstore.google.com&quot;,&quot;description&quot;:&quot;7 out of 10 users choose Ready Wallet as their Starknet wallet.&quot;,&quot;title&quot;:&quot;Ready Wallet (Formerly Argent) - Chrome Web Store&quot;,&quot;thumbnail_width&quot;:128,&quot;url&quot;:&quot;https://chromewebstore.google.com/detail/ready-wallet-formerly-arg/dlcobpjiigpikoobohmabehhmhfoodbb&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/deefbcd985e3200ae89e4c5180fc3c670e4d59102a4c741a14e2c4323920f42e.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Google&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:128,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:128,&quot;height&quot;:128,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/deefbcd985e3200ae89e4c5180fc3c670e4d59102a4c741a14e2c4323920f42e.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/deefbcd985e3200ae89e4c5180fc3c670e4d59102a4c741a14e2c4323920f42e.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://chrome.google.com/webstore/detail/argent-x/dlcobpjiigpikoobohmabehhmhfoodbb?hl=zh" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Ready Wallet (Formerly Argent) - Chrome Web Store</h2><p>7 out of 10 users choose Ready Wallet as their Starknet wallet.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://chromewebstore.google.com</span></div><img src="https://storage.googleapis.com/papyrus_images/deefbcd985e3200ae89e4c5180fc3c670e4d59102a4c741a14e2c4323920f42e.jpg"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/acaa3cfe462d1842e1cad636bbd8b8145dd733c4004b0d1c001f9cd3e26af5f9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2/ 跨链</p><p>官方跨链桥：</p><div data-type="embedly" src="https://starkgate.starknet.io" data="{&quot;provider_url&quot;:&quot;https://starkgate.starknet.io&quot;,&quot;description&quot;:&quot;StarkGate is the official crypto bridge for transferring tokens between Starknet and multiple chains, including Ethereum, Bitcoin, and Solana.&quot;,&quot;title&quot;:&quot;Bridge Crypto Assets Seamlessly Between Ethereum, Starknet, Bitcoin, and Solana&quot;,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://starkgate.starknet.io&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/531bfa964aa96fa9901f6a378cab25e1c8527f88c3ee16d69b14cfbb543a86cf.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Starknet&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/531bfa964aa96fa9901f6a378cab25e1c8527f88c3ee16d69b14cfbb543a86cf.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/531bfa964aa96fa9901f6a378cab25e1c8527f88c3ee16d69b14cfbb543a86cf.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://starkgate.starknet.io" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Bridge Crypto Assets Seamlessly Between Ethereum, Starknet, Bitcoin, and Solana</h2><p>StarkGate is the official crypto bridge for transferring tokens between Starknet and multiple chains, including Ethereum, Bitcoin, and Solana.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://starkgate.starknet.io</span></div><img src="https://storage.googleapis.com/papyrus_images/531bfa964aa96fa9901f6a378cab25e1c8527f88c3ee16d69b14cfbb543a86cf.jpg"/></div></a></div></div><p>跨链桥：</p><div data-type="embedly" src="https://www.orbiter.finance/" data="{&quot;provider_url&quot;:&quot;https://www.orbiter.finance&quot;,&quot;description&quot;:&quot;Bridge and swap crypto assets quickly, affordably, and securely across Arbitrum, Base, Optimism, Solana, BNB Chain, Polygon, Ethereum, and more blockchain ecosystems with Orbiter.&quot;,&quot;title&quot;:&quot;Orbiter Finance - Bridge &amp; Swap&quot;,&quot;thumbnail_width&quot;:3200,&quot;url&quot;:&quot;https://www.orbiter.finance/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/a563c01585000783c1a0c47abcd482de22ef9a53e3c18dcdb9b5ede93a67f3ef.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Orbiter Finance&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1800,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:3200,&quot;height&quot;:1800,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/a563c01585000783c1a0c47abcd482de22ef9a53e3c18dcdb9b5ede93a67f3ef.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/a563c01585000783c1a0c47abcd482de22ef9a53e3c18dcdb9b5ede93a67f3ef.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.orbiter.finance/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Orbiter Finance - Bridge &amp; Swap</h2><p>Bridge and swap crypto assets quickly, affordably, and securely across Arbitrum, Base, Optimism, Solana, BNB Chain, Polygon, Ethereum, and more blockchain ecosystems with Orbiter.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.orbiter.finance</span></div><img src="https://storage.googleapis.com/papyrus_images/a563c01585000783c1a0c47abcd482de22ef9a53e3c18dcdb9b5ede93a67f3ef.jpg"/></div></a></div></div><p>连接 ArgentX 和 Metamask，将主网 ETH 跨链到 StarkNet上。</p><p>3/水龙头</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://faucet.goerli.starknet.io/#">https://faucet.goerli.starknet.io/#</a></p><div data-type="embedly" src="https://faucet.paradigm.xyz/" data="{&quot;provider_url&quot;:&quot;https://faucet.paradigm.xyz&quot;,&quot;description&quot;:&quot;MultiFaucet funds a wallet with ETH, wETH, DAI, and NFTs across 8 testnet networks, at once.&quot;,&quot;title&quot;:&quot;Paradigm MultiFaucet | Bootstrap your testnet wallet&quot;,&quot;mean_alpha&quot;:127.5,&quot;thumbnail_width&quot;:1012,&quot;url&quot;:&quot;https://faucet.paradigm.xyz/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/49312391389e588da0dc54a8b26161ed9f93e4e0bf6615a378f87d2feb2ae061.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Paradigm&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:506,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1012,&quot;height&quot;:506,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/49312391389e588da0dc54a8b26161ed9f93e4e0bf6615a378f87d2feb2ae061.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/49312391389e588da0dc54a8b26161ed9f93e4e0bf6615a378f87d2feb2ae061.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://faucet.paradigm.xyz/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Paradigm MultiFaucet | Bootstrap your testnet wallet</h2><p>MultiFaucet funds a wallet with ETH, wETH, DAI, and NFTs across 8 testnet networks, at once.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://faucet.paradigm.xyz</span></div><img src="https://storage.googleapis.com/papyrus_images/49312391389e588da0dc54a8b26161ed9f93e4e0bf6615a378f87d2feb2ae061.png"/></div></a></div></div><p>领取 TST 测试币，二选一即可：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://braavos.app/faucet/">https://braavos.app/faucet/</a></p><div data-type="embedly" src="https://argentlabs.github.io/argent-x/" data="{&quot;provider_url&quot;:&quot;https://argentlabs.github.io&quot;,&quot;title&quot;:&quot;Argent x StarkNet test dapp&quot;,&quot;url&quot;:&quot;https://argentlabs.github.io/argent-x/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Argentlabs&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><p>3/ 可交互的生态项目，有些可用测试代币交互，有些需要用真实资产。</p><p><strong>StarkNet 生态项目一览：</strong></p><div data-type="embedly" src="https://www.starknet-ecosystem.com/" data="{&quot;provider_url&quot;:&quot;https://www.starknet-ecosystem.com&quot;,&quot;description&quot;:&quot;Explore projects, teams, jobs, metrics and everything around Starknet Ecosystem&quot;,&quot;title&quot;:&quot;Starknet Ecosystem&quot;,&quot;mean_alpha&quot;:78.6162698413,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://www.starknet-ecosystem.com/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/e3988dc4fa1d0cbac474b8f3111d083f778a2a73020d74cf461a82ce79c66dcf.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Starknet Ecosystem&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/e3988dc4fa1d0cbac474b8f3111d083f778a2a73020d74cf461a82ce79c66dcf.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/e3988dc4fa1d0cbac474b8f3111d083f778a2a73020d74cf461a82ce79c66dcf.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.starknet-ecosystem.com/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Starknet Ecosystem</h2><p>Explore projects, teams, jobs, metrics and everything around Starknet Ecosystem</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.starknet-ecosystem.com</span></div><img src="https://storage.googleapis.com/papyrus_images/e3988dc4fa1d0cbac474b8f3111d083f778a2a73020d74cf461a82ce79c66dcf.png"/></div></a></div></div><p>1）</p><div data-type="embedly" src="https://10kswap.com/" data="{&quot;provider_url&quot;:&quot;https://10kswap.com&quot;,&quot;title&quot;:&quot;10K Swap&quot;,&quot;url&quot;:&quot;https://10kswap.com/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;10kswap&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><p>与正常 DEX 交互一样，体验很差。报错的时候，可以等一下，等报错消失，交易经常失败，需要多试几次，且等待时间较长。</p><p>2）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mintsquare.io/starknet">https://mintsquare.io/starknet</a></p><p>建议 Mint NFT，就是自己上传，不建议买卖，流动性比较差，买完几乎卖不出去。</p><p>3）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.aspect.co/">https://testnet.aspect.co/</a></p><p>交互方式同上。</p><p>4） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://briq.construction/">https://briq.construction/</a>，交互方式同上。 5）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.starkswap.co/app/swap">https://www.starkswap.co/app/swap</a></p><p>Swap 交易和添加池子，Faucet 那里同样可以领测试币，领 LAN 和 BAR。</p><p>6）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.ironfleet.xyz/">https://www.ironfleet.xyz/</a></p><p>将上一步领的 LAN，Deposit 质押，填表进官方 Discord。</p><p>7）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.myswap.xyz/#/">https://www.myswap.xyz/#/</a></p><p>交易，添加流动性。</p><p>8）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet-app.xbank.finance/">https://testnet-app.xbank.finance/</a></p><p>借贷。</p><p>9）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.testnet.jediswap.xyz/#/swap">https://app.testnet.jediswap.xyz/#/swap</a></p><p>交易，添加流动性，使用 ZAP 交易。</p><p><strong>可关注的生态项目：</strong></p><p>1）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zkx.fi/">https://zkx.fi/</a></p><p>2）</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://alpharoad.fi/">https://alpharoad.fi/</a></p><p>3）</p><div data-type="embedly" src="https://zklend.com/" data="{&quot;provider_url&quot;:&quot;https://app.zklend.com&quot;,&quot;description&quot;:&quot;zkLend is an L2 money-market protocol built on StarkNet, combining zk-rollup scalability, superior transaction speed, and cost-savings with Ethereum&apos;s security. The protocol offers a dual solution: a permissioned and compliance-focused solution for institutional clients, and a permissionless service for DeFi users - all without sacrificing decentralisation.&quot;,&quot;title&quot;:&quot;zkLend- L2 money-market protocol built on StarkNet&quot;,&quot;url&quot;:&quot;https://app.zklend.com/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Zklend&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://zklend.com/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>zkLend- L2 money-market protocol built on StarkNet</h2><p>zkLend is an L2 money-market protocol built on StarkNet, combining zk-rollup scalability, superior transaction speed, and cost-savings with Ethereum&#x27;s security. The protocol offers a dual solution: a permissioned and compliance-focused solution for institutional clients, and a permissionless service for DeFi users - all without sacrificing decentralisation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.zklend.com</span></div></div></a></div></div><p>再分享一个视频教程：</p><div data-type="youtube" videoId="ril4ZAj9mlA">
      <div class="youtube-player" data-id="ril4ZAj9mlA" style="background-image: url('https://i.ytimg.com/vi/ril4ZAj9mlA/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=ril4ZAj9mlA">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p>欢迎关注推特 @GodotSancho</p><div data-type="embedly" src="https://twitter.com/GodotSancho" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/GodotSancho&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/GodotSancho?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by GodotSancho&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a889455469e35b7f96f9255a397c29bdc652daed70544840fadcdf678b9f9564.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[保姆级教程：如何参与 Manta 可信设置登记？（内含如何处理refused报错）]]></title>
            <link>https://paragraph.com/@godotsancho/manta-refused</link>
            <guid>TYZ25aEVtOu5islxn18L</guid>
            <pubDate>Wed, 12 Oct 2022 08:11:50 GMT</pubDate>
            <description><![CDATA[感谢 Manta社区成员 推特**@deepbluuest** 大力协助与支持。 1/ 需全程开启 VPN。 2/ 本文以苹果笔记本 MacBook 为例。 3/ 留 KMA 地址，之后可获得官方 NFT 奖励。 教程包含两部分内容： 1/ 正常步骤 2/ 正常步骤出现问题，如何处理？ 简中互联网因受官方防火墙不可抗力影响，在输出指令时，可能会出现如下图所示，接口连接被拒的问题。下文将提供解决该问题的办法。一、正常步骤1/ 在“应用程序”——“实用工具”里，打开“终端”。也可在右上角搜索框内直接搜索“终端”或“Terminal”。2/ 打开 https://docs.manta.network/docs/guides/TrustedSetup ，可直接点击红框位置，复制代码，粘贴进“终端”内，按下回车键。 若在末尾显示“DONE”，则可继续正常步骤。 若在末尾显示“Connection refused”，则受到了官方防火墙不可抗力影响。需查看第二部分教程。3/ 依次复制第二、第三段代码，粘贴进“终端”，按下回车键。4/ 之后按照要求输入推特账号、邮箱。（不会要求连接推特或邮箱，不...]]></description>
            <content:encoded><![CDATA[<p>感谢 Manta社区成员 推特**@deepbluuest** 大力协助与支持。</p><p>1/ 需全程开启 VPN。 2/ 本文以苹果笔记本 MacBook 为例。 3/ 留 KMA 地址，之后可获得官方 NFT 奖励。</p><p><strong>教程包含两部分内容：</strong> 1/ 正常步骤 2/ 正常步骤出现问题，如何处理？</p><p>简中互联网因受官方防火墙不可抗力影响，在输出指令时，可能会出现如下图所示，接口连接被拒的问题。下文将提供解决该问题的办法。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4ac29b585a5c61726d10dc5cdb993a3996e5ab488acb1230a4ffd252d956b7f1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、正常步骤</h2><p>1/ 在“应用程序”——“实用工具”里，打开“终端”。也可在右上角搜索框内直接搜索“终端”或“Terminal”。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/16832e80d656edf7f32ff8ebe7e826503966cc1c4fa6c9d14b6ee3f0896ef678.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2/ 打开 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.manta.network/docs/guides/TrustedSetup">https://docs.manta.network/docs/guides/TrustedSetup</a> ，可直接点击红框位置，复制代码，粘贴进“终端”内，按下回车键。</p><p>若在末尾显示“DONE”，则可继续正常步骤。</p><p>若在末尾显示“Connection refused”，则受到了官方防火墙不可抗力影响。需查看第二部分教程。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/871fcec2e8b7f3a1a1cce31c43c5a3270b438e6692a612e423ff72f7b9430c69.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3bc65cbe097f5f84bee95536316918af4ad78d9da9b35e9d3e4ee96484e60121.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>3/ 依次复制第二、第三段代码，粘贴进“终端”，按下回车键。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/77677625cc71b0c9b84b93e0f97ef41087bca2dd94dbf93c8a336b114672c440.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/31be7d196bb822c8a0acd0a42c0b1f925cb3b5063bb3cfeaecb332272ab3ddef.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>4/ 之后按照要求输入推特账号、邮箱。（不会要求连接推特或邮箱，不会泄露信息，仅作为之后识别身份，分发奖励用。  注意：推特账号是个人资料里 @后面的内容，不是推特昵称，如下图所示）</p><p>按下回车键，会得到邮箱、公钥、签名和私钥。私钥千万保存好，不要随意泄露。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd6edbebfe2fc55652ebbf3b8eedb0139feda901dce9c5bfa08812d33a813766.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6a58b9ee85bcc441b4a8ebd56bfa14928eb9b24bc9391852a3c2be6e58304af0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>5/ 打开登记表格 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mantanetwork.typeform.com/TrustedSetup">https://mantanetwork.typeform.com/TrustedSetup</a> ， 第一个问题：昵称 第二个问题：邮箱 第三个问题：签名 （如上图所示，终端内复制） 第四个问题：公钥 （如上图所示，终端内复制） 第五个问题：Discord ID （官方Discord链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/PRDBTChSsF%EF%BC%8C%E4%B9%9F%E5%8F%AF%E5%9C%A8%E5%AE%98%E7%BD%91https://www.manta.network/">https://discord.com/invite/PRDBTChSsF，也可在官网https://www.manta.network/</a> 底部找到） 第六个问题：推特账号 第七个问题：隐私对你来说为什么重要？ （随意发挥） 第八个问题：你的KMA地址 （用来接 NFT 空投奖励）</p><p>6/ 关于如何拥有 KMA 地址，你可以查看该文（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/godotsancho.eth/zU6t4p3rnEFU84-YThCXsRMoUfDbYwO0kBAzRU-tWR4%EF%BC%89">https://mirror.xyz/godotsancho.eth/zU6t4p3rnEFU84-YThCXsRMoUfDbYwO0kBAzRU-tWR4）</a></p><p>需注意的是，你的钱包地址内，需保留至少1枚 KMA，否则根据 Kusama 网络规则，钱包或可能被删除。</p><p>目前，KMA 已上线 huobi、Kucoin、Gate、MEXC，可从交易平台购买并提到链上。</p><p>7/ 可信设置登记，已完成。之后等待官方第二阶段开启。</p><h2 id="h-connection-refused" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、Connection refused 报错处理</h2><p>1/ 同样打开“终端”，复制代码：</p><pre data-type="codeBlock" text="/bin/bash -c &quot;$(curl -fsSL https://gitee.com/wejectchan/brew/raw/master/install.sh)&quot;
"><code><span class="hljs-operator">/</span>bin<span class="hljs-operator">/</span>bash <span class="hljs-operator">-</span>c <span class="hljs-string">"$(curl -fsSL https://gitee.com/wejectchan/brew/raw/master/install.sh)"</span>
</code></pre><p>粘贴进去，按回车键。然后会要求你输入电脑密码 [Password]。直接输入，按回车。（输入密码过程中，密码本身不会在输入框内显示）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6ea431bf59f8ed7bfe1f04e32644dad2c6d74ff10808321639d1dff67f6ff9f1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2/ 遇到“<strong>RETURN/ENTER</strong>”，按下回车键。还需要输入一次密码，之后安装XCODE。安装完成后按下任意键。之后可输入代码</p><pre data-type="codeBlock" text="brew -v
"><code>brew <span class="hljs-operator">-</span>v
</code></pre><p>若显示 Homebrew 3.6.5，则表示安装成功。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/442450d3c95e1832f295b86d1535895f1641b70da143940ce019e01b251e661b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/debe82350e6f826b6219f18921ca2fccf85329f1ddf1c7a9c17ab2cdc63ba329.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>3/ 输入代码</p><pre data-type="codeBlock" text="brew install rust
"><code></code></pre><p>按下回车键，安装 rust 环境。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/35e32e4eaac69513119829540bfc38594ef42eb07d2be1bfea891174806c3f6d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>4/ rust 环境安装完成后，可输入</p><pre data-type="codeBlock" text="rustc –version
"><code></code></pre><p>检查 rust 是否安装成功</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ca3f14feaef804e8bd5026280d697fe8348c33022af2c9298c7777f3994ee87.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>5/ 输入代码</p><pre data-type="codeBlock" text="cd manta-rs
"><code><span class="hljs-built_in">cd</span> manta-rs
</code></pre><p>选择安装文件夹为“manta-rs”，再输入</p><pre data-type="codeBlock" text="cargo run --release --package manta-trusted-setup --all-features --bin groth16_phase2_client register
"><code>cargo run <span class="hljs-operator">-</span><span class="hljs-operator">-</span>release <span class="hljs-operator">-</span><span class="hljs-operator">-</span>package manta<span class="hljs-operator">-</span>trusted<span class="hljs-operator">-</span>setup <span class="hljs-operator">-</span><span class="hljs-operator">-</span>all<span class="hljs-operator">-</span>features <span class="hljs-operator">-</span><span class="hljs-operator">-</span>bin groth16_phase2_client register
</code></pre><p>会出现输入推特账号的指令。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dd427f4f4ee5bf43a01bdd741ddb217298a62d9173e61aa698eda1b211cfc74d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/95c4b325fdb51bec6453be21cf1766948fa3ec268458343ff7a9993e68319f74.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>6/ 之后按照要求输入推特账号、邮箱。（不会要求连接推特或邮箱，不会泄露信息，仅作为之后识别身份，分发奖励用。  注意：推特账号是个人资料里 @后面的内容，不是推特昵称，如下图所示）</p><p>按下回车键，会得到邮箱、公钥、签名和私钥。私钥千万保存好，不要随意泄露。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd6edbebfe2fc55652ebbf3b8eedb0139feda901dce9c5bfa08812d33a813766.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6a58b9ee85bcc441b4a8ebd56bfa14928eb9b24bc9391852a3c2be6e58304af0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>7/ 打开登记表格 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mantanetwork.typeform.com/TrustedSetup">https://mantanetwork.typeform.com/TrustedSetup</a> ， 第一个问题：昵称 第二个问题：邮箱 第三个问题：签名 （如上图所示，终端内复制） 第四个问题：公钥 （如上图所示，终端内复制） 第五个问题：Discord ID （官方Discord链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/PRDBTChSsF%EF%BC%8C%E4%B9%9F%E5%8F%AF%E5%9C%A8%E5%AE%98%E7%BD%91https://www.manta.network/">https://discord.com/invite/PRDBTChSsF，也可在官网https://www.manta.network/</a> 底部找到） 第六个问题：推特账号 第七个问题：隐私对你来说为什么重要？ （随意发挥） 第八个问题：你的KMA地址 （用来接 NFT 空投奖励）</p><p>8/ 关于如何拥有 KMA 地址，你可以查看该文（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/godotsancho.eth/zU6t4p3rnEFU84-YThCXsRMoUfDbYwO0kBAzRU-tWR4%EF%BC%89">https://mirror.xyz/godotsancho.eth/zU6t4p3rnEFU84-YThCXsRMoUfDbYwO0kBAzRU-tWR4）</a></p><p>需注意的是，你的钱包地址内，需保留至少1枚 KMA，否则根据 Kusama 网络规则，钱包或可能被删除。</p><p>目前，KMA 已上线 huobi、Kucoin、Gate、MEXC，可从交易平台购买并提到链上。</p><p>9/ 可信设置登记，已完成。之后等待官方第二阶段开启。</p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/251259ee93a0b79fd67cc41898be997aef74a9e012b8bd99016fc35400ea30ab.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[教程：如何在 Calamari 质押 $KMA 获得年化收益？]]></title>
            <link>https://paragraph.com/@godotsancho/calamari-kma</link>
            <guid>UbNpWsHs9h7oHgd6WAoi</guid>
            <pubDate>Mon, 10 Oct 2022 07:43:50 GMT</pubDate>
            <description><![CDATA[Manta 先行网 Calamari 已上线 $KMA Staking质押功能，目前最高 APY 可超 1000%。 KMA 已上线火币、Gate、Kucoin、MEXC，可直接在交易所购买，提币到链上参与 Staking。也可直接在 Solarbeam DEX内购买。 Staking 链接：https://app.manta.network/#/calamari/stakehttps://app.manta.network/#/calamari/stake注意： 1/ 一定要选择 Status 状态为 “Active”的节点。若节点状态为“Inactive”，则收不到奖励。 2/ 奖励周期 6小时一轮。两轮（12小时）后，每 6小时发放到钱包地址内，需手动复投。 3/ 解除质押需 7天等待期。 4/ 单个节点最大委托（Delegation）数量为 100。若超过 100，则按质押地址的 KMA 数量排名，前 100名可获得奖励。 5/ 最小质押数量 5000 KMA 6/ APY 会随着质押者增加而减小。但每个新节点刚部署的时候，质押给该节点，可获得的 APY 会很大，可能会超...]]></description>
            <content:encoded><![CDATA[<p><strong>Manta 先行网 Calamari 已上线 $KMA Staking质押功能，目前最高 APY 可超 1000%。</strong></p><p>KMA 已上线<strong>火币、Gate、Kucoin、MEXC</strong>，可直接在交易所购买，提币到链上参与 Staking。也可直接在 Solarbeam DEX内购买。</p><p><strong>Staking 链接：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.manta.network/#/calamari/stake"><strong>https://app.manta.network/#/calamari/stake</strong></a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75b42b9ce78a2784e5b40f4ae872943df3fb50b22dbd025b4d8bc0b5a56a1bf2.png" alt="https://app.manta.network/#/calamari/stake" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://app.manta.network/#/calamari/stake</figcaption></figure><p><strong>注意：</strong> 1/ 一定要选择 Status 状态为 “Active”的节点。若节点状态为“Inactive”，则收不到奖励。 2/ 奖励周期 6小时一轮。两轮（12小时）后，每 6小时发放到钱包地址内，需手动复投。 3/ 解除质押需 7天等待期。 4/ 单个节点最大委托（Delegation）数量为 100。若超过 100，则按质押地址的 KMA 数量排名，前 100名可获得奖励。 5/ 最小质押数量 5000 KMA 6/ APY 会随着质押者增加而减小。但每个新节点刚部署的时候，质押给该节点，可获得的 APY 会很大，可能会超过 1000%，可随时留意有无新节点部署。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、准备波卡链上钱包（若已有，可直接跳过）</h2><h3 id="h-1-js" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. 下载波卡js钱包</h3><p>打开 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polkadot.js.org/extension/"><strong>https://polkadot.js.org/extension/</strong></a></p><p>点击蓝框，添加波卡js钱包到谷歌浏览器</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/80a47c386d7bafe80a5118996b3d16b041a48f2f830b5a08db24ebaa293895eb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>跳转到谷歌网页应用商店后，点击“添加到Chrome”。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db1eaaca41b0e76349d7f417b4f93a4d6791fb959a598b3e4948c0de418cb999.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>点击波卡js钱包图标，创建钱包</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be0269a1661b592e2b00591e4d7e2bfb9adfc0f711c03f8c67f8e6a53396d2b3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>把助记词记好，对勾打上。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dc876def3a62e509e7e5422590c25122273e86756e4f1b085b150fbbe360aaa0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>默认是允许所有波卡系公链，这里不用更改。下面是钱包的名字，然后是输入密码。输入第一次密码后，会自动弹出重复密码框。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be44dd3c7e07a4d7ccb0b0deae3b577ff0b6522bed1a210231379d99983e38f5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>波卡钱包就创建好了。</p><p>进入 Calamari Staking质押网站：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.manta.network/#/calamari/stake">https://app.manta.network/#/calamari/stake</a>，点击右上角连接钱包，再点击一下，黄框内可以复制地址。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9fbbf3b6ce7c871f55920d41d11d53519634705ac01cfdda83e6b79fccbd0f2d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、交易所提币</h2><p>先购买KMA，在资产里，币种选择KMA，网络选择KMA，填地址，申请提币。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/51d24f5aa68151696b0b42a24ef0cbbbbc7b137e73c374e7c5f3fc2a8e8ab7b1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cf6d1c355fa23ec6bb3b576c14c84dfbd984369079b00a58340e6802b55b0061.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-staking" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">三、开始质押 Staking</h2><p>提币完成后，刷新 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.manta.network/#/calamari/stake">https://app.manta.network/#/calamari/stake</a> 页面，Available Balance 里面显示的是“可用于质押的余额”。</p><p>选择状态为“Active”的节点，点击右侧“Stake”，输入质押数量，点击确认，即可开始质押。</p><p>12小时后，奖励将直接发送到钱包地址内，此后每 6小时发放一次。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75b42b9ce78a2784e5b40f4ae872943df3fb50b22dbd025b4d8bc0b5a56a1bf2.png" alt="https://app.manta.network/#/calamari/stake" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://app.manta.network/#/calamari/stake</figcaption></figure><h2 id="h-collator" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">番外：成为 Collator 节点</h2><p>用户可选择成为 Collator 节点，获取更多奖励。</p><p><strong>$KMA 新增质押奖励，初始流通总量9%，将在3年内分配给 Collator节点。同时，从国库中销毁同比例代币，抵消通胀。</strong></p><p><strong>$KMA 奖励来源于通胀，非Gas。若前期 Collator数量少，单个 Collator奖励的 KMA 数量占比更高。</strong>  </p><p><strong>成为 Collator，需质押 400万枚 KMA，作为保证金，同时还对硬件有一定要求。以当前 0.002256美元单价算，400万枚 KMA需要 9024 美元。</strong></p><p>更多详情，可见： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.manta.network/cn/docs/calamari/Staking/Collation/Overview">https://docs.manta.network/cn/docs/calamari/Staking/Collation/Overview</a></p><p>可私信 Manta中文推特，了解更多详情：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/manta_china">https://twitter.com/manta_china</a>         @manta_china</p><p>注：本文仅作为教程使用，不构成任何理财或投资建议。</p><p>** **</p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
        </item>
        <item>
            <title><![CDATA[Analysis of the Manta Network ($MANTA) project, a Zero-Knowledge proof-based privacy layer smart contract protocol]]></title>
            <link>https://paragraph.com/@godotsancho/analysis-of-the-manta-network-manta-project-a-zero-knowledge-proof-based-privacy-layer-smart-contract-protocol</link>
            <guid>iil25qceCtE76DqVuD47</guid>
            <pubDate>Fri, 02 Sep 2022 09:22:15 GMT</pubDate>
            <description><![CDATA[Tl;dr1/ Manta Network supports both private and public transactions, privacy is one of the options. 2/ Manta Network privacy transactions, compatible with ERC20 Token, ERC721, ERC1155 and other NFTs and soulbound tokens（SBT）. 3/ Manta Network creates privacy asset type zkAssets based on Zero-knowledge Proofs, supports user-directed disclosures and custom KYC permissions for asset issuers. 4/ Manta Network supports smart contracts and dApp building. 5/ Manta Network investors include Binance L...]]></description>
            <content:encoded><![CDATA[<h2 id="h-tldr" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Tl;dr</h2><p>1/ Manta Network supports both private and public transactions, privacy is one of the options. 2/ Manta Network privacy transactions, compatible with ERC20 Token, ERC721, ERC1155 and other NFTs and soulbound tokens（SBT）. 3/ Manta Network creates privacy asset type zkAssets based on Zero-knowledge Proofs, supports user-directed disclosures and custom KYC permissions for asset issuers. 4/ Manta Network supports smart contracts and dApp building. 5/ Manta Network investors include Binance Labs, Alameda, Polychain, Multicoin, ParaFi, CoinFund, Hypersphere, CMS, Spartan, DeFiance and more, as well as the official Boca Web3 Foundation sponsorship.</p><h2 id="h-project-description" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Project Description</h2><p>Manta Network ($MANTA) is a privacy-layer smart contract protocol built on Zero-knowledge Proof(abbreviated as ZKP in the later text) and developed using the Polkadot Substrate framework.</p><p>1/ Developers can use Manta Network to build decentralized privacy applications, such as the DeFi protocol to prevent MEV attacks, on-chain games based on ZKP (currently DarkForest), and more.</p><p>2/ Users can transfer existing ERC20 tokens, ERC721, ERC1155 and other NFTs to Manta Network to convert tokens to privacy tokens for privacy transactions, privacy DeFi interactions, privacy LP mining, privacy NFT buying and selling, privacy GameFi and other operations.</p><h3 id="h-zkassets-a-new-privacy-asset-type" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">zkAssets: A New Privacy Asset Type</h3><p>Based on ZKP, Manta Network has created a new asset type, zkAssets, which supports fungible tokens such as ERC20, Non-fungible tokens such as ERC721 and ERC1155, soulbound tokens（SBT）, and privacy transactions between Polkadot Parallel Chain assets.</p><p>Existing tokens, NFTs, can be converted to privacy assets for operation via Manta. zkAssets also has the following features.</p><p><strong><em>Privacy by Default:</em></strong>* zkAssets are private by default (a.k.a. zero-knowledge) on chain, which means that the asset holder’s address, the nomination of the assets of each holder, as well as the type of the assets are encrypted on chain.*</p><p><strong><em>Disclosing at Will:</em></strong>* zkAssets support disclosing provable assets information with the assets holders permission. More specifically, the asset holders can disclose the asset transaction history to auditors without having to disclose the spending secret key.*</p><p><em>The asset holders are also able to selectively disclose the assets information that can be verified using ZKP.</em></p><p><strong><em>Configurable Asset Policy:</em></strong>* zkAssets issuer can customize the access control policies of a zkAssets (see the figure), for example, KYC rules, access control policy like to have or not have the ability to blacklist the hacked assets (Note: espresso systems also have a proposal for CAP, however, manta’s cap is a multi-circuits implementation compared with expresso’s monolithic circuit implementation).*</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/18b61a9cea6e7069fe66a65f7e0b148cd4c03faff1991fca6e0e54085b28467b.png" alt="zkAssetwith Configurable Asset Policies" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">zkAssetwith Configurable Asset Policies</figcaption></figure><p><strong>zkAddress: Privacy Addresses</strong></p><p>Manta Network has also created a privacy address type for transfers between zkAssets.</p><p>In zkAddress, the secret is generated randomly (e.g., using the BIP39 helper) and derives two additional keys, zkAddress and a read-only key. To transfer zkAssets, a Spending Secret is needed to generate a zero-knowledge proof.</p><p>The Viewing Key, which only supports viewing transaction history, cannot be used to spend balances.</p><p>Based on the zkAssets and zkAddress, Manta Network will also provide MantaPay, smart contracts, and DEX (MantaSwap) which are basic components and functionalities.</p><p><strong>Manta Network base components: MantaPay, Privacy Smart Contracts and MantaSwap</strong></p><p>MantaPay is the transport layer for transferring zkAssets to zkAddress. currently, MantaPay is in code audit phase and will be live on the first network Calamari soon. more information about MantaPay will be announced in the quarter.</p><p>Manta Network privacy smart contracts, which provide scalability to the network, support more complex smart contract deployments and interactions.</p><p>MantaSwap, a DEX built on top of the privacy smart contract layer.</p><p><strong>Technical solutions</strong></p><p>1/ Zcash was the first to introduce ZKP to the blockchain to enable privacy transactions. Because Zcash was created too early, the issue of extensibility was still in the early stages of discussion.</p><p>Zcash only supports privacy transactions between native tokens ZEC, and it is difficult to support tokens such as ERC20.</p><p>When using it, users could only buy ZEC on the CEX, mention them on the Zcash chain, and trade them with ZEC for the purpose of privacy transactions.</p><p>2/ Since then, ZKP have been developed significantly. Various protocols have also introduced their own zero-knowledge proof schemes depending on their objectives, such as Aztec&apos;s PLONK, Aleo&apos;s ZEXE, etc. Some are novel and need to be improved.</p><p>Some are novel and need to be improved, some are more mature and practical, some tend to prove generation efficiency, some tend to be composable, etc.</p><p>3/ Currently, the most used zero-knowledge proof protocol is TornadoCash.</p><p>TornadoCash is architected on Ethereum and supports ERC20 to mix. Benefiting from Ethereum liquidity, TornadoCash is growing rapidly, but there are still problems.</p><p>Functionally, TornadoCash only offers mixer services. When users deposit tokens and turn them into privacy tokens, they cannot perform more transactions such as DeFi lending and LPs mining based within TornadoCash.</p><p>In terms of compliance, TornadoCash uses a mixed coin and privacy is a must rather than an option. Second, TornadoCash refuses to communicate with regulation.</p><p>4/ Manta Network uses Zcash&apos;s proven Groth16 zero-knowledge proof scheme + UTXO payment model with built-in zero-knowledge proof circuitry.</p><p>It also creates zkAssets, a privacy asset type compatible with ERC20 tokens and NFT, adds a privacy payment channel MantaPay, uses the privacy asset pool concept, directly supports AMM transactions of privacy assets, LPs mining, on-chain GameFi, and other features.</p><p>Compared with TornadoCash, Manta Network can choose both public and private transactions, and privacy transactions support information disclosure and permission setting.</p><p>In Manta Network, after converting tokens to privacy tokens, users can directly use the privacy tokens for AMM, DeFi lending, LPs mining, and on-chain game operations, which is scalable.</p><p><strong>Calamari Network (On Kusama)</strong></p><p>Manta Network has been on Kusama s Calamari Network and launched Dolphin, a privacy test network.</p><p>Dolphin v1 was launched in December 2021 with over 6,000 independent wallet addresses participating in the test.</p><p>Dolphin v2 is now live and participants are rewarded with KMA tokens. The test address and reward form are as follows.</p><p>Dolphin test address:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.dolphin.manta.network/#/transact">https://app.dolphin.manta.network/#/transact</a></p><p>Reward form:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gleam.io/ye0bg/dolphin-testnet-v2-airdrop">https://gleam.io/ye0bg/dolphin-testnet-v2-airdrop</a></p><p><strong>Summary</strong></p><p>Currently, Manta Network privacy trading can be experienced on the test network Dolphin.</p><p>In fact, the Manta Network defines two types of assets: Public Assets and Private Assets (zkAssets).</p><p>Similarly, users will also have a Public Address and a Private Address in Manta Network.</p><p>The public assets transaction experience is no different from that of Uniswap, for example.</p><p>When a user transfers assets into Manta Network, the asset type is Public Assets. Users can turn Public Assets into Private Assets (zkAssets, generated with ZKP) and then transfer Private Assets between Private Addresses.</p><p>Currently, in the Dolphin test network, public assets can only be transferred within public addresses and private assets can only be transferred within private addresses.</p><p>However, users do not have to worry about transferring to the wrong address, as incorrect transfers are not supported in the Manta Network.</p><p>Test address:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.dolphin.manta.network/#/transact">https://app.dolphin.manta.network/#/transact</a></p><h2 id="h-funding" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Funding</h2><p>On February 2, 2021, closed a $1.1 million funding round led by Polychain with participation from Multicoin, Alameda, Hypersphere, Defiance, BTC12, Genblock, Rarestone, AU21 and others.</p><p>On October 19, 2021, $5.5 million in funding was closed with over 30 institutions including CoinFund, ParaFi, LongHash, CMS, Spartan and other hedge funds in the crypto space.</p><p>On November 18, 2021, closed a $28.8 million community round of funding.</p><p>On February 15, 2022, Binance Labs announced a strategic investment in Manta Network for an undisclosed amount.</p><h2 id="h-tokenomics" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Tokenomics</h2><p>Manta Network had announced some details of the tokenomics when it participated in the Polkadot Slot auction.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://crowdloanstrategy.manta.network/about-manta-network/the-manta-token">https://crowdloanstrategy.manta.network/about-manta-network/the-manta-token</a></p><p>Native token MANTA, total issue 1 billion, deflationary model. Usage scenarios are as follows. 1/ Network fees 2/ Minting public assets into private assets minting fees 3/ Fee for converting private assets back to public assets 4/ Pledge Stake</p><p>Among them, the handling fee (Redeem Value) incurred when the user changes the privacy asset into a public asset will be directly destroyed.</p><p>Therefore, the value of MANTA will be directly linked to the user&apos;s use of privacy features.</p><h2 id="h-project-analysis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Project Analysis</h2><p><strong>1/ How big is the market where Manta Network is located? What is the current market situation?</strong></p><p>ZKP is the foundation of Manta Network, and the core function and future development of Manta Network are brought by the attribute of ZKP.</p><p>Therefore, the track where Manta Network is located should be ZKP first, actually for privacy.</p><p>At present, the main directions and representative projects of ZKP.</p><p>A. Ethereum Layer2 scaling: StarkWare, zkSync, Scroll, Loopring, Polygon, etc.</p><p>B. Privacy: Manta Network, Aleo, Aztec, etc.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/faee9dc275e7c329efc0c6577db884410b9e0b183cab9c10335a4881bf25d17d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>(1) The overall financing amount and valuation of the ZKP track is large, with the current highest valuation being $8 billion for StarkWare. the reason for the large financing and valuation of StarkWare is that, as an Ethereum Layer2 execution layer, it shares the pressure of the Ethereum traffic while also capturing part of the value of the Ethereum mainnet.</p><p>Secondly, Vitalik has said that it is more bullish on ZK-Rollup based scaling in the medium to long term. Compared with Optimistic, ZK-Rollup can redeem assets without waiting for the appeal period, which is a better experience.</p><p><strong>Optimistic Rollup vs. ZK Rollup?</strong></p><p>Optimistic and ZK are reconciliation methods, while Rollup is the way transactions are processed.</p><p>Optimistic Rollup assumes that all transaction information is true. By eliminating the need for transaction validation, Optimistic Rollup also increases the efficiency of transaction processing. This is the reason why Aribitrum and Optimism are fast enough.</p><p>What if someone provides false transaction information? If you&apos;ve used Aribitrum or Optimism, you&apos;ve noticed that when crossing tokens back to other networks, it takes a few days. This is the &quot;waiting period&quot;.</p><p>During the &quot;waiting period&quot;, any node can submit and prove that a transaction is fraudulent, and if the challenge is successful, the other node&apos;s deposit will be forfeited.</p><p><strong>ZK Rollup</strong></p><p>ZK Rollup generates a zero-knowledge proof, after a transaction has been executed.</p><p>The contract responsible for the proof only needs to check the proof, not the specific details of the proof.</p><p>This is the reason why ZK Rollup is also faster, but not as fast as Optimistic Rollup - it takes time to produce the proof.</p><p>Since the proof file is small and the validation time is certain, the proof itself does not get larger as the number of transactions increases.</p><p>More importantly, ZK Rollup has no waiting period.</p><p>(2) Aleo, which is the same privacy layer smart contract protocol as Manta Network, is currently valued at $1.45 billion.</p><p>With a community round price of $0.3 and FDV of $300 million, Manta Network has nearly 5x the space compared to Aleo&apos;s valuation.</p><p>(3) Among the prominent institutions, Paradigm, A16z, PolyChain, Coinbase, and Alameda are active in the track&apos;s placement.</p><p>Among them, Coinbase invested only in Manta Network in the ZK privacy track, while it invested in Zecrey in the scaling area.</p><p><strong>2/ How to support the high valuation,ZKP application analysis</strong></p><p>First, let&apos;s explain what Zero-Knowledge Proof is. Using a simple example: What is ZKP ?</p><p>How do you prove that you can drive? Show your driver&apos;s license.</p><p>This is the basic property of ZKP 1/Produce proofs. 2/Privacy. You only need to show your driver&apos;s license, no more information is revealed. 3/ Efficiency. Just show your license, no need to spend time to show your driving skills.</p><p>In the ZKP, there are two participants, one is the transaction initiator and the other is the transaction verifier. The transaction initiator, through a protocol, can generate a ZKP, and the verifier is responsible for verifying the authenticity of the proof.</p><p>In this process, the initiator only presents the proof and does not need to disclose other information. In the verification process, only one node needs to judge the proof to be true, and the proof can be true without redundant computation.</p><p>In addition to scaling and privacy, the current application areas of ZKP, and representative projects include.</p><p>(1) On-chain games, representative project DarkForest</p><p>Usually, on-chain game props have to be made into NFT on the chain, which makes the game props and other settings transparent and not very playable. This is also the reason why the current on-chain game are mostly card games and nurturing games.</p><p>ZKP that it can help on-chain games generate &quot;fog of war&quot; and hidden props and so on. The project can generate ZKP for hidden maps or props to prove that they really exist, but they will not be disclosed yet.</p><p>The strategy game on the chain, DarkForest, uses this feature to generate the &quot;fog of war&quot; for players to decrypt the map.</p><p>(2) Digital identity(DID) or personal sovereign identity(SSI), representing the project Humannode, Polygon ID</p><p>DID or SSI is an individual-owned, independent, trusted and verifiable information on the chain. It can be applied to meta-universe identity, or on-chain credit to enable scenarios such as non-full collateralized lending.</p><p>About metaverse identity. You don&apos;t need to show the NFTs you hold in your wallet all the time, like a BAYC.</p><p>But you can prove that you are indeed a BAYC holder by holding &quot;a proof&quot; to join the &quot;yacht club&quot;.</p><p>About on-chain credit. Similarly, you don&apos;t need to show your assets, you only need to show the &quot;proof&quot; to prove your assets.</p><p>In addition, ZKP can also be derived from other scenarios, such as private key security.</p><p>When a user interacts with an protocol and needs to provide a signature, can the user submit a &quot;proof&quot; for signature instead of providing the signature itself?</p><p>Even if the protocol is fraudulent and runs away, the user&apos;s assets will not be affected.</p><p>Because only the &quot;proof&quot; is presented, and the proof cannot transfer the wallet assets.</p><p><strong>More importantly, in my opinion, &quot;privacy&quot; is an &quot;addiction&quot;, and once you have it, you can&apos;t go back.</strong></p><p>There are two easy criteria to judge whether a project or technology will become a new paradigm, or whether it will bring change.</p><ol><li><p>Once the &quot;thing&quot; is used, can it return to the original state？</p></li><li><p>Will or not change the original multi-party game situation？</p></li></ol><p>For example, after using credit cards, can you still get used to carrying cash around? Credit cards are safer and more convenient.</p><p>On the other hand, merchants that support credit card payments have gained momentum and the gaming situation has changed.</p><p>Therefore, the mobile Internet, which is spawned by the development of cellular communication, WiFi and other IoT technologies, is a new paradigm and a new change.</p><p>And the same is true for the development of ZKP for Web 3.0.</p><p>Currently, it is widely believed that privacy only applies to &quot;giant whale&quot; accounts to conceal their whereabouts. But the truth is, people don&apos;t realize the importance of privacy.</p><p>Just like people don&apos;t understand the importance of theft until they have lost their phone once.</p><p>Currently on the chain, it is easy to find out someone&apos;s NFT position based on ENS or address.</p><p>What if someone poses as an artist and announces an airdrop for a project, such as BAYC, which appears to be a beautifully crafted artwork, but is actually a scam to steal the wallet&apos;s private key?</p><p>The &quot;dark forest law&quot; has always worked, and the reason it hasn&apos;t shown its power at this point is because the industry is relatively niche.</p><p>Similarly, ZKP can help users to prove that they hold the NFT and are entitled to it, but at the same time not be exposed.</p><p>What&apos;s more, when interacting with the protocol and signing, the &quot;proof&quot; is used instead of the private key itself, so even if they encounter fraud, they are not afraid. Can users go back to the previous state? Will the gaming situation change?</p><p><strong>3/ Future growth rate of the future track with ZKP in the eyes of capital? Using Aleo valuation to extrapolate Manta Network&apos;s potential growth rate</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62cbd02bee6f913b7f989340cdeb546c843b73de3d1ec357e552d24a97b8bcfc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c97a6f389d1de3cf65282c9b2a0307b7a5e48c60378cf5ecee6e728aeae78a7d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>As mentioned above, the fees generated from the conversion of private assets to public assets will be directly destroyed. Therefore, we can use TornadoCash data as a reference.</p><p>The above chart shows the monthly token Withdraw of TornadoCash. 37,756 ETH were redeemed in 12 months from December 2019 to November 2020, accounting for 20.52% of the total redemption volume of the agreement.</p><p>In the second year, 134,282 ETH were redeemed, representing 72.99% of the total redemption volume, with a growth rate of 255.66%.</p><p>TornadoCash has generated a total of $18,701,979 in fee revenue to date. Assuming the same Gas fee per interaction and a simple dichotomy between pledging Deposit and redeeming Withdraw, the total revenue generated from redemptions is $9,350,989.</p><p>The redemption fee is $1,918,823 in the first year and $6,825,287 in the second year.</p><p>From this, we have the following known conditions.</p><p>A. The first year&apos;s income is $1,918,823.</p><p>B. The current valuation is $1.4 billion.</p><p>C. Assume that DeFi can normally achieve a 10% risk-free return, so the discount rate is taken as 10%.</p><p>Then the following calculation is available.</p><p>Annual Revenue = 1,918,823 * (1 + Growth Rate) ⁿ , where n is the year.</p><p>The discounted cash flow is how much it would be worth now if these revenues were generated in a future year.</p><p>Discounted cash flow = annual income / (1 + discount rate) ⁿ</p><p>The following results can be obtained.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/86aa5f771dc3b11f2bae87fe07af24c7b8d653890455dc0d0319228eb00547f0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>To reach a $1.4 billion valuation, first, first-year revenue would have to be at least at TornadoCash&apos;s current level. The next day, the growth rate would have to be equal to TornadoCash, with more than 2x growth.</p><p>After that, revenue would double in 4 consecutive years over a period of 3-6 years. And a steady growth rate of 20% per year since then.</p><p>This is perhaps the growth rate that Manta Network and Aleo represent as the ZKP privacy track for the next 10 years in the eyes of capital.</p><p><strong>4/ What is the core competence of the project? Does it create a barrier?</strong></p><p>Manta Network&apos;s core competency lies in the technical advantages provided by ZKP, the potential for growth, and the deployment of smart contracts to support more dApps to land on the Manta Network chain.</p><p>It is still early in the project, so it is hard to say that barriers have been created.</p><p><strong>5/ What is the future direction of the project? How scalable is the business? Can the business expansion expand the market value?</strong></p><p>In terms of future business expansion of Manta Network, in terms of privacy dApps</p><p>The dApp developed based on Manta Network can also effectively expand Manta Network&apos;s business and thus increase the value of MANTA tokens.</p><p><strong>6/ Team</strong></p><p>Kenny Co-Founder MIT (Massachusetts Institute of Technology) MBA, during his study, he studied under Gary Gensler, the current chairman of SEC (Securities and Exchange Commission), and took blockchain courses, and had founded a cloud computing company.</p><p>Victor Co-Founder M.A. in Economics from Harvard University, investor.</p><p>Shumo Co-Founder Mainly responsible for technical direction, PhD in Computer Science and Engineering from University of Washington, expert in cryptography. According to Github, Shumo has written the Algorand smart contract platform PyTeal almost independently and contributed more than half of the Algorand project code. He has published 10+ papers in SIGMOD, VLDB, PLDI.</p><p>His personal website is</p><p>\His personal website is <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://shumochu.com/.%5C">https://shumochu.com/.\</a></p><p><strong>7/ What about social media?</strong></p><p>Twitter @MantaNetwork          70,335 followers</p><div data-type="embedly" src="https://twitter.com/MantaNetwork" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/MantaNetwork&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/MantaNetwork?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by MantaNetwork&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><p>Telegram 21,147 followers</p><div data-type="embedly" src="https://t.me/mantanetworkofficial" data="{&quot;provider_url&quot;:&quot;https://t.me&quot;,&quot;description&quot;:&quot;Manta Network, the largest modular L2. Discord channel: https://discord.gg/ktZWgwSu93&quot;,&quot;title&quot;:&quot;Manta Network Official&quot;,&quot;thumbnail_width&quot;:320,&quot;url&quot;:&quot;https://t.me/mantanetworkofficial&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Telegram&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:320}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://t.me/mantanetworkofficial" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Manta Network Official</h2><p>Manta Network, the largest modular L2. Discord channel: https://discord.gg/ktZWgwSu93</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://t.me</span></div></div></a></div></div><p>(currently, Telegram is read-only, you can communicate in the official Discord group)</p><p>Discord 37,765 followers</p><div data-type="embedly" src="https://discord.com/invite/PRDBTChSsF" data="{&quot;provider_url&quot;:&quot;https://discord.com&quot;,&quot;description&quot;:&quot;Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.&quot;,&quot;title&quot;:&quot;Discord - Group Chat That&apos;s All Fun &amp; Games&quot;,&quot;mean_alpha&quot;:86.3007936508,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://discord.com/invite/PRDBTChSsF&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Discord&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://discord.com/invite/PRDBTChSsF" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Discord - Group Chat That&#x27;s All Fun &amp; Games</h2><p>Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://discord.com</span></div><img src="https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png"/></div></a></div></div><p>Manta Network Chinese community</p><p>Twitter @manta_china</p><div data-type="embedly" src="https://twitter.com/manta_china" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/manta_china&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/manta_china?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by manta_china&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><div data-type="embedly" src="https://t.me/mantanetwork_zh" data="{&quot;provider_url&quot;:&quot;https://t.me&quot;,&quot;description&quot;:&quot;Manta Network 专为 ZK 应用设计的以太坊模块化 Layer2，更多资料、交互攻略：https://mantanetwork.notion.site/Manta-Network-f511510f6913492f8fa488737eed9941?pvs=4&quot;,&quot;title&quot;:&quot;Manta Network中文官方群&quot;,&quot;thumbnail_width&quot;:320,&quot;url&quot;:&quot;https://t.me/mantanetwork_zh&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/2ae7d877e67a2e79d54e36d7dce5a9b60ff6f16f0dbc00e278d84dd59c940dd2.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Telegram&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:320,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:320,&quot;height&quot;:320,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/2ae7d877e67a2e79d54e36d7dce5a9b60ff6f16f0dbc00e278d84dd59c940dd2.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/2ae7d877e67a2e79d54e36d7dce5a9b60ff6f16f0dbc00e278d84dd59c940dd2.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://t.me/mantanetwork_zh" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Manta Network中文官方群</h2><p>Manta Network 专为 ZK 应用设计的以太坊模块化 Layer2，更多资料、交互攻略：https://mantanetwork.notion.site/Manta-Network-f511510f6913492f8fa488737eed9941?pvs=4</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://t.me</span></div><img src="https://storage.googleapis.com/papyrus_images/2ae7d877e67a2e79d54e36d7dce5a9b60ff6f16f0dbc00e278d84dd59c940dd2.jpg"/></div></a></div></div><p><strong>8 /What are the people and drivers for token selling and buying respectively? Will the demand for token purchases be sustainable? Can it offset token selling? Can business expansion increase demand for tokens?</strong></p><p>MANTA value, built on protocol usage, especially user demand for privacy. The fee for turning privacy tokens into public tokens will be used to destroy Manta Network.</p><p>MANTA buying comes from functional buying, generated by the demand for privacy. Combined with the introduction of pledge mining Stake, the secondary market MANTA liquidity decreases, which, combined with deflation, generates price increases that further trigger demand for Stake, creating a positive cycle.</p><p>It can also create a negative cycle anyway. The key indicator is the use of the agreement and its destruction.</p><p><strong>9 / Risks?</strong></p><p>(1) Substitutability risk. ZKP proves that the technology as a whole is being replaced. (2) Security risk. Protocol network security.</p><h2 id="h-twitter-godotsancho" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Twitter @godotsancho</h2>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/251259ee93a0b79fd67cc41898be997aef74a9e012b8bd99016fc35400ea30ab.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[币安、SBF投资的隐私层项目Manta，测试网空投教程]]></title>
            <link>https://paragraph.com/@godotsancho/sbf-manta</link>
            <guid>rjpfDSUvjEw9RZ7NJeK9</guid>
            <pubDate>Thu, 18 Aug 2022 09:59:07 GMT</pubDate>
            <description><![CDATA[一、为什么要参与 Manta 测试网？1/ Manta Network 是隐私层协议，基于零知识证明技术构建。 币安、SBF 的 Alameda 参与投资，还包括 PolyChain、Multicoin、ParaFI、CoinFund、Hypersphere 等著名机构。 计划提供代币和NFT隐私交易，兼容 ERC20、ERC721、ERC1155、以及灵魂绑定代币。 用户可以把代币和NFT，转进 Manta 网络，变成隐私资产，进行交易，不会被追踪。目前，主网未上线，未发币。 另外，Manta 网络支持智能合约部署，且官方会开发 Swap，相当于公链。 项目可长期关注。之后我也会出一篇 Manta 项目分析。 Manta中文推特：https://twitter.com/manta_china Manta中文公众号：2/ 代币 $MANTA 公募轮价格 0.3 美元，计划发行总量 10 亿枚，FDV 目前 3 亿美元。 TORN 最高 FDV 40亿美元。当前熊市，再加上被制裁，FDV 还能维持在 1 亿美元上方。 另一个基于零知识证明构建的 Layer2 StarkWare，还...]]></description>
            <content:encoded><![CDATA[<h2 id="h-manta" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、为什么要参与 Manta 测试网？</h2><p>1/ Manta Network 是隐私层协议，基于零知识证明技术构建。</p><p>币安、SBF 的 Alameda 参与投资，还包括 PolyChain、Multicoin、ParaFI、CoinFund、Hypersphere 等著名机构。</p><p><strong>计划提供代币和NFT隐私交易，兼容 ERC20、ERC721、ERC1155、以及灵魂绑定代币。</strong></p><p>用户可以把代币和NFT，转进 Manta 网络，变成隐私资产，进行交易，不会被追踪。目前，主网未上线，未发币。</p><p>另外，Manta 网络支持智能合约部署，且官方会开发 Swap，相当于公链。</p><p><strong>项目可长期关注。之后我也会出一篇 Manta 项目分析。</strong></p><p><strong>Manta中文推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/manta_china"><strong>https://twitter.com/manta_china</strong></a></p><p><strong>Manta中文公众号：</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/67047b862c4f9c5225646e3ef3aa7f4c525a81ede772d043842142c2c626f76b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2/ 代币 $MANTA 公募轮价格 0.3 美元，计划发行总量 10 亿枚，FDV 目前 3 亿美元。</p><p>TORN 最高 FDV 40亿美元。当前熊市，再加上被制裁，FDV 还能维持在 1 亿美元上方。</p><p>另一个基于零知识证明构建的 Layer2 StarkWare，还未发币，估值 80 亿美元。其他基于零知识证明构建的 Layer2 Aztec、Scroll 等等也都是资本的宠儿。</p><p>事实上，关于 ZK 概念扩容链或隐私链，都受到资本追捧。资本有点广撒网的意思，某个项目一旦跑出来，市值应该能接近现有的 EVM 链。</p><p><strong>所以，目前 $MANTA FDV 比较低，且资金和机构关注该赛道。</strong></p><p>尽管目前 Manta 是波卡生态项目，但波卡生态从来跟以太坊关系紧密，比如 Moonbeam 本身也是以太坊 EVM 链，Acala 也支持 EVM 等等。不排除之后 Manta 会与以太坊有密切的联系。</p><p>3/ Manta 先行网 Calamari 已经赢得 Kusama 插槽拍卖，并上线了测试网 Dolphin。目前，Dolphin 测试网官方交互奖励是先行网代币 KMA。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、教程</h2><p><strong>钱包准备</strong></p><h3 id="h-1js" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1.下载波卡js钱包</h3><div data-type="embedly" src="https://polkadot.js.org/extension/" data="{&quot;provider_url&quot;:&quot;https://polkadot.js.org&quot;,&quot;description&quot;:&quot;This browser extension for Polkadot, Kusama or any other substrate-base blockchain allows to keep all your accounts in one place while being able to interact with any website or application that support it.&quot;,&quot;title&quot;:&quot;Polkadot-js extension, manage accounts for substrate based chains&quot;,&quot;url&quot;:&quot;https://polkadot.js.org/extension/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Polkadot&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://polkadot.js.org/extension/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Polkadot-js extension, manage accounts for substrate based chains</h2><p>This browser extension for Polkadot, Kusama or any other substrate-base blockchain allows to keep all your accounts in one place while being able to interact with any website or application that support it.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://polkadot.js.org</span></div></div></a></div></div><p>点击蓝框，添加波卡 js 钱包，到谷歌浏览器。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ede3bbbd03e0969aa1003d103c72bf58d87d155ba411968798913b9130597b3e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>跳转到谷歌网页应用商店后，点击“添加到 Chrome”。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/17b1d88be7024b2168b7b1f65eb95e4f6c099e2e12dde7c9abdc81785a78785e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>右上角把波卡 js 钱包固定一下，方便后续操作。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c0004bd58f2fd566d58ecef3f4ba38534475dae218c9fbf1ca7a3fc2cf274e6e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>点击波卡 js 钱包图标，创建钱包</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1d6aca28a061305591edfcb791ba278e9252336c81ecec056798c6b90b8c95d9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>把助记词记好，对勾打上。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac9e1fb0773d0227e976c4b59fb4c54a177c2a9422b83e989bb7c8225db36d76.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>默认是允许所有波卡系公链，这里不用更改。下面是钱包的名字，然后是输入密码。</p><p>输入第一次密码后，会自动弹出重复密码框。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/734f2f4a8835d94503e0b2e28f737759f243ff9ae297ada28dfff5ee6105e958.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>波卡钱包就创建好了。</p><h3 id="h-2-dolphin-v2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. Dolphin v2测试网</h3><p>进入 Dolphin 测试网</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.dolphin.manta.network/#/transact">https://app.dolphin.manta.network/#/transact</a></p><p>进去的时候，会提示下载一个 Manta Signer，点击下载。<strong>由于网络备案关系，某些杀毒软件会提示风险，提示可疑操作，忽略就行。</strong></p><p>Manta 基于零知识证明创立，而目前以太坊环境，包括小狐狸钱包，是不太支持零知识证明生成的，每次交互需要耗费几分钟时间。</p><p>所以，Manta 创建了 Signer 辅助工具，帮助快速生成零知识证明。</p><p>后期，Manta 会改善这一体验，省去下载 Signer 步骤。但目前，还是需要下载的。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd7b31fbef22a120c04c57535e80e16976b171834370e01d4846176bec5453eb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b3d1c7763d06cc4fcf439d8bbd5f20ae4f75515316059e751e3b8baa1bb8d428.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>下载完，安装，运行。</p><p>初次登录，可能要稍微等一会。</p><p>下图页面是创建密码，直接输入自己想创建的密码即可，点击“ Creativity Account ”。记好助记词。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/98a522c7a3f94a832f49015df29fbf2a71b43cdaaa8cf4ff7c96f7447b54fc5f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>登录之后。Dolphin 测试网页面就可以进入了。链接波卡 js 钱包，挂好 Manta Signer，然后去拿水龙头测试币。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/52b5d0a2a8641b53c521f8355261ba8635186adc6504035a6bf5ac1464e25829.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3.获取测试币水龙头</h3><div data-type="embedly" src="https://discord.com/invite/5khsf6QmCb" data="{&quot;provider_url&quot;:&quot;https://discord.com&quot;,&quot;description&quot;:&quot;Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.&quot;,&quot;title&quot;:&quot;Discord - Group Chat That&apos;s All Fun &amp; Games&quot;,&quot;mean_alpha&quot;:86.3007936508,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://discord.com/invite/5khsf6QmCb&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Discord&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://discord.com/invite/5khsf6QmCb" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Discord - Group Chat That&#x27;s All Fun &amp; Games</h2><p>Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://discord.com</span></div><img src="https://storage.googleapis.com/papyrus_images/fd5daf4cc4569214cd87e650d89285a0aac548020f1d6734eaffa8b0add2160e.png"/></div></a></div></div><p>进入 Manta 官方 Discord 群</p><p>在“ rules ”频道里点对号，可以把其他频道点亮。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/966aae8df2121b35fefa4449e8fb2b865ec8371394173968f8463e74c7be3bec.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>下拉找到 dolphin-faucet，也就是水龙头频道。输入“/”，选择 gimme-DOL 或者 gimme-aUSD 都可以，这一步是选择获取什么币种。</p><p>在 address 后面的框内，输入自己的 Dolphin 地址。地址可在 Dolphin 页面，红框位置，直接复制。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3906fe4c4a4e4faf38a308b809ad1ff9819b934f4053481422ceac8a60e459dc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c7f49ab89c38b2f17b40019b28f1c1c85108cf195df1624afcffd566e4f6dc68.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>很快，钱包里就会收到测试币。点击“ To Private ”把代币从 Pubic 公共地址，转到 Private 隐私地址内。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dff7bc9dcf2c866ff04dbf7c1899d7d80a1c279c25f6dd1cd53d964be9f9e6e4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-4" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4.填写奖励表单</h3><p>点击“ AirDrop ”或直接复制表单地址</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gleam.io/ye0bg/dolphin-testnet-v2-airdrop">https://gleam.io/ye0bg/dolphin-testnet-v2-airdrop</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d8d3f0cb0cb87855280e9cac6a801210dfbe228030604a0247fd6e71e991f386.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>如果遇到下图的问题，可以更改代理模式，或者换个代理，或者先关掉代理，等需要连接的时候再开启。</p><p>建议可以临时用一下蓝灯<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://getlantern.org/zh_CN/%EF%BC%8C%E5%85%8D%E8%B4%B9%E8%80%8C%E4%B8%94%E4%B8%80%E8%88%AC%E4%B8%8D%E4%BC%9A%E9%81%87%E5%88%B0%E8%BF%99%E4%B8%AA%E9%97%AE%E9%A2%98%E3%80%82">https://getlantern.org/zh_CN/，免费而且一般不会遇到这个问题。</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da75b25364a1b6eef1c8bd75fc1c3c6d14fec64e9a06fab7060dc5ff9ca1eebd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>进入表单页面，按要求关注推特，填写波卡 js 地址等等，然后点击 Claim。会出现另一个表单。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b709db18cc2282c5320a4b7b86f87c81c1e9427725a13cfc41160d6d598c9a16.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6dd0ec57910cc260aeda48d3e0555148476dfe415b5b918b1d2f0d613f64e83e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>表单第一个是要求填地址。</p><p>第二个是与2LTk1QjGptbMdHUVKYD6RzRuWv5hefTd1SrcZsS9o1ZEmvvppZmMfE36ChcEve7azJHXvrx5qptmBzDykaenTmTG 地址转账。 我们一个一个来。</p><p>首先进入 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polkadot.js.org/apps/#/explorer">https://polkadot.js.org/apps/#/explorer</a> 波卡 js 钱包</p><p>点黄框位置。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f4027ce72fd24d0a01dbdc9b8af35f2bb4d0b0c6517107000f3d34cbd8426061.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>在 Kusama 平行链下面找到 Calamari，点转换。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a6875e2dbac3310f266cee8a76d57aea064990bfe5db93cfc0ca9bfdf27aceaf.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>点击添加账户，记好助记词。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e09abaf05817b00a6ef33bb3f811de50aac1127552a8e5df19cf2c1b6c842ffe.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>创建账户后，点击账户名称的位置，右上角复制。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5713a47c6025e0c46d2d2a1219a99fd1a9004d90830c5defa759efb1a0b255f2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>地址填进谷歌表单，然后复制第二个问题里的地址。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/277517995724942026da7a97752282b3e27dc3fd38196f10d0c05d88fe55266a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>点击“ Public ”进入隐私地址。然后把复制的地址，填进去。</p><p>如果发现隐私地址里没有余额，则要切换回“ Public ”公共地址，把代币 To Private，转换成隐私代币，再来操作。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/708c4d4003bc96c681cd2913649fd0e087bfbe991e87af1e15963975f583efc8.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>点击“ Private Transfer ”，也就是隐私交易。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5e5cab437192b6658db6764136fc4e1e0cd3872c468076bfaa6a136e4a2e1863.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>点击 Manta Signer 授权。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9e738c8e7bcc24c15d41f2ff4b946016eb67a33698cde6157e61b515bbff7e1f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>右上角，点击链接，找转账哈希值。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e640d2ab768f0c7c2d2ea6a8f354c65e86eb8d038fd50537c5689d5823700978.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>复制哈希值。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fd6825e553d667049d99bbf747ec699a00e9d34a8b816f9f472bcefb8e85359e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>哈希值填到表单第二栏，提交即可。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/672e0267a8ee9659ed81a3911221ad9ec1070c91f50df93e46fdbe3ac621a8bc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-5-kma" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5.如何将 KMA 奖励卖出？</h3><p>进入 Solarbeam，在跨链桥里把资产转过来。</p><div data-type="embedly" src="https://app.solarbeam.io/zh-CN/bridge" data="{&quot;provider_url&quot;:&quot;https://app.solarbeam.io&quot;,&quot;description&quot;:&quot;Solarbeam - The AMM on Moonriver.&quot;,&quot;title&quot;:&quot;Solarbeam App&quot;,&quot;mean_alpha&quot;:66.4508928571,&quot;thumbnail_width&quot;:115,&quot;url&quot;:&quot;https://app.solarbeam.io/zh-CN/bridge&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/16b0de34595974f1d9185bf91bb73b32e194e5fcce607d4f39f8789a44af86de.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Solarbeam App&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:112,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:115,&quot;height&quot;:112,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/16b0de34595974f1d9185bf91bb73b32e194e5fcce607d4f39f8789a44af86de.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/16b0de34595974f1d9185bf91bb73b32e194e5fcce607d4f39f8789a44af86de.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://app.solarbeam.io/zh-CN/bridge" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Solarbeam App</h2><p>Solarbeam - The AMM on Moonriver.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.solarbeam.io</span></div><img src="https://storage.googleapis.com/papyrus_images/16b0de34595974f1d9185bf91bb73b32e194e5fcce607d4f39f8789a44af86de.png"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8e0ab402e43f763d6f65e9d74f1dff46fe2c731948abda617a1109c797f2f3be.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>然后去兑换里把币卖掉。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6f982a6863354b02e0b4577c65831149125469f3bf68facced233872ec12e2c5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Manta这个项目，以及零知识证明zk这个赛道，可长期关注。</p><h3 id="h-mantahttpstwittercommantachina" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Manta中文推特：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/manta_china">https://twitter.com/manta_china</a></h3><h3 id="h-manta" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Manta中文公众号：</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/67047b862c4f9c5225646e3ef3aa7f4c525a81ede772d043842142c2c626f76b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9ad008fe9437827a075fff0bd98d0e362f2e025a75c48f261d96a883b6bc0bff.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[What kind of chemistry will Polkadot + LayerZero create? Analysis of the OmniBTC ($SO) project, an all-chain trading platform]]></title>
            <link>https://paragraph.com/@godotsancho/what-kind-of-chemistry-will-polkadot-layerzero-create-analysis-of-the-omnibtc-so-project-an-all-chain-trading-platform</link>
            <guid>XfImljL10xHhNQcrGncS</guid>
            <pubDate>Mon, 18 Jul 2022 14:33:03 GMT</pubDate>
            <description><![CDATA[Twitter@godotsanchoWhat happens when you combine two leading cross-chain projects, built on LayerZeo and participating in the Polkadot slot auction? This is what OmniBTC will experiment with.What is OmniBTC?OmniBTC, formerly SOSwap, is an omni-chain DeFi platform built by the ChainX team based on the LayerZero protocol, offering Token omni trading and omni lending of BTC.SOSwapCore functions include. 1/ All-chain trading. Based on LayerZero chain-wide interoperability and MMC (Maker Margin Co...]]></description>
            <content:encoded><![CDATA[<h3 id="h-twittergodotsancho" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Twitter@godotsancho</h3><p>What happens when you combine two leading cross-chain projects, built on LayerZeo and participating in the Polkadot slot auction? This is what OmniBTC will experiment with.</p><h2 id="h-what-is-omnibtc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is OmniBTC?</h2><p>OmniBTC, formerly SOSwap, is an omni-chain DeFi platform built by the ChainX team based on the LayerZero protocol, offering Token omni trading and omni lending of BTC.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f6e189d99440cbb94f887f9169aa8e0ffd81b57cc98f55329fc73b44412373fc.png" alt="SOSwap" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">SOSwap</figcaption></figure><p><strong>Core functions include.</strong> 1/ All-chain trading. Based on LayerZero chain-wide interoperability and MMC (Maker Margin Contract) contract, users can trade Tokens from any chain.</p><p>When users trade, OmniBTC will calculate the best slippage and Gas scheme across DEX according to the algorithm, and divide the transaction amount into several parts to ensure that users complete the transaction in the best way.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/865cb92fa006f961435a9a0fb9eb42b8c5e4f28f2ef9190b711c8184854835ef.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2/BTC all-chain lending. Combining ChainX with LayerZero, users can lend out BTC to any stable coin on any chain. For this feature, you need to cross-chain BTC to ChainX Bitcoin Taproot multi-signature address first to get XBTC. Then complete lending by ChainX and LayerZero.</p><p>The benefit of going through XBTC and then all-chain lending is that you don&apos;t have to wait for BTC&apos;s often 10-minute long block confirmation time when cross-chaining with BTC, shortening the waiting time. This is especially crucial for margin calls in extreme market conditions.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d139d8d901671447ea06c343fb2c8e38df13d21d84122b81ebec33afdcaf5726.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Currently, OmniBTC is deployed to the Arbitrum and BSC networks and is participating in the current round of Polkadot slot auctions.</p><p>Users who vote DOT for OmniBTC will receive 0.3 SO Token per vote.</p><p>0.33 SO Token per vote if voted via ComingChat.</p><p>OmniBTC will establish a parallel chain of WASM + EVM, and LayerZero protocol will also be deployed in the parallel chain EVM, bringing omni transactions into Polkadot ecology, while users can use BTC to borrow stable coins USDT, aUSD, etc. within Polkadot ecology.</p><p><strong>Summary</strong> OmniBTC is an omni-chain trading platform, as well as a BTC omni-chain lending platform, built on LayerZero and Polkadot.</p><p>Using LayerZero omni-chain properties, it builds an entrance between Polkadot and omni-chain , helping aUSD and other Polkadot ecological native Tokens to increase liquidity and collateral categories.</p><h2 id="h-tokenomics" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Tokenomics</h2><p>OmniBTC native Token SO, total supply of 210,000.</p><p>Output 0.05 SOs per minute, 72 per day, halved every 2.1 million minutes.</p><p>SO is allocated to users according to LP pool weight and LP ratio. PCX, USB, KSX, MINI trading pool weight is 5, SO with these four Token trading pool weight is 10, the rest is 1.</p><h2 id="h-current-operation-of-the-project" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Current operation of the project</h2><p>Currently, OmniBTC official website (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://omnibtc.finance/">https://omnibtc.finance/</a>) shows that the application is not yet live (coming soon). SOSwap, current TVL $1.83 million, current TVL is the historical peak. 24-hour trading volume $1570, peak trading volume is $178,420.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7aa70d4d2f226908011f6784665ec14edff1bb4ea340089c73fb50585cab54d7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>SOSwap was launched in March 2022 and is currently live for trading, cross-chain bridges, liquidity mining, and supports SherpaX EVM , ChainX EVM and Polkadot mainnet.</p><p>However, currently, certain features are not available when switching to ChainX and Polkadot chains. The main TVL and transactions are concentrated on the SherpaX chain.</p><p>In addition, OmniBTC will be integrated into ComingChat, another web3 social finance application in the ChainX ecosystem, which allows the 8 million ComingChat users worldwide to easily use OmniBTC on their cell phones.</p><h2 id="h-project-analysis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Project Analysis</h2><h3 id="h-1-is-there-a-demand-for-it-how-big-is-the-market-where-it-is-located-what-is-the-current-market-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1/ Is there a demand for it? How big is the market where it is located? What is the current market situation?</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5a20aac1e44b2022324657bcda86c9d968a41307799304e00ff65e2c5ce43639.png" alt="Data as of July 16, 2022, 13:30 UTC" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Data as of July 16, 2022, 13:30 UTC</figcaption></figure><p>In this paper, we choose ThorChain and Stargate Finance as the benchmark; ThorChain is an independent public chain and Stargate is an application built on LayerZero.</p><p>OmniBTC is also built on LayerZero, and it participates in Polkadot slot auction and plans to become a parallel chain, so ThorChain with public chain and Stargate with application are selected for comparison.</p><p>(1) Stargate mainly provides cross-chain function for EVM chain stablecoin and ETH.</p><p>While ThorChain provides many non-EVM chain cross-chain functions, even PoW and PoS cross-chain, such as Dogecoin.</p><p>(2) Both of these all-chain protocols have over 100 million TVLs. According to DeFiLlama, Stargate TVL is ranked 25th among all included dApps, and ThorChain is ranked 10th among included public chains, second only to Arbitrum and higher than Optimism.</p><p>(3) ThorChain stipulates that when providing liquidity, users need to provide RUNE with other Tokens in a 1:1 ratio, which means that RUNE actually acts as a oracle and is priced by the RUNE Token in relation to other Token exchange. Therefore, ThorChain TVL is more closely related to RUNE.</p><p>(4) From the current point of view, OmniBTC native Token economic model, more like STG, the relationship between market value and TVL, and the relationship between FDV and TVL, perhaps similar to Stargate. At that time, the TVL and ratio can be used to invert the SO market cap and FDV.</p><p>(5) In the current bear market, the Stargate protocol still has a 24-hour trading volume of $2.8 million, while ThorSwap, the main DEX protocol of the ThorChain ecosystem, has a 24-hour trading volume of over $30 million.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/706d8cfb76eeca3d780165a88c07077771bf57acb59fb9bc24946871e6c3cb9e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c02145c8fb799580f34c8e641aa2d9d4112e462a27116ebcc6468f5c032bc9a0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>(6) According to ThorChain and ThorSwap data, BTC, bUSD, ETH, BNB, USDC cross-chain is the main demand in terms of historical trading volume and current day trading volume.</p><p>In summary, OmniBTC is in the all-chain trading market, and the demand exists. Both ThorChain, an independent public chain, and Stargate, also built on LayerZero, have a TVL of over $400 million and a 24-hour transaction volume of over a million dollars in a bear market.</p><h3 id="h-2-what-are-the-core-competencies-of-the-project-does-it-create-a-barrier-competitive-pairing-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2/ What are the core competencies of the project? Does it create a barrier? Competitive pairing situation?</h3><p>At the full chain trading level. OmniBTC competitiveness is that (1) ChainX team has been steeped in BTC research for many years, and has certain advantages in securing assets and other technical aspects. (2) The support of Polka ecology.</p><p>Within the polka ecology. OmniBTC advantage is that there is no similar project at the moment. It has a first-mover advantage.</p><p>In fact, OmniBTC can be said to have certain advantages, but it is difficult to say whether it has built a barrier. The competitors are as shown in ThorChain and Stargate.</p><p>In the future, to observe whether OmniBTC has built a barrier, we can focus on the following indicators. (1) XBTC balance on ChainX chain. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://scan.chainx.org/crossBlock">https://scan.chainx.org/crossBlock</a> (2) The adoption of XBTC by other DeFi projects in the Polkadot ecosystem, and the XBTC pool liquidity.</p><p><strong>Additional Bitcoin Taproot related knowledge.</strong> ChainX CEO Guo Guanghua has introduced the advantages of using Taproot in the AMA.</p><p><strong>What is Taproot?</strong></p><p>Taproot contains two important components: the MAST contract (MAST contract) and the Schnorr signature (Schnorr signature).</p><p>The MAST contract is a Merkle-tree-style data structure. Schnorr signature is an asymmetric cryptographic algorithm that allows linear addition to the signature.</p><p><strong>What are the benefits of Taproot?</strong></p><p>Taproot improves data privacy prior to, and during, bitcoin transactions. Also, multiple signatures can be added linearly within one, saving storage space and verification procedures, and improving performance. Breaking the original 15 multi-signature limit of Bitcoin, it is more decentralized.</p><p>In addition, the MAST contract incorporates scripting programming for greater programmability.</p><p><strong>ChainX and Taproot</strong></p><p>We quote here from the official ChainX Blog (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chainx-org.medium.com/610-million-stolen-from-ronin-bridge-how-does-chainx-keep-user-assets-safe-">https://chainx-org.medium.com/610-million-stolen-from-ronin-bridge-how-does-chainx-keep-user-assets-safe-</a>) d84a545e5936).</p><p>ChainX’s custodians use the ComingChat threshold wallet with Taproot technology for multi-signature. Each trust keeps its own private key fragments, and these private key fragments are aggregated off-chain to form aggregated private keys and aggregated public keys.</p><p>In the traditional multi-signature scheme, people can know the address (public key) of each trust from the chain.</p><p>Based on these addresses, hackers then use further methods to steal the private keys corresponding to these addresses. Taproot fundamentally solves this problem.</p><p>The Schnorr algorithm can realize the off-chain aggregation of private key fragments, so the outside world can only see a new address aggregated from the addresses of the 10 trustees on the chain, and people cannot even know whether it is an ordinary single signature or Multi-signature.</p><p>f it is impossible to know the respective addresses of each trust, it is naturally impossible to know the respective private keys of each trust. This ensures the absolute security of user assets.</p><h3 id="h-3-what-are-the-current-shortcomings-of-the-project" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3/ What are the current shortcomings of the project?</h3><p>(1) OmniBTC is currently under-publicized and under-attended. There are 2,112 Twitter followers. (2) The balance of XBTC on ChainX chain is 19.6536 pieces in total. At the funding level, it does not help OmniBTC much.</p><p>(3) Currently there are not many trading pairs available in OmniBTC DEX, the Token variety is not rich enough, and it is concentrated on the EVM chain SherpaX. A large number of Swap Pools are underfunded and cannot be traded.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/40692a1bf2c84c4767ef53e308f0ea647b3e92934d210b4d1a6619dc449c8a9a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-4-future-direction-of-the-project-how-expandable-is-the-business-can-business-expansion-expand-market-capitalization" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4/ Future direction of the project? How expandable is the business? Can business expansion expand market capitalization?</h3><p>(1) The launch of the non-custodial model, in improving BTC cross-chain security, with liquidity mining incentives, and the adoption of XBTC by other projects in Polkadot ecology. It may be able to gain more market share.</p><p>(2) OmniBTC is still in the early stage, there is still a lot of work to do in terms of liquidity building, and the BTC omni-chain lending pool is not yet online.</p><p>(3) OmniBTC BTC omni-chain lending is planned to cooperate with MakerDAO. If the BTC all-chain lending is then combined with PCX rewards, it may attract more users and share part of the market share of wBTC and renBTC.</p><h3 id="h-5-team-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5/ Team situation?</h3><p>OmniBTC is developed by the PolkaX team. The team is currently developing the Bitcoin Layer2 network ChainX, the crypto chat tool ComingChat, the EVM network SherpaX, and more.</p><p>In the official Blog published on August 3, 2021 (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chainx-org.medium.com/chainx-an-overview-a418005e54bf">https://chainx-org.medium.com/chainx-an-overview-a418005e54bf</a>), the current 5 development teams are introduced.</p><p>Working on XBTC 2.0, Taproot integration, EVM and WASM, ComingChat UI and UX, and ComingChat Red Envelope for Coming Chat, respectively.</p><h3 id="h-6-social-media-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6/ Social media situation?</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/380f9f1af4431ec9b84258bc1199719c4ca69f24ec0a0998e91fc4bb7aaf8ca8.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-7-under-what-circumstances-can-barriers-be-broken-how-can-you-tell-when-a-barrier-is-broken-what-are-the-indicators" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">7/ Under what circumstances can barriers be broken? How can you tell when a barrier is broken? What are the indicators?</h3><p>OmniBTC is still in its early stage and has not built a competitive barrier. As mentioned earlier, one can focus on. (1) XBTC balance on ChainX chain. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://scan.chainx.org/crossBlock">https://scan.chainx.org/crossBlock</a> (2) XBTC adoption by other DeFi projects in the Polkadot ecosystem, and XBTC pool liquidity.</p><h3 id="h-8-what-are-the-people-and-drivers-of-token-selling-and-buying-respectively-can-the-demand-for-token-purchases-be-sustained-can-it-offset-token-sell-offs-can-business-expansion-increase-demand-for-tokens" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8/ What are the people and drivers of token selling and buying, respectively? Can the demand for token purchases be sustained? Can it offset token sell-offs? Can business expansion increase demand for tokens?</h3><p>As of now, the SO sell-off is mainly coming from liquidity mining rewards.</p><p>Token application scenarios other than liquidity mining have not been fully announced. Perhaps a Gas scenario will be available in the future.</p><p>In the long term, SO value will come primarily from demand for governance of the BTC omni-chain lending pool, and treasury revenue for purchase to destroy SO, or possibly through a deflationary scenario similar to the EIP1559 proposal, but the time required is all expected to be long.</p><h3 id="h-9-risks" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">9/ Risks?</h3><p>(1) Systemic risks from the security side. (2) Substitution risk from Polkadot ecology in addition to the full chain of projects.</p><h2 id="h-twitter-godotsancho" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Twitter @godotsancho</h2>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/f040c8c0ac1cf4f4672a1be3343899ba006cfabb9b7ebe76ab4102389e493657.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[AltLayer : An Alternative Solution to Application Chain]]></title>
            <link>https://paragraph.com/@godotsancho/altlayer-an-alternative-solution-to-application-chain</link>
            <guid>pMyntAPLXbJjOsQKtn7w</guid>
            <pubDate>Tue, 12 Jul 2022 10:04:56 GMT</pubDate>
            <description><![CDATA[Twitter @godotsanchoWhat is an application chain?An application chain is a blockchain that is built specifically for a certain application. For example, Ronin for Axie Infinity In addition, dApps originally built on Layer1 or Layer2 can escape from the original public chain and develop customized public chains independently in order to further improve the scalability and experience of dApps and extend the application scenarios. Such as dYdX. Recently, dYdX, the largest derivatives trading pla...]]></description>
            <content:encoded><![CDATA[<p><strong>Twitter @godotsancho</strong></p><h2 id="h-what-is-an-application-chain" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is an application chain?</h2><p>An application chain is a blockchain that is built specifically for a certain application. For example, Ronin for Axie Infinity</p><p>In addition, dApps originally built on Layer1 or Layer2 can escape from the original public chain and develop customized public chains independently in order to further improve the scalability and experience of dApps and extend the application scenarios. Such as dYdX.</p><p>Recently, dYdX, the largest derivatives trading platform in Ethereum, announced that it would develop its own Layer1 based on Cosmos SDK and break away from Ethereum in the V4 update.</p><p>Compound had also planned to develop its own custom chain based on Substrate, a Polka technology framework, before it was suspended for some reason.</p><p>Yuga Labs (the entity behind CryptoPunks, BAYC, Meebits and other blue chip NFTs) had proposed that ApeCoin needs its own blockchain or migrate to a network such as Avalanche.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5c4a9e296d17012409271bc606f98334c6f59915c1bb9486b3ed38a817121d30.png" alt="Yuga Labs&apos;s Twitter" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Yuga Labs&apos;s Twitter</figcaption></figure><h2 id="h-why-develop-an-application-chain" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Why develop an application chain?</h2><p>Existing networks, such as Ethereum, do not meet the project requirements. For example</p><p>dYdX is currently built on Ethereum Layer2 StarkWare. It is only when funds are transferred to and from the margin account that StarkWare uploads the transaction results to Ethereum, and other operations are not on the chain.</p><p>dYdX wants to pursue complete decentralization of functions and components, and user operations based on order books, which also need to be on the chain.</p><p>Therefore, it was either to change the existing transaction method and turn the order book into AMM or other ways, or to move away from Ethereum. The team chose the latter.</p><p>Yuga Labs proposed the migration in the context of the Bored Ape virtual land Otherdeeds sale when gas rose sharply and caused network congestion, ultimately contributing a total of $180 million in sky-high Gas prices.</p><p>In a word, Layer1 and Layer2 such as Ethereum meet the generality. With the development of dApp, generality can no longer meet all the needs, and on the basis of generality, more specialized and customized functions or implementations are needed.</p><h2 id="h-about-the-choice-and-controversy-of-application-chain" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">About the choice and controversy of application chain</h2><p>Currently there are three main options for application chain development: based on Cosmos SDK, Polkadot Substrate, and Avalanche Subnet development.</p><h3 id="h-for-comparison" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">For comparison.</h3><p>Cosmos advantages: easy access, cross-chainable</p><p>Disadvantages: ecological projects need to ensure their own security</p><p>Polkadot advantage: ecological projects can share security and can cross-chain</p><p>Disadvantage: XCMP cross-chain model of pay-per-block is not yet online, currently cross-chain requires participation in parallel chain slot auctions</p><p>Avalanche advantage: easy access, can share security</p><p>Disadvantage: SDK is not online, currently no cross-chain</p><p>Cosmos is more like Avalanche in that it is license-free to cross chain and projects have unrestricted access to the SDK.</p><p>The difference is that Cosmos does not guarantee the security of the accessed projects and projects need to create their own verification nodes.</p><p>Avalanche allows projects to share the security with verification nodes of Avalanche main network.</p><p>Polkadot has been created with security in mind from the beginning. Projects can share Polkadot authentication nodes and use the consensus of Polkadot, but access requires a vote of DOT holders, i.e. slot auction.</p><p>Even if a project successfully wins the slot, it still requires permission from both sides when communicating with other projects across the chain.</p><h2 id="h-altlayer-an-alternative-solution" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">AltLayer: An Alternative Solution</h2><p>AltLayer is a temporary scaling layer built on the concept of Optimistic Rollups that connects to Layer1 and Layer2 of Ethereum, Solana, Polkadot, Cosmos, and even Arbitrum, Optimism, and more.</p><p>When temporary scaling is needed on these networks, such as a Otherdeeds sale, AltLayer can temporarily help scale Ethereum, improving performance and reducing Gas. when the sale ends, AltLayer is no longer needed and the Ethereum network remains as usual.</p><p>The advantage is that projects can still be developed based on the original network and enjoy the dividends of the original network without having to migrate.</p><p>AltLayer supports multiple chains and multiple VMs, and supports EVM and WASM by default, so AltLayer is not tied to a single Layer1 or Layer2, but can be used as a modular and pluggable extension solution for all EVM and WASM compatible chains.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eafbf0067fbea29541e130ded257bd1ce34b042d071ff834226b34662e7a7aef.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>AltLayer has received a total of $7.2 million in institutional and individual funding.</p><h2 id="h-altlayer-analysis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">AltLayer Analysis</h2><h3 id="h-1does-altlayer-meet-the-market-demand" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1/Does AltLayer meet the market demand?</h3><p>Projects enjoy the dividends brought by liquidity on Ethereum and user traffic on the one hand, and are troubled by the high Gas and congestion of Ethereum on the other hand, and do not want to participate in the competition for network resources.</p><p>That&apos;s why a large number of EVM chains are created.</p><p>This kind of relationship that projects want to pursue, coupled with Ethereum, is exactly what AltLayer needs.</p><p>AltLayer value can be significantly cyclical. In a bull market, AltLayer demand will soar. In bear markets, subject to low on-chain activity, AltLayer demand will also decrease.</p><h3 id="h-2-what-are-the-core-competencies-of-the-project-are-barriers-created-competitive-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2/ What are the core competencies of the project? Are barriers created? Competitive situation?</h3><p>Currently, there are no projects similar to AltLayer&apos;s concept. AltLayer has a more than sufficient first-mover advantage.</p><h3 id="h-3-team" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3/ Team</h3><p>Founder Yaoqi Jia, former Director and GM of Parity Asia, co-founder and CTO of Zilliqa. Profile can be found at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://jiayaoqi.com/">http://jiayaoqi.com/</a>.</p><p>Dorothy Liu, head of growth, was formerly head of Synthetix China.</p><h3 id="h-4-social-media-profile" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4/ Social media profile</h3><p>Twitter: 16001 Discord: 16134 Telegram: 458</p><h3 id="h-5-what-are-the-people-and-drivers-of-token-selling-and-buying-respectively-can-the-demand-for-token-purchases-be-sustained-can-it-offset-token-selling-can-business-expansion-increase-demand-for-tokens" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5/ What are the people and drivers of token selling and buying respectively? Can the demand for token purchases be sustained? Can it offset token selling? Can business expansion increase demand for tokens?</h3><p>The AltLayer token model has not been released yet. Hopefully, it will not just be &quot;mine, withdraw and sell&quot;.</p><p>My personal thought is that one should never follow POKT&apos;s token model.</p><p>The ways I can think of to empower AltLayer tokens.</p><p>1/ When Layer1 or Layer2 users use AltLayer, they pay Gas in native tokens normally. for example, there is an event on Ethereum now, which needs to use AltLayer, users still pay Gas in ETH. the paid Gas goes to AltLayer treasury.</p><p>2/ The treasury proceeds, part of which is rewarded to the pledger of AltLayer Token, and the other part is used to buy AltLayer Token from the secondary market at market price and destroy it, turning AltLayer into a deflationary token.</p><p>3/ 1/ In the mentioned content, users can also use AltLayer Token to pay for Gas. users can independently choose the lowest way to pay for Gas. AltLayer official can provide Gas conversion function, just like the once 1inch.</p><p><strong>Twitter @godotsancho</strong></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b7d78cfc3e6a9edd1f8a48a5eeb52a119908f0626dc534159715ff8e3db7d354.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The power of GLP liquidity, analysis of the underrated on-chain derivatives trading platform Gmx (GMX) project]]></title>
            <link>https://paragraph.com/@godotsancho/the-power-of-glp-liquidity-analysis-of-the-underrated-on-chain-derivatives-trading-platform-gmx-gmx-project</link>
            <guid>aUwTbx6FAq2VDuOQBe42</guid>
            <pubDate>Sun, 03 Jul 2022 12:14:32 GMT</pubDate>
            <description><![CDATA[Twitter@godotsanchoProject DescriptionGmx is a DEX platform that supports both spot and perpetual contracts and currently focuses its main business on derivatives trading. Formerly known as Gambit, a BSC on-chain project, it was migrated to Arbitrum and supports the Avalanche (AVAX) chain. Unlike dYdX and Perpetual Protocol, Gmx does not use an order book or AMM model, but a GLP liquidity model. By ‘GLP liquidity model’, we mean that when a user provides liquidity to Gmx, instead of providing...]]></description>
            <content:encoded><![CDATA[<p><strong>Twitter@godotsancho</strong></p><h2 id="h-project-description" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Project Description</h2><p>Gmx is a DEX platform that supports both spot and perpetual contracts and currently focuses its main business on derivatives trading.</p><p>Formerly known as Gambit, a BSC on-chain project, it was migrated to Arbitrum and supports the Avalanche (AVAX) chain.</p><p>Unlike dYdX and Perpetual Protocol, Gmx does not use an order book or AMM model, but a GLP liquidity model.</p><p>By ‘GLP liquidity model’, we mean that when a user provides liquidity to Gmx, instead of providing two tokens in a 1:1 ratio, such as ETH/USDT, they directly purchase and pledge the liquidity token GLP issued by the Gmx Protocol, and by pledging GLP, they participate in Gmx market making.</p><p>The GLP itself represents a blanket collection of tokens with the weights shown in the following chart.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f5a38fe04dc57250e1b4c1743b80e00d2e4a19221cd759ba6084d9f9e7feda8.png" alt="https://gmx.io/dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://gmx.io/dashboard</figcaption></figure><p>In fact, when a trading user long ETH, it is equivalent to borrowing ETH assets from the GLP pool. Opening short is equivalent to borrowing stablecoin assets.</p><p>In other words, the counterparty of a Gmx open user is actually a user who has pledged GLP.</p><p>The price of GLP, therefore, will go down or up as the trading user makes a profit or a loss.</p><p>The advantage of ‘GLP liquidity model’ is that the depth can be consolidated, theoretically infinite as long as the GLP pool has remaining assets. Second, trading fees are low and there is no slippage.</p><p>Users can buy or sell GLP directly within the Gmx platform. GLP are backed by real assets, and users can also choose to redeem other assets with GLP.</p><p>Pledged GLP, which can share 70% of the platform&apos;s fee income, currently have an APR of 30.9%.</p><p>For trading users, positions can be opened after depositing margin. Gmx currently supports four varieties of ETH, BTC, LINK, and UNI, and supports users to open the above four varieties using ETH, wETH, BTC, LINK, UNI, USDC, USDT, DAI, FRAX, and MIN, with a maximum support of 30 times leverage.</p><p>In addition, it should be noted that the assets represented by GLP have a target weighting, and when the actual weighting deviates too much from the target weighting, the fees for opening a position with that asset will also increase, so as to correct the asset weighting.</p><h2 id="h-project-data-status" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Project data status</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7e0d7ef7bf147a52b93872cc4d96ec1f8681d1e463c66d013d3bdd5854b883e3.png" alt="https://gmx.io/dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://gmx.io/dashboard</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b7040103215f6279f8de601f592fda67af7c3735e809e257bcbfa474cef452e0.png" alt="https://gmx.io/dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://gmx.io/dashboard</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/935966f3a4aa9a013f0266ae060c1b720e13e175ddf7da90d9de9a97d0c86a17.png" alt="https://gmx.io/dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://gmx.io/dashboard</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6dbc514bc356f2f51901a753866c2a50e3f907ac3d31beb52da9a5150fb3b7ca.png" alt="https://gmx.io/dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://gmx.io/dashboard</figcaption></figure><p>As shown in the chart above, Gmx&apos;s cumulative trading volume in Arbitrum and Avalanche exceeds $45 billion, total fee income exceeds $60 million, total users exceed 48,000. Open positions in Arbitrum network exceed $14 million.</p><p>The total 24-hour trading volume exceeded $110 million, and the total fee income exceeded $310,000 in the last 2 days.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9f6d714d65ac79650787c512be39d18898f7a5b0103272b54d481f174e0ef2bb.png" alt="Delphi digital" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Delphi digital</figcaption></figure><p>According to Delphi data, the GLP pool has been rising since August 21 of last year.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e6ccfd7a2ce69559791f8d64d3358f46afd5252606763459992b4f3a65aabc94.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>According to tokenterminal data, Gmx 30-day protocol revenue, ranked 14th, surpassed old DeFi and public chains like Sushi and Avalanche, and the 180-day revenue growth rate reached 183.1%.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/421b83be9462c30cc3765325c2e1fc74ad04124964a1b94455c241c547fd08fd.png" alt="Trading volume data sources Tokeninsight, dYdX, Gmx" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Trading volume data sources Tokeninsight, dYdX, Gmx</figcaption></figure><p>In the data above, Gmx trading volume is the sum of spot and derivatives trading volume, while the rest of the platforms only recorded derivatives trading volume.</p><p>If you compare them horizontally, you will find that the current Gmx trading volume is equivalent to the derivatives trading volume of second-tier trading platforms such as Kraken, and there is a small gap between first-tier platforms such as Binance, and the derivatives DEX leader dYdX.</p><h2 id="h-stable-coin-trading" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Stable Coin Trading</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ca347b53a81967bbb8d96ccb8cbe305b9567838e65fdeb129acb8c527d6d5db5.png" alt="Gmx" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Gmx</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c20a780365006f95be45131a3dd8fa3523bc0e9e8d5975d00d2c8f65e8fd74a4.png" alt="Traderjoe" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Traderjoe</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/365ea91caf763c42dda1c2e68c184ce6ad58d064586079155ee7ec9a950c3f33.png" alt="Platypus" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Platypus</figcaption></figure><p>GLP Liquidity model brings an unexpected benefit in the form of low stablecoin exchange slippage. As the chart shows, Gmx is not only smaller than Traderjoe in terms of large stablecoin slippage, but even outperforms Platypus, an Avax ecosystem project dedicated to stablecoin exchange.</p><h2 id="h-token-economic-model" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Token economic model</h2><p>The total number of GMX issued is 13,250,000, the current circulation is 7,721,700, the tokens under pledge are 6,627,000, the pledge ratio is 85.8%, and the actual liquidity is 1,098,800.</p><p>The current coin price is $17.24, the actual liquidity is $18,874,300, and the FDV is $228 million.</p><p>6 million from XVIX and Gambit (predecessor of GMX) migration 2 million with ETH in Uniswap to form LP as initial liquidity 2 million for GMX&apos;s pledged rewards 2 million to be managed by the Floor Fund (to support GMX prices) 1 million for marketing, partnerships and community 250K to be distributed linearly to the team over 2 years</p><p><strong>GMX usage scenarios.</strong></p><ol><li><p>Participate in the governance of the agreement</p></li><li><p>Pledge GMX, share 30% of the platform&apos;s fee income, issued in the form of ETH or AVAX</p></li><li><p>Pledge to get GMX rewards</p></li><li><p>Get Multiplier Points</p></li></ol><p><strong>Floor Price Fund.</strong></p><ol><li><p>Liquidity of GMX/ETH transaction pair on Uniswap, added by Gmx protocol. The fee income generated by this trading pair will be converted to GLP and deposited into Gmx as a Floor Price Fund.</p></li><li><p>50% of the proceeds from the sale of Olympus bonds will also be deposited into the Floor Price Fund, and the other 50% will be used for marketing purposes.</p></li></ol><p>Floor Price Fund is used to maintain GLP liquidity or to repurchase and destroy GMX to guarantee the value of GMX.</p><h2 id="h-pledge-of-gmx" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Pledge of GMX</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f7420d459855c7a8e04fb2a75defd4567c18916e7b5f86dbe8316a9b788fafb3.png" alt="Gmx" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Gmx</figcaption></figure><p>As shown in the figure, users who pledge GMX are rewarded with</p><ol><li><p>Trading fee income, in the form of ETH or AMAX</p></li><li><p>GMX rewards</p></li><li><p>esGMX, which represents the Escrowed GMX</p></li><li><p>Multiplier Points</p></li><li><p>Users can pledge Multiplier Points to get Staked Multiplier Points</p></li></ol><h3 id="h-esgmx" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">esGMX</h3><p>esGMX is the abbreviation of Escrowed GMX.</p><p>esGMX is not transferable and there are two ways to use it: Stake and Vest.</p><p>Stake esGMX is the same as Stake GMX and also shares the platform fee revenue.</p><p>Vest, on the other hand, converts esGMX into GMX and requires a 1-year waiting period, in which esGMX is converted into GMX proportionally every second for 1 year. during the vest process, users still need to continue to pledge GMX or GLP.</p><h3 id="h-multiplier-points-mp" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Multiplier Points (MP)</h3><p>The main purpose of MP is to reward long-term holders. When a user pledges GMX, MP is earned every second. 1000 GMX pledged for one year will earn 1000 MP. Users can continue to pledge MPs and each MP earns the same amount as a GMX pledge. Once the user cancels the pledge of GMX, the corresponding percentage of MPs will be destroyed.</p><p>In other words, when a user initially pledges GMX, he or she receives esGMX and MP, and can repledge esGMX and MP to increase the APR. the larger the number of GMX pledged and the longer the pledge, the higher the percentage of the agreed revenue that can be shared.</p><p>Conversely, once the user cancels the pledge of GMX, the revenue of esGMX and MP, will also be affected.</p><h3 id="h-the-future-of-gmx-x4" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">The Future of Gmx: X4</h3><p>Gmx creator X is a serial entrepreneur whose previous projects are known as X1, X2, and X3.</p><p>X1 is XVIX, X2 is a leveraged token, X3 is Gambit, and GMX is an improved version of Gambit. X4 will be designed around Gmx.</p><p>X4 is a custom AMM that allows the pool creator, through a smart contract, to define any contract or function to be invoked when adding or removing liquidity, or when a user buys or sells tokens. For example</p><p>Dynamic Fees. The pool creator, can set fees, can set different fees for buying and selling actions, can specify Tokens as Gas, etc.</p><p>Access to all Tokens. Ability to trade special tokens such as GLP, which represent mimetic assets.</p><p>Greater Composability. For example, LP Token is used as a tradable Token, Mint at purchase and redeemed at sale.</p><p>Aggregation (Aggregation). Aggregation of multiple DEX liquidity, similar to 1inch.</p><p>In other words, in the future, Gmx will become a spot aggregation DEX + derivatives DEX platform, which can even create scenarios such as ICO and LBP.</p><h2 id="h-analysis-of-gmx-token-value-and-potential-risks" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Analysis of GMX token value and potential risks</h2><h3 id="h-1-how-big-is-the-market-where-gmx-is-located-what-are-the-current-market-conditions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1/ How big is the market where Gmx is located? What are the current market conditions?</h3><p>According to TokenInsight and Coinmarketcap data, as of 8:00 p.m. (UTC) on July 2, the total market capitalization of global crypto assets was $864.01 billion, total trading volume was $225.08 billion, derivatives turnover was $122.88 billion accounting for 54.6%, and DEX open interest value was $285.96 million, accounting for only 1.01%.</p><p>(1) Trading is the most dominant activity in the crypto market. The track has broad prospects and fierce competition. (2) Total derivatives trading is gradually overtaking spot, in line with traditional financial markets. As the crypto market develops, derivatives trading is expected to grow further and the volume of trading is exponentially the same as spot trading. (3) The 24-hour trading volume, DEX accounts for only 1.19%. However, in terms of specific projects, dYdX already has a certain volume, and its 24-hour trading volume and open interests have exceeded those of mainstream trading platforms such as Bitfinex and Kraken. 24-hour trading volume of Gmx is basically the same as Bitfinex and Kraken, and its open interests are inferior to them.</p><p>To sum up, Gmx is in the largest volume and most competitive track in the industry. At present, the project&apos;s competitiveness has been initially revealed, and we need to focus our analysis on whether the project&apos;s competitiveness can be sustained, and how strong the substitutability is.</p><h3 id="h-2-what-are-the-core-competencies-of-the-project-does-it-create-a-barrier-competitive-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2/ What are the core competencies of the project? Does it create a barrier? Competitive situation?</h3><p><strong>Macro situation.</strong></p><p>As a trading platform, the competitiveness is reflected in the safety of funds, stable trading system, good trading experience, including deep depth, low slippage, less commission, more ways to trade, easy operation, and rich tradable assets.</p><p>On the other hand, trading platforms are more likely to have a Matthew effect.</p><p>The better the depth and the lower the slippage, the more trading users there will be and the more trading volume there will be, and then the depth and slippage will be more optimized, forming a positive cycle.</p><p>At the same time, the number of market makers that can be attracted increases, and the number of online assets will also increase.</p><p>The more revenue the platform generates, the more investment it makes in security and system development, and the more safety and security it provides.</p><p><strong>Comparative advantages of DEX and CEX.</strong></p><p>Mainstream CEX platforms such as Cryptocurrency, compared to DEX such as dYdX and Gmx, firstly, have OTC business, which is a more upstream capital entrance.</p><p>After users trade fiat currency into crypto assets, they can directly trade on CEX platform, which is more convenient.</p><p>Secondly, the first-mover advantage is obvious, the depth, slippage, asset type and pending order method are enough to meet the needs of most users.</p><p>More importantly, as a centralized platform, users can directly contact customer service to deal with funding or trading problems, and the centralized platform is in a position to compensate users based on stable and continuous cash flow gains.</p><p>The advantages of DEX over CEX, on the other hand, are first and foremost the ownership of funds. Large capital fears CEX platform restrictions on withdrawals, or the so-called &quot;fixed-point blast&quot; price manipulation, the problem of capital security.</p><p>Second, the trading algorithm advantages, such as global liquidity without slippage, AMM or native token incentive, etc.</p><p>Third, based on the token economic model, such as native token incentives, etc., to attract users to trade.</p><p><strong>Gmx core competencies.</strong></p><p>In terms of Gmx alone, its core competencies are mainly reflected in the ownership of funds and the advantage of large amount of no slippage brought by the GLP liquidity model.</p><p>Gmx can currently accommodate a maximum position of about $41 million for ETH, $25 million for BTC, $300,000 for LINK and $50,000 for UNI without slippage (0.3% actual slippage).</p><p>Taking ETH trading pairs as an example, dYdX can still have a trading slippage of less than 1% after accommodating a depth of 4 million USDT, and more than 4 million USDT, the trading slippage is greater than 1% and gradually enlarges as the amount of funds increases.</p><p>Perpetual&apos;s slippage has reached 5.5% when accommodating a depth of 100,000 USD.</p><p>In the case of LINK, for example, dYdX reaches 50.78% slippage when holding 200,000 USDDT. Perpetual has reached 10.6% slippage when accommodating a depth of 100,000 USD.</p><p>On the other hand, because of the GLP liquidity model, traders are actually borrowing coins from GLP, so they have to pay additional hourly borrowing fees in addition to the transaction fees.</p><p>Gmx is more suitable for large, short term trading. This is also the reason why Gmx trading volume is basically on par with Kraken and Bitfinex in the previous article, but the gap in open positions is larger.</p><h3 id="h-3-future-direction-of-the-project-how-expandable-is-the-business-can-business-expansion-expand-market-capitalization" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3/ Future direction of the project? How expandable is the business? Can business expansion expand market capitalization?</h3><p><strong>From a macro perspective.</strong></p><p>There is still room for growth in crypto market trading. Currently, the total value of world gold is about USD 10.87 trillion if the price is USD 1,800 per ounce. And the current total market capitalization of the crypto market is $865.07 billion.</p><p><strong>About Gmx.</strong></p><p>Gmx is currently foreseeable, with three directions of expansion. (1) Derivatives trading on line with more varieties, currently only four varieties of BTC, ETH, LINK and UNI are supported. (2) Spot Swap trading. (3) Based on the global liquidity without slippage feature, the large stable coin exchange is combined with other DEX to provide basic liquidity.</p><p>Based on the Gmx token economic model, the above business expansion and the increase in transaction fee income will increase the APR of GMX and GLP pledges and incentivize more locked positions. the increase in GLP locked positions will further increase the value of large openable positions, forming a positive cycle.</p><h3 id="h-4-team-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4/ Team situation?</h3><p>Project founder tweets nickname X (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/xdev_10">https://twitter.com/xdev_10</a>), serial entrepreneur, has created XVIX, Leveraged Token, Gambit, GMX projects. Other information is unknown.</p><h3 id="h-5social-media-profile" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5/Social media profile?</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d3855afd90b1dad09b3cdfa551ece49690a8a5f171c1c8af33f34371cc139760.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-6-potential-alternative-is" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6/ Potential alternative is?</h3><p>A better way to make a market</p><h3 id="h-7-under-what-circumstances-can-barriers-be-broken-how-can-we-tell-when-barriers-are-broken-what-are-the-indicators" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">7/ Under what circumstances can barriers be broken? How can we tell when barriers are broken? What are the indicators?</h3><p>(1) Security issues arise (2) GLP liquidity is siphoned off (3) Substitution</p><p>(1) Decrease in total GLP volume and price collapse (2) Plunge in trading volume</p><h3 id="h-8-what-are-the-people-and-drivers-of-token-selling-and-buying-respectively-can-the-demand-for-token-purchases-be-sustained-can-it-offset-token-selling-can-business-expansion-increase-demand-for-tokens" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8/ What are the people and drivers of token selling and buying respectively? Can the demand for token purchases be sustained? Can it offset token selling? Can business expansion increase demand for tokens?</h3><p>According to the GMX token model. 6 million from XVIX and Gambit (GMX&apos;s predecessor) migration 2 million with ETH in Uniswap to form LP as initial liquidity 2 million for GMX pledged rewards 2 million managed by the reserve fund (to support GMX prices) 1 million for marketing, partnerships and community 250K to be distributed linearly to the team over 2 years</p><p>Given the 85% pledge rate and the 2 million GMX managed by the reserve fund, GMX selloff pressure comes mainly from pledge and liquidity incentives.</p><p>GMX buying momentum mainly comes from the pledge APR and expectations for the future development of the agreement, while the pledge APR will share the agreement fees in the form of ETH or AVAX in addition to GMX incremental rewards. Currently, GMX APR 22.75%, users can also continue to Compound earnings to further increase the APR.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b7fbe7ae5e2c762cef55172ccccd6104a2173e3f53f7099f8e172a1373d881d3.png" alt="Coinmarketcap" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Coinmarketcap</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7c4d7880b25b27850c1a514cb8551c78caa85aec2970c309b425be28f7ece41d.png" alt="Coinmarketcap" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Coinmarketcap</figcaption></figure><p>The green curve above represents the price against USD, and the yellow represents the price against BTC. It is easy to see that GMX tokens are performing much better than DYDX, especially outperforming BTC in the last half month.</p><p>The reason for this is that DYDX is currently unable to effectively capture the protocol revenue and is rewarding market makers and users with tokens to provide liquidity, increasing the selling pressure.</p><p>The GMX token economic model, on the other hand, compares much better, not only capturing the value of the protocol revenue and not using the tokens themselves to incentivize liquidity, but also having a large number of lock-in scenarios.</p><p>The 85%+ pledge rate also illustrates the success of the GMX token model.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec9f935c219a51dd1421e2801fa244b527237fff8179f549d158779c27efa98e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0d6a114682f604d80b4caf1775e02cace66e86950198dc0b6e3843229658d677.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>And from the data, although the net value of dYdX users is higher than Gmx, but subject to the token economic model, the circulation market value of DYDX is almost the same as GMX.</p><p><strong>Thanks for following Twitter@godotsancho</strong></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/eae26489d11e251267a14428344fd5137196c19a2478cd8b43711061529a3c09.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[TVL bucking the trend, analysis of Uniswap v3 LPs liquidity strategy program Arrakis Finance ($SPICE)]]></title>
            <link>https://paragraph.com/@godotsancho/tvl-bucking-the-trend-analysis-of-uniswap-v3-lps-liquidity-strategy-program-arrakis-finance-spice</link>
            <guid>Dk8kj8crmG71X6mgaahY</guid>
            <pubDate>Fri, 01 Jul 2022 11:12:04 GMT</pubDate>
            <description><![CDATA[Twitter@godotsanchoBackgroundTo improve capital utilization, Uniswap v3 requires users to set a price range when adding liquidity. For example, suppose the current ETH price is fluctuating between $1990-2010. If the user sets the ETH-USDT LP price range at A. $1000-$3000 B. $1900-2100 C. $2101-$4000 then A and B will receive LP rewards, but B will receive more rewards than A. Similarly, the risk of taking impermanent losses is greater than A. C will not receive any LP rewards. Therefore, Unis...]]></description>
            <content:encoded><![CDATA[<p><strong>Twitter@godotsancho</strong></p><h2 id="h-background" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Background</h2><p>To improve capital utilization, Uniswap v3 requires users to set a price range when adding liquidity.</p><p>For example, suppose the current ETH price is fluctuating between $1990-2010. If the user sets the ETH-USDT LP price range at A. $1000-$3000 B. $1900-2100 C. $2101-$4000</p><p>then A and B will receive LP rewards, but B will receive more rewards than A.</p><p>Similarly, the risk of taking impermanent losses is greater than A. C will not receive any LP rewards.</p><p>Therefore, Uniswap v3 LPs need to. 1/ Adjust the liquidity price range at any time based on token price fluctuations 2/ Keep the tokens they provide at a 50:50 ratio 3/ Balance the gains and impermanent losses</p><p>This led to the need for Uniswap v3 liquidity management and the emergence of protocols such as Arrakis, xToken, Gamma (formerly Visor Finance), <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Charm.fi">Charm.fi</a>, Mellow and others.</p><h2 id="h-introduction-to-arrakis-project" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Introduction to Arrakis Project</h2><p>Arrakis Finance (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.arrakis.finance/">https://www.arrakis.finance/</a>), formerly G-UNI, as shown below, provides a UI through which users can directly provide liquidity to Uniswap v3 for additional LP rewards. Ethereum, Polygon and Optimism are currently supported.</p><p>The protocol automatically adjusts the liquidity price range, rebalances token ratios based on strategy, and more importantly, the protocol is permissionless, non-custodial and openly-governed by the Arrakis DAO.</p><p>According to DeFiLIama data, Arrakis TVL currently stands at $1.24 billion, accounting for 25% of Uniswap TVL, with a monthly growth rate of 127% at one point.</p><p>In that article (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089">https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089</a>), Arrakis explains the basic strategy principles that make the gains consistently outweigh the impermanent losses in the long run. TVL illustrates the effectiveness of the strategy.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d2ee288874ddca9aa30fd304b0b3c436746c7b6ab9157c90edad4dcbdb61d1c2.png" alt="Arrakis" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arrakis</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/138ecb835b7fcca9e4c5135f32f04d55ea486c8fbc492c4c1cc2258ffc0f52f1.png" alt="DeFi Liama" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">DeFi Liama</figcaption></figure><h2 id="h-uniswap-v3-liquidity-strategy-project-cross-sectional-comparison" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Uniswap v3 Liquidity Strategy Project Cross-Sectional Comparison</h2><h3 id="h-gamma" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Gamma</h3><p>Previously, the most well-known program in this category would be Visor Finance. unfortunately, Visor suffered consecutive hacking attacks and not only $1.6 billion in funds were stolen, but also the vVISR infinite casting bug was discovered.</p><p>The protocol was later restarted and renamed to Gamma, with a current TVL of $3.57 million.</p><p>Firstly, the market is definitely worried about Gamma&apos;s security and the consensus is damaged by the theft of Visor.</p><p>Secondly, there are fewer pools to choose from on Gamma, only 15. In contrast, Arrakis covers almost all of the Uniswap v3 mainstream token pools.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c4402cf0dc395d5c8ec2d25312ccca3c73cfd82979cfb901f63e37a3decb5542.png" alt="Gamma" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Gamma</figcaption></figure><h3 id="h-charmfi" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Charm.fi</h3><p>Previously did Options and Cube Token products, not very successful, recently shut down these two products, the focus shifted to Uniswap v3 liquidity management.</p><p>Currently there are only 3 pools available and the strategy price range is relatively large. The product is relatively early and has a lot of room for improvement.</p><p>Current TVL $4.72M.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b61bc8616be5df2516088743bb81db0535016fde3cb551961d1e73e9f3c08782.png" alt="Charm.fi" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Charm.fi</figcaption></figure><h3 id="h-xtoken" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">xToken</h3><p>This protocol was developed over a long period of time and later changed its business direction to mainly face projects to Uniswap liquidity incentives.</p><p>Projects that want to launch on Uniswap v3 can use this protocol to launch the pool and provide incentive tokens.</p><p>The protocol creates a platform between users and projects. Currently, the quality of projects using the platform to bootstrap liquidity is average.</p><p>The current TVL is $2.84 million.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62d640318a4d6a68f8789885a6ca4ff2f21e6c9867910d842c2bfeb3e056f646.png" alt="xToken" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">xToken</figcaption></figure><h3 id="h-mellow-protocol" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Mellow Protocol</h3><p>The product has not yet been released.</p><p>In summary, in a comparison, Arrakis, at $1.11 billion TVL, is in a monopoly position among similar projects and is the absolute head of the pack.</p><h2 id="h-tokenomics" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Tokenomics</h2><p>Arrakis will launch token SPICE, using veToken model, locking SPICE to get xSPICE, gaining governance rights and increasing pledge revenue.</p><p>SPICE is expected to go live in 2023.</p><p>More details to be announced.</p><h2 id="h-project-analysis-and-evaluation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Project Analysis and Evaluation</h2><h3 id="h-1-how-big-is-the-market-where-arrakis-is-located" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1/ How big is the market where Arrakis is located?</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7925daf426745a20190bcd4920d1cd8a219247d679f7f64b6e169cd719eb8291.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>The chart above shows the monthly trading volume of Uniswap. Despite the downward trend in trading volume since last December, the volume is still showing a multiple order of magnitude growth in the long term.</p><p>In June 2022, Uniswap monthly volume was $46.9 billion, up $32.7 billion, or 3.3 times, compared to the peak volume of $14.2 billion in the summer of DeFi in September 2020.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5a6d455f1a3de61786278cc148031c587aa360adce4ac3f253babf265ed606fd.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>TVL follows the same trend. The TVL in June 2022 is $5.3 billion. $1 generates $8.84 in transaction volume per month.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c7170ef5243e8a9344c8d8fb4f4c4e4d14871087aa9f739dddef07ad182d099a.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>In June 2022, the protocol revenue was $59.1 million. $1 TVL generated revenue of $0.011 per month, with an average monthly return of 1.1% and an average annualized return of 13.2%.</p><p>The Uniswap protocol was born in a bear market in late 2018, saw explosive growth in the summer of 2020, and has been in development for just four years through a full round of bull and bear conversion tests by July 2022.</p><p>And it is clear from the chart above that, as a trading platform, Uniswap&apos;s trading volume and revenue increased with the market&apos;s dramatic shocks, which was particularly evident in May 2021 and November and December 2021.</p><p>This is despite the fact that both of these time points are during the transformation of the market from a bull to a bear market.</p><p>Therefore, bull and bear market transitions will not play a decisive role in the survival of Uniswap, except for long periods of extreme bear markets.</p><p>What really determines the life and death of Uniswap is the cannibalization of Uniswap&apos;s trading share by other protocols.</p><p>Such as Curve&apos;s domination of stablecoin exchange, and Synthetix liquidity model, nibbling on large transactions, and Launch platforms like Balancer, nibbling on new Uniswap coins coming online. Then there is the replacement of AMM by newer and better trading algorithms.</p><p>Such as Curve&apos;s domination of stablecoin exchange, and Synthetix global liquidity model, the cannibalization of large transactions, and Launch platforms such as Balancer.</p><p>Also, newer and better trading algorithms, an alternative to AMM.</p><p>But to date, Uniswap is one of the absolute leaders in the DEX space and has maintained growth for a long time.</p><h3 id="h-2-what-are-the-core-competencies-of-the-project-does-it-create-barriers-competitive-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2/ What are the core competencies of the project? Does it create barriers? Competitive situation?</h3><p>Arrakis algorithm can be found in the article (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089">https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089</a>), and more practically, let&apos;s look at the data.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db05f0b8ea68659ce1107986b60114667f352855d871f4acbc5f44f0295fed04.png" alt="Dune" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Dune</figcaption></figure><p>Currently, Uniswap has the largest trading pairs in terms of volume and revenue, as shown in the graph above.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/20eff0310ab72d8b8482df38b1a502979f24db786f1c1fde2b9de5568f337603.png" alt="Arrakis" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arrakis</figcaption></figure><p>First, sorting the Arrakis pairs by TVL, there is $1,182.2 million in DAI/USDC liquidity, or 95.3% of the total liquidity of the protocol.</p><p>It can be noticed that the third place in TVL, agEUR/USDC liquidity, drops directly to $15,772,000.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4a4a35b20b50435e8fbe48def1063e85ad7a4f48082fd9c556ab967d77ef3880.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2239c866b748d4d9ece55847a1b085502a30376ffc94164a0c8d707d6d78153d.png" alt="Arrakis" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arrakis</figcaption></figure><p>Second, the top 7 Arrakis liquidity pool TVL, all stablecoin trading pairs, have a total volume of $1,228 million, accounting for 99% of the protocol&apos;s total TVL.</p><p>The other trading pairs have a TVL of $12 million.</p><p>Therefore, Arrakis is the protocol that market makers of stablecoins such as DAI and agEUR, choose to use when providing liquidity to Uniswap v3.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/82016ec0bb5e79c865d6529574a0ed5c8ecaba38019ceb6f419cbe9c608b5d56.png" alt="Gamma" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Gamma</figcaption></figure><p>The Gamma protocol has a high APR for the main trading pairs due to the use of native tokens to incentivize liquidity, and a staggering 147.51% APR for ETH/USDC.</p><p>Despite the super high APR, the Gamma Protocol TVL has dropped from over $7 million in early June to over $3 million. And since last December, the TVL has always shown a downward trend.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4b28a07b6182987cc1d23305a35859efebd8cf357f5e87c30136d3fef2ed604d.png" alt="Charm.fi" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Charm.fi</figcaption></figure><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Charm.fi">Charm.fi</a> currently supports only 3 trading pairs, which are ranked at the top of Uniswap in terms of volume and revenue.</p><p>From the disclosed data, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Charm.fi">Charm.fi</a> capital utilization is lower compared to Uniswap v3. For example, for the ETH/USDC pair, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Charm.fi">Charm.fi</a> utilization is 14.6%, while Uniswap v3 is 84.5%.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e8a479be226b634817ff025b7eaefe5a6c31451efda2470a30cba4dec20e2edf.png" alt="Dune" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Dune</figcaption></figure><p><strong>In summary.</strong> (1) On demand. Currently, Uniswap v3 liquidity management project, the demand comes from the Buisness-side. Such as Maker decentralized management of DAI, and the demand of market makers. Secondly, Uniswap&apos;s mechanism of distributing rewards according to the proportion of funds, also determines that institutions and large investors are the main force in providing liquidity and earning APR. According to Dune data, Arrakis currently has 76 independent addresses. (Except for a few projects that offer native tokens to stimulate users with high APR to provide liquidity) Currently, the demand for Uniswap users&apos; stablecoin positions has increased due to the market, and the TVL share of Arrakis, from 16.677% in early June, has increased to 25%. In the future, in the event of a market rebound, Arrakis TVL may continue to rise, but the percentage will fall.</p><p>(2) About core competencies. Based on the first point, the safety of funds, the stability of protocol performance and the resource situation are the current sources of core competencies for this type of project. The safety of funds, especially the non-custodial attributes, is very important. At a time when CeFi is frequently mined, the non-custodial attribute may even be one of the deciding factors for the success of the protocol development. Based on this, it is difficult for Gamma to regain consensus and compete with Arrakis in a short period of time.</p><p>(3) Regarding the development stage, Uniswap v3 liquidity management projects are in the early stage, such as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Charm.fi">Charm.fi</a>, Mellow Protocol algorithm or product still needs to be polished and developed, Arrakis product is relatively mature.</p><p>(4) Based on the above 3 points. MakerDAO had initiated a proposal to approve the minting of $1.75 billion DAI based on Arrakis liquidity, one after another.</p><p>DAI&apos;s market maker, by providing DAI/USDC liquidity in Uniswap v3, anchors DAI to USDC prices and prevents de-anchoring. Arrakis has also reached cooperation with Maker, Aave, OlympusDAO, Frax, Synthetix, Fei Protocol, with more obvious resources and first-mover advantage, and is the leading project in this field.</p><h3 id="h-3-future-direction-of-the-project-how-expandable-is-the-business-can-business-expansion-expand-market-value" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3/ Future direction of the project? How expandable is the business? Can business expansion expand market value?</h3><p>Currently, the main source of demand for Arrakis&apos; business is other protocols. In the future, it is foreseeable that Arrakis business can be expanded in two directions.</p><p>(1) To incentivize more Uniswap v3 liquidity providers, such as institutions and large investors, to use Arrakis based on the native token SPICE. (2) As a liquidity middle layer, lending liquidity to other protocols, similar to CEX &quot;borrowing depth&quot;.</p><p>Scenario (1) is one of the foundations of scenario (2). Attracting more liquidity through scenario (1) allows SPICE to pull demand through scenario (2) based on the veToken model.</p><p>Maker protocol based on DAI/USDC transaction pair collateralization, casting DAI, has actually expanded the new scenario of Arrakis liquidity usage.</p><p>Also according to officials, in the future, in addition to LP position scenarios combined with loan/borrowing or option markets, Arrakis will give birth to. a. delta-neutral LP positions with automatic hedging b. complex long positions on centralized AMMs c. Cross-AMM positions d. Cross-chain liquidity</p><p>etc. scenarios.</p><h3 id="h-4-what-about-team" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4/ What about team?</h3><p>Arrakis was founded by the team of Gelato, a smart contract platform on ethereum with token GEL and a current FDV of $123 million. According to the official description, the team currently has 30 members from 10 countries, including Switzerland, Germany and Spain.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9791acf02467401c217e884801df945565f492480fee603158f3d216dc7f38c1.png" alt="Linkin" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Linkin</figcaption></figure><p>The founders have only made Gelato&apos;s work experience public on Link. The other founder does not disclose relevant experience.</p><h3 id="h-5-social-media-situation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5/ Social media situation?</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/11a26e519792b1881fe725487e1a1f5fae468a15c2211966f12fdc136d3d463f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-6potential-replacements-are" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6/Potential replacements are?</h3><p>As things stand now, Arrakis may be replaced when market makers for stable coins such as DAI are no longer needed to make markets, or when better market making tools become available.</p><p>Of interest is the global liquidity model represented by Synthetix and Gmx, which have the advantage of no slippage on large exchanges. However, in the short term, Uniswap v3 market making is still necessary and the global liquidity model is not very open, users need to purchase SNX collateral for sUSD or GLP within Gmx in order to participate in market making.</p><h3 id="h-7-under-what-circumstances-can-barriers-be-broken" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">7/ Under what circumstances can barriers be broken?</h3><p>(1) Arrakis has security issues. (2) Uniswap v3 team introduces liquidity management tools by themselves or other teams.</p><h3 id="h-8-how-can-we-tell-when-a-barrier-is-broken-indicators-are" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8/ How can we tell when a barrier is broken? Indicators are?</h3><p><strong>Short term.</strong> (1) Whether there are security issues with Arrakis. (2) Arrakis TVL, especially the TVL percentage of DAI on the protocol.</p><p><strong>Long term.</strong> (1) Percentage of TVL of non-stable coins on Arrakis. (2) Arrakis TVL (3) SPICE price.</p><h3 id="h-9-what-are-the-people-and-drivers-of-token-selling-and-buying-respectively-can-the-demand-for-token-purchases-be-sustained-can-it-offset-token-sell-offs-can-business-expansion-increase-demand-for-tokens" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">9/ What are the people and drivers of token selling and buying, respectively? Can the demand for token purchases be sustained? Can it offset token sell-offs? Can business expansion increase demand for tokens?</h3><p>At this time, SPICE has not yet announced the exact distribution and economic model. We can only extrapolate from the available information.</p><p>SPICE will use a veToken model similar to CRV, pledging SPICE, getting xSPICE, and gaining the right to govern and BOOST earnings.</p><p>The value of VeToken lies in the bribe.</p><p>It is the various protocols, competing for liquidity, buying and pledging SPICE to get xSPICE and thus access to Arrakis&apos; liquidity that makes the veToken model valuable. Just as Terra and Frax compete for liquidity in Curve.</p><p>On the other hand, if the protocol itself is not available, allowing other protocols to compete for liquidity, even with the veToken model, it is ineffective in the long run, as in the case of veRBN and veANC. because user pledges only serve to increase lock-in returns, the incentive is limited and unsustainable.</p><p>The SPICE sell-off mainly comes from the &quot;mine, withdraw, sell&quot; generated by the liquidity incentive. (Disregarding the team incentives, fundraising assets generated by the selloff)</p><p>SPICE buying, when analyzed according to the CRV framework, comes from the need for bribery and boost gains. We need to focus on whether SPICE can make users generate the need for bribery or boost gains.</p><p>Therefore, the indicators to judge the potential value of SPICE can focus on. (1) The number of Arrakis independent addresses. (2) The average pledge age and pledge percentage of SPICE (3) The emergence of ‘Arrakis war’ or not (4) In addition to stable coins, veToken new bribe growth point (5) The deployment of cross-chain liquidity</p><p>Regarding the SPICE valuation, it can be analogous to CRV. Curve&apos;s current TVL is $4.98 billion and CRV FDV is $2.25887 billion. Arrakis current TVL is 1.24 billion USD and SPICE FDV is more reasonable at 562 million USD. (With Arrakis war), you can review the SPICE price based on the final SPICE allocation here.</p><h3 id="h-10-risk" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10 / risk?</h3><p>(1) systemic risk, such as protocol security issues. (2) cyclical risk, the market bull and bear switch, SPICE price decline. (3) Substitutability risk.</p><p><strong>Thanks for following Twitter @godotsancho</strong></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/883fae6e9ecc33c75ad5940d1d5be4f4631c47240caa70c048820b311a81ec03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[TVL逆势猛增，Uniswap v3 LPs流动性策略项目Arrakis Finance（$SPICE）分析]]></title>
            <link>https://paragraph.com/@godotsancho/tvl-uniswap-v3-lps-arrakis-finance-spice</link>
            <guid>la7REHAZDWaDJXXkpm2E</guid>
            <pubDate>Fri, 01 Jul 2022 10:13:52 GMT</pubDate>
            <description><![CDATA[推特@godotsancho一、背景为提高资金利用率，Uniswap v3需要用户在添加流动性时，设置价格区间。 举例，假设当前ETH价格为在1990-2010美元波动。若用户将ETH-USDT LP价格区间分别设置在： A. 1000-3000美元 B. 1900-2100美元 C. 2101-4000美元 则A和B可获得LP奖励，但B获得的奖励多于A，同样的，承担无常损失的风险也要大于A。C不会获得任何LP奖励。 所以，Uniswap v3 LPs需要： 1/ 根据代币价格波动，随时调整流动性价格区间 2/ 随着资金池偏斜，将自己提供的代币，尽量保持在50:50比例 3/ 平衡收益和无常损失 由此催生了Uniswap v3流动性管理需求，诞生了Arrakis、xToken、Gamma（原Visor Finance）、Charm.fi、Mellow等协议。二、Arrakis项目介绍Arrakis Finance（https://www.arrakis.finance/），前身G-UNI，如下图所示，提供了一个前端，用户可直接通过该协议，向Uniswap v3提供流动性，获得更多...]]></description>
            <content:encoded><![CDATA[<p><strong>推特@godotsancho</strong></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、背景</h2><p>为提高资金利用率，Uniswap v3需要用户在添加流动性时，设置价格区间。</p><p>举例，假设当前ETH价格为在1990-2010美元波动。若用户将ETH-USDT LP价格区间分别设置在： A. 1000-3000美元 B. 1900-2100美元 C. 2101-4000美元</p><p>则A和B可获得LP奖励，但B获得的奖励多于A，同样的，承担无常损失的风险也要大于A。C不会获得任何LP奖励。</p><p>所以，Uniswap v3 LPs需要： 1/ 根据代币价格波动，随时调整流动性价格区间 2/ 随着资金池偏斜，将自己提供的代币，尽量保持在50:50比例 3/ 平衡收益和无常损失</p><p>由此催生了Uniswap v3流动性管理需求，诞生了Arrakis、xToken、Gamma（原Visor Finance）、<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://Charm.fi">Charm.fi</a>、Mellow等协议。</p><h2 id="h-arrakis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、Arrakis项目介绍</h2><p>Arrakis Finance（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.arrakis.finance/">https://www.arrakis.finance/</a>），前身G-UNI，如下图所示，提供了一个前端，用户可直接通过该协议，向Uniswap v3提供流动性，获得更多LP奖励。</p><p>目前支持以太主网、Polygon和Optimise网络。</p><p>协议会根据策略，自动调整流动性价格区间、再平衡代币比例，更重要的是，该协议无需资金托管。</p><p>根据DeFiLIama数据，目前Arrakis TVL达到12.4亿美元，占到了Uniswap TVL的25%，月增长率一度高达127%。</p><p>在该文中（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089%EF%BC%89%EF%BC%8CArrakis%E8%A7%A3%E9%87%8A%E4%BA%86%E5%9F%BA%E6%9C%AC%E7%9A%84%E7%AD%96%E7%95%A5%E5%8E%9F%E7%90%86%EF%BC%8C%E4%BD%BF%E5%BE%97%E6%94%B6%E7%9B%8A%E5%9C%A8%E9%95%BF%E6%9C%9F%E5%A7%8B%E7%BB%88%E5%A4%A7%E4%BA%8E%E6%97%A0%E5%B8%B8%E6%8D%9F%E5%A4%B1%E3%80%82TVL%E8%AF%B4%E6%98%8E%E4%BA%86%E8%AF%A5%E7%AD%96%E7%95%A5%E7%9A%84%E6%9C%89%E6%95%88%E6%80%A7%E3%80%82">https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089），Arrakis解释了基本的策略原理，使得收益在长期始终大于无常损失。TVL说明了该策略的有效性。</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d2ee288874ddca9aa30fd304b0b3c436746c7b6ab9157c90edad4dcbdb61d1c2.png" alt="Arrakis" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arrakis</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/138ecb835b7fcca9e4c5135f32f04d55ea486c8fbc492c4c1cc2258ffc0f52f1.png" alt="DeFi Liama" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">DeFi Liama</figcaption></figure><h2 id="h-uniswap-v3" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">三、Uniswap v3流动性策略项目横向比较</h2><h3 id="h-gamma" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Gamma</h3><p>此前，Uniswap生态项目中最知名的，是Visor Finance。但是，Visor连续遭遇黑客攻击，不但有16亿美元资金被盗，还被发现了vVISR无限铸造Bug。</p><p>后来协议重启，改名为Gamma，目前TVL为357万美元。</p><p>首先，受Visor被盗影响，市场对Gamma的安全肯定会有担忧，共识受损。其次，Gamma上可选择的池子较少，只有15个。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c4402cf0dc395d5c8ec2d25312ccca3c73cfd82979cfb901f63e37a3decb5542.png" alt="Gamma" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Gamma</figcaption></figure><h3 id="h-charmfi" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Charm.fi</h3><p>此前做过期权和Cube Token产品，不算很成功，最近把这两个产品关停了，重点转到Uniswap v3流动性管理上。目前可用的池子就3个，策略价格区间相对较大。产品比较早期，有很大的改进空间。</p><p>目前TVL 472万美元。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b61bc8616be5df2516088743bb81db0535016fde3cb551961d1e73e9f3c08782.png" alt="Charm.fi" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Charm.fi</figcaption></figure><p><strong>xToken</strong></p><p>该协议发展时间较长，后来业务方向改变，主要面对项目方开展Uniswap流动性激励引导。想要在Uniswap v3上线的项目方，可以通过该协议，上线池子，并提供激励代币。协议为用户和项目方之间搭建了平台。目前，使用该平台引导流动性的项目质量一般。</p><p>目前TVL为284万美元。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62d640318a4d6a68f8789885a6ca4ff2f21e6c9867910d842c2bfeb3e056f646.png" alt="xToken" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">xToken</figcaption></figure><p><strong>Mellow Protocol</strong></p><p>产品尚未发布。</p><p>综上，横向对比来看，Arrakis 11.1亿美元TVL，在同类项目中处于垄断地位，是绝对的头部。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">四、代币经济模型</h2><p>Arrakis即将发行代币SPICE，采用veToken模式，锁仓SPICE得到xSPICE，获得治理权，以及提供质押收益。</p><p>SPICE预计上线时间2023年。</p><p>更多细节待公布。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">五、项目分析及评价</h2><h3 id="h-1arrakis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1/Arrakis所在市场有多大？</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7925daf426745a20190bcd4920d1cd8a219247d679f7f64b6e169cd719eb8291.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>上图为Uniswap每月交易量情况。尽管自去年12月起，交易量呈下滑趋势，但长期看，交易量仍呈现倍数量级增长。</p><p>2022年6月，Uniswap月交易量469亿美元，相比2020年9月DeFi之夏高峰142亿美元交易量，增长327亿美元，3.3倍。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5a6d455f1a3de61786278cc148031c587aa360adce4ac3f253babf265ed606fd.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>TVL亦呈现相同趋势。2022年6月TVL为53亿美元。1美元单月产生交易量为8.84美元。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c7170ef5243e8a9344c8d8fb4f4c4e4d14871087aa9f739dddef07ad182d099a.png" alt="token terminal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">token terminal</figcaption></figure><p>2022年6月，协议收入为5910万美元。1美元TVL单月产生收益为0.011美元，平均月化收益1.1%，平均年化13.2%。</p><p>Uniswap协议诞生于2018年末的熊市，2020年夏天迎来爆发式增长，至2022年7月，已发展仅4年时间，经历一轮完整的牛熊转化考验。</p><p>且从上图可明显看出，作为交易平台，Uniswap交易量和收入随着行情大幅震荡增加，在2021年5月及2021年11月、12月表现得尤为明显。尽管这两个时间点，都是行情从牛市到熊市的转化过程。</p><p>所以，行情牛熊对Uniswap存亡不会起到决定性作用，长时间的极端熊市除外。真正决定Uniswap生死的，是其他协议对Uniswap交易份额的蚕食。</p><p>如Curve对稳定币兑换的统治，以及Synthetix全局流动性模型，对大额交易的蚕食，以及Balancer等Launch平台，对Uniswap新币种上线的蚕食。再就是，更新更优的交易算法，对AMM的替代。</p><p>但到目前来看，Uniswap是DEX领域绝对的龙头之一，且长期保持增长。</p><h3 id="h-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2/该项目核心竞争力是什么？是否产生了壁垒？竞对情况？</h3><p>Arrakis算法可在该文中一探究竟 （<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089">https://medium.com/arrakis-finance/selecting-a-uniswap-v3-range-da34d8741089</a>），更实际的情况，我们来看数据。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db05f0b8ea68659ce1107986b60114667f352855d871f4acbc5f44f0295fed04.png" alt="Dune" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Dune</figcaption></figure><p>目前，Uniswap交易量及收入最大的交易对，如上图所示。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/20eff0310ab72d8b8482df38b1a502979f24db786f1c1fde2b9de5568f337603.png" alt="Arrakis" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arrakis</figcaption></figure><p>首先，将Arrakis交易对按TVL排序，DAI/USDC流动性有11.822亿美元，占协议总流动性的95.3%。可以发现，TVL第三名的agEUR/USDC流动性直接降到了1577.2万美元。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4a4a35b20b50435e8fbe48def1063e85ad7a4f48082fd9c556ab967d77ef3880.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2239c866b748d4d9ece55847a1b085502a30376ffc94164a0c8d707d6d78153d.png" alt="Arrakis" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arrakis</figcaption></figure><p>第二，Arrakis流动性池TVL前7，全部是稳定币交易对，资金量总计12.28亿美元，占协议总TVL的99%。</p><p>其他交易对TVL为1200万美元。</p><p>所以，Arrakis是DAI、agEUR等稳定币做市商，在向Uniswap v3提供流动性时，选择使用的协议。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/82016ec0bb5e79c865d6529574a0ed5c8ecaba38019ceb6f419cbe9c608b5d56.png" alt="Gamma" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Gamma</figcaption></figure><p>Gamma协议由于采用了原生代币激励流动性的做法，主要交易对APR较高，ETH/USDC的APR更是达到惊人的147.51%。</p><p>虽然APR超高，但Gamma协议TVL已经从6月初的700多万美元，下降到300多万美元。且从去年12月以来，TVL始终呈现下降趋势。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4b28a07b6182987cc1d23305a35859efebd8cf357f5e87c30136d3fef2ed604d.png" alt="Charm.fi" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Charm.fi</figcaption></figure><p>Charm.fi目前仅支持3个交易对，这3个交易对成交量和收入都排在Uniswap前列。</p><p>从披露的数据来看，Charm.fi资金利用率相比于Uniswap v3较低，例如ETH/USDC交易对，Charm.fi利用率为14.6%，Uniswap v3为84.5%。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e8a479be226b634817ff025b7eaefe5a6c31451efda2470a30cba4dec20e2edf.png" alt="Dune" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Dune</figcaption></figure><p><strong>综上：</strong></p><p>（1）关于需求。目前，Uniswap v3流动性管理项目，需求来自B端。如Maker去中心化管理DAI，及做市商的需求。</p><p>其次，Uniswap根据资金比例，分配奖励的机制，也决定了机构和大户是提供流动性，赚取APR的主力军。据Dune数据显示，Arrakis当前独立地址为76个。（除少数项目提供原生代币，以高APR刺激用户提供流动性之外）</p><p>当前，受行情影响，Uniswap用户稳定币持仓需求增加，Arrakis的TVL占比，也从6月初的16.677%，提升到25%。未来，在行情回暖的情况下，Arrakis TVL可能会继续升高，但占比会下降。</p><p>（2）关于核心竞争力。基于第一点，资金安全、协议表现稳定以及资源情况，是当前该类项目核心竞争力的来源。</p><p>资金安全，尤其是非托管的属性，非常重要。在CeFi频繁暴雷的当下，非托管属性更是可能成为协议发展成功的决定因素之一。</p><p>基于此可以判断，Gamma在短时间内很难重新获得共识，也很难与Arrakis竞争了。</p><p>（3）关于发展阶段。Uniswap v3流动性管理项目整体属于早期阶段，如Charm.fi，Mellow Protocol算法或产品仍需要打磨发展。Arrakis产品相对成熟。</p><p>（4）基于以上3点。MakerDAO曾发起过提案，批准基于Arrakis流动性，陆续铸造17.5亿美元DAI。DAI的做市商，通过在Uniswap v3提供DAI/USDC流动性，使DAI锚定USDC价格，防止脱锚。</p><p>Arrakis也已经与Maker、Aave、OlympusDAO、Frax、Synthetix、Fei Protocol达成合作，资源与先发优势较为明显，是该领域龙头项目。</p><h3 id="h-3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3/项目未来方向？业务可拓展性如何？业务拓展能否扩大市值？</h3><p>目前，Arrakis业务需求方主要来源是其他协议。未来，可以预见地是，Arrakis业务可以向两个方向拓展：</p><p>（1）基于原生代币SPICE，激励机构和大户等更多Uniswap v3流动性提供方，使用Arrakis。</p><p>（2）作为流动性中间层，将流动性借给其他协议，类似CEX“借深度”。</p><p>场景（1）是场景（2）的基础之一。通过场景（1）吸引更多流动性，使SPICE在veToken模型的基础上，通过场景（2）拉动需求。</p><p>Maker协议基于DAI/USDC交易对抵押，铸造DAI，实际上已经拓展了Arrakis流动性使用的新场景。</p><p>另据官方介绍，未来，除了与贷款/借款或期权市场相结合的LP头寸场景之外，Arrakis还会诞生：</p><p>a. 自动对冲的delta中性LP头寸</p><p>b. 集中AMMs上的复杂多头头寸</p><p>c. 跨AMM仓位</p><p>d. 跨链流动性</p><p>等场景。</p><h3 id="h-4" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4/团队情况？</h3><p>Arrakis由智能合约平台Gelato团队创立。Gelato是以太坊上的智能合约平台，代币GEL，目前FDV为1.23亿美元。据官方介绍，目前团队拥有来自瑞士、德国、西班牙等10个国家的30名成员。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9791acf02467401c217e884801df945565f492480fee603158f3d216dc7f38c1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>创始人仅在领英上公开Gelato工作经历。另一位创始人则未公开相关经历。</p><h3 id="h-5" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5/社媒情况？</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/11a26e519792b1881fe725487e1a1f5fae468a15c2211966f12fdc136d3d463f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-6" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6/潜在替代者是？</h3><p>就目前情况来看，DAI等稳定币做市商不再需要做市，或者有更好的做市工具时，Arrakis可能会被替代。</p><p>值得关注的是，以Synthetix和Gmx为代表的全局流动性模式，在大额兑换无滑点上的优势。但短时间内，Uniswap v3做市仍有必要，且全局流动性模式开放度不高，用户需要购买SNX抵押换成sUSD，或在Gmx内购买GLP，才可参与做市。</p><h3 id="h-7" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">7/壁垒在什么情况下能被打破？</h3><p>（1）Arrakis出现安全问题。</p><p>（2）Uniswap v3团队自己或其他团队推出流动性管理工具。</p><h3 id="h-8" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8/如何判断壁垒被打破？指标是？</h3><p>短期：</p><p>（1）Arrakis是否出现安全问题。</p><p>（2）Arrakis TVL，尤其是协议上DAI的TVL占比。</p><p>长期：</p><p>（1）Arrakis上的非稳定币TVL占比。</p><p>（2）Arrakis TVL</p><p>（3）SPICE价格。</p><h3 id="h-9" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">9/代币抛售和购买的人和动力分别是什么？ 对代币购买的需求能否持续？能否抵消代币抛售？业务拓展能否增加代币需求？</h3><p>目前，SPICE尚未公布具体的分配情况及经济模型。我们只能从现有资料进行推断。</p><p>SPICE将采用类似CRV的veToken模式，抵押SPICE，得到xSPICE，获得治理和boost收益的权利。</p><p>VeToken的价值在于贿选。</p><p>各个协议，为了争夺流动性，购买并质押SPICE，以获得xSPICE，从而获取Arrakis的流动性，才会让veToken模型有价值。正如Terra和Frax对Curve的流动性争夺一样。</p><p>另一方面，若协议本身不具备，让其他协议争夺流动性的条件，即便是采用了veToken模型，长期来看也是无效的，例如veRBN和veANC。因为用户质押只是为了提高锁仓收益，这种刺激是有限且不可持续的。</p><p>SPICE抛售主要来自于，流动性激励产生的“挖、提、卖”。（暂不考虑团队激励、募资产生的抛压）</p><p>SPICE买盘，若按照CRV的框架进行分析，则来自于贿选及boost收益的需求。我们需要关注SPICE是否能让用户产生贿选或者boost收益的需要。</p><p>因此，判断SPICE潜在价值的指标可以关注：</p><p>（1）     Arrakis独立地址数量。</p><p>（2）     SPICE平均质押年限及质押占比</p><p>（3）     Arrakis war是否出现</p><p>（4）     除了稳定币之外，veToken新的贿选增长点</p><p>（5）     跨链流动性部署情况</p><p><strong>关于SPICE估值，可以类比CRV。</strong></p><p>Curve当前TVL为49.8亿美元，CRV FDV为22.5887亿美元。</p><p>Arrakis当前TVL为12.4亿美元，SPICE FDV在5.62亿美元较为合理。（在有Arrakis war的前提下），可以此根据SPICE最终分配情况，检视SPICE价格。</p><p><strong>10/风险？</strong></p><p>（1）系统性风险，如协议安全问题。</p><p>（2）周期性风险，行情牛熊转换，SPICE价格下跌。</p><p>（3）可替代性风险。</p><p><strong>欢迎关注推特@godotsancho</strong></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/883fae6e9ecc33c75ad5940d1d5be4f4631c47240caa70c048820b311a81ec03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[疫情里的中国]]></title>
            <link>https://paragraph.com/@godotsancho/pY5zKbP824CTHsT2aYUO</link>
            <guid>pY5zKbP824CTHsT2aYUO</guid>
            <pubDate>Thu, 31 Mar 2022 09:20:26 GMT</pubDate>
            <description><![CDATA[我是一个普通的中国人，跟你们中的大多数一样，对这片家乡的土地爱得深沉常含热泪。 仅以这样一种形式，纪念疫情里的中国，纪念疫情里发生过的喜怒哀乐与悲欢离合。 也想以这种形式引起一些反思：天灾与人祸之间的界限在何处？面对“铁路困境”博弈，是否真的应该牺牲1个人，救活另外的5个人？以及，个人的私有权利、财产、空间，在何种情况下，可以做出让步，给公共权力让路。吉林防疫人员假装送物资，拍照后返回防疫人员假装送物资，拍照后返回上海封城下的众生相与自嘲段子小区被封，医生隔着栅栏拆线小区被封，医生隔着栅栏拆线关于抢菜为抢菜大打出手西安防疫人员接力传菜防疫人员接力传菜江苏云南瑞丽疫情里的动物还有其他外卖小哥怕被就地隔离，带着被子送外卖这是我见过的，疫情里最美的照片]]></description>
            <content:encoded><![CDATA[<p>我是一个普通的中国人，跟你们中的大多数一样，对这片家乡的土地爱得深沉常含热泪。</p><p>仅以这样一种形式，纪念疫情里的中国，纪念疫情里发生过的喜怒哀乐与悲欢离合。</p><p>也想以这种形式引起一些反思：天灾与人祸之间的界限在何处？面对“铁路困境”博弈，是否真的应该牺牲1个人，救活另外的5个人？以及，个人的私有权利、财产、空间，在何种情况下，可以做出让步，给公共权力让路。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">吉林</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f10d9ae20668d7fdc1de31742881cc3d7d8864ad9620b67cf261f18a319349d2.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3f881cceefc58313f22b4980627e1519458537ab53ec7913a44be79db74773e5.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f0693d43a2f2e931ab30113398a0cc7096a9f74dea8c80b9015798381d471fbe.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/175e6c7c6d6dd99429287b2ff3d5e111c4e6b08638959d90a36af094799cf1a5.png" alt="防疫人员假装送物资，拍照后返回" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">防疫人员假装送物资，拍照后返回</figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">上海</h2><p>封城下的众生相与自嘲段子</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1abb8071fcbfcd5c8a59bae965bd18962a05ceacdce01b839a63ce60b1e9422b.jpg" 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/8df8410b201a8ef09e3fd7f93a4796cccd75c01a7da8f5274b31bf87c151ad32.jpg" 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/9468dfe05053952f93eb0c8ae7fbf10b17248a717c35d330b4ab145dc0e4e198.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/734ce13d1af61e152642ed55ce9936eacc265df5aac72dc79b5240d7231860e6.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5445e4fe4eee36cb6639852e9b9ee2a3f6941e400f350a79c2f20fef782f8a76.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cd21eaf4a93ea988a8f441dc741892298ca8e7a0a854db6f98261fa2ff4bcbb4.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1fb4235b65756a673a9e79f37b6fdc5101620242934dacdc72a02aa5fa16bd64.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a56ecdb9f4096edcb21ca7b0b4d1d146a17560e9209aea0e7e86f097fca72b3e.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b2d324a29b23de6405adb48a8a34e2c7c9beafe48bb6429f6dfb45d5bab54e51.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4fa2894c060e4264cbdb3b1c843a2b42e8c491c740ae19b82ce29fd8d2a5e91e.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>关于抢菜</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6b83e93eed17c2930ad6574f361ff176f5ef05f8e6e7c7e784639cab6d83465.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/ba00286bc1ac21ed4a69a41cc4d62c7fc44cab8d7c71cd34e4155f32989f2422.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/612df88353a8c260a091d375ff0693e0f8675b8eeea95e16ffa27c049c788e84.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a869d93b103ef108a6abe7dc7d5f489cc687a304ce700a4243dfd2102b507ad5.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/07a73a9069b77a6522ceaa14f580e300d054a837a6cbc0134c01d29d74cc42da.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4fd61692d330c234182eafc0871e589c0d35a8aeca2cd991d9b0df733b475a35.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e65e28ef1bec6a441bbedfc46ea8705d3eda83c7a69f66fffe1dda411ae8017c.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/906abcdef3071b5d9b14a2d95781b25719f2e575dc95df3dc33e4925355ce6db.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0170322a51de2043c76f205127c4eb886c92f5763def8b2430daae9abce81709.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1d9c30ce974a03299f38ee2f8203c2f064ffb000e9d09f6d1e075446c143b280.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/adadd70e8aa67a390f3cbe79b8f16a88cbbf91685ab250794fa7fc1cd7b6c845.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/173efcd6f84951f6a5bacfb9fafd5c3ef2ecfb639edf42fe2788166d20489990.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a0c5595194e3bfa57f5b39046d4107128bbb2aa21262936e66868447cb4fe218.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/916691f63a4c8f7406e6fe92d417bbb2ee975ca5b3f587107d6eda633c80eea2.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3538a1765bfac78588bcbe572a47dbee3058113ad38566a8ce083ee0f66df719.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7a1111dae6553d39bd1b41180c3d976ef4c23c003c21c70ab2251cef85b61ec7.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bb9034aacfbdf129a2f795c6b512f4de37151e60bbb8cf6cef6ee6b29d92e782.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/49dadda72671b06b527a5e06cccae13aa4c39ecf4131020760b8095c233fd5f3.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/173efcd6f84951f6a5bacfb9fafd5c3ef2ecfb639edf42fe2788166d20489990.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0c66a6f430543d76aee3255078f2ce81a4603fe3f13b1f3a32ad815cb95560fd.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f0c20a9e3f855e64e8e6ecdaae9e7a23052907726b784befdd45980c9a003f0c.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8369644595b4545bebe7e45703a0172aaac6a3200c13b578dc8bdb5026f44675.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/563f8f2fc28f878442c0b494ba7bf837582411d631d4af0cf5c1a745e7da2a20.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b9a0533a92c3ee5daf4d4deb3db9db700be2ffbfa8c62801c7668bf401f69da3.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/306a61cbad71253bb85440f6ae8968d897a256ae9cd1dcd02cc9b9506087abbe.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fc181d0936cb13b7b4cc2108a6880b3a777c73abae1e5fca25486261eaba3552.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ffd2aefb0879f5034cd4cdd2b2a58c6a07c830e7431163531f0a8f5e1d4e7fc9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/77f9f44f2e1bda0c5f7e3aaeb6aa1ef647aca860f4edc5be33d012ce8a05ec93.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">西安</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b4e6bf728930298a0c19210ca43bf7efa8909e633c21689e2e98e173f21b2022.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ee1d82793f1a51cc9e757fd6bde6713e28ba310dd56928ce8aac51b0a74ff85.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/83f2f4f3d124f18090cc0e3311ee2490132bbe8fc4023685ae5cc0fdcf3c78ee.jpg" 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/03f0a4845782b033c58d658787532274c8a2243e8d6749616909fadf5c5fa634.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/2120bb72deeff033a437b2a9a3aac2ccb8d08409fea3e789d4e9ef9b6a658784.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b996a4921fa869bb6424b243b5caa669c9dcdbeddba30d32c9365824366e3bb7.webp" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e4d913cdc09c5bf4405e9c47c5dc88d3e84934ff8200ef76fa4fbaeaaf03e583.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f34645163be788670b4f0909fb64d18059fa62fb37f0dde894a8ad6bc5c90e4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/92c7ad6c1e445404b4973e613d2b8308a0b0a8ccb0e59fb6850f315859d9ee06.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a5777dc7e3b30d8726ffbbd39e10541798fd1d1edfc920c29b0f99a617894e56.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7e721753b7cc6e84338fbee559ec631ac3e8d422692a4ca8e34d31237890e1ea.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/caa1385a52dd6ca4a4a4e0c80e36de5530a8b241907a9efb8268031964676afa.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/990ff9c67268e8f50b1f9818e28f9ad69d9e32c20b42fd0e080582a9683a0bad.webp" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">江苏</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/78a7321ee765630da7950e295aefb6fc8f3cc35465aa68773ea3a79bd55b5fc7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a1159683bde2785c1ea62343620d01c4953a0f41f742206f47e9c34630d34465.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be021eca87e08ce8958d978fbdaccae1f860df42c393f4ccc888c1054832b0a9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/52f21ebda0cdc554c20f7dee4f5cd2f5f7b12285ef39cc2f9d6f1457f658bb4f.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8f9af87411a4cfd7adca61c725b25c2e30b4bbbc33eab49721c0422ec4fe4463.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/66904ac556bc1f66fe92ef6bfaf176bba93cd343f0a344b153cf77c0c9406bb6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">云南瑞丽</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2b33d76d64f4e91c7fe1e4fade022874e7ecaaa8acf2d4403c78bf11a9bbad95.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e040160277dd06d09b8551a69a0d62d641cf8fb7439a88b24de35114175fe655.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d47d3637a39e8f0fe5507dfe8ef0e1ba5ee3b5d594fe33e829e13aa506353c21.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/15e0cea555d03c399f3886a4cad7809213612aade66b435b99b5bdc4c7d4f792.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">疫情里的动物</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/00f9f6d97ec4dc93a368b8adc640ffd5d5cf04bb20be0d243814365cd6c692e9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9621a4f0effb9932a9c397780cd3443b9ab3bfab7824a6df0ba0adc4a78d5b54.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ca6d3825ef2b2d22549f887a664d2ea3b7775978b6d316d25f3f74f1633f73d1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/979fe330be560804e66a8789d95bd2d5b4b1a2abb77cfd714219a3dc8415d659.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5ed47584c994d70a20008079d9a4e48dcab4632d0347a6608f178c96c740cbaf.webp" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da119322e56b4d06511988acfd7d4b96ddf10a268b7d7e88d39d36017f4ff2e1.webp" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4e8cfc44055742eb237f579a3d95c1472957fcc52b310665ee5bc4927dfed5f6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/99f7e326490f3d35bc0f05f3ce8772a76e6508383c01c6ab6a69c4bbfccb8c8c.webp" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ea38664f8d52db5765b8d31c6846679459e0e7299744947b20823422de533761.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a880ce496d483b49f1101448fe7116699a4cc5ac5190ec84993be0bca1920b27.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d4bff2e265f242c485e43494bd74aedc8034b5d2089284431dbd20f7808dda76.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/018db97d68b94ad60dd7d2d9f790520bd4c5d2264aa0cf3166a34205fac12a42.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1383699666a68c277052056e1ff5970d82b924dcd99f185d6ca5de8450dafd8a.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">还有其他</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dea60b9977836aa6e852ffd3ec1c1acb33f087d853994717a971bfae87111477.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e9f14083a7b04f6e36dc5249dc5d5912cde835a77b1dc1ebe5ee2508073932f4.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/00d08988b9bb859e08b51d795177e3ddb347ea2a2c0237b74f2799ce1f422462.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e5d0f255792e53371ecf2389d61763e55653175001f4872fa0c5d5e14c00223b.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/1f49b3003abfbb6f8834126a91150145bd52f33fcee22f1db93408180eee2652.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f4230d5acf5be0b2fbe77ff093f2e67be8e197132799c70baab800d6428b051c.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2451bfef8be26e3f58a81caa7f4caac75377321be832178f877eff431050912b.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><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/8c720969af30b87bf8051d1de4a3807e5f0f822b47201dbf8fc7b4b280c6f88a.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc2b543fc8da14f6a44dc61f2d144cf402d25f19bc0f249e39b9806c052ad38e.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/06cee5ef4291377813dc358e4f3e2ed6e6d7cce20f064d2dc91d862937eedadf.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7ae12e4fbfd772fe1b6b2383c288dd5427f116b76640c374779c35dc3ed8750d.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/599c9664bb98127ac7602aafa5231ba3549ad3a9c5d128a8582cb7a08c7939f1.jpg" 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/63364f37981984bd6e0c44b16d54d21a293d604eb4bd81f982f9dda00c17ff56.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
        </item>
        <item>
            <title><![CDATA[我为什么看好波卡Polkadot？]]></title>
            <link>https://paragraph.com/@godotsancho/polkadot</link>
            <guid>aDUHXXVoaUutFUaGUtlK</guid>
            <pubDate>Mon, 31 Jan 2022 07:52:31 GMT</pubDate>
            <description><![CDATA[文/推特@GodotSancho一些废话：2019年私募起，我就一直持有DOT。经历过312、519、1204等等起起伏伏，也看到过各种KOL及投资者们的思考和质疑。 从持有至今，我也在不断思考，跨链究竟必不必要？如果必要，为什么是波卡，而不是别的项目？ 以及，自己有没有产生路径依赖，陷入低成本DOT带来的舒适圈而不自知？自己有没有找借口合理化波卡，从而忽视了某些问题？ 同时，投资者，尤其是中国投资者，普遍对波卡有几个主要误解： 1、 波卡就是用来跨链交易的，没什么价值。 2、 波卡平行链就是“联盟链”，生态闭塞。 3、 用波卡跨链，只能成为平行链，参与插槽拍卖。 4、 波卡都是中国人在玩，生态项目垃圾。 5、 波卡就是下一个EOS，三浪打完直接归零。 6、 V神说了，跨链桥不安全。 ……等等。 诸多原因，还是决定写下一些，关于波卡的思考。欢迎大家共同交流探讨。 文中有不对的地方，欢迎批评指正。同时，本文不作为任何投资建议，更不对任何投资结果负责。正文开始：一、跨链不是波卡的全部与Multichain（原Anyswap）不同，波卡不止是一个跨链交易平台。跨链交易是波卡的功能之一。...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/72d81a9bbeedee30ccfc421a3cb7024b401551a2710d23824143241d4881e482.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong><em>文/推特@GodotSancho</em></strong></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一些废话：</h2><p>2019年私募起，我就一直持有DOT。经历过312、519、1204等等起起伏伏，也看到过各种KOL及投资者们的思考和质疑。</p><p>从持有至今，我也在不断思考，跨链究竟必不必要？如果必要，为什么是波卡，而不是别的项目？</p><p>以及，自己有没有产生路径依赖，陷入低成本DOT带来的舒适圈而不自知？自己有没有找借口合理化波卡，从而忽视了某些问题？</p><p>同时，投资者，尤其是中国投资者，普遍对波卡有几个主要误解：</p><p>1、 波卡就是用来跨链交易的，没什么价值。 2、 波卡平行链就是“联盟链”，生态闭塞。 3、 用波卡跨链，只能成为平行链，参与插槽拍卖。 4、 波卡都是中国人在玩，生态项目垃圾。 5、 波卡就是下一个EOS，三浪打完直接归零。 6、 V神说了，跨链桥不安全。 ……等等。</p><p>诸多原因，还是决定写下一些，关于波卡的思考。欢迎大家共同交流探讨。</p><p>文中有不对的地方，欢迎批评指正。同时，本文不作为任何投资建议，更不对任何投资结果负责。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">正文开始：</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">一、跨链不是波卡的全部</h3><p>与Multichain（原Anyswap）不同，波卡不止是一个跨链交易平台。跨链交易是波卡的功能之一。</p><p><strong>我其实更愿意将波卡完成的事情分为几大类：</strong></p><p><strong>跨链、分片扩容、多链架构、抽象及其他。</strong></p><p>接下来的文章，会从这几个方面展开分析。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">二、跨链——跨链是刚需吗？</h3><p>目前来看，是的。</p><p>1. 但凡在多个链参与过DeFi，或者购买过NFT，就能体会到资产跨链是多么的重要。</p><p>除了跨链转账麻烦外，你还要记ETH链、SOL链、LUNA、ATOM、XTZ、RON等等多个助记词。</p><p>2. 没有哪个链能满足全部需求，且各公链都有优质项目出现。Multichain的使用数据，及Multichain和LayerZero等项目融资情况，也说明机构看好跨链桥的未来。</p><p>3. 目前公链共同问题是，所有交易使用的资源是相同的，不管是转0.0001个ETH，还是10000个ETH。</p><p>想象一下，银行VIP办业务，只能通过不断提高手续费，来获得转账效率。吊诡的是，普通业务办理甚至可以提高手续费，来让VIP的效率变低，甚至可以截胡VIP将要办理的业务。</p><p>我们是不是可以拥有二条链组合链，它们提供统一dApp入口，可以自动识别转账金额大小。</p><p>对于大额，采用安全性更强的链，而对于小额，则采用效率更高，安全性相比之下没那么强的链。</p><p>这两条链互不干涉，对不同的用户采用不同的服务方式，不一视同仁，从而提高效率。</p><p>同样的，跨链可以给予不同交易、合约调用类型，不同的定制化服务。</p><p>4. 从逻辑上，不会存在一条链满足所有需求。因为如果存在，那条链也就代表了区块链的终极形态，否定了发展的存在。</p><p>综上，目前来看，跨链是刚需。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">三、分片扩容与多链架构——跨链为什么一定要用波卡</h3><p>除大家所熟知的跨链属性之外，波卡是一条公链，可以兼容异构及同构公链。</p><p>更为重要的是，作为公链，波卡完成了以太坊曾经没有完成的任务——分片。</p><p>分片是曾经以太坊扩容三驾马车之一，另外两个是Casper（对应PoS）和Plasm（对应侧链）。由于难度过大，以太坊放弃开发，转而寻求Rollup等方案。</p><p>Amber Group分析师LaoBai（推特：@wuhuoqiu）在推特里曾经提到过“分片是区块链扩容的圣杯” 。</p><p>个人感觉，“圣杯”这个修饰略显夸张，Rollup也好、分片也好，都属于不同的扩容方式。</p><p><strong>但是分片，尤其是波卡的分片，有着特别独特的竞争优势。</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1473644822925774848">https://twitter.com/Wuhuoqiu/status/1473644822925774848</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1474375007694475270">https://twitter.com/Wuhuoqiu/status/1474375007694475270</a></p><p><strong>首先，分片可以从根本上解决一个问题——状态爆炸。更准确的说，可以在不损失可组合性的情况下，解决状态爆炸。</strong></p><p><strong>不损失可组合性的前提下，解决状态爆炸问题，会成为比现有Layer2更优的解决方案。</strong></p><p><strong>1、什么是状态爆炸？</strong></p><p>区块链数据分为：历史数据、状态数据。</p><p>简单理解，历史数据需要硬盘空间，状态数据需要CPU强大。状态爆炸就是，CPU过载，电脑卡死了。</p><p>Nervos（CKB）CTO、以太坊早期核心开发者Jan，曾写过文章《区块链与状态爆炸》（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://talk.nervos.org/t/topic/1515%EF%BC%89%E8%A7%A3%E9%87%8A%E8%AF%A5%E9%97%AE%E9%A2%98%E3%80%82%EF%BC%88%E4%B8%8B%E6%96%87%E5%BC%95%E5%8F%B7%E5%86%85%E7%9A%84%E9%83%A8%E5%88%86%E4%B8%BA%E5%8E%9F%E6%96%87%E5%BC%95%E7%94%A8%EF%BC%8C%E4%B9%9F%E6%AC%A2%E8%BF%8E%E5%A4%A7%E5%AE%B6%E5%85%B3%E6%B3%A8%E7%9C%9F%E6%AD%A3%E7%9A%84%E5%9B%BD%E4%BA%A7%E4%B9%8B%E5%85%89%E9%A1%B9%E7%9B%AE%E2%80%94%E2%80%94Nervos%EF%BC%89">https://talk.nervos.org/t/topic/1515）解释该问题。（下文引号内的部分为原文引用，也欢迎大家关注真正的国产之光项目——Nervos）</a></p><p>历史数据是指，区块数据和交易数据。历史是从 Genesis 到达当前状态的路径。</p><p>状态数据是，节点在处理完从 Genesis到当前高度的所有区块和交易后形成的最终结果。状态随着区块的增加一直处于变化之中，交易是造成变化的原因。</p><p>Jan指出，“共识协议的作用是通过一系列的消息交换，保证每一个节点看到的当前状态是相同的，而实现这个目标的方式是保证每一个节点看到的历史是相同的。” ··· “只要历史相同（即所有交易的排序相同），处理交易的方式相同（把交易放在相同的确定性虚拟机里面执行），最后看到的当前状态就是相同的。当我们说「区块链具有不可篡改性」时，是指区块链历史不可篡改，相反，状态是一直在变化的。”</p><p>以比特币UTXO为例，严格来讲，比特币网络记录的是，一个个未被花费的状态，而不是钱包余额。“如果要做一个比喻的话，Bitcoin 的当前状态是一个装满了金币的袋子，每个金币上刻着所有者的名字。”</p><p>Jan写文章的时候，比特币历史数据大约有200G，而状态数据有3G左右，包括5000万个UTXO。</p><p>由于比特币上合约活动较少，主要以交易转账为主，数据大小线性增长，所以不存在状态爆炸问题。</p><p>而对于智能合约平台以太坊来说，情况大不相同。</p><p><strong>2、以太坊的状态爆炸问题</strong></p><p>富状态性（rich statefulness）是以太坊带来的新范式，“它允许一个合约调用另一个合约”，且“不对这种调用的层级数量施加任何的限制。”（以 “状态” 视角理解以太坊及其未来，Ajian，<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-imporvement-solutions%EF%BC%89">https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-imporvement-solutions）</a></p><p>Maker通过抵押，创造DAI，用户又可以通过DAI去Uniswap上交易。或者，假设Uniswap里有ABC/ETH和ETH/USDC池，而在Curve里有USDC/DAI池。</p><p>用户在Metamask里，用DAI去买ABC，实际上现在Curve里讲DAI换成了USDC，然后在Uniswap里讲USDC换成了ETH，然后再用ETH换成ABC，调用了多次合约。</p><p>当然，过程中还调用了预言机喂价等等。</p><p>所以，以太坊可以拥有各式合约，这些合约可以彼此访问，产生组合，继而诞生了“DeFi之夏”。</p><p>但问题也随之出现。首先，是存储空间不够了。</p><p>状态数据一旦创建，会永久保存，这就给节点维护带来了严重负担。</p><p>除非使用者主动释放，否则这些状态将作为负担永久保存。</p><p>Jan举过一个例子，区块高度5700001（May 30, 2018）的时候，使用状态最多的5个合约是：</p><p>（1）EtherDelta, 5.09% （2）IDEX, 4.17% （3）CryptoKitties, 3.05% （4）ENS, 1.92% （5）EOS Sale, 1.73%</p><p>仔细观察最后一个，虽然众筹已完成，EOS代币也已在EOS链上流转。但，众筹记录却永远留在了以太坊节点上，消耗存储资源。</p><p>其次，CPU过载了。</p><p>链上频繁合约调用，也使得状态处在频繁调用中，随着以太坊上部署的项目越来越多，读写困难也会不断加重。</p><p>状态爆炸会造成以下危害： （1） 硬件存储成本过高，只有少数人能负担节点成本，网络中心化，从根本上影响以太坊安全。 （2） 状态数据是节点运行的底线。历史数据可以存储在别的地方，比如以太坊基金会最初构想的Swarm，但状态数据不行。所以，节点只能硬抗状态爆炸的负担。</p><p><strong>状态爆炸，不仅是以太坊会遇到的问题，更是其他公链，乃至以太坊替代链都会遇到的问题。</strong></p><p><strong>3、状态爆炸解决方案</strong></p><p><strong>1\Layer2方案</strong></p><p>如果用过Aztec、Arbitrum等Layer2，你会有以下感受： （1） 需要官方跨链桥，在Layer2和以太坊主网间转币； （2） 币从以太坊主网抵押到Layer2至少要半小时，而从Layer2代币解除抵押，需要几周。 （3） Layer2的交易速度确实快，Gas也便宜。</p><p>Layer2提高了效率，降低了成本，但在易用性上，表现的似乎不是很好。</p><p>原因在于，Layer2解决状态爆炸的方式是，当用户将代币锁入Layer2合约后，用户在Layer2的交易，不会直接发送到以太坊主网上。</p><p>他们之间互相交易产生的状态，不会成为以太坊主网的负担。直到某刻结算时，Layer2才会把当前状态及签名，发送到以太坊主网上。这也是为什么，使用Layer2，需要质押和提币。</p><p>但这样一来，用户和Layer2交易时的状态，就无法从外部调用了，可组合性没了。</p><p>所以，尽管像Curve协议，已经部署在Polygon、以太坊等多个网络上，但每个网络上的流动性是独立的。</p><p>Polygon上的Curve需要重新积累流动性，无法与以太坊上的Curve共享流动性资金池。</p><p><strong>另一方面，用户可在以太坊上，用一个聚合器，获得Curve、Uniswap等等不同DeFi应用，提供的最优交易路径。</strong></p><p><strong>而在Layer2上，除非这些DeFi应用同时迁移到同一个Layer2网络内，否则这种组合性就不存在。</strong></p><p><strong>还有一个问题是，万一Layer2作恶，同步了错误的信息到以太主网，该怎么办？由此，诞生了Rollup方案。</strong></p><p>2\Rollup方案</p><p>Rollup会在每次调用Layer2状态时，发布交易数据到以太坊上。用户可根据这些公开数据，追溯交易状态，解决Layer2安全性问题。</p><p>但在保障了安全性、去中心化前提下，Rollup调用状态也只是自身内部的，且无法从外部获知状态调用情况。</p><p>因此，Rollup也好，Layer2也好，与以太坊既是竞争，又是合作的关系。他们需要独立发展自身生态，而另一方面，Layer2与以太坊结算时，消耗的也是ETH。</p><p>所以，Layer2更像抽离出来的dApp层，将以太坊作为结算层。</p><p>3\其他共识方案</p><p>目前，比较热度比较高的公链，如SOL、AVAX、ATOM、MINA、MATIC等等，都在以一种以太坊替代链的形式，解决遗留的状态爆炸问题。</p><p>但其实，他们有个共同点，在不可能三角里，倾向于去中心化和可扩展性。</p><p>推特@Justin_Bons，和他的推文<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Justin_Bons/status/1469375118036160529%EF%BC%8C%E8%AF%A6%E5%B0%BD%E9%98%90%E8%BF%B0%E4%BA%86Solana%E5%AE%95%E6%9C%BA%E9%97%AE%E9%A2%98%EF%BC%8C%E5%8F%8APoH%E5%85%B1%E8%AF%86%E5%AE%89%E5%85%A8%E6%80%A7%E7%9A%84%E6%8B%85%E5%BF%A7%E3%80%82">https://twitter.com/Justin_Bons/status/1469375118036160529，详尽阐述了Solana宕机问题，及PoH共识安全性的担忧。</a></p><p>同样的，其他链也出现过安全问题。</p><p>但我无意在本文里拉踩。</p><p>事实上，目前市场对于安全性的感知并不敏感。</p><p>此前，Solana宕机的20多个小时里，SOL价格丝毫未受影响。而MATIC面临较严重的安全问题，则完全没有引起市场注意。</p><p>所以，我并不能说，波卡就一定会成功，一定比其他项目强。</p><p>公链们也在想办法弥补各种安全问题。AVAX、ATOM链在安全性方面，做了大量工作。所以，很有可能出现的情况是，等到市场对敏感的时候，这些安全问题或许已经不在了。</p><p>而且，Solana实在是太受资金青睐了，SBF背后的Alameda Capital，以及有华尔街背景的Jump Capital，都在不遗余力的发展Solana生态。</p><p>毕竟，所谓成功，或许偶然性是最重要的因素，区块链也不例外。</p><p><strong>4、分片——波卡Polkadot的解决方案</strong></p><p>分片的思想是，每个节点不用处理全部交易，而是只处理一部分交易，然后将这些交易排列到一起。</p><p>分片之所以难以实现，是因为，多个分片互相调用合约时，需要解决排序和时延问题。</p><p>比如，当分片A要先后调用自身、分片B、C和自身合约，同时分片B也需要调用A、自身和C的合约，C也是时，问题光听着就复杂很多了。想象下，几百个节点互相调用的场景。</p><p>所以，分片必须要有一个可信的中间层。</p><p>在波卡系统里，主网就是中间层，而分片，就是平行链。</p><p>波卡在传统分片思想基础上，进行了创新。利用BABE共识随机性，在离散的时间内选择节点，又利用Grandpa确定性，减少出块分叉，提高效率。再利用PoS惩罚属性，保证节点共识安全。</p><p>波卡采用了分层架构，共识与计算分离。</p><p>波卡主网是共识层，本身不提供智能合约，最大程度保障安全与去中心化。这位波卡提供了两个属性：</p><ol><li><p>共识与计算分离，保证高TPS，且理论上，随着分片（平行链）增加，TPS会跟着增加。</p></li><li><p>基于波卡构建的项目，无需考虑安全问题。也就是说，当项目方通过波卡Substrate框架开发完成后，可直接通过XCMP（波卡跨链通讯协议）上线（无需通过插槽拍卖），并实现跨链。</p></li></ol><p>无需考虑节点如何构建，代币模型如何激励节点等问题，甚至还可以直接使用波卡的NPoS共识，而无需考虑共识问题。它甚至可以单纯做一条链，而无需发币。</p><p>正如Arrington XRP Capital，在文章《深度剖析波卡平行链设计理念与运作机制》中写那样：</p><p><em>“波卡的目标是成为区块链中的区块链，将状态与应用分开，让每个Layer1专注于自己链的可定制性。 这种共享的安全系统释放了(1)平行链的可定制性而不牺牲其安全性；(2)不同的平行链之间的内在互操作性。”</em></p><p>波卡可组合性由平行链间跨链通信保证。</p><p>波卡平行链，是一条条公链，每个平行链都有自己的生态项目。各公链间，可通过XCMP（波卡原生跨链通讯协议）共享流动性。</p><p>也就是说，当Moonbeam上的DeFi项目已经积累了流动性时，Acala、Zenlink、Bifrost生态项目，都可共享这些流动性池。</p><p><strong>总结下：</strong></p><p>目前以太坊扩容方案，或者替代方案包括Solana、Avalanche 、Mina等等都在解决以太坊遗留问题。</p><p>一方面，目前，所有项目受到了不可能三角（去中心化、安全性、可扩展性三者不共存）的限制。</p><p>事实上，波卡也面临不可能三角问题，平行链的设计其实是解决该问题的折中方案。</p><p>另一方面，基于刻舟求剑的历史脉络，打败以太坊的，一般不会是一个更好的以太坊，而应该是一个更加抽象的新范式。</p><p>就像以太坊抽象智能合约层，创造富状态性，将区块链带入新的领域一样。</p><p>就像，打败柯达的，不是更好用的照相机、交卷，而是手机。</p><p>在Web2.0，创新诞生于边缘，诞生于将某种体验做到极致，而在Web3.0，创新则诞生于技术层级和抽象和应用范式的转移。</p><p>那么，接下来，创造范式转移的，会是波卡吗？</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">四、抽象——新范式、波卡的价值</h3><p>你觉得，现在你正在使用的区块链。是区块链发展的终极形态吗？</p><p>或者，或一种问法，你觉得区块链还会发展吗？</p><p>凭借最朴素的直觉，也应该会感觉到，现在肯定不是区块链世界的终极形态。因为Metamask、Curve等等dApp，仍然运行在Http上。</p><p>几乎所有的链游，除了代币交互上链外，几乎没有操作是需要上链的，除了NFT的所有权在你手里，NFT的使用权，理论上并不在你的手中。</p><p>所以，当前区块链仅仅迈开了一小步。未来，一定会有不同的定制链来解决上述问题。</p><p><strong>万链定制时代，就是波卡的时代。</strong></p><p>完全可以基于Substrate框架，开发隐私链上浏览器。</p><p>浏览器的运行在链上，且采用加密方式，不用再担心木马获得钱包插件助记词问题。</p><p>这个浏览器dApp，甚至可以只是一个dApp，不需要考虑发币吸引节点，也不需要考虑经济模型。</p><p>因为开发者可以选择，直接共享波卡主网的共识和安全。也可以在移除Sudo，实现去中心化后，直接使用波卡的链上治理。</p><p>也可以采用XCMP（波卡跨链通讯方式）资源租赁的方式，实现跨链，无需参与插槽拍卖。（所以，在波卡跨链，是不一定需要参与插拍的）</p><p><strong>这也诞生了新商业模式的可能性。即创造一条功能链、或者联盟链，以共享波卡安全性与治理的方式，直接完成冷启动。</strong></p><p><strong>该链可固定提供某项功能，按照区块固定收取Gas。成本为XCMP租用成本，溢价部分作为收益，进入智能合约，由团队获取。</strong></p><p>所以，在波卡生态的强组合性，可以诞生多种不同的区块链形态。</p><p>**这种可组合性，也体现在波卡NFT与DeFi中。**同样的，也可以定制一条链，来专门处理NFT装备穿戴、更新等等。</p><p>**波卡支持平行链无Gas传输。**所以，在用户授权的前提下，该链可以处理用户在游戏中的交互请求。</p><p>该链模式可以to B，即向应用的游戏dApp收费。</p><p><strong>所以，以太坊将智能合约层抽象出来，产生了富状态性，以及合约间互相调用的可能性，而波卡，则是将“链”的形态抽象出来。或许能产生某种新范式。</strong></p><p>此外，XCMP允许相同中继链生态内的项目，共享流动性。也就是说，Acala与Moonbeam生态原生项目，可共享流动性。</p><p>同时，由于波卡可实现无叉升级，也避免了Uniswap V2、V3流动性分叉。</p><p><strong>综上，当你持有DOT，你其实是在持有一个多链、定制链的未来。</strong></p><h3 id="h-dot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">五、DOT价值及基本面来源</h3><p>DOT价值来源于以下方面： 1、 Acala、Moonbeam、Astar等等公链生态迅速发展、生态项目间相互借调流动性，或有其他深层次互动，以致在2年后的新一轮插槽拍卖中，平行链不惜付出更大的奖励，吸引用户投票。由此，创造更多财富效应，吸引用户加仓DOT。 2、 如上所述，多链形式、商业模式大发展，跨链项目按照区块租用XCMP资源，并以DOT形式付费。 3、 3月11日，波卡生态各平行链正式上线波卡主网后，DOT挖矿等使用场景拓展。 4、 以太坊、Solana等公链现有项目发展，区块链性能遇到瓶颈，导致项目溢出到波卡。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">六、波卡面临的问题</h3><p>1、 为了主链安全，波卡需要大量锁仓，由此产生了平行链插槽，牺牲了用户的资产流动性。 2、 平行链投票锁仓期过长。目前，市场上流动性解决方案都很垃圾，比如币安，采用BDOT兑换方案。BDOT不支持提现，也无其他交易对。导致无法通过套利方式，将价格1:1锚定DOT。</p><p>且BDOT唯一作用，是承接用户兑换DOT的抛盘。BDOT价格完全要看币安做市商按照多少折扣来承接。</p><p>目前BDOT：DOT维持在0.6的比例，也就是说，用户兑换后，要按币本位，损失40%DOT代币，十分不合理。</p><p>3、 链上解锁28天时间过长。为了保障网络安全，防止极端行情下，节点和质押代币大量出逃，采用了与LUNA相同的方式。 4、 XCMP技术实现难度较大，目前功能仍未推出，仅以XCM替代方案来通讯。 5、 异构链跨链资产，相对混乱。Moonbeam与Multichain（原Anyswap）跨链后，稳定币池过多，且两条链原生稳定币池不相容。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">七、补充资料</h3><p><strong>关于Gavin Wood博士与Web3.0：</strong> Gavin Wood 最早在2014年提出Web3 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/pdiTiGboZeI?t=4092">https://youtu.be/pdiTiGboZeI?t=4092</a> 在2017年就Web3议题发表演讲 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=lH1pEE0W3ug">https://www.youtube.com/watch?v=lH1pEE0W3ug</a> 在2018年发表Web3论点纲领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gavofyork.medium.com/why-we-need-web-3-0-5da4f2bf95ab">https://gavofyork.medium.com/why-we-need-web-3-0-5da4f2bf95ab</a></p><p><strong>波卡链上开发者活跃度</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bea011b0a6674fc346baf3857a08d8552f160f22d3b944d404c1d958516a7f68.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/72d81a9bbeedee30ccfc421a3cb7024b401551a2710d23824143241d4881e482.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>资料引用：</strong> 以 “状态” 视角理解以太坊及其未来 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-imporvement-solutions">https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-imporvement-solutions</a> 推特Lao Bai @wuhuoqiu <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1473644822925774848">https://twitter.com/Wuhuoqiu/status/1473644822925774848</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1474375007694475270">https://twitter.com/Wuhuoqiu/status/1474375007694475270</a> 区块链与状态爆炸 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://segmentfault.com/a/1190000019085254">https://segmentfault.com/a/1190000019085254</a></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/673ee47acb60523553d0f78498f3533679f155731308bafeef6b1e0abfa15d85.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Why I'm bullish on Polkadot?]]></title>
            <link>https://paragraph.com/@godotsancho/why-i-m-bullish-on-polkadot</link>
            <guid>mnDhP5PdfCE48WBPNXrD</guid>
            <pubDate>Mon, 31 Jan 2022 07:43:25 GMT</pubDate>
            <description><![CDATA[Article/Twitter @GodotSanchoSome nonsense.I have been holding DOT since the 2019 private sale. experienced the ups and downs of 312, 519, 1204, etc., and have seen various KOLs and investors thinking and questioning about Polkadot. From the holding so far, I am also constantly thinking,if cross-chain is necessary? If necessary, why Polkadot and not other projects? And, have I ever become path-dependent and fall into the comfort zone brought by low-cost DOT without knowing it? Did you find exc...]]></description>
            <content:encoded><![CDATA[<p><strong><em>Article/Twitter @GodotSancho</em></strong></p><h2 id="h-some-nonsense" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Some nonsense.</h2><p>I have been holding DOT since the 2019 private sale. experienced the ups and downs of 312, 519, 1204, etc., and have seen various KOLs and investors thinking and questioning about Polkadot.</p><p>From the holding so far, I am also constantly thinking,if cross-chain is necessary? If necessary, why Polkadot and not other projects?</p><p>And, have I ever become path-dependent and fall into the comfort zone brought by low-cost DOT without knowing it? Did you find excuses to rationalize Polkadot’s problems and ignore certain issues?</p><p>Meanwhile, investors, especially Chinese investors, generally have several major misconceptions about Polkadot.</p><ol><li><p>Polkadot is used for cross-chain trading, and has little value. 2、Polkadot parallel chain is a &quot;coalition chain&quot;, ecological occlusion. 3、 If you use Polkadot to cross the chain, you can only become a parallel chain and participate in the slot auction. 4、 Polkadot is built by Chinese projects, and the ecological project is garbage. 5、Polkadot is the next EOS, it will go to zero directly. 6, Vitalik said, cross-chain bridge is not safe. ...... and so on.</p></li></ol><p>For many reasons, I decided to write down some thoughts about Polkadot. Welcome to share and discuss.</p><p>If the text has the wrong places, welcome criticism correction. At the same time, this article does not serve as any investment advice, and is not responsible for any investment results.</p><h2 id="h-main-article" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Main article.</h2><h3 id="h-i-cross-chain-is-not-all-about-polkadot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">I. Cross-chain is not all about Polkadot</h3><p>Unlike Multichain (formerly Anyswap), Polkadot is more than a cross-chain trading platform. Cross-chain trading is one of the functions of Polkadot.</p><p>I actually prefer to divide what Polkadot accomplishing into a few broad categories.</p><p>Cross-chain, Sharding, multi-chain architecture, abstraction and others.</p><p>The next article will analyze these aspects.</p><h3 id="h-cross-chain-do-we-need-cross-chain" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Ⅱ. Cross Chain - do we need cross chain?</h3><p>So far, yes.</p><ol><li><p>But anyone who has participated in DeFi in multiple chains, or purchased NFT, can appreciate how important it is to cross-chain assets.</p></li><li><p>No chain can meet all the needs, and there are quality projects in each public chain. the usage data of Multichain, and the financing of projects like Multichain and LayerZero, also show that institutions are optimistic about the future of cross-chain bridges.</p></li><li><p>The common problem of public chains at present is that all transactions use the same resources, no matter whether they turn 0.0001 ETH or 10,000 ETH.</p></li></ol><p>Imagine a bank VIP doing business and can only gain efficiency in transferring money by constantly increasing the fees.</p><p>Imagine a bank VIP doing business, only by constantly increasing the fees to get transfer efficiency.</p><p>Ironically, ordinary business handling can even raise the handling fee to make VIP less efficient, or even cut off the business that VIP will handle.</p><p>Couldn&apos;t we have two chains of combined chains which provide a unified dApp entrance and can automatically identify the size of the transfer amount.</p><p>For large amounts, the chain with stronger security is used, while for small amounts, the chain with higher efficiency and less security is used.</p><p>These two chains do not interfere with each other and use different services for different users without treating them equally, thus increasing efficiency.</p><p>Similarly, the cross-chain can give different transactions, contract call types, and different customized services.</p><ol><li><p>logically, there will not exist one chain to satisfy all needs. Because if it exists, that chain also represents the ultimate form of blockchain and negates the existence of development.</p></li></ol><p>In summary, for now, cross-chain is just needed.</p><h3 id="h-iii-sharding-and-multi-chain-architecture-why-polkadot-must-be-used-for-cross-chain" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">III. Sharding and Multi-chain Architecture - Why Polkadot must be used for cross-chain</h3><p>In addition to the well-known cross-chain property, Polkadot is a public chain, which can be compatible with heterogeneous and homogeneous public chains.</p><p>More importantly, as a public chain, Polkadot has accomplished a task that was once not accomplished by Ethereum - sharding.</p><p>Sharding was once one of the triad of Ethereum expansion, the other two being Casper (corresponding to PoS) and Plasm (corresponding to sidechain). Due to the overwhelming difficulty, Ethereum gave up development and turned to solutions such as Rollup.</p><p>Amber Group Analyst LaoBai (Twitter: @wuhuoqiu) once mentioned in a tweet that &quot;fractions are the holy grail of blockchain scaling&quot;.（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1473644822925774848">https://twitter.com/Wuhuoqiu/status/1473644822925774848</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1474375007694475270%EF%BC%89">https://twitter.com/Wuhuoqiu/status/1474375007694475270）</a></p><p>Personally, I feel that the &quot;holy grail&quot; is a slight exaggeration, as Rollup and Sharding are different ways of scaling.</p><p>But Sharding, especially the Sharding provided by Polkadot, has a special unique competitive advantage.</p><p><strong>First, sharding can fundamentally solve one problem - state explosion. More precisely, it can solve the state explosion without loss of composability.</strong></p><p><strong>Solving the state explosion problem without loss of composability would be a superior solution to the existing Layer2.</strong></p><p><strong>1. What is state explosion?</strong></p><p>Blockchain data is divided into: historical data, state data.</p><p>Simple understanding, historical data needs hard disk space, and state data needs CPU. State explosion is that the CPU is overloaded and the computer is stuck.</p><p>Jan, CTO of Nervos (CKB) and early core developer of Ether, has written an article &quot;Blockchain and State Explosion&quot; (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://talk.nervos.org/t/topic/1515">https://talk.nervos.org/t/topic/1515</a>) to explain the problem. (The part in quotation marks below is the original quote, and you are also welcome to follow Nervos)</p><p>Historical data means, block data and transaction data. History is the path from Genesis to the current state.</p><p>The state data is the final result formed by the node after processing all the blocks and transactions from Genesis to the current height. The state is always in flux as blocks are added, and transactions are the cause of the change.</p><p>Jan notes, &quot;The role of the consensus protocol is to ensure that each node sees the same current state through a series of message exchanges, and the way to achieve this is to ensure that each node sees the same history.&quot; --. &quot;As long as the history is the same (i.e., all transactions are ordered the same way) and the transactions are processed the same way (by placing them inside the same deterministic virtual machine for execution), the current state seen at the end is the same. When we say &apos;blockchain is tamper-evident,&apos; we mean that the blockchain history is not tamperable; instead, the state is always changing.&quot;</p><p>In the case of Bitcoin UTXO, for example, the Bitcoin network records, strictly speaking, an unspent state, not a wallet balance. &quot;If you want to make an analogy, the current state of Bitcoin is a bag full of gold coins, each with the owner&apos;s name inscribed on it.&quot;</p><p>At the time Jan wrote the article, there were about 200 gigabytes of historical Bitcoin data and about 3G of state data, including 50 million UTXOs.</p><p>Since there is less contract activity on Bitcoin, mainly transaction transfers, the data size grows linearly, so there is no state explosion problem.</p><p>For the smart contract platform Ethereum, the situation is very different.</p><p><strong>2. Ethereum’s Statefulness Explosion Problem</strong></p><p>Rich statefulness is the new paradigm brought by Ethereum, which &quot;allows one contract to call another contract&quot; and &quot;does not impose any limits on the number of layers of such calls.&quot; (Understanding Ether and its future from a &quot;state&quot; perspective, Ajian, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-">https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-</a> imporvement-solutions)</p><p>Maker, through collateral, creates DAIs through which users can in turn go to trade on Uniswap. Or, suppose there are ABC/ETH and ETH/USDC pools in Uniswap, and USDC/DAI pools in Curve.</p><p>The user goes to buy ABC with DAI in Metamask, and actually now speaks DAI for USDC in Curve, then speaks USDC for ETH in Uniswap, and then ETH for ABC, calling the contract multiple times.</p><p>Of course, the process also calls the prophecy machine to feed the price and so on.</p><p>So, Ethereum can have all kinds of contracts, and these contracts can access each other, and generate combinations, and then the &quot;Summer of DeFi&quot; is born.</p><p>But there are also problems. First, there is not enough storage space.</p><p>Once the state data is created, it is kept forever, which puts a serious burden on node maintenance.</p><p>Unless the user actively releases it, the state will be kept permanently as a burden.</p><p>Jan has given an example that the five contracts that use the most state at block height 5700001 (May 30, 2018) are.</p><p>(1) EtherDelta, 5.09% (2) IDEX, 4.17% (3) CryptoKitties, 3.05% (4) ENS, 1.92% (5) EOS Sale, 1.73%</p><p>Looking closely at the last one, although the crowdfunding has been completed and the EOS tokens have been circulated on the EOS chain. But, the crowdfunding record is left on the Ether node forever, consuming storage resources.</p><p>Second, the CPU is overloaded.</p><p>Frequent contract calls on the chain also make the state in frequent calls, and as more and more projects are deployed on Ether, the reading and writing difficulties will keep getting worse.</p><p>The state explosion can cause the following hazards. (1) The hardware storage cost is too high, only a few people can afford the cost of nodes, and the network is centralized, which fundamentally affects the security of Ethereum. (2) State data is the bottom line of node operation. Historical data can be stored in other places, such as Swarm, which was originally conceived by the Ethereum Foundation, but not state data. Therefore, nodes can only resist the burden of state explosion.</p><p>The state explosion is not only a problem for Ethereum, but also a problem for other public chains and even alternative chains to Ethereum.</p><p><strong>3. State explosion solution</strong></p><p><strong>（1）Layer2 solution</strong></p><p>If you have used Layer2 such as Aztec and Arbitrum, you will have the following feelings. (1) Official cross-chain bridges are needed to transfer coins between Layer2 and the main Ethereum network. (2) It takes at least half an hour for coins to be deposited from Ethereum mainnet to Layer2, and a few weeks to withdraw from Layer2. (3) Layer2 transactions are really fast and Gas is cheap.</p><p>Layer2 improves efficiency and reduces cost, but it doesn&apos;t seem to perform very well in terms of ease of use.</p><p>The reason is that the way Layer2 solves the state explosion is that when users lock their tokens into Layer2 contracts, the users&apos; transactions in Layer2, will not be sent directly to the Ethereum mainnet.</p><p>The state generated by their transactions with each other will not become a burden to the main Ethernet network. It is not until a certain moment of settlement that Layer2 will send the current state and signature to the Ethernet mainnet. This is why, using Layer2 requires deposit and withdrawal of coins.</p><p>But then, the state of the user and Layer2 at the time of transaction, can not be called from outside, combinability is gone.</p><p>So while protocols like Curve, have been deployed on multiple networks like Polygon, Ethereum, etc., the liquidity on each network is independent.</p><p>Curve on Polygon needs to re-accumulate liquidity and cannot share a pool of liquidity funds with Curve on Ethereum.</p><p>On the other hand, users can use an aggregator on Ethereum to get the optimal transaction path provided by different DeFi applications such as Curve, Uniswap, etc.</p><p>On Layer2, this composability does not exist unless these DeFi applications are migrated to the same Layer2 network at the same time.</p><p>There is also the problem of what to do in case Layer2 is evil and synchronizes the wrong information to the main Ethereum network. Thus, the Rollup scheme is born.</p><p><strong>（2）Rollup</strong></p><p>Rollup will publish transaction data to Ethereum every time Layer2 state is invoked. Users can trace the transaction status based on these public data to solve the Layer2 security problem.</p><p>However, under the premise of security and decentralization, Rollup calls the state only internally, and cannot be informed of the state calls from outside.</p><p>Therefore, Rollup and Layer2 are both in competition and cooperation with Ethereum. They need to develop their own ecology independently, while on the other hand, Layer2 consumes ETH when settling with Ethereum.</p><p>Therefore, Layer2 is more like the abstracted dApp layer, using Ethereum as the settlement layer.</p><p><strong>（3）Other consensus schemes</strong></p><p>At present, the hotter public chains, such as SOL, AMAX, ATOM, MINA, MATIC and so on, are all solving the legacy state explosion problem in the form of a kind of Ether alternative chain.</p><p>But in fact, they have one thing in common, a preference for decentralization and scalability in the Impossible Triangle.</p><p>Twitter @Justin_Bons, and his tweet <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Justin_Bons/status/1469375118036160529">https://twitter.com/Justin_Bons/status/1469375118036160529</a>, elaborate on the Solana downtime issue, and the PoH consensus security concerns.</p><p>Likewise, other chains have had security issues.</p><p>But I don&apos;t mean to belittle other public chains in this article.</p><p>In fact, the market is currently not sensitive to perceptions of security.</p><p>Previously, the SOL price was not affected at all during the 20+ hours Solana was down. MATIC, on the other hand, which faced more serious security issues, did not attract the market&apos;s attention at all.</p><p>So, I am not saying that Polkadot will definitely succeed and must be better than other projects.</p><p>The public chains are also trying to find ways to compensate for various security issues. AVAX and ATOM chain have done a lot of work in terms of security. So, it is likely that the situation is that by the time the market is sensitive to it, these security issues may not be there anymore.</p><p>Moreover, Solana is really too popular with funds. Alameda Capital, behind SBF, and Jump Capital, which has a Wall Street background, are sparing no effort to develop the Solana ecology.</p><p>After all, perhaps serendipity is the most important factor in so-called success, and blockchain is no exception.</p><p><strong>4. Sharding- Polkadot&apos;s solution</strong></p><p>The idea of Sharding is that instead of processing all transactions, each node processes only a portion of transactions and then arranges these transactions together.</p><p>The reason why Sharding is difficult to implement is that, when multiple Sharding call each other&apos;s contracts, they need to solve sequencing and latency problems.</p><p>For example, when Sharding A has to call itself, Sharding B, C and its own contract successively, while Sharding B also needs to call the contracts of A, itself and C, and C as well, the problem is much more complicated just by the sound of it. Imagine a scenario where several hundred nodes call each other.</p><p>So, the Sharding must have a trusted middle layer.</p><p>In the Polkadot system, the main network is the middle layer, and the Sharding, the parallel chain.</p><p>Polkadot innovates on the basis of the traditional idea of Sharding. Using BABE consensus randomness to select nodes in discrete time, and again using Grandpa determinism to reduce out of block forking and improve efficiency. Then use PoS penalty property to ensure node consensus security.</p><p>Polkadot uses a layered architecture, where consensus is separated from computation.</p><p>The main network of Polkadot is the consensus layer, and does not provide smart contracts itself to ensure maximum security and decentralization. This Polkadot provides two attributes.</p><ol><li><p>the separation of consensus and computation ensures high TPS, and in theory, as the fractionation (parallel chain) increases, TPS will follow.</p></li><li><p>Projects built based on Polkadot do not need to consider security issues. In other words, when the project is developed through the Polkadot Substrate framework, it can go online directly through XCMP (Polkadot Cross-chain Communication Protocol) (without going through slot auction) and realize cross-chain.</p></li></ol><p>There is no need to consider how the nodes are constructed, how the token model incentivizes the nodes, etc. It can even directly use Polkadot’s NPoS consensus without considering consensus issues. It can even simply be a chain without the need for a coin offering.</p><p>As Arrington XRP Capital, wrote in the article &quot;In-depth Analysis of Polkadot Parallel Chain Design Concept and Operation Mechanism&quot;.</p><p>&quot;Polkadot aims to be a blockchain within a blockchain, separating state from application and allowing each Layer1 to focus on the customizability of its own chain. This shared security system unlocks (1) the customizability of parallel chains without sacrificing their security, and (2) the inherent interoperability between different parallel chains.&quot;</p><p>Polkadot composability is guaranteed by cross-chain communication between parallel chains.</p><p>Polkadot Parallel Chain, a public chain, each parallel chain has its own eco-project. Between the public chains, liquidity can be shared through XCMP (Polka&apos;s native cross-chain communication protocol).</p><p>In other words, when the DeFi project on Moonbeam has accumulated liquidity, Acala, Zenlink, and Bifrost eco-projects, can share these liquidity pools.</p><p><strong>To summarize.</strong></p><p>Current Ethereum scaling solutions, or alternative solutions including Solana, Avalanche , Mina and so on are solving the legacy problems of Ethereum.</p><p>On the one hand, currently, all projects are limited by the impossibility triangle (decentralization, security and scalability do not coexist).</p><p>In fact, Polkadot also faces the impossible triangle problem, and the design of parallel chain is actually a compromise solution to the problem.</p><p>On the other hand, based on the historical vein of carving the boat, what defeats Ethereum will generally not be a better Ethereum, but a new paradigm that is more abstract.</p><p>Just as Ethereum abstracts the smart contract layer, creating rich statefulness and taking blockchain into new territory.</p><p>Just like, what beat Kodak was not a better working camera or handing in rolls, but a cell phone.</p><p>In Web 2.0, innovation was born at the edge, born of taking a certain experience to the extreme, while in Web 3.0, innovation was born of technology layers and abstraction and application paradigm shifts.</p><p>So, what&apos;s next, will it be Polkadot that creates the paradigm shift?</p><h3 id="h-abstraction-the-new-paradigm-the-value-of-polkadot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Ⅳ. Abstraction - the new paradigm, the value of Polkadot</h3><p>Do you think that the blockchain you are using now. Is it the ultimate form of blockchain development?</p><p>Or, or a way to ask, do you think the blockchain will still evolve?</p><p>With the plainest intuition, one should also feel that it is certainly not the ultimate form of the blockchain world right now. Because Metamask, Curve, and other dApps, still run on Http.</p><p>Almost all P2E Games, except for token interaction on the chain, almost no operation is required to be on the chain, except for the ownership of NFT in your hands, the right to use NFT, in theory, is not in your hands.</p><p>So, the current blockchain is only a small step forward. In the future, there will definitely be different customized chains to solve the above problems.</p><p><strong>The era of Chain Customization is the era of Polkadot.</strong></p><p>It is entirely possible to develop privacy on-chain browsers based on the Substrate framework.</p><p>The browser runs on the chain and is encrypted, so you don&apos;t have to worry about Trojan horses getting the wallet private key.</p><p>This browser dApp, or even just a dApp, does not need to consider issuing coins to attract nodes, or economic models.</p><p>Because the developer can choose, directly share the consensus and security of the main network of Polkadot. It is also possible to use Polkadot’s on-chain governance directly after removing Sudo and achieving decentralization.</p><p>It is also possible to use XCMP (Polkadot cross-chain communication method) resource leasing to achieve cross-chain without participating in slot auctions. (So, in Polkadot cross-chain, it is not necessary to participate in the slot auction)</p><p><strong>This also gives birth to the possibility of a new business model. That is, to create a functional chain, or federated chain, to share the security and governance of Polkadot in a way that directly completes the cold start.</strong></p><p><strong>The chain can be fixed to provide a certain function, according to the block fixed charge Gas. cost for XCMP rental cost, the premium part as revenue, into the smart contract, by the team to obtain.</strong></p><p><strong>So, the strong combinability in Polkadot ecology can give birth to many different blockchain forms.</strong></p><p>This combinability is also reflected in Polkadot NFT and DeFi. Likewise, it is possible to customize a chain to specifically handle NFT equipment wear, updates, etc.</p><p><strong>Polkadot supports parallel chains without Gas transfer.</strong> So, the chain can handle user interaction requests in the game with user authorization.</p><p>The chain model can be to B, i.e. charge the game dApp of the application.</p><p><strong>So, while Ethereum abstracts the smart contract layer to produce rich state and the possibility of calling each other between contracts, Polkadot abstracts the &quot;chain&quot; form. Perhaps some new paradigm can emerge.</strong></p><p>In addition, XCMP allows projects within the same relay chain ecosystem to share liquidity. In other words, Acala and Moonbeam eco-native projects can share liquidity.</p><p>Also, Uniswap V2 and V3 liquidity fork is avoided because Polkadot can achieve forkless upgrade.</p><p><strong>In summary, when you hold DOT, you are actually holding the future of a multi-chain, customized chain.</strong></p><h3 id="h-v-sources-of-dot-value-and-fundamental-analysis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">V. Sources of DOT Value and Fundamental Analysis</h3><p>DOT value comes from the following aspects.</p><ol><li><p>Acala, Moonbeam, Astar and other public chain ecologies are developing rapidly, and the ecological projects are lending liquidity to each other, or have other deep interactions, so that in the new round of slot auctions after 2 years, parallel chains do not hesitate to pay bigger rewards to attract users to vote. As a result, more wealth effects are created to attract users to increase their positions in DOT.</p></li><li><p>As mentioned above, multi-chain format and business model developed greatly, and cross-chain projects rented XCMP resources according to blocks and paid in the form of DOT.</p></li><li><p>On March 11, after each parallel chain of Polkadot ecology was officially launched on Poca main network, DOT mining and other usage scenarios expanded.</p></li><li><p>The development of existing projects of public chains such as Ether and Solana, blockchain performance encountered bottlenecks, resulting in project overflow to Polkadot.</p></li></ol><h3 id="h-vi-problems-faced-by-polkadot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">VI. Problems faced by Polkadot</h3><p>1. For the security of the main chain, Polka needs to lock a lot of positions, thus creating parallel chain slots and sacrificing the liquidity of users&apos; assets.</p><p>2. The parallel chain voting lock-in period is too long. At present, the liquidity solutions in the market are garbage, such as Binance, which adopts BDOT exchange solution. BDOT does not support withdrawals, and there are no other trading pairs. This makes it impossible to anchor the price 1:1 to DOT through arbitrage.</p><p>The only role of BDOT is to take over the dumping of users for DOT, and the price of BDOT depends entirely on how much discount the market maker of Binance takes.</p><p>At present, BDOT: DOT maintains a ratio of 0.6, which means that after the user exchange, it is very unreasonable to lose 40% DOT tokens according to the coin standard.</p><p>3. The chain unlocking time of 28 days is too long. The same way as LUNA is used in order to protect the network security and prevent a mass exodus of nodes and pledged tokens under extreme market conditions.</p><p>4. XCMP technology is difficult to implement, and the function is still not launched, only XCM alternative is used to communicate.</p><p>5. Heterogeneous chain cross-chain assets, relatively confusing. after Moonbeam and Multichain (former Anyswap) cross-chain, there are too many stable coin pools, and the two chains native stable coin pools are not compatible.</p><h3 id="h-vii-additional-information" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">VII. Additional Information</h3><p>About Dr. Gavin Wood and Web 3.0. Gavin Wood first proposed Web3 in 2014 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://youtu.be/pdiTiGboZeI?t=4092">https://youtu.be/pdiTiGboZeI?t=4092</a> Presented on Web3 topics in 2017 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=lH1pEE0W3ug">https://www.youtube.com/watch?v=lH1pEE0W3ug</a> Presented the Web3 argument platform in 2018 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gavofyork.medium.com/why-we-need-web-3-0-5da4f2bf95ab">https://gavofyork.medium.com/why-we-need-web-3-0-5da4f2bf95ab</a></p><p><strong>Developer activity on Polkadot</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bea011b0a6674fc346baf3857a08d8552f160f22d3b944d404c1d958516a7f68.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/72d81a9bbeedee30ccfc421a3cb7024b401551a2710d23824143241d4881e482.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Source Citation.</strong> Understanding Ether and its future with a &quot;state&quot; perspective <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-imporvement-solutions">https://ethfans.org/posts/from-state-view-to-understand-ethereum-and-its-imporvement-solutions</a> Twitter Lao Bai @wuhuoqiu <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1473644822925774848">https://twitter.com/Wuhuoqiu/status/1473644822925774848</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Wuhuoqiu/status/1474375007694475270">https://twitter.com/Wuhuoqiu/status/1474375007694475270</a> Blockchain and the state explosion <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://segmentfault.com/a/1190000019085254">https://segmentfault.com/a/1190000019085254</a></p>]]></content:encoded>
            <author>godotsancho@newsletter.paragraph.com (Godot #Dotsama)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/673ee47acb60523553d0f78498f3533679f155731308bafeef6b1e0abfa15d85.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>