<?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>waspsy8</title>
        <link>https://paragraph.com/@ivyboy</link>
        <description>undefined</description>
        <lastBuildDate>Tue, 16 Jun 2026 07:49:10 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>waspsy8</title>
            <url>https://storage.googleapis.com/papyrus_images/cabe6b3200f15dd0be8b0af6896bd83c089779e3ef35c14fe6e3b6a2a62f6ad4.jpg</url>
            <link>https://paragraph.com/@ivyboy</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Aptos公链第一个DEX Pontem]]></title>
            <link>https://paragraph.com/@ivyboy/aptos-dex-pontem</link>
            <guid>op3BWjvUvWeF9Z1T7txX</guid>
            <pubDate>Wed, 03 Aug 2022 17:51:13 GMT</pubDate>
            <description><![CDATA[Pontem是一家基于Aptem链的首创开发工作室，与 Aptos 合作创建基础 dApp 设施 EVM、AMM 等，基于 Move的新兴生态系统，以包容性为基础的基础设施蓬勃发展的生态系统是 Pontem在竞争优势的地方，在过去的四年中，团队在Move方面取得了长久的专业知识。 Pontem是开发Move 虚拟机的“先行者”。他们的技能包括现代区块链开发的基本组成部分，他们认为不仅为未来做好了准备，而且处于构建它的独特位置。鉴于他们所处的独特地位，他们将为Aptos 区块链创建第一个产品开发工作室跨越 3 个关键垂直领域：协议、开发人员工具和基础设施。 凭借他们的技能和经验，他们将通过构建 Aptos L1 被数十亿人使用所必需的核心原始 dApp 来帮助发展和发展这个新生的生态系统并在整个技术堆栈中获取价值。他们将与现有的 dApp、基础设施提供商和 L1 合作，帮助过渡到 Move。在他们发现市场空白的地方，他们将自己构建核心要素并进行升级以与时俱进。 Move语言的特殊功能：Move中，任何自定义资产（例如Token）都可以声明为资源类型，允许安全且在此受保护资产访问控制...]]></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/213c3751b53aa45857510da53b32f5497a84a1d54a6bafb5082c80ed03723d7e.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>Pontem是一家基于</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/aptoslabs">Aptem</a>链的首创开发工作室，与 Aptos 合作创建基础 dApp 设施 EVM、AMM 等，<strong>基于 Move</strong>的新兴生态系统，以包容性为基础的基础设施蓬勃发展的生态系统是 Pontem在竞争优势的地方，在过去的四年中，团队在Move方面取得了长久的专业知识。</p><p>Pontem是开发Move 虚拟机的“先行者”。他们的技能包括现代区块链开发的基本组成部分，他们认为不仅为未来做好了准备，而且处于构建它的独特位置。鉴于他们所处的独特地位，他们将为Aptos 区块链创建第一个产品开发工作室跨越 3 个关键垂直领域：协议、开发人员工具和基础设施。</p><p>凭借他们的技能和经验，他们将通过构建 Aptos L1 被数十亿人使用所必需的核心原始 dApp 来帮助发展和发展这个新生的生态系统并在整个技术堆栈中获取价值。他们将与现有的 dApp、基础设施提供商和 L1 合作，帮助过渡到 Move。在他们发现市场空白的地方，他们将自己构建核心要素并进行升级以与时俱进。</p><p><strong>Move语言的特殊功能：</strong></p><ul><li><p>Move中，任何自定义资产（例如Token）都可以声明为资源类型，允许安全且在此受保护资产访问控制的范围。比如说，如果黑客获得了Move智能合约的访问权限，他将无法将资产挖掘到的功能中，发送到那里，是智能合约的功能。</p></li><li><p>原子资源架构- 防止开发人员犯智能合约开发中常见的基本错误，例如重入错误或双花错误。在 Move 中，资源永远不能被复制或隐式丢弃，只能在存储位置之间移动。</p></li><li><p>模块- 类似于智能合约，但更类似于使用面向对象编程的银行。每个资源（对象）都存储在一个单独的保管库中，由所有者的帐户控制。资源操作受特定模块（类）支持的功能的限制，可以从模块外部调用。开发人员可以将新模块部署到网络。</p></li><li><p>脚本- 网络上的每个事务都可能包含一个脚本，该脚本可以调用多个模块或启动多个操作。开发人员可以使用一笔交易来执行各种操作，从而显着减少应用程序所需的智能合约数量。这会带来更安全的应用程序、更好的用户体验和更大的灵活性。</p></li><li><p>字节码验证器- 验证器是 Move 不可或缺的一部分，它会在新模块和脚本发布之前检查它们的安全性。一旦验证，字节码解释器模块就会执行代码。此功能减少了运行时错误的数量。</p></li><li><p>形式验证- 模块可以在部署之前使用形式验证自动进行验证。</p></li><li><p>Gas 系统- 与 Solidity 的 gas 使用系统类似，用户可以为他们的交易设置 gas 价格，以便由验证者进行有竞争力的处理。</p></li></ul><p>因为 Move 语言非常早期，所以没有太多关于它的信息，想要学习更多相关知识可前往<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.pontem.network/01.-move-language/lang">官网学习</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/3eb08076c7e54360056eb935214d3d9cf22ab6305ed47de999fecd172c6fefd9.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>Pontem 以 Uniswap 和 Curve 为模型，在 Aptos 上开发自动做市商 DEX Liquidswap，Multiswap。</p><p>接下来给大家测试演示</p><p>打开官网</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pontem.network/liquidswap">https://pontem.network/liquidswap</a></p><p>点击<strong>Launch APP</strong>启动</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c3fc71e6ace45547e37f9bf1300878999b26137840f7cc793173a53ed5243cf7.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1d9abba8cf2e00b6a5bffc81a04cc2e567413c5250f0a9b2fc0c04b26d0ec590.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>注意，这里钱包是独立钱包，和metamask分开，所以要下载一个新的钱包插件。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/442babb3d57b89bdb3fa8210abce18ee6b27f6bf047d3d866f0ce4bb8f948f1b.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>注意，你使用什么浏览器就下载什么安装包，看文件中间的浏览器名称，我使用 Chorem 所以下载第二个。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0942ce12bddedfb95152b999357b4cfb397826e1ffb1056c5b5f3f0b0a1bcc1e.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/f47e344fa40b486d7f0944d22658dad7971cd1d5cea72f777c39cfb465b43673.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/0a4c6b31cf8858d8b923a2609078f0cb31da0a1ab1b89237b7c742e1574929e4.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/9bf5bc8d444ce43d3af11143c7d06e35983da10010a5b2a846c1a9c9e7b740a6.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>点击之后会弹出钱包注册画面，和metamask一模一样，跟着一步一步来就行了。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bab0d58a38a41e0333e1439e4ba1e4f7c3115f691b2a76d02c18f30161ed9d91.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/78dd5a54c12a4937339161847b6a0b362b4053e5736b6af3599281ca4d589aa6.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/3379fd514415b5884340efc6872aa7224aea693315b0d18a818515ba386db718.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/a8c34f060fa2655462a28a72b757dff41a5d5084ae3572ec372e9ba9a41e58fa.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/ab9885beed946646fc222168c9106e3978427f19dfe19ebaec59765026d19161.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/93b0c74cd8cd1d0b1195aee14251e8feac1dc6d70097f5b851b8d97a4c75a571.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/5a6f31ec2661df64846ed7077cb93afa3844629f9b4c78be0efb537796b7219d.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/afa39356ff5587c2e367614f2ea81f7c8e527e33546a715f952d6caab7564d72.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/4ed19e852b94eb0586873c09973245b95e40fb0ff9e7f0844694c86594af937b.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>然后打开钱包右边三个点，点击request tokens 请求获得测试网代币。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ce8578e2ee3cf7dcedfee76ecf3e2ebea5cc0d2f70b3723277151f32fc8ba5c0.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/47b98a46181f1a9c044cb3c4e23849f890c0baec2ea941ce0fb978bcd0c381ab.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>然后再次点击Request Tokens，领BTC和USDT测试币。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aa767948f1442025ec1a3c65f2f429baec4130c12dfa5eaef33b2f9e5568dba3.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dae71f874bd1faa97c2c19814ca37fbc32405aa236d884f5e1df1f8adfe545e7.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/ce1676224c3f9cf575a80b8ee14b354c21607326e013c9bb5ff9a187058870e8.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e8abb6d89f10515d3b4dbf8f45378872a9a78ea1e2004120129c15aec849a4c2.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>去Swap，选择想要兑换的代币测试。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2795c1d4e4ed67211f33164400e812c444558b508483535de6125d1e0ea6f4aa.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a4645998e74b50ad2d477af409d558ec502a600f1f3f87572a31f612400adbeb.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/6684049cfe3977f06ed88db6e17964e38dcaa20b749cd7351c3a61f2e9faedaf.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/04db43ada513edcffffa6b4940b8b1a595edf0d7c66c88419095a33bebf5ff41.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>创建池，点击创create pool。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/064d3d4e5f7b84b044b52ee1c46ddae9aa9d52115a79cc0cfe5d21832414b9ae.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b8aaccce56f78b8574fd7b15f5ba4ebe8e8ccf13d98bf3211cc26cbc79f6b092.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/a55991d656a14364c7208f78fbc5fc7f733683c722991d282d667324decc2ac3.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a1277e2e6e210167bbe306948c683f31eef5ac3b2a343b208fac9d860aa224bd.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/01f3899e421adcfacc70b1be85b109f31e6cc6736904c97474fb5d01b864d9d9.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>添加流动性，点击Pools，选择想要添加的代币。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e06d7f2ae740abc3a101c591ac1284b8f7956cb5f7ef3745dd5541b52476be4b.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5775530860ea1d21ea4cd44227f0f400cf05a4c01e5407eed055605e6718b09f.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/774c03019760fba59043920fe22b7f7e74cdcdf50a8b5df69c00c44feb1082e4.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f1e06a5f6b06ce20f66a2cc9a15ef5f2cab15e82a73f600f2ee32d26c60eb0fd.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>燃烧流动性，点击Burn，选择刚才已经添加过的流动性。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec4d3c9e0579c3cf70fceef210dc0ebbd95cd50c2eccca0170a583dfd097d29c.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/744300c7debffe3a6cd23436861b938aebdf5aab57d5e1a37c9dd66cfd1f7eeb.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/0a643f3f86ce142ae677c97648e812277b7a6358d0b5993537c0837cdcca954e.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec607f044f4987088992033b8f532367ecff9921dc8f1b6f159f3610535051f2.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>测试完成，后续关注官方动态获取最新消息，Aptos生态属于非常耀眼的新星，关注起来！</p><p>官方推特</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/PontemNetwork">https://twitter.com/PontemNetwork</a></p><p>不和谐</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/xQdBBvuqKc">https://discord.gg/xQdBBvuqKc</a></p><p>Github</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/pontem-network">https://github.com/pontem-network</a></p><p>电报</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/pontemnetworkchat">https://t.me/pontemnetworkchat</a></p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[4EVERLAND双周刊（2022年7月4日～2022年7月17日）]]></title>
            <link>https://paragraph.com/@ivyboy/4everland-2022-7-4-2022-7-17</link>
            <guid>cJpyT1nM3noLMmWXXnmG</guid>
            <pubDate>Sat, 23 Jul 2022 15:39:46 GMT</pubDate>
            <description><![CDATA[日期：04/07/2022–17/07/2022技术进步托管和存储Bucket改进仪表板@WIP托管网关 api 更新@DONE优化托管统计@WIPIPFS 和 PoSC提高数据同步效率@DONE开放网关优化网关节点速度@WIP社区工作RSS3 X 4EVERLAND：透明、去中心化和模块化我们很高兴地宣布与 RSS3 建立新的合作伙伴关系。RSS3 通过与 4EVALAND 作为其 IPFS 提供者集成，能够创建一个体现透明、去中心化和模块化意识形态的生态系统。更多细节在这里。Crypto Swap 通过 4EVERLAND 托管分散其网站Crypto Swap 使用 4EVERLAND 托管服务部署了一个 IPFS 去中心化接口，使这个过程变得超级顺畅！现在可以通过它访问加密交换。4EVERLAND Roadmap V2 赠品获奖名单公布我们于 7 月 7 日公布了 4EVERLAND Roadmap V2 Giveaway 的获奖名单。非常感谢大家的支持和参与！我们祝贺 Bucket NFT 和 Discord 角色的 25 位获奖者。奖励已经发送，您可以在 OpenSea...]]></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/0202fb061318f5c560bd44fdbe04190563816d128bbd6d37d61067793622ea1a.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><h1 id="h-04072022-17072022" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">日期：04/07/2022–17/07/2022</h1><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">技术进步</h1><h2 id="h-bucket" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">托管和存储Bucket</h2><ul><li><p>改进仪表板@WIP</p></li><li><p>托管网关 api 更新@DONE</p></li><li><p>优化托管统计@WIP</p></li></ul><h2 id="h-ipfs-posc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">IPFS 和 PoSC</h2><ul><li><p>提高数据同步效率@DONE</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">开放网关</h2><ul><li><p>优化网关节点速度@WIP</p></li></ul><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">社区工作</h1><ul><li><p><strong>RSS3 X 4EVERLAND：透明、去中心化和模块化</strong></p></li></ul><p>我们很高兴地宣布与 RSS3 建立新的合作伙伴关系。RSS3 通过与 4EVALAND 作为其 IPFS 提供者集成，能够创建一个体现透明、去中心化和模块化意识形态的生态系统。更多细节<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.medium.com/BeLVAHHVKrb">在这里。</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/47f1dd076cf13d1f42e0867295f1120f5fb726cb3e5ed496d6879ce0a7de3339.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><ul><li><p><strong>Crypto Swap 通过 4EVERLAND 托管分散其网站</strong></p></li></ul><p>Crypto Swap 使用 4EVERLAND 托管服务部署了一个 IPFS 去中心化接口，使这个过程变得超级顺畅！现在可以通过<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://cryptoswap.4everland.app/">它</a>访问加密交换。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/22484f4ad873f7dd67696e7e3c9a6795a97df5f9839d52c9a3b08b099b5c2a21.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><ul><li><p><strong>4EVERLAND Roadmap V2 赠品获奖名单公布</strong></p></li></ul><p>我们于 7 月 7 日公布了 4EVERLAND Roadmap V2 Giveaway 的获奖名单。非常感谢大家的支持和参与！我们祝贺 Bucket NFT 和 Discord 角色的 25 位获奖者。奖励已经发送，您可以在 OpenSea 上查看您的 NFT。点击<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/spreadsheets/d/1Ms9xpFiW-L_7ixYunts_IuIzVwx_5H_rtTMUxYOPMdI/edit?usp=sharing">链接</a>查看列表。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e6c20878239d615d4f6ec776a5fe9c59406e2fbacb7e64b8d1a29ba898485ece.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><ul><li><p><strong>4EVERLAND 与Flow相结合！来获取您的 FLOAT 并解锁您的专属福利</strong></p></li></ul><p>我们很高兴地宣布我们与 Flow 的合作伙伴关系！4EVERLAND 现已支持 Flow 身份登录，并为 Flow 社区带来专属 IPFS 存储包。更多细节<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.medium.com/hc1dDg8LErb">在这里</a>。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/89094ddda41bad9e2a45bd14f4096ab24d77e0ff49b03f2cca772b8833ebf590.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><ul><li><p><strong>FLOAT 活动发布</strong></p></li></ul><p>#4EVERLAND FLOAT 活动上线以庆祝我们的 Flow 集成，并为所有 FLOAT 用户提供为期 12 个月的免费 30GB IPFS 存储包！<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://floats.city/4everland.fn/event/348600480">在这里</a>认领。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a06823589443bb947cd27f0b8790d72214a9f038f99fbff362b39464a4c4606b.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><ul><li><p><strong>如何使用 4EVERLAND Bucket 作为种子存储</strong></p></li></ul><p>为什么使用 4EVERLAND Bucket 作为 Everfinance 的 Arseeding 的存储？4EVERLAND #Bucket 是一个与 S3 兼容的去中心化存储平台。它自然适合作为 Arseeding 的存储层，使#Arweave 存储更加灵活、可扩展和强大。更多细节<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arweave.news/how-to-use-4everland-bucket-as-storage-for-arseeding/">在这里</a>。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/98c3fbea97a06826fbbb3c3d6f77940ec006212890638dfe1f8f19e4114e8ff8.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><h1 id="h-4everland" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">关于4EVERLAND</h1><p>4EVERLAND是一个集存储、计算、网络核心能力于一体的Web 3.0云计算平台。它旨在帮助用户从Web 2.0 到Web 3.0 的顺利跨越，成为数百万Web 3.0 开发者和应用程序的基础设施。</p><p>4EVERLAND实现了跨链通信和多链互操作的需求，利用IBC技术与以太坊、BSC、Solana、Polygon、Filecoin等底层公链集成。同样，4EVERLAND也提供基于IPFS等开放协议系统的分布式、高效、自激励、低成本的数据托管网络，满足开发者对跨链通信、去中心化前端、一次写入的需求，运行任何区块链，更容易快速构建 Web 3.0 应用程序。</p><p>加入 4EVERLAND 社区：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.4everland.org/">网站</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/4everland_org">推特</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/org_4everland">电报</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/Cun2VpsdjF">不和谐</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.reddit.com/r/4everland/">书签交易</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://4everland.medium.com/">中</a>| 电子邮件</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[4EVERLAND双周刊（2022年6月20日～2022年7月3日）]]></title>
            <link>https://paragraph.com/@ivyboy/4everland-2022-6-20-2022-7-3</link>
            <guid>l5o2FH3LCinlSnrCFbxt</guid>
            <pubDate>Sat, 23 Jul 2022 15:34:19 GMT</pubDate>
            <description><![CDATA[日期：20/06/2022–03/07/2022技术进步托管和存储桶改进仪表板@WIP开发新的支付模块（支持多种区块链和资产进行支付）和合约@DONE优化Bucket上传速度，增加流量统计@DONE新定价页面@DONEIPFS 和 PoSC提高数据同步效率@DONE开放网关新哨兵节点@WIP4EVERLAND宇宙4EVERLAND 的 Universe 是一个展示综合 4EVERLAND 技术项目以及 Web3 技术社区、工具、产品等的门户。社区工作4EVERLAND 公告：4EVERLAND 路线图 V24EVERLAND 路线图 V2 于 6 月 22 日发布。它概述了我们对该项目的发展计划。我们还为此发起了一项活动，活动于 7 月 6 日中午 12 点（UTC）结束。您可以在此处找到更多详细信息。4EVERLAND x KCC：为开发者提供 DWeb 托管和去中心化存储服务我们很高兴地宣布我们与 KCC 的合作伙伴关系。4EVERLAND 将成为基础设施和开发工具，通过 DWeb 托管和去中心化存储和网络为 KCC 的广泛项目和开发人员提供服务。查看更多详情。4EVERLA...]]></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/0202fb061318f5c560bd44fdbe04190563816d128bbd6d37d61067793622ea1a.png" alt="日期：20/06/2022–03/07/2022" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">日期：20/06/2022–03/07/2022</figcaption></figure><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">技术进步</h1><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">托管和存储桶</h2><ul><li><p>改进仪表板@WIP</p></li><li><p>开发新的支付模块（支持多种区块链和资产进行支付）和合约@DONE</p></li><li><p>优化Bucket上传速度，增加流量统计@DONE</p></li><li><p>新定价页面@DONE</p></li></ul><h2 id="h-ipfs-posc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">IPFS 和 PoSC</h2><ul><li><p>提高数据同步效率@DONE</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">开放网关</h2><ul><li><p>新哨兵节点@WIP</p></li></ul><h2 id="h-4everland" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4EVERLAND宇宙</h2><p>4EVERLAND 的 Universe 是一个展示综合 4EVERLAND 技术项目以及 Web3 技术社区、工具、产品等的门户。</p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">社区工作</h1><ul><li><p><strong>4EVERLAND 公告：4EVERLAND 路线图 V2</strong></p></li></ul><p>4EVERLAND 路线图 V2 于 6 月 22 日发布。它概述了我们对该项目的发展计划。我们还为此发起了一项活动，活动于 7 月 6 日中午 12 点（UTC）结束。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.medium.com/Z3wHl320grb">您可以在此处</a>找到更多详细信息。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/230c771c79d693f74b8a5ca19f48050e846767826799c4237173ee4d3094579a.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><ul><li><p><strong>4EVERLAND x KCC：为开发者提供 DWeb 托管和去中心化存储服务</strong></p></li></ul><p>我们很高兴地宣布我们与 KCC 的合作伙伴关系。4EVERLAND 将成为基础设施和开发工具，通过 DWeb 托管和去中心化存储和网络为 KCC 的广泛项目和开发人员提供服务。查看更多<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.medium.com/BTRM6lwdcrb">详情。</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/01ddf847214389c1c197e4c655153ff7b999f1e9656eb00519de679749c96c4a.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><ul><li><p><strong>4EVERLAND 成为 Snapshot 的存储供应商</strong></p></li></ul><p>4EVERLAND 作为 Snapshot 的新存储提供商提供 IPFS pin 存储服务。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pineapple.fyi/">https://pineapple.fyi</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/df398a7d2286270d57fe2eea8603690b83a4d3b7a61a8323c037aa7150aa032b.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><ul><li><p><strong>4EVERLAND X REI Network 达成战略合作</strong></p></li></ul><p>我们很高兴地宣布，我们已与 REI Network 建立战略合作伙伴关系！随着 4EVERLAND 在去中心化存储和云计算领域的不断发展，双方致力于进一步深化生态系统合作。查看更多<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.medium.com/MuV7kxvofrb">详情。</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b95ef98b391eb8bb8f9374beffdb525b17eaf129901747ae1c7ff4d24409ee90.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><ul><li><p><strong>去中心化俱乐部 AMAWith 4EVERLAND</strong></p></li></ul><p>世界标准时间 2022 年 6 月 30 日上午 9:00，Decentralized Club 有幸在他们的 Telegram 群组上主持了来自 4EVERLAND 的 Sky 的 Ask-Me-Anything 会议。4EVERLAND全球运营经理Sky回答了用户的一些问题，包括核心功能、技术结构、社区活动等。您可以在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://link.medium.com/0jyOcwSBnrb">回顾</a>中找到更多详细信息。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e4a384fc8f9e910a160795cbd4ca8c8971c48ef7f903ff1dd1c3311100aede95.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><ul><li><p><strong>4EVERLAND 成为 Revenant 的存储供应商</strong></p></li></ul><p>4EVERLAND 很高兴成为 Revenant 的存储提供商，提供 IPFS pin 存储服务。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6dfd5ddc282b432dbd949dbf9fc6ef6f73e62234e492675bead75f6a15a95ad8.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><ul><li><p><strong>4EVERLAND 在 Discord 中进行测验</strong></p></li></ul><p>7 月 1 日，4EVERLAND 在我们的 Discord 服务器上举行了一次测验，向用户介绍 4EVERLAND 和最近发布的路线图。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec18c7c02316c6b3dd82dcef28c561865ee1afd52fa33ceb0be6ff3ce6906f5e.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><h1 id="h-4everland" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">关于4EVERLAND</h1><p>4EVERLAND是一个集存储、计算、网络核心能力于一体的Web 3.0云计算平台。它旨在帮助用户从Web 2.0 到Web 3.0 的顺利跨越，成为数百万Web 3.0 开发者和应用程序的基础设施。</p><p>4EVERLAND实现了跨链通信和多链互操作的需求，利用IBC技术与以太坊、BSC、Solana、Polygon、Filecoin等底层公链集成。同样，4EVERLAND也提供基于IPFS等开放协议系统的分布式、高效、自激励、低成本的数据托管网络，满足开发者对跨链通信、去中心化前端、一次写入的需求，运行任何区块链，更容易快速构建 Web 3.0 应用程序。</p><p>加入 4EVERLAND 社区：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.4everland.org/">网站</a><strong>|</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/4everland_org">推特</a><strong>|</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/org_4everland">电报</a><strong>|</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/Cun2VpsdjF">不和谐</a><strong>|</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.reddit.com/r/4everland/">书签交易</a><strong>|</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://4everland.medium.com/">中</a><strong>|</strong> 电子邮件</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[4EVERLAND<>Flowns：推进 Flow 生态系统的 Dapp 构建过程]]></title>
            <link>https://paragraph.com/@ivyboy/4everland-flowns-flow-dapp</link>
            <guid>OkoEoVwSLVMoOYa5LY5m</guid>
            <pubDate>Sat, 23 Jul 2022 15:28:14 GMT</pubDate>
            <description><![CDATA[我们很高兴地宣布 4EVERLAND 和 Flowns 已经建立了良好的合作伙伴关系。两个团队的合作将为Flowns用户提供高效的DWeb解决方案，推动Flow生态的发展。 4EVERLAND 提供免费的 5 GB IPFS 存储、100 GB 带宽和 250 分钟构建时间，让用户可以在 IPFS 中自由部署网站。通过 github 授权或 CLI 的方式，开发者可以通过 4EVERLAND Hosting 服务将前端页面快速部署到 IPFS。同时，在Flowns的网站上，开发者可以快速将4EVERLAND生成的IPFS网站的CID关联到Flowns域。这将极大地方便用户构建基于Flowns的去中心化前端页面。 4EVERLAND现拥有“4everland.fn”域名，未来将为Flowns用户提供更便捷的部署和绑定服务。关于FlownsFlowns 是基于 Flow 构建的新一代去中心化域名服务。 它为 Flow 生态中的基础设施和用户提供命名服务，帮助开发者和用户解锁链上资产和数据的可组合性。 网站| 推特| 不和谐| 电子邮件关于4EVERLAND4EVERLAND是一个集存...]]></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/696b8d15b822429fdfcb0d853667a6ac0466eb89edde3e17f8e95c0d60200dda.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>我们很高兴地宣布 4EVERLAND 和 Flowns 已经建立了良好的合作伙伴关系。两个团队的合作将为Flowns用户提供高效的DWeb解决方案，推动Flow生态的发展。</p><p>4EVERLAND 提供免费的 5 GB IPFS 存储、100 GB 带宽和 250 分钟构建时间，让用户可以在 IPFS 中自由部署网站。通过 github 授权或 CLI 的方式，开发者可以通过 4EVERLAND Hosting 服务将前端页面快速部署到 IPFS。同时，在Flowns的网站上，开发者可以快速将4EVERLAND生成的IPFS网站的CID关联到Flowns域。这将极大地方便用户构建基于Flowns的去中心化前端页面。</p><p>4EVERLAND现拥有“4everland.fn”域名，未来将为Flowns用户提供更便捷的部署和绑定服务。</p><h2 id="h-flowns" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">关于Flowns</h2><p>Flowns 是基于 Flow 构建的新一代去中心化域名服务。</p><p>它为 Flow 生态中的基础设施和用户提供命名服务，帮助开发者和用户解锁链上资产和数据的可组合性。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://flowns.org/">网站</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/flownsorg">推特</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://discord.gg/fXz4gBaYXd">不和谐</a>| 电子邮件</p><h2 id="h-4everland" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">关于4EVERLAND</h2><p>4EVERLAND是一个集存储、计算、网络核心能力于一体的Web 3.0云计算平台。它旨在帮助用户从 Web 2.0 顺利跨越到 Web 3.0，成为数百万 Web 3.0 开发者和应用程序的基础设施。</p><p>加入 4EVERLAND 社区：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.4everland.org/">网站</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/4everland_org">推特</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/org_4everland">电报</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/Cun2VpsdjF">不和谐</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.reddit.com/r/4everland/">书签交易</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://4everland.medium.com/">中</a>| 电子邮件</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[AlienSwap 介绍]]></title>
            <link>https://paragraph.com/@ivyboy/alienswap</link>
            <guid>cJ4AsgdUsACAOYAKjyRY</guid>
            <pubDate>Fri, 22 Jul 2022 20:20:22 GMT</pubDate>
            <description><![CDATA[Alienswap项目亮点 AlienSwap 是一个真正为社区打造的 NFT 市场，也第一个会员制 NFT 市场，通过交易奖励 挂单奖励 聚合奖励 质押奖励，将 100% 的收入回馈给社区，交易时用户将获得交易奖励和奖金，而且利率同比其他市场更低。 现阶段白名单可以获得 AlienSwap Pass，该Pass属于是 AlienSwap的VIP，未来Pass会员，享受特别奖励空投和交易折扣。 允许用户在NFT市场上批量交易和批量上架，同时也是NFT聚合，用户可以从多个NFT市场获取流动性，确保收藏者以最优价格成交，这一点时十分方便的。 还有一个邀请机制，用户邀请好友加入AlienSwap，赚取10%返佣奖励，邀请越多返佣越多。投资机构 AlienSwap 是由 OKX和其他多家知名机构战略投资，OKX也是四大所之一，投资方实力强，背后资本雄厚。路线图 目前项目时在P1阶段，社区正在建设当中，，未来还有很多值得期待的计划等待实行。Discord社区玩法 目前社区shi&apos;xing社区贡献者计划共300个OG + 300个 AlienFrens 名额，社区成员可以通过参与粉...]]></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/ea79563e6739e1b132cdbff2781f5d2ad66f424615e1b55d8cf5952b8055875b.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>Alienswap项目亮点</strong></p><p>AlienSwap 是一个真正为社区打造的 NFT 市场，也第一个会员制 NFT 市场，通过交易奖励 挂单奖励 聚合奖励 质押奖励，将 100% 的收入回馈给社区，交易时用户将获得交易奖励和奖金，而且利率同比其他市场更低。</p><p>现阶段白名单可以获得 AlienSwap Pass，该Pass属于是 AlienSwap的VIP，未来Pass会员，享受特别奖励空投和交易折扣。</p><p>允许用户在NFT市场上批量交易和批量上架，同时也是NFT聚合，用户可以从多个NFT市场获取流动性，确保收藏者以最优价格成交，这一点时十分方便的。</p><p>还有一个邀请机制，用户邀请好友加入AlienSwap，赚取10%返佣奖励，邀请越多返佣越多。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f716a96ef6c6868320aa7697db9fe1639f77fd6b2fa2015f1c009b7e95b66dd9.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></p><p>AlienSwap 是由 OKX和其他多家知名机构战略投资，OKX也是四大所之一，投资方实力强，背后资本雄厚。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c37d714b483db63d4caabe49ced62b847fa642d55320c62d3e515ec41b293bf3.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>目前项目时在P1阶段，社区正在建设当中，，未来还有很多值得期待的计划等待实行。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/701076cd9fc39e9a4b72f53c0cdf4696ce8e1624bb61b1da769b97347cc90033.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>Discord社区玩法</strong></p><p>目前社区shi&apos;xing社区贡献者计划共300个OG + 300个 AlienFrens 名额，社区成员可以通过参与粉丝艺术和Meme创作、社区翻译和内容创作、社区或活跃参与建设方可获得AlienFrens Roles，并进入创世白名单。</p><p>有时候官方推特也会有活动，参与活动也方可获得AlienFrens Roles</p><p>贡献者计划现在进入Discord完成3+3基本动作（3级+3邀请）这是入门门槛</p><p>然后进行填以下表单提交做过那些贡献</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://jinshuju.net/f/lSiz9I?x_field_1=discord">https://jinshuju.net/f/lSiz9I?x_field_1=discord</a></p><p>项目方每天会更新20个角色名单，并在每晚22:00（UTC+8）公布，大家可以在 wl-roles 频道查看当天公布的角色名单。 他们会按照大家填表的顺序，、社交媒体互动、meme和社区贡献。 如果您当天没有获得角色，请耐心等待并保持积极的社区参与，每天都会更新。</p><p><strong>NFT影响力计划</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/faf473ed2cb9be405418db5c4017faa1a650ff893e6a3ebfbe6d5fca5984ad40.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>如果你在NFT届颇有影响力，可加入这里，成功加入 AlienSwap NFT 影响力计划的创世影响者，将获得AlienFrens OG角色，并进入AlienSwap Pass创世白名单。</p><p>前提是入选的创世影响者需要发布与 AlienSwap 有关的推文，并通过审核 ，创世影响者需要持续发挥影响力，体验和参与 AlienSwap 的建设。</p><p>现在也非常多知名KOL进入到这个大家庭当中。</p><p>下面是申请链接</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://alienswap.xyz/plan">https://alienswap.xyz/plan</a></p><p>总结，项目有创新的机制，每天都有很活跃的用户在DC互相帮助，资方背景实力也很强，我相信团队，拭目以待。</p><p>项目推特</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AlienSwap_NFT">https://twitter.com/AlienSwap_NFT</a></p><p>项目Discord</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/kXG3znTJ8t">https://discord.gg/kXG3znTJ8t</a></p><p>项目官网</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://alienswap.xyz/">https://alienswap.xyz/</a></p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[STEPN 概述：让您保持活跃的赚钱协议]]></title>
            <link>https://paragraph.com/@ivyboy/stepn</link>
            <guid>dxZdYvnNtDJHD0E7g9x4</guid>
            <pubDate>Tue, 19 Jul 2022 09:12:50 GMT</pubDate>
            <description><![CDATA[译文：《STEPN 概述：一种让你活跃起来的赚钱协议》 翻译：@2YPz6SFCfvpz7Fh STEP 在 Web3 或币种应用程序中结合了 Social-Fi Game-Fi 可以在通过导航、慢跑或轻轨元素来为您打造一款适合您的时代。引领Move-to-Earn行业GameFi 行业的某个热门游戏，之后有多少个Bin 采用加密销售，销售MaveMove2Earn2E）模式。STEPN 是M2E 模式，在3 月日在Launchpad 上进行代币收益，获得了巨额额。 STEPN在Web3道具应用程序中结合了Social-Fi Game-Fi。通过在户外游戏、跑步或跑步，您可以在内代GST，并创造新的运动鞋。简要背景STEPN 的聪明实验室由 Jerry Huang 和 Yawn Rong 于 2021 年 2 月 2 日的 Solath 公司。在 2021 年 9 月 2 日的招聘活动中，STEPN 团队在 2021 年 9 月 12 日的招聘活动中，第四次中场吸引了投资者。 之后，STEPN从6th Man Ventures、Alameda Research、Corner Ve...]]></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/82fb2930b2eef028576529df8889d5cf8e3cb91f0df3cbdee9dc816fded3247f.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>译文：《<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.web3wire.news/post/an-overview-of-stepn-a-move-to-earn-protocol-that-pays-you-to-be-active">STEPN 概述：一种让你活跃起来的赚钱协议</a>》</p><p>翻译：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/2YPz6SFCfvpz7Fh">@2YPz6SFCfvpz7Fh</a></p><p>STEP 在 Web3 或币种应用程序中结合了 Social-Fi Game-Fi 可以在通过导航、慢跑或轻轨元素来为您打造一款适合您的时代。</p><h2 id="h-move-to-earn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">引领Move-to-Earn行业</h2><p>GameFi 行业的某个热门游戏，之后有多少个Bin 采用加密销售，销售MaveMove2Earn2E）模式。STEPN 是M2E 模式，在3 月日在Launchpad 上进行代币收益，获得了巨额额。</p><p>STEPN在Web3道具应用程序中结合了Social-Fi Game-Fi。通过在户外游戏、跑步或跑步，您可以在内代GST，并创造新的运动鞋。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/591ce08c2693a5035f8b23ec8bb53e40dd78e8ebdc9cba8cfc003e4fd69ec220.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-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">简要背景</h3><p>STEPN 的聪明实验室由 Jerry Huang 和 Yawn Rong 于 2021 年 2 月 2 日的 Solath 公司。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stepnofficial.medium.com/stepn-is-among-the-winners-of-solana-ignition-hackathon-game-fi-track-e9a462797352">在 2021 年 9 月 2 日的招聘活动中，STEPN 团队在 2021 年 9 月 12 日的招聘活动</a>中，第四次中场吸引了投资者。</p><p>之后，STEPN从6th Man Ventures、Alameda Research、Corner Ventures等公司发行<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stepnofficial.medium.com/stepn-raised-5-0m-f4b44e18f3d7">了500万美元的种子轮融资。</a>随着平台上数量的增加，M2E在2022年第一季度实现<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stepnofficial.medium.com/announcement-stepn-1st-quarterly-gmt-buyback-burn-8db6e1758eeb">了2680万美元的可观花。</a></p><h2 id="h-stepn-app" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">从 STEPN App 开始</h2><p><strong>1.下载安装STEPN</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stepn.com/">访问 STEPN 网站</a>。您可以通过点击下载按钮下载适用于 Android 或 iOS 的应用程序。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5efa1f1827821eb5a4a80831b7a1a52fb8370a8c9d2627e12706868c21aa15b7.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>创建账户</strong></p><p>安装完成后，您需要使用您的电子邮件地址进行注册。现在您将在电子邮件中收到验证码。输入代码后，在一分钟内点击登录。</p><p>之后，STEPN 将要求提供激活码。STEPN 激活码可以在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/stepn">STEPN Discord 服务器</a>、STEPN <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.reddit.com/r/StepN/">Reddit</a>和许多其他加密论坛上找到。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c266adff67dc1a6ec2b0132c250822867e4107e4665905551f527ed02a9b60b8.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.<strong>创建STEPN钱包</strong></p><p>完成注册和激活码流程后，您将登陆应用主页。你的手机屏幕右上角会有一个钱包图标。点击它。您现在将看到两个选项卡：支出和钱包。点击钱包。点击钱包后，将出现一个弹出窗口。种子短语可用于创建新钱包或导入现有钱包。</p><p>让我们在应用程序中“创建一个新钱包”。点击“创建新钱包”。然后 STEPN 将要求您创建一个密码，您将需要该密码来锁定/解锁您的钱包。然后，您将看到一个种子短语。除了以数字方式存储它之外，还要以物理方式存储它。任何知道您的助记词的人都可以访问您的 STEPN 钱包。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ea6b00d780d42eb8a6238ccf92a73ac37097400777252cd5dde11739ad083572.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>4. 将 SOL 转入 STEPN 钱包</strong></p><p>设置密码并存储助记词后，转到应用内钱包并通过点击“接收”来复制接收地址。然后，去您首选的交易所购买和提取 $SOL。在交易所的应用程序上点击提款。</p><p>输入您的 STEPN 钱包地址和您希望发送的 SOL 数量。然后，在完成验证 5 分钟后检查您的 STEPN 钱包。</p><p><strong>5. 获得一双 NFT 运动鞋</strong></p><p>要在 STEPN 中赚钱，您必须购买与您的健身水平相匹配的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bsc.news/post/cryptonomics-non-fungible-tokens-explained">NFT Sneaker。</a></p><p>有几个选项可用：</p><ul><li><p>沃克（1-6 公里/小时）</p></li><li><p>慢跑者（4-10 公里/小时）</p></li><li><p>跑步者（8-20 公里/小时）</p></li><li><p>教练员（1-20公里/小时）</p></li></ul><p>有一个应用内市场，您可以在其中购买 NFT 运动鞋。除了运动鞋，您还可以购买鞋盒。鞋盒中随机有一只 Sneaker。在撰写本文时，运动鞋的底价在 2.14 美元至 2.55 美元之间（约合 78 美元至 93 美元）。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d87591aac992681a4daaa8e2d0e49e3107cc1ab0689670657853b2dd19f171a9.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-3 $SOL 才能开始使用 STEPN。除了 Sneaker 价格外，请确保有少量 $SOL 可用于支付 gas 费用。每款运动鞋的 $GST 回报各不相同。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://whitepaper.stepn.com/game-fi-elements/sneakers">NFT Sneaker 页面</a>包含所有详细信息，包括：</p><ul><li><p><strong>品质</strong>：普通、罕见、稀有、史诗、传奇</p></li><li><p><strong>效率</strong>：提高 GST 代币收益</p></li><li><p><strong>幸运</strong>：提高神秘盒子的掉落率</p></li><li><p><strong>舒适</strong>：增强<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/currencies/gomining-token/">GMT 代</a>币收益（30 级）</p></li><li><p><strong>弹性</strong>：降低维修成本</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/55e1deab834ad35ab58b12d6df1dec3fd0d17b6540cb90632f82dce3909fdab5.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.<strong>到户外跑步</strong></p><p>拿到 NFT 运动鞋后，在户外跑步、步行或慢跑时使用 GPS。如果您的 GPS 信号强，您将获得保证收入。低 GPS 信号或无信号将导致低至无增益。该应用程序旨在检测和忽略非有机运动（即，使用电动滑板车或将手机绑在狗身上）。此外，您必须根据您选择的运动鞋保持最佳速度。</p><p><strong>7. 烧掉 $GST/$GMT</strong></p><p>在 STEPN 中，燃烧 $GST 意味着花费它。</p><ul><li><p>您可以通过赚取的 $GST/$GMT 升级您的运动鞋，以提高它们的效率。</p></li><li><p>您可以保留或出售您铸造的运动鞋。</p></li><li><p>$GST/$GMT 可以换成 $USDC。</p></li></ul><p>现在让我们研究一下 STEPN 的代币经济学。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">代币经济学</h2><p>STEPN 加密货币经济模型由两个代币组成。$ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/currencies/green-satoshi-token/">GST</a>是用于支付应用内奖励的实用代币。代币的供应量不受限制，但每次铸造、修复或升级时都会被烧毁。</p><p>Green Metaverse 代币（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/currencies/green-metaverse-token/">格林威治标准时间</a>美元）的最大供应量上限为 60 亿，是 STEPN 的治理代币，也是投资者的主要价值储存手段。</p><p>根据截至 2030 年 3 月的归属时间表，GMT 的供应分配如下：</p><ul><li><p>30% 用于应用内奖励</p></li><li><p>30% 保留在国库中</p></li><li><p>16.3% 预留给私人销售</p></li><li><p>14.2% 被团队保留</p></li><li><p>7% 预留给 Binance Launchpad 销售</p></li><li><p>2.5% 分配给顾问。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0307e53f31418ccd5dae6839e63cef6d953f4dc2189c3fb25e4d49d787083879.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>GMT 持有者可以质押他们的代币以参与投票。在集体投票中，代币持有者决定将一定比例的代币捐赠给碳抵消计划。</p><p>奖励通常以 GST 支付，但某些参数（例如拥有 30 级运动鞋）允许他们在 GMT 时获得。随着时间的推移，代币的排放率由于各种机制而降低，包括减半计划。</p><p>‍</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">附加的功能</h2><p><strong>神秘盒子</strong></p><p>在单人模式下移动时，神秘盒子会随机掉落。它包含 $GST 和宝石（1 - 3 级）。每个用户有四个神秘盒子插槽。神秘盒子有 10 种品质。收到神秘盒子后，倒计时会自动开始。当倒计时结束时，用户会花费少量 $GST（“基本成本”）来打开它。倒计时持续时间随着神秘盒子的质量而增加。</p><p><strong>运动鞋质量</strong></p><p>运动鞋有五种品质（普通、罕见、稀有、史诗和传奇）。铸造运动鞋时，每个属性的值都是在运动鞋质量决定的最小值和最大值之间随机选择的。因此，即使是相同品质的 Sneaker，也可能有着明显不同的属性等级。当达到某些里程碑时，用户需要消耗 $GMT 来升级他们的运动鞋。</p><p><strong>‍ 制</strong>鞋业</p><p>在造鞋活动 (SME) 期间，用户使用他们拥有的两个运动鞋作为蓝图来“繁殖”，创建一个鞋盒。作为参考，这两款 Sneaker 将被称为 Vintages（父母）。</p><p>为了开始 SME，两个 Vintage 都必须由用户拥有（非租用）并且完全耐用。然后，用户可以通过访问 Mint 选项卡、选择 Sneaker 并按下 Mint 来选择要“繁殖”的 Sneaker。两种年份都有 72 小时的铸币冷却时间，但在此期间它们仍可用于移动。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://whitepaper.stepn.com/game-fi-elements/shoe-minting">在此处</a>了解铸币成本。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d0f90d8dc9ed4d88c4736859f06cc6f2f2ac8a7af7257a6d805c6bd01148a02d.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><strong>Solo模式</strong></p><p>用户通过穿着 NFT 运动鞋在单人模式中赚取代币。需要能源才能赚取 $GST。只有在用户获得 NFT 运动鞋后才会补充能量：1 能量等于 5 分钟的 Move-to-Earn 运动。</p><p><strong>马拉松模式（开发中）</strong></p><p>马拉松模式要求用户提前 24 小时在 Marathon Tab 下注册。马拉松将每周和每月举行一次。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://whitepaper.stepn.com/game-fi-elements/game-modes">在此处</a>了解有关每周马拉松和每月马拉松的更多信息。</p><p>‍</p><h2 id="h-stepn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">市场低迷影响STEPN</h2><p>STEPN 代币的价格随着整体熊市而下跌，因为治理代币和实用代币均较今年早些时候的历史高点下跌了 80% 至 98%。在 4 月达到顶峰时，$GMT 和 $GST 分别为 4.19 美元和 9.36 美元。此后，两个代币均呈下行趋势，形势严峻。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/856053b42d2542362cfdcb04763a6380b60312d2b0a5083baf486f236f52e318.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/cf62c8fcda28c739e7acdb42dbae42e54684a29eab73d7350394896374aa7c30.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>一些社区成员将代币的急剧下降归因于 STEPN App在中国被禁止。</p><blockquote><p><em>“自从中国禁止参与以来，这就是一场大屠杀，价格大幅下跌，以至于对于小跑步者/步行者来说，去散步几乎没有回报。” 一位 STEPN 用户和</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bsc.news/"><em>BSC 新闻</em></a><em>的密切接触者说。“Solana 和 GST 的价格下降了，鞋子变得非常便宜（我的鞋子损失惨重）。”</em></p></blockquote><p>在 STEPN 流行的高峰期，用户可以通过在单人模式下在附近慢跑来赚取数百美元。即使使用基本运动鞋，也有可能以 9.36 美元的最高价格获得 3-4 美元 GST 的 NFT 每日奖励。目前，同样的步行，在 4 月份可以为用户赚取高达 40 美元的收益，但收益仅为 0.82 美元左右。</p><p>以前，使用 Solana NFT 的成本约为 600 美元，获得正的投资回报率大约需要 16 天。但目前，截至 7 月 14 日，购买最便宜的 Sneaker 的成本约为 69.88 美元。以目前的价格点，投资者需要大约 145 天才能达到收支平衡，每天的回报为 0.70 美元。结果，一些社区成员之间出现了看跌情绪。</p><blockquote><p><em>“有些人还在玩游戏……我的意思是，距离禁令还有一个月的时间……如果我在中国，我会舒服地玩游戏，等到 7 月 10 日扔掉我的运动鞋离开。” STEPN Discord 的一位社区成员说。</em></p></blockquote><p>‍</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">积极推动</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stepnofficial.medium.com/stepn-announces-q2-profits-initiates-quarterly-gmt-buyback-burn-32ad0b764de9">该公司在一篇Medium 帖子中</a>表示，尽管过去几个月加密市场状况有所下降，但 STEPN 第二季度的利润为 1.225 亿美元。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/759f1424e006d7c2df9942d942b550be31051cbd46202a7eff282fb94c112cf4.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>M2E 协议计划利用其利润的 5% 为其 GMT 代币启动回购和销毁计划。然而，为防止价格突然波动，回购和销毁过程“可能需要几周时间才能完成”。</p><p>此外，开发人员表示，除了回购和销毁计划之外，STEPN 将分配资本储备来改进现有功能并建立团队。尽管该协议面临挑战，但许多人仍然保持乐观。</p><blockquote><p><em>“如果 STEPN 团队最终确定了他们的产品并开始了大规模的营销活动，那么事情仍然可能再次上升。散步或跑步的赚钱部分吸引了许多人，他们只是还不知道，或者还不习惯使用加密钱包，”一位接近</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://bsc.news/"><em>BSC 新闻</em></a><em>的 STEPN 成员说。“为了让 STEPN 成功，我认为他们需要针对没有加密领域经验的人开展大型营销活动，我认为他们应该为不了解私钥等的人提供托管钱包。 ”</em></p></blockquote><p>STEPN 报告称，该公司已经确定了几个投资其赚取资本的领域，以便改进游戏玩法。其中包括安全增强、防止机器人获得 GMT 的反作弊机制、建立开发人员和核心团队，以及确保赞助和合作伙伴关系。</p><blockquote><p><em>“我投入了很多。我现在不担心回报，因为我专注于长期。现在，我正在增加我在两条链上的持股量，增加我的主要鞋子，并为第三领域做准备，”一位社区成员说。</em></p></blockquote><p>在 SOL<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://whitepaper.stepn.com/realm">领域</a>和 BNB 领域取得成功之后，STEPN 打算在以太坊上引入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.web3wire.news/post/stepn-launches-realm-3-on-eth-announces-free-mint-for-bayc-holders">APE 领域</a>。</p><blockquote><p><em>STEPN 团队将这个 Realm 描述为“一个拥抱时尚和其他 NFT 社区的伟大实验”。</em></p></blockquote><p>APE Realm 将为所有 STEPN 用户提供对创新的新 Realm 的访问，专注于可访问性和引入新用户。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d842f60e0ae41cc8017dd8683db4560a99ad7f139982becdda77572e30fdb076.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>由于行业低迷，以及中国数据法禁止存储公民 GPS 数据，STEPN 不得不屏蔽中国用户。此外，STEPN 的平台自推出以来一直受到一系列分布式拒绝服务 (DDoS) 攻击，导致用户在维护期间被警告“可能无法正确记录锻炼”。</p><p>然而，如果 STEPN 克服了这些障碍，加密货币市场可能会成为一个蓬勃发展的行业。此外，如果它的经济激励措施能激励一些人离开沙发开始行动，那也是一件好事。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bea488a4e77f6cf895a435018e95e10d4d92ba490b1fdd3881a26c3bfa731c03.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>STEPN 社区在社交媒体上非常活跃，仅在 Twitter 上就有超过 640,000 名关注者。许多用户在 NFT 市场上创造了高流动性，使升级后的运动鞋更容易出售。最后但同样重要的是，即将到来的租赁升级和以太坊上的 Ape Realm 应该会增加用户群，增加所有代币的价值。</p><h2 id="h-stepn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是STEPN：</h2><p>STEPN 是一个结合了 GameFi 和 SocialFi 元素的 Web3 应用程序，允许用户 Move &amp; Earn（移动和赚取）。用户将通过步行、慢跑或户外跑步来获得游戏内代币。STEPN 在 GST 和 GMT 两种代币机制下运行（治理代币，供应有限）。</p><p>在哪里可以找到 StepN：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://stepn.com/">网站</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Stepnofficial">推特</a>| <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://discord.gg/stepn2">不和谐</a>| 上传</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[介绍
Swim Protocol和交互演示]]></title>
            <link>https://paragraph.com/@ivyboy/swim-protocol</link>
            <guid>Pa2EE74oeO46iowlN1vG</guid>
            <pubDate>Fri, 08 Jul 2022 17:55:50 GMT</pubDate>
            <description><![CDATA[什么是Swim Swim是一种由 Wormhole 提供支持的新型跨链基础设施，区别于传统跨链桥需要把资产封装，再进行跨链，Swim可以省去这一步，他们的目标是为用户提供从一条链上的原生资产直接跨链到另一条链上的原生资产，不但优化了跨链步骤也大大提高了跨链的安全性，其中也可以从Solana跨链到以太坊网络。 如何工作 用户将能够通过多条链上的原生资产与 Swim 的流动性池进行交互。起初，只会在以太坊、BSC 和 Solana 上创建稳定的资产池，以促进这些链之间的交易（现阶段已开通Avalanche；Aurora；Fantom；Polygon）。任一链上的池都通过虫洞连接，这有助于跨链中继交易请求。当 Swim 智能合约收到一笔交易时，算法将根据交易规模和池的构成确定滑点，提供执行价格。 下面用文字来演示一下ERC20 USDT 换成 SPL USDC 时，Swim 是如何工作的。 1.用户将以太坊和 Solana 钱包都连接到 Swim 2.用户选择要兑换的所需数量的 USDT (ERC-20)，以及要兑换的 USDC（Solana 上的 SPL） 3.USDT ERC-20...]]></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/65f62a57f11861e37d26016626c6a3bfe5de1d8df823f2c0421b79e3e6b6b005.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>什么是Swim</strong></p><p>Swim是一种由 Wormhole 提供支持的新型跨链基础设施，区别于传统跨链桥需要把资产封装，再进行跨链，Swim可以省去这一步，他们的目标是为用户提供从一条链上的原生资产直接跨链到另一条链上的原生资产，不但优化了跨链步骤也大大提高了跨链的安全性，其中也可以从Solana跨链到以太坊网络。</p><p><strong>如何工作</strong></p><p>用户将能够通过多条链上的原生资产与 Swim 的流动性池进行交互。起初，只会在以太坊、BSC 和 Solana 上创建稳定的资产池，以促进这些链之间的交易（现阶段已开通Avalanche；Aurora；Fantom；Polygon）。任一链上的池都通过虫洞连接，这有助于跨链中继交易请求。当 Swim 智能合约收到一笔交易时，算法将根据交易规模和池的构成确定滑点，提供执行价格。</p><p>下面用文字来演示一下ERC20 USDT 换成 SPL USDC 时，Swim 是如何工作的。</p><p>1.用户将以太坊和 Solana 钱包都连接到 Swim</p><p>2.用户选择要兑换的所需数量的 USDT (ERC-20)，以及要兑换的 USDC（Solana 上的 SPL）</p><p>3.USDT ERC-20 锁定在以太坊上</p><p>4.Swim 通过虫洞了解到这一点后，确定正确的执行价格，并将正确数量的 USDC（Solana 上的 SPL）发送给用户</p><p><strong>项目团队</strong></p><p>项目团队也是非常牛逼，来自ftx，Coinbase,Google，等公司的工程师，可参考这链接了解团队<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.swim.io/introducing-the-swim-team/">https://blog.swim.io/introducing-the-swim-team/</a></p><p><strong>项目投资</strong></p><p>投资机构： Pantera Capital 领投，FTX；Alameda Research；Coinbase ；Solana Ventures；Social Capital、IOSG Ventures、Rok Capital、GBV Capital、Mantis VC、Panony 、等知名机构和多位知名人士参投，400 万美元种子轮。</p><p>天使投资人包括 Phantom Wallet 联合创始人兼首席执行官 Brandon Millman</p><p>Polygon 机构资本全球负责人 Dean Thomas</p><p>Avalanche 战略负责人 Phillip Liu 等</p><p><strong>交互演示</strong></p><p>1.打开测试网</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://swim.io/">https://swim.io/</a></p><p>2.点击Connect Wallets连接钱包，同时连接phantom和metamask</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7889af4db264932b5c51ca000f14d65fea84446a9a238d87890f8f0b47e68be9.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.点击Swap，选择起始链和目标链，选择需要的金额，最后Swap就可以进行跨链（我来演示从Solana跨链到Polygon）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/17e02c2ea32c268fb6f01fcec4ef087449e2f615e10234bfe22fc5a679b784ee.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>完成（请注意期间phantom钱包要批准5-6次，请耐心等候）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/790795c4fc4def0678cc4cb8f13e2945067eebad8a2963eea289f6cf5e421f18.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.体验Poll，点击Poll，有好多个池，选择需要添加的池子点击进入。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/837cd285c1acd33a4691af6580b8d99827524b20924ffbf26382c3d894932db8.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>选好池子后添加相应的金额，然后下面选择好接收LP是用哪一条链接，最后点击ADD</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5b5f380a80e15bbef1152f1e678c1c52b8f78a6359a1bec9a97580ed47601579.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，移除资产，点击remove，找到对应的移除的方式，链和金额直接点移除就完成</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/af853265dcf5ace6d77cfedaf1dc33ca4dfab087b5778d3053808ebadfcb9fae.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></p><p>通过 Swim的愿景是在智能合约链之间创建快速、无缝的体验，最终在多条链上创建原生资产池网络，用户可以通过该网络从一条链无缝交换到另一条链，而无需使用打包资产方式，从而避免黑客攻击或者项目监守自盗，大大降低安全隐患。</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[Aptos生态里第一个钱包Fewcha交互测试演示]]></title>
            <link>https://paragraph.com/@ivyboy/aptos-fewcha</link>
            <guid>ualb3rM93PhWZPPIzdeZ</guid>
            <pubDate>Tue, 05 Jul 2022 07:04:21 GMT</pubDate>
            <description><![CDATA[什么是Fewcha钱包Fewcha 钱包是 Aptos 区块链的非托管 Web3.0 钱包。，它允许用户在他们的钱包和 Aptos DApps 之间自由转移加密资产。例如，游戏玩家可以使用 Fewcha 钱包玩Gamefi并领取他们的游戏内代币。然后，使用同一个钱包，可以使用 DEX，将这些代币兑换成法定货币或任何其他 Aptos 支持的代币。Fewcha 钱包功能：代币listing；代币转移；NFT listing；NFT转账；Web3.0 支持。Fewcha 钱包目前支持使用 Aptos 的 DApp 启动的所有实用代币。安全问题安全是 Fewcha Wallet 的重中之重。他们加入 Verichains 成为 Fewcha Wallet 的安全审计员。路线图测试演示项目方把安全放在第一。所以邀请社区成员来进行测试钱包，以确保用户在使用 Fewcha 钱包时足够安全，接下来给大家演示测试过程 https://fewcha.app/ 1，打开网页，点击下载调整到应用添加到扩展程序2，安装，点击申请创建新的好后钱包,创建钱包分4部3,我们一开始是没有APT测试币的，所以要领取...]]></description>
            <content:encoded><![CDATA[<h1 id="h-fewcha" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是Fewcha钱包</h1><p>Fewcha 钱包是 Aptos 区块链的非托管 Web3.0 钱包。，它允许用户在他们的钱包和 Aptos DApps 之间自由转移加密资产。例如，游戏玩家可以使用 Fewcha 钱包玩Gamefi并领取他们的游戏内代币。然后，使用同一个钱包，可以使用 DEX，将这些代币兑换成法定货币或任何其他 Aptos 支持的代币。Fewcha 钱包功能：代币listing；代币转移；NFT listing；NFT转账；Web3.0 支持。Fewcha 钱包目前支持使用 Aptos 的 DApp 启动的所有实用代币。</p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">安全问题</h1><p>安全是 Fewcha Wallet 的重中之重。他们加入 Verichains 成为 Fewcha Wallet 的安全审计员。</p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">路线图</h1><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e823766cc854c434bae0cddc4251b544c003f73cd86272a4ab3ce483bc42a8e1.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><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">测试演示</h1><p>项目方把安全放在第一。所以邀请社区成员来进行测试钱包，以确保用户在使用 Fewcha 钱包时足够安全，接下来给大家演示测试过程</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://fewcha.app/">https://fewcha.app/</a></p><p>1，打开网页，点击下载调整到应用添加到扩展程序</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e8ebb7d2b21117cf40199363772aef8bef6932f1c818b0d965a65abe07b6f226.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，安装，点击申请创建新的好后钱包,创建钱包分4部</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/30ec62a9a1b5658d2f8a04c16d6e48c0754bbda6e1192791308bd047b3f26f72.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,我们一开始是没有APT测试币的，所以要领取，分3部</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7d143b8deed270df43ed0653507f8ef58f2dfa6e838964b153b3f2199b6e60c1.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/181a041435ac4beaad8a96ada9918f56269e31e8de80372d0ad3ca4f6a866abe.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>不知道发给谁的小伙伴们可以在DC里面跟社区小伙伴互相交互，大家都很热情。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0817cc0a8e704a1cc9a7cfcdcf0b8aefe95d2e8ab30f82e3f577d0f0932ba2f6.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,关于发送错误信息，官方给出原因是接收和发送两方都要具备APT测试代币；如果还是不行应该是版本问题，待官方更新最新版本</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1e4e6164133af255616286590b6464ab2d349cd1d0faac614183dbfccdc1a5cc.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bae7116cc21879e839af9f00736e53349ea0b98e7faa4c91070400d8d47d2862.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>演示完成，项目还属非常早期，早点部署成为早期支持者，喜欢可以给我<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/2YPz6SFCfvpz7Fh">推特</a>点击关注。</p><p>建议进入社区互动！</p><p>项目推特</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FewchaWallet">https://twitter.com/FewchaWallet</a></p><p>项目Discord</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/9VX9szDJtV">https://discord.gg/9VX9szDJtV</a></p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[Free static hosting platform 4EVERLAND]]></title>
            <link>https://paragraph.com/@ivyboy/free-static-hosting-platform-4everland</link>
            <guid>kzLsUhHnSzu55aFIBQ5s</guid>
            <pubDate>Sat, 02 Jul 2022 13:28:56 GMT</pubDate>
            <description><![CDATA[There are many static page hosting platforms on the market, such as Github Pages, Gitee Pages, and Cloudflare Pages, which has just opened its internal beta some time ago. These platforms bring great convenience to everyone, but there are always some deficiencies due to various reasons. I just discovered a brand new platform 4EVERLAND recently. The overall experience is very smooth and the experience is excellent. I recommend it to everyone to try it. 4EVERLAND currently supports packaging an...]]></description>
            <content:encoded><![CDATA[<p>There are many static page hosting platforms on the market, such as Github Pages, Gitee Pages, and Cloudflare Pages, which has just opened its internal beta some time ago. These platforms bring great convenience to everyone, but there are always some deficiencies due to various reasons. I just discovered a brand new platform 4EVERLAND recently. The overall experience is very smooth and the experience is excellent. I recommend it to everyone to try it.</p><p>4EVERLAND currently supports packaging and deployment of Vue.js, Next.js, Nuxt.js, React, etc. The basic process is fool-like and very convenient. At the same time, 4EVERLAND will automatically assign a second-level domain name after the project is built, and supports custom domain names. It also supports automatic SSL deployment, and you can enjoy Https services without manual management. I think this should solve the pain points of many people. I can already feel his fragrance!</p><p>According to the official introduction, 4EVERLAND is a storage and hosting service based on IPFS. In the future, a complete set of storage nodes and gateway node systems will be built to provide persistent storage and global acceleration services. The overall development prospects are very good. But at present, the number of nodes is not enough, and most of them are overseas servers, but overall the access experience is still very good. (At least it&apos;s better than github pages, I don&apos;t know how many grades) So those who need it can really use it.</p><p>Website:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.4everland.org/">https://www.4everland.org/</a></p><p>Registered address: 4EVERLAND：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dashboard.4everland.org/#/?invite=LT8F4AJY">https://dashboard.4everland.org/#/?invite=LT8F4AJY</a></p><p>Twitter：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/4everland_org">https://twitter.com/4everland_org</a></p><p>Discord：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/JBpMh5x7VV">https://discord.gg/JBpMh5x7VV</a></p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[JediSwap介绍与测试网演示]]></title>
            <link>https://paragraph.com/@ivyboy/jediswap</link>
            <guid>Tci6nY2f15MLLbjZ9rn4</guid>
            <pubDate>Sat, 02 Jul 2022 09:20:02 GMT</pubDate>
            <description><![CDATA[JediSwap 是 Starknet 上完全无需许可且可组合的 AMM协议，由 Mesh Finance 社区构建它自主的交易机制，消除了对集中式交易所和相关做市技术的需求。可以零GAS swap 任何数字资产。也同时依靠以太坊的安全性作为基础层，不会影响安全性或依赖受信任的第三方。简单概括是可组合、无权限、AMM。 而StarkNet它在以太坊上作为一个L2网络运行，主要解决了区块链的可扩展性和隐私。 StarkWare 开发了一个完整的解决方案，使用 STARK 技术，通过 zk-Rollups 和 Validium 模式组成 Volition 来生成和验证计算完整性的证明。 StarkWare 的密码证明可以做到零知识、简洁、透明和后量子安全。 接下来展示JediSwap测试网测试 1，以Chrome为例，首先需要安装Argent X StarkNet Wallet（这是StarkNet上的一个钱包，还有一个叫braavos，本次以Argent X为例）,前往Google应用商城搜索添加到扩展程序2，然后创建钱包，设置密码，这个钱包没有助记词，只有JOSN文件，需要保存好...]]></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/9e1ba079d16767e6432f0b11e107ddf3145cc3a10be6a6c1b7196b1bee262fa6.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>JediSwap</strong> 是 <strong>Starknet</strong> 上完全无需许可且可组合的 AMM协议，由 Mesh Finance 社区构建它自主的交易机制，消除了对集中式交易所和相关做市技术的需求。可以<strong>零GAS</strong> swap 任何数字资产。也同时依靠以太坊的安全性作为基础层，不会影响安全性或依赖受信任的第三方。简单概括是可组合、无权限、AMM。</p><p><strong>而StarkNet</strong>它在以太坊上作为一个L2网络运行，主要解决了区块链的可扩展性和隐私。 StarkWare 开发了一个完整的解决方案，使用 STARK 技术，通过 zk-Rollups 和 Validium 模式组成 Volition 来生成和验证计算完整性的证明。 StarkWare 的密码证明可以做到零知识、简洁、透明和后量子安全。</p><p>接下来展示<strong>JediSwap</strong>测试网测试</p><p>1，以Chrome为例，首先需要安装Argent X StarkNet Wallet（这是StarkNet上的一个钱包，还有一个叫braavos，本次以Argent X为例）,前往Google应用商城搜索添加到扩展程序</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0b0d401abcb977c1135aece6debc12113d5c6ca6715e4db7bd574b330352b84c.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，然后创建钱包，设置密码，这个钱包没有助记词，只有JOSN文件，需要保存好，以后导入该文件即可</p><p>3，打开测试网链接钱包，链接钱包</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9a3ee2451cdcbabcd4e6dfe90ff8bb833306c5ce6fbd52cfb051955b2f3e60b1.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，去TRADE页面下面那里选择Mint Jedi Test Tokens来领取测试代币（StarkNet 测试网是相当的慢，需要有耐心等候）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f60934b1fa4e3d2d990f8f1fa076c15cfadde5c83f576d2bc899c5ad2c486778.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/7b210432ccb43b8e32101c6bb8ec29dbe0682065fb36649641fdc8b9a03612d4.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，领取完成后在上面SWAP页面随机选择几个代币用来互相交换，金额不限，几个币种都互相SWAP一遍即可</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/12d6a76cfe5797750622128b64e0f1ac026a22441c3e4f31cee190254aadaa02.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/5d56ff85dc3c486b8d1acafb7b438e6212471ee0dba55d933988cc38f32a6c24.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/41e73930d4d99a7924b2d0264fd6ad670c3bc309823fcf411d2b759cab0df3f7.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/557c49035560d076c719a051c144006a8eb2cb9fcadfcba47af6f8b6adbacf8b.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/778e98e27d98ce79eed15fd4c131a3eaa08bbe6844f447d243c1c510c5af1feb.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，去ZAP页面，ZAP是一个可以将代币转换为LP的功能，选择好相应的代币然后点击ZAP</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/616a6116095422e2a736934f562fae7505ea1a66432f4374a41d78846bf2c621.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>最后STAKE功能还没开放，后续更近再进一步交互</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6803d7fd238e728e0007b535a40fcb7f53444d1d07dd690fa4a883c4a489e270.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>JediSwap是一个非常值得关注的项目，Gitcoin 14 捐赠也名列第一，是StarkNet上非常重要的一部分，关注官方推特进入Discord后续更新。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/JediSwap">https://twitter.com/JediSwap</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/EcJhBasrZa">https://discord.gg/EcJhBasrZa</a></p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[AltLayer 的案例]]></title>
            <link>https://paragraph.com/@ivyboy/altlayer</link>
            <guid>c3ZMHMV88If7sdyqTo9x</guid>
            <pubDate>Sat, 02 Jul 2022 06:18:28 GMT</pubDate>
            <description><![CDATA[在流行的 dApps 最近宣布从通用链转移到特定应用链的背景下。这篇博文为AltLayer提供了一个不那么短的应用案例。文章中的内容是我们官方推特的完整帐户中最近推文的解释的版本，并且dApp最近宣布从通用链转移到特定的应用程序AltLayer 的基本制造原理。通用能力L222。我们很高兴在流行的去化应用程序开始发布最初发布的平台时进行#超越中心制造。DefiKingdoms 是第一个从第 1 层变换上层的 dApp 为自己的应用程序链作为 Avalanche 子网的公司。Yuga Lab 的宣传合唱团，他们宣布加入Crypto Labs（他们将在不久前关闭自己的 NFT 销售扩展性问题后，他们将寻求将项目迁移到的链中）以社区规模。尽管 Apecoin 拒绝了离开以太坊的爱心，但约在 47% 的社区支持 ApeCha。近日，以太坊上最大的去中心化衍生品交换器 dYd X 宣布，他们的 4 版将在英国第 1 层删除，并拥有自己的装置使用 Cosmos SDK 的验证。相信像以太坊这样的通用链过渡到特定应用的链上的每一个用户、交易者和拥趸都将成为我们的应用程序的常态，他们最终将成为流...]]></description>
            <content:encoded><![CDATA[<h2 id="h-dapps" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">在流行的 dApps 最近宣布从通用链转移到特定应用链的背景下。</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5676b95583ab806bcfc35565da725a792702f7f9d1ea838f5aad96b6c5f37807.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提供了一个不那么短的应用案例。文章中的内容是我们官方推特的完整帐户中最近<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/alt_layer/status/1541384330999726082?s=20&amp;t=FKZLEnKZLgLVy2qTg53aBA">推文</a>的解释的版本，并且dApp最近宣布从通用链转移到特定的应用程序AltLayer 的基本制造原理。</p><ol><li><p>通用能力L222。我们很高兴在流行的去化应用程序开始发布最初发布的平台时进行#超越中心制造。DefiKingdoms 是第一个从第 1 层变换上层的 dApp 为自己的应用程序链作为 Avalanche 子网的公司。</p></li><li><p>Yuga Lab 的宣传合唱团，他们宣布加入Crypto Labs（他们将在不久前关闭自己的 NFT 销售扩展性问题后，他们将寻求将项目迁移到的链中）以社区规模。尽管 Apecoin 拒绝了离开以太坊的爱心，但约在 47% 的社区支持 ApeCha。</p></li><li><p>近日，以太坊上最大的去中心化衍生品交换器 dYd X 宣布，他们的 4 版将在英国第 1 层删除，并拥有自己的装置使用 Cosmos SDK 的验证。</p></li><li><p>相信像以太坊这样的通用链过渡到特定应用的链上的每一个用户、交易者和拥趸都将成为我们的应用程序的常态，他们最终将成为流行的应用程序。用户提供更好的用户体验。</p></li><li><p>应用链的合作伙伴是一个共享空间，这是一个流行的 dApp 应用程序没有形成时间段的共享空间，而导致用户其他应用程序共享空间和结算时间。</p></li><li><p>DefiKingdoms、dYdX、Yuga Labs 等 dApp 证明了拥有应用程序拥有的区块空间的必要性。如今，这些 dApp 可以使用一些解决方案，例如 Polkadot、Avalanche 和 Cosmos SDK。然而，每个都有自己的取舍。</p></li><li><p>例如，虽然其中一些是完全无需许可的（即 Cosmos SDK），但其他的则不是那么多，例如 Avalanche 的子网。有些遵循共享安全模型，其中每条链都由一组通用验证器（即 Avalanche 和 Polkadot）保护。</p></li><li><p>Cosmos 的其他链本身并不是每个链子的共享程序，但拥有自己的验证链条。只是一个 Cosmos 的风格，将由 SDK 的应用程序的安全性保护，其中一个/3 月 1 日允许攻击者停止网络。</p></li></ol><p>9.控制其中的⅔会使网络产生无效块。因此，如果应用程序链的安全性未与更大、更安全的网络（如以太坊等第 1 层）绑定，则应用程序的安全性可能会受到严重影响。</p><ol><li><p>此外，如果 dApp 没有获得足够的使用率，应用程序链可能会浪费资源（物理或经济）。例如，在 Avalanche 的情况下，dApp 链采用子网的形式，为了经济安全，需要抵押主链代币（即 $AVAX）。</p></li><li><p>因此，几乎不能消耗其区块空间的 dApp 最终会占用稀缺的经济资源，而这些资源可以用来保护更多使用的子网。</p></li><li><p>一方面，在通用链（如以太坊）的情况下，更多使用的 dApp 与大量使用较少的 dApp 竞争区块空间。而另一方面，每个拥有自己链的 dApp 都会浪费资源。</p></li><li><p>因此，由于现有方法和解决方案呈现出两个相反的极端，因此需要设计一种能够提供两全其美的架构。</p></li><li><p>另一个需要注意的关键点是，有些流行的 dApp 不需要永久的专用区块空间，而只需要在预期需求激增的短时间内。例如，涉及 NFT 铸造的 Yuga Labs 案例是一个短暂的事件。</p></li><li><p>事实上，大多数 NFT 铸币事件在几天内就结束了（通常是几小时甚至几分钟），而且只有在这段时间用户活动非常高，需要弹性扩展解决方案。</p></li><li><p>一个事件链一结束，用户的交易量或其他活动就可以轻松地产生交易链的任何链式处理。</p></li><li><p>建立一个应用程序链，并不会通过其他项目链与市场活动、公平交易等项目隔离，从而打破组合性活动。 。</p></li><li><p>的解决方案由第 1 层保护的临时执行层，开发人员可以在铸币层启动之前，在上层事件上铸，执行铸币结束，资产结算层将在第 1 层的理想状态下，并且是瞬态执行层处理被取消了。</p></li><li><p>关键是这个瞬态状态必须是可扩展的，并且必须是可以扩展的，并且必须连接到一个安全的第 1 层。扩展技术）。</p></li><li><p>AltLayer 可以被一个乐观的聚合系统，它从第一个层（例如，以太坊）或特定的第 2 个应用层（例如，以太坊）或特定的第 2 个应用层（例如，Arbitrum 和 Optimism）获得安全，每个聚合都针对程序量定制身。</p></li><li><p>AltLayer 带来了更多执行层的新扩展。使用yy，dApp 人员预期会增加 1）快速启动并且可以的汇总，2）需要它使用 3）通过“生命，结束”来解决它在第 1 层处理。</p></li><li><p>仅当 dApp 执行计划的第 1 层资源优化层时，无法正常处理的需求时，会调用应用程序，并且需要减少应用程序的层和资源优化层。</p></li><li><p>应用链也揭示了可组合性，可以引导人员孤立的 dApp 无法与其他 dApp 的用户连接，限制了 dApp 提供的功能。AltLayer 允许开发层在第 1 集完成报废后重新获得可组合性。</p></li><li><p>AltLayer 还改进了 Arbitrum 和 Optimism 等现有的聚合，使示例器（执行的节点专用）进一步分离。此外，它为多链和多 VM 世界而设计了，并支持 EVM 和 WASM。</p></li><li><p>我们认为，特定的执行层可以为整个区块链生态系统的dApp开发，因此可以开发出可扩展性的应用程序和可定制的解决方案。独家带来了最独特的即服务扩展解决方案。</p></li><li><p>在 AltLayer，我们与其他第 1 层和第 2 层（即 Arbitrum、Polygon、Optimism 等）合作，将 WASM 以太坊工作室，并让这些网络上的 dApp 开发人员能够旋转特定于应用程序的执行层。</p></li><li><p>我们特别期待 Arbitrum 即将推出的 Nitro 升级，因为它能够通过 WASM 进行欺诈证明。</p></li><li><p>一个好的 TLDR (h/t @ <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/junhaotan_">junhaotan_</a> ):</p></li></ol><ul><li><p>比特币 - 共享区块空间，有限功能</p></li><li><p>以太坊 - 闪电共享区块空间的有限执行环境</p></li><li><p>应用程序链 - 专用区块空间，围墙花园设置</p></li><li><p>AltLayer 闪电专用空间的扩展和执行环境</p></li></ul><p>如果以越来越多的方式扩展以太坊和其他寻找方式）和应用程序的愿景与您的合作，我们：我们会保持、有动力和有工作坊的人加入到协调一致的团队中<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://careers.altlayer.io/b81ba67574d344d5bc85944f64840a2e">。 //careers.altlayer.io/</a></p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[P12 Project Twelvegamefi基础设施介绍，非常早期项目]]></title>
            <link>https://paragraph.com/@ivyboy/p12-project-twelvegamefi</link>
            <guid>kQngw9Wgw6L5Btfa7Nel</guid>
            <pubDate>Tue, 14 Jun 2022 15:37:02 GMT</pubDate>
            <description><![CDATA[Gamefi，想必币圈人肯定不陌生，这可谓是2021年尾的超级大黑马，许多一开始参与的投资者那时候都赚了不少钱，但是很快初期Gamefi的毛病慢慢现象出来，各种垃圾制作，垃圾游戏的经济模型等一些列原因使得Gamefi一下子割了很多后来者，解决这一系列问题是链游未来发展的一道难题。P12P12作为致力于开发链游基础设施的项目，他们已经看到许多Gamefi项目的衰败，比如一开始大肆宣传看起来具有远见卓识的社区未能交付的 GameFi 项目；游戏内经济经常被搞砸；糟糕的游戏币通胀；无法解决根本问题地去减少产出；最终单方面关闭服务器——所有这些都对游戏经济和游戏资产产生负面影响，使其无法充分发挥作用。但是P12与众不同，他们证明自己不是通过言语，而是他们的产品。 https://p12.network/ P12官网（官网设计还是非常不错的）关于项目团队P12项目团队是一群铁杆游戏玩家和动漫爱好者。在他们团队中有，我们有ex-guild大师、电子竞技半职业选手、和受人尊敬的 PC 改装者。对于他们来说，游戏一直是他们的生活。他们不仅对游戏充满信心和热情，而且团队在游戏域也有良好的业绩记录，...]]></description>
            <content:encoded><![CDATA[<p>Gamefi，想必币圈人肯定不陌生，这可谓是2021年尾的超级大黑马，许多一开始参与的投资者那时候都赚了不少钱，但是很快初期Gamefi的毛病慢慢现象出来，各种垃圾制作，垃圾游戏的经济模型等一些列原因使得Gamefi一下子割了很多后来者，解决这一系列问题是链游未来发展的一道难题。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58b5c6189e7c88caed1c0db9ea9ba6c60869ccbb66ea7bb800cc56e37fda67c6.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-p12" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">P12</h3><p>P12作为致力于开发链游基础设施的项目，他们已经看到许多Gamefi项目的衰败，比如一开始大肆宣传看起来具有远见卓识的社区未能交付的 GameFi 项目；游戏内经济经常被搞砸；糟糕的游戏币通胀；无法解决根本问题地去减少产出；最终单方面关闭服务器——所有这些都对游戏经济和游戏资产产生负面影响，使其无法充分发挥作用。但是P12与众不同，他们证明自己不是通过言语，而是他们的产品。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://p12.network/">https://p12.network/</a></p><p>P12官网（官网设计还是非常不错的）</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">关于项目团队</h3><p>P12项目团队是一群铁杆游戏玩家和动漫爱好者。在他们团队中有，我们有ex-guild大师、电子竞技半职业选手、和受人尊敬的 PC 改装者。对于他们来说，游戏一直是他们的生活。他们不仅对游戏充满信心和热情，而且团队在游戏域也有良好的业绩记录，在过去 3 年中建立了领先的游戏平台。项目方说未来会让我们知道。</p><p>所以从各方面看该团队对游戏产业的理解是非常到位的，我也非常期待他们的最终作品。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/ProjectTwelve/whitepaper/blob/main/P12-Whitepaper-v0.1.pdf">https://github.com/ProjectTwelve/whitepaper/blob/main/P12-Whitepaper-v0.1.pdf</a></p><p>官方白皮书</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">功能介绍</h3><p>为防止代币价值归零，在P12里面，任何链游开发商都需为自己的项目提供大量流动性，所以就可以避免项目单方rug，巨鲸抛压。</p><p>P12为Gamefi提供生态承载平台，用户可以持有的P12代币来Swap需要的游戏代币。用户可不用去DEX Swap，P12本身就是个Gamefi生态DEX。</p><p>DAO，质押P12代币拥有投票权共同治理社区；根据的活跃情况，游戏的游玩时长等各种交互情况来激励用户；项目也提供60%的代币用于奖励优质用户和项目方。</p><p>——</p><h3 id="h-gamefip12gamefip12" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Gamefi的痛点P12给你一一解决，这是有一个非常客观的未来发展，Gamefi行业可谓是非常的早期，未来是靠这种有能力的社区来变革，P12可谓相当的黑马！</h3><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">社区情况</h3><p>官方Discord互动率可谓是非常的高，官方也经常给出一些活动，DC会员也非常积极，DC生态很不错。</p><p>官方还有个游戏编辑器，定时会在meta-gallery频道发出编辑器的各种精美作品。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f0c280bdc4abe90cee6d8740346b9feea6cd7ffc4cba25cece57cea57c24e31.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/95724e838fc5e086e2099d40ebf004158536901dbad7548c144eb7506746ee63.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-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">空投</h3><p>P12已明牌空投。游戏开发者和游戏玩家都有机会。</p><p>目前是第一阶段将面向 Steam 游戏开发者，如果你是个Steam 游戏开发者可前往P12申请。</p><p>第二阶段面向 Steam 游戏玩家即将推出。官方说是根据链下 Web2 数据与链上 Web3 灵魂绑定的 NFT 相结合，大概率是看你的Steam沉迷程度了。</p><p>另外进入Discord完成官方的任务可获得相应的徽章OAT。对于相应OAT持有者，也会得到项目的空投。</p><p>当然这还不是全部，项目也比较早期，未来还会有更多的权利和利益。所以赶快进来参与社区成为早期支持者！</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/_p12_">https://twitter.com/<em>p12</em></a></p><p>官方Twitter</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/yRKRQxMzmt">https://discord.gg/yRKRQxMzmt</a></p><p>官方Discord</p><p>——</p><p>本文由社区$waspsy$#2412制作，未经允许，请勿转载。</p><pre data-type="codeBlock" text="
"><code></code></pre>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[ZKPad 是 StarkNet 上的第一个启动板。]]></title>
            <link>https://paragraph.com/@ivyboy/zkpad-starknet</link>
            <guid>7eVvHTwe7nyFp60KRjdR</guid>
            <pubDate>Mon, 16 May 2022 13:01:51 GMT</pubDate>
            <description><![CDATA[目前是Zkpad的这些代币的机会。有收到您的项目代币会收到NFT作为活动的确认。最重要的是，您可以出售或交换NFT。具体来说，就是白化目录（Tokenized白名单）的概念。 1）进入 官网 选择任务选项卡。在这里，任务分为：营销、产品，您可以在其中工作并获得经验、代和其他奖励。 要确认参与任务，必须插入您所需的链接，然后点击领取窗口按钮。 2)点击左下角船员 根据要求每天做任务 记得去授权Discrod。做任务领主币获取NFT。]]></description>
            <content:encoded><![CDATA[<p>目前是Zkpad的这些代币的机会。有收到您的项目代币会收到NFT作为活动的确认。最重要的是，您可以出售或交换NFT。具体来说，就是白化目录（Tokenized白名单）的概念。</p><p>1）进入  <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zkpad.crew3.xyz/">官网</a></p><p>选择任务选项卡。<strong>在这里，任务分为：营销、产品</strong>，您可以在其中工作并获得经验、代<strong>和其他</strong>奖励。</p><p>要确认参与任务，必须插入您所需的链接，然后点击<strong>领取</strong>窗口按钮。</p><p>2)点击左下角船员</p><p>根据要求每天做任务</p><p>记得去授权Discrod。做任务领主币获取NFT。</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
        <item>
            <title><![CDATA[RabbitHole是什么？]]></title>
            <link>https://paragraph.com/@ivyboy/rabbithole</link>
            <guid>VkUaVQ5yR0nh56OuqeIX</guid>
            <pubDate>Thu, 14 Apr 2022 18:37:02 GMT</pubDate>
            <description><![CDATA[RabbitHole 是 Brian Flynn 在前团队创建的 Drip，简单来说，是游戏化的，被去中心化为网络的适当奖励的用户，代币（XP）和其他附加奖品，可以是链官方文档的示例，这些链上包括：在 Synthetix 进行 Staking，在 Aragon 进行投票，在 Balancer 提供流动性，在 Keep3r 中执行交易等。 通过使用 web3 上最新的加密应用程序来学习和加密货币。 一些在兔兔里的链子，还有因为在上比较常用的比较常用的链子，比如比较马蹄链…… 去化交易所的代币兑换、注入流动性、质押、不变…… 被戏称为小白的网三大学。 你可以在里面训练这些技能，任务在不同链上的操作方式几乎是一样的。 Web 3 生态中不断试验不同类别的不同品种的兔子项目。 更重要的是，还有回报。 比如在新的雪崩链上的项目，前1000个完成任务的钱包地址将获得一个兔子洞的NFT，可以在Opensea上销售。 洞兔已经发放了75万美元的奖励，比如Uniswap、Aavalanche、Compound…… 学习，带来这样的洞见教育模式，势必将如其项目中的更多。 ，即使在Web 3的世界里，...]]></description>
            <content:encoded><![CDATA[<p>RabbitHole 是 Brian Flynn 在前团队创建的 Drip，简单来说，是游戏化的，被去中心化为网络的适当奖励的用户，代币（XP）和其他附加奖品，可以是链官方文档的示例，这些链上包括：在 Synthetix 进行 Staking，在 Aragon 进行投票，在 Balancer 提供流动性，在 Keep3r 中执行交易等。</p><p><strong><em>通过使用 web3 上最新的加密应用程序来学习和加密货币。</em></strong></p><p>一些在兔兔里的链子，还有因为在上比较常用的比较常用的链子，比如比较马蹄链……</p><p>去化交易所的代币兑换、注入流动性、质押、不变……</p><p><strong><em>被戏称为小白的网三大学。</em></strong></p><p>你可以在里面训练这些技能，任务在不同链上的操作方式几乎是一样的。</p><p>Web 3 生态中不断试验不同类别的不同品种的兔子项目。</p><p>更重要的是，还有回报。</p><p>比如在新的雪崩链上的项目，前1000个完成任务的钱包地址将获得一个兔子洞的NFT，可以在Opensea上销售。</p><p>洞兔已经发放了75万美元的奖励，比如Uniswap、Aavalanche、Compound……</p><p><strong><em>学习，带来这样的洞见教育模式，势必将如其项目中的更多。</em></strong></p><p>，即使在Web 3的世界里，流量也是如此重要。</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/2dca7df8240c8f19f271e5de53ff7fab363b3a7a6db141a02e464403e498e79b.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[waspsy8]]></title>
            <link>https://paragraph.com/@ivyboy/waspsy8</link>
            <guid>Pn6f4IVe0219W6IWQMDm</guid>
            <pubDate>Thu, 14 Apr 2022 18:22:12 GMT</pubDate>
            <description><![CDATA[思想艺术形式]]></description>
            <content:encoded><![CDATA[<p>思想艺术形式</p>]]></content:encoded>
            <author>ivyboy@newsletter.paragraph.com (waspsy8)</author>
        </item>
    </channel>
</rss>