<?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>作业借你抄</title>
        <link>https://paragraph.com/@chaozuoye</link>
        <description>币圈老韭菜  ||  从小喜欢抄别人作业   ||  记录自己的操作，没有任何投资建议 || 最近关注Astar链</description>
        <lastBuildDate>Mon, 22 Jun 2026 05:34:21 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>作业借你抄</title>
            <url>https://storage.googleapis.com/papyrus_images/6f828974964c4868d85218be86e949da73163295b2ce3be6ecb709c1f682f9e3.jpg</url>
            <link>https://paragraph.com/@chaozuoye</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[保姆级教程：本地部署Layer2 查询工具Mywallet]]></title>
            <link>https://paragraph.com/@chaozuoye/layer2-mywallet</link>
            <guid>ysVxZVjNyvo6mAyQUuJ8</guid>
            <pubDate>Wed, 21 Jun 2023 20:14:50 GMT</pubDate>
            <description><![CDATA[前言半夜发了个推，需求的人挺多，就顺手写个教程，此教程代码来源于“北北”和 群友狗头的技术支持，部署很简单，写本教程纯粹给小白看，大佬勿喷…. 感谢作者的源代码GitHub - wxtsky/MyWalletScanContribute to wxtsky/MyWalletScan development by creating an account on GitHub.https://github.com风险提示：本文仅供教学，代码源于网络，不构成投资建议~环境部署1. 安装node下载地址：nodejs.org/zh-cn/downloadNode.js - 下载 Node.js®Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.https://nodejs.org下载安装，这个很简单安装完成后，打开”命令提示符” ...]]></description>
            <content:encoded><![CDATA[<h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">前言</h2><p>半夜发了个推，需求的人挺多，就顺手写个教程，此教程代码来源于“北北”和 群友狗头的技术支持，部署很简单，写本教程纯粹给小白看，大佬勿喷….</p><p>感谢作者的源代码</p><div data-type="embedly" src="https://github.com/wxtsky/MyWalletScan" data="{&quot;provider_url&quot;:&quot;https://github.com&quot;,&quot;description&quot;:&quot;Contribute to wxtsky/MyWalletScan development by creating an account on GitHub.&quot;,&quot;title&quot;:&quot;GitHub - wxtsky/MyWalletScan&quot;,&quot;author_name&quot;:&quot;wxtsky&quot;,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://github.com/wxtsky/MyWalletScan&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/a083cf7094d8ff545e6edee5c749c12630dc9565989f4e170552e1423fa87fe3.png&quot;,&quot;author_url&quot;:&quot;https://github.com/wxtsky&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;GitHub&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:600,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:600,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/a083cf7094d8ff545e6edee5c749c12630dc9565989f4e170552e1423fa87fe3.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/a083cf7094d8ff545e6edee5c749c12630dc9565989f4e170552e1423fa87fe3.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://github.com/wxtsky/MyWalletScan" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>GitHub - wxtsky/MyWalletScan</h2><p>Contribute to wxtsky/MyWalletScan development by creating an account on GitHub.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://github.com</span></div><img src="https://storage.googleapis.com/papyrus_images/a083cf7094d8ff545e6edee5c749c12630dc9565989f4e170552e1423fa87fe3.png"/></div></a></div></div><p><strong>风险提示：本文仅供教学，代码源于网络，不构成投资建议~</strong></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">环境部署</h2><h3 id="h-1-node" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. 安装node</h3><p>下载地址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://nodejs.org/zh-cn/download">nodejs.org/zh-cn/download</a></p><div data-type="embedly" src="https://nodejs.org/zh-cn/download" data="{&quot;provider_url&quot;:&quot;https://nodejs.org&quot;,&quot;description&quot;:&quot;Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.&quot;,&quot;title&quot;:&quot;Node.js - 下载 Node.js®&quot;,&quot;mean_alpha&quot;:64.6341666667,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://nodejs.org/zh-cn/download&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/c7c29b4c1f39934ed28faac0a8784fb5c4fa29b7fd2aeeda8394466889cbf05f.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Nodejs&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:600,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:600,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/c7c29b4c1f39934ed28faac0a8784fb5c4fa29b7fd2aeeda8394466889cbf05f.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/c7c29b4c1f39934ed28faac0a8784fb5c4fa29b7fd2aeeda8394466889cbf05f.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://nodejs.org/zh-cn/download" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Node.js - 下载 Node.js®</h2><p>Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://nodejs.org</span></div><img src="https://storage.googleapis.com/papyrus_images/c7c29b4c1f39934ed28faac0a8784fb5c4fa29b7fd2aeeda8394466889cbf05f.png"/></div></a></div></div><p>下载安装，这个很简单</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/edae233e9de61ac7e836b2a07ba377099a7609a40f9fab7d588e708c62048a3d.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>” 运行 <strong>node -v</strong> ，出现版本号就代表安装成功。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/78bed7c8715ee779c2411f2ddc772502b95c53de62d5724427d1229188f17502.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-2git" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2、安装git</h3><p>安装地址和教程：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://cnblogs.com/kevinzhushrek/p/16092144.html">cnblogs.com/kevinzhushrek/p/16092144.html</a></p><div data-type="embedly" src="https://www.cnblogs.com/kevinzhushrek/p/16092144.html" data="{&quot;provider_url&quot;:&quot;https://www.cnblogs.com&quot;,&quot;description&quot;:&quot;Git安装教程（保姆级手把手详细图文） 一. 认识Git Git是一个分布式版本控制系统，主要用于项目版本管理，一般使用过程为创建分支，修改代码、合并分支。 二. 下载Git安装包 1. 登录Git官网：https://git-scm.com/ 2. 点击Download for Windows。&quot;,&quot;title&quot;:&quot;Git安装教程（保姆级手把手详细图文） - 打更幺鸡 - 博客园&quot;,&quot;url&quot;:&quot;https://www.cnblogs.com/kevinzhushrek/p/16092144.html&quot;,&quot;thumbnail_width&quot;:600,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Cnblogs&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:500}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.cnblogs.com/kevinzhushrek/p/16092144.html" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Git安装教程（保姆级手把手详细图文） - 打更幺鸡 - 博客园</h2><p>Git安装教程（保姆级手把手详细图文） 一. 认识Git Git是一个分布式版本控制系统，主要用于项目版本管理，一般使用过程为创建分支，修改代码、合并分支。 二. 下载Git安装包 1. 登录Git官网：https://git-scm.com/ 2. 点击Download for Windows。</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.cnblogs.com</span></div></div></a></div></div><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">安装及运行使用</h2><p>在电脑里 “<strong>开始</strong>” 搜索或者找到 “<strong>命令提示符</strong>”，右键选择 “<strong>以管理员身份运行</strong>”</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/315193ef45e793aa84ea455a9a80e5631f85ffb701a2a6802fee8ebc8230a331.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/5c6b1c7746b2a3477cc8a8783792ba2532ebed7a675e0e4e21bc2cc5d467d1ed.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><pre data-type="codeBlock" text="输入 D:   (这一步的意思是切换成D盘，如下图，显示 “D:\&gt;” 代表 你所在的位置)
"><code><span class="hljs-string">输入</span> <span class="hljs-attr">D:</span>   <span class="hljs-string">(这一步的意思是切换成D盘，如下图，显示</span> <span class="hljs-string">“D:\>”</span> <span class="hljs-string">代表</span> <span class="hljs-string">你所在的位置)</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/023be7fbd00ba0ede261a56c10357db5cc84b261ace1003ff59f8c15a3a9341e.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><pre data-type="codeBlock" text="打开电脑D盘，手动创建文件夹 mystudy
"><code></code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/92b7f9b611fd8a9165f33424bd8f71a6fdfbcf3e9960aca5057686c88fd340f6.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><pre data-type="codeBlock" text="输入 CD mystudy   &lt;这一步意思是切换到我们刚刚创建的mystudy文件夹里，成功后会如图显示你当前路径&gt;
"><code>输入 CD mystudy   <span class="hljs-operator">&#x3C;</span>这一步意思是切换到我们刚刚创建的mystudy文件夹里，成功后会如图显示你当前路径<span class="hljs-operator">></span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62990d8da9c29f5534bc76ae4638642ed379a6f74048695b0ee41a35d61a430b.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><pre data-type="codeBlock" text="输入 git clone https://github.com/wxtsky/MyWalletScan.git  &lt;这步的意思用git 去克隆源代码到本地。&gt;
"><code>输入 git <span class="hljs-built_in">clone</span> https://github.com/wxtsky/MyWalletScan.git  &#x3C;这步的意思用git 去克隆源代码到本地。>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/30aa802d378ad7459c62ac4c505fd52cf16f907a489980b0406ba33163eaf449.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><pre data-type="codeBlock" text="成功后可以在文件夹里看到刚刚下载的文件
"><code></code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db4885645430da70a12d7c0ab680cdb517b11dd7027268b37fc520c0e0de4f06.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><pre data-type="codeBlock" text="输入 cd MyWalletScan   &lt;切换到我们刚刚下载的MyWalletScan 文件夹，路径发生变化&gt;
"><code>输入 cd MyWalletScan   <span class="hljs-operator">&#x3C;</span>切换到我们刚刚下载的MyWalletScan 文件夹，路径发生变化<span class="hljs-operator">></span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62616fdc8ce417435b9f18bbc9d514c697e6fd986d7fb75e8d0eb28051c1bd8c.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><pre data-type="codeBlock" text="输入 npm i   &lt;此步骤是安装，注意此步骤极容易报错，正常原因是没有开启“管理员模式”导致，并且请开启梯子全局模式，不然速度极慢&gt;
"><code>输入 npm i   <span class="hljs-operator">&#x3C;</span>此步骤是安装，注意此步骤极容易报错，正常原因是没有开启“管理员模式”导致，并且请开启梯子全局模式，不然速度极慢<span class="hljs-operator">></span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/beebc5bba0a849c42c3e94ef8ebf95ae514d9700239b3d65ba7fcdff685e7e3c.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><pre data-type="codeBlock" text="等等上步骤完成后 输入 npm run dev  &lt;此步骤的意思是运行,运行完成后会给你地址和端口，复制到浏览器即可运行 ）
"><code>等等上步骤完成后 输入 npm run dev  &#x3C;此步骤的意思是运行,运行完成后会给你地址和端口，复制到浏览器即可运行 ）
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4d9fef6c5677bca0d22e80ea1b24837c918c9c9a725c05b6836196ce67d7c54c.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/d26bf7f7cabbd35d434ea6756cd89f3917a1f54f961612edff1366a548836ba1.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>PS：如果重启电脑后，需要在我们创建的文件夹里输入”CMD” 打开 命令提示符</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f607464f045d102713e577a28a6d7f5a1a04f2240670ad4b7a0c9a4c99b7c9f9.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><pre data-type="codeBlock" text="输入 npm run dev 重新运行即可再次打开，数据都缓存在本地，所以很安全
"><code>输入 npm run dev 重新运行即可再次打开，数据都缓存在本地，所以很安全
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ecd9ffe44f973d83d681f412faa23a586d320f7c682666fbf1208db8210a5c2c.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>作为L2的两大天王级项目：Starkent和Zksync我会持续关注其生态的发展和机会，并且会持续分享到我的推特：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/chaozuoye"><strong>作业借你抄</strong></a>：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://twitter.com/chaozuoye">twitter.com/chaozuoye</a></p><p>欢迎大家关注和支持，同时收到的广告营销费用我会在粉丝破万前全额拿出来以各种形式回馈给粉丝，感谢支持~</p><div data-type="embedly" src="https://twitter.com/chaozuoye" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/chaozuoye&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/chaozuoye?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by chaozuoye&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
        </item>
        <item>
            <title><![CDATA[抠搜人的交互指南：“0成本”交互ZKSync 6月篇]]></title>
            <link>https://paragraph.com/@chaozuoye/0-zksync-6</link>
            <guid>zpa5si3phPGOFvUcpZ3a</guid>
            <pubDate>Tue, 13 Jun 2023 13:37:37 GMT</pubDate>
            <description><![CDATA[为什么交互ZKSync？zkSync是由Matter Labs开发的以太坊zk-rollup二层扩容解决方案，与 Eth 主网不同，它处理的交易越多，就越便宜，并且享受了主网结算层的安全，它颠覆了区块链的三难困境：可扩展性、安全性和去中心化。 仔细研究zkSync 的技术文件，他们偶尔会在文件内写到zkSync 原生代币的使用情境，所以zkSync 一直被视为是高机率发币的Layer 2 方案。且如今，发币往往会伴随的“空投”发生，二月的BLUR，三月的Arbitrum，四月的SUI的巨额空投让人一夜暴富的机会刺激着大家，而全新的两条“天王级”项目Starknet和ZKSync会不会重演历史？如何实现0成本交互？在4月初，我们交互了Syncswap，成本约3U，活动结束后，OAT涨到了最高11U，现在稳定在6u左右。四月的小牛的ZKsync任务，成本约为4u，完成任务奖励的OAT可以立刻变现4-6U，相较于4月初情绪FOMO的人为了交互而交互，我们这种“精耕细作”的方式对于囊中羞涩的人来说，不仅增加了链上交互行为，未来可以博得空投的机会，也可以靠着各种任务奖励实现“0成本”。 鉴...]]></description>
            <content:encoded><![CDATA[<h3 id="h-zksync" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">为什么交互ZKSync？</h3><p>zkSync是由Matter Labs开发的以太坊zk-rollup二层扩容解决方案，与 Eth 主网不同，它处理的交易越多，就越便宜，并且享受了主网结算层的安全，它颠覆了区块链的三难困境：可扩展性、安全性和去中心化。 仔细研究zkSync 的技术文件，他们偶尔会在文件内写到zkSync 原生代币的使用情境，所以zkSync 一直被视为是高机率发币的Layer 2 方案。且如今，发币往往会伴随的“空投”发生，二月的BLUR，三月的Arbitrum，四月的SUI的巨额空投让人一夜暴富的机会刺激着大家，而全新的两条“天王级”项目Starknet和ZKSync会不会重演历史？</p><h3 id="h-0" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">如何实现0成本交互？</h3><p>在4月初，我们交互了Syncswap，成本约3U，活动结束后，OAT涨到了最高11U，现在稳定在6u左右。四月的小牛的ZKsync任务，成本约为4u，完成任务奖励的OAT可以立刻变现4-6U，相较于4月初情绪FOMO的人为了交互而交互，我们这种“精耕细作”的方式对于囊中羞涩的人来说，不仅增加了链上交互行为，未来可以博得空投的机会，也可以靠着各种任务奖励实现“0成本”。  鉴于Arbitrum和OPtimism空投经验，在公链交互中，我们应该保证足够的活跃度，即月活跃和链上TX丰富程度，而对于ZKSync和Starknet我会长期保持关注，并编写相关攻略，帮助大家以低成本的方式来实现交互，所以如果方便，请关注我的推特“作业借你抄”，我会持续分享我在ZKSync和Starknet的交互教程</p><p>推特链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/chaozuoye"><strong>作业借你抄</strong></a></p><div data-type="embedly" src="https://twitter.com/chaozuoye" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/chaozuoye&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/chaozuoye?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by chaozuoye&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">正文</h2><p>这个月，市场转冷，ZKSync值得关注的活动不多，Element 联合其他几个平台开启的“伊利亚特”绝对值得一做，做完全流程成本大概不到10U （GAS 15），集齐四个NFT可以兑换最终的 NFT——zkSync Glory NFT(zGN)。</p><p><strong>活动时间：2023/05/25 19:00 - 2023/06/18 19:00 GMT+08:00</strong></p><p><strong>zGN持有者奖励将获得以下奖励</strong></p><ul><li><p><strong>来自Element的20 ELE</strong></p></li><li><p><strong>共同瓜分来自Element的50%潜在zkSync空投</strong></p></li><li><p><strong>来自iZUMi的50 iPoint</strong> （iPoint是iZUMi为测算用户获得zkSync空投权重而引入的积分系统。未来iZUMi会将获得的zkSync token空投的50%）</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">流程</h2><h3 id="h-1karatdao-nft" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1、karatdao 火兽NFT</h3><p>只需要zksync链余额＞0.03ETH，即可freemint 一个karatdao的NFT，并享受后续空投计划，任务需要绑定推特DC和email，如果没有email，可以使用匿名临时邮箱，领取时需要调整燃料限制，调整前35U ，调整后0.5U</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac6b6f13cc8bdbadffb2a64d588745113bfa0d40813eb973bcec339f76d694d9.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><div data-type="embedly" src="https://karatdao.com/mint/claimer?lieutenantAddress=0x9442E251f839EF877266E956B34D4930697D9F81&amp;validatorId=328" data="{&quot;provider_url&quot;:&quot;https://karatdao.com&quot;,&quot;description&quot;:&quot;KaratDAO is leveraging on its proprietary on-chain indexing to build the most precise user behavior tagging and conversion tools on the market.&quot;,&quot;title&quot;:&quot;KaratDAO&quot;,&quot;thumbnail_width&quot;:1280,&quot;url&quot;:&quot;https://karatdao.com/mint/claimer?lieutenantAddress=0x9442E251f839EF877266E956B34D4930697D9F81&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;KaratDAO&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:720,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1280,&quot;height&quot;:720,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://karatdao.com/mint/claimer?lieutenantAddress=0x9442E251f839EF877266E956B34D4930697D9F81&amp;validatorId=328" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>KaratDAO</h2><p>KaratDAO is leveraging on its proprietary on-chain indexing to build the most precise user behavior tagging and conversion tools on the market.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://karatdao.com</span></div><img src="https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg"/></div></a></div></div><p>需要改GASlimit 基本费用0.25，优先费用0.05，燃料3000000 不改成本0.02ETH，改完之后不到1刀</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7454271141aac7416f739cdd33d7e221676cd98eda68b897d8b4b09b001def99.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：</p><div data-type="embedly" src="https://galxe.com/ElementMarket/campaign/GCT4CUXtLU" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Iliad: Free the Fire Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Iliad: Free the Fire Beast by Element Market | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/ElementMarket/GCT4CUXtLU&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/ElementMarket/campaign/GCT4CUXtLU" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Iliad: Free the Fire Beast by Element Market | Galxe Quest</h2><p>Join Iliad: Free the Fire Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-2zksync-name-nft" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2：zkSync Name 闪电兽NFT</h3><p>在 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://element.market/collections/zksync-name-service">element.market/collections/zksync-name-service</a> 最低价排序购买一个域名，成本约 0.003 ETH，随后原价挂出，很快会卖掉，即可完成任务</p><p>领取NFT：</p><div data-type="embedly" src="https://galxe.com/ElementMarket/campaign/GCsLCUXue4" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Iliad: Free the Lightning Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Iliad: Free the Lightning Beast by Element Market | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/ElementMarket/GCsLCUXue4&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/ElementMarket/campaign/GCsLCUXue4" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Iliad: Free the Lightning Beast by Element Market | Galxe Quest</h2><p>Join Iliad: Free the Lightning Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><p><strong>3：Element 风兽 NFT</strong></p><p>在Element市场购买两个NFT并列出，任务二我们已经完成了一个，仅需要随意购买个NFT并挂出即可完成（我购买的是0.01U的）</p><p>链接：element.market/zksync</p><p>领取NFT：</p><div data-type="embedly" src="https://galxe.com/ElementMarket/campaign/GCzhqUXMyE" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Iliad: Free the Wind Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Iliad: Free the Wind Beast by Element Market | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/ElementMarket/GCzhqUXMyE&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/ElementMarket/campaign/GCzhqUXMyE" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Iliad: Free the Wind Beast by Element Market | Galxe Quest</h2><p>Join Iliad: Free the Wind Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><p><strong>4：Izumi 水兽NFT</strong></p><p>这个NFT难度最高，需要在iZiSwap 上种植任何矿池，并定位价值超过 30 美元的资产并至少质押 1 天。并且活动72小时快照一次，该NFT地板价当前约8U，嫌麻烦也可以在element上购买。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/314e192c2f83716838c8743c81e4054b4017c24105d853f0482fb358d863360c.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>由于farm里都是非主流币，波动较大，所以我拿space（zks上一个dex代币）当案例，仅供参考，风险自负</p><p>在izumi.finance/trade/swap上将0.01ETH 兑换成Space （或者其他代币）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f3db968f74d17ad965fb94dce31241185baea2e036523129bd3ea111a26e428.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>在 izumi.finance/farm/iZi/dynamic 里选择 Space/ETH 交易对 选择添加流动性</p><p>(Add Liquidity)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a2ad214eb92ed6018cf746d43c47f6b61d7f7c98a99934841befbc9d1a883486.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>需要质押 1 天，活动72小时快照一次，建议快照完毕后再解除流动性</p><p>领取NFT：</p><div data-type="embedly" src="https://galxe.com/ElementMarket/campaign/GCMZCUXoYc" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Iliad: Free the Water Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Iliad: Free the Water Beast by Element Market | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/ElementMarket/GCMZCUXoYc&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/ElementMarket/campaign/GCMZCUXoYc" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Iliad: Free the Water Beast by Element Market | Galxe Quest</h2><p>Join Iliad: Free the Water Beast by Element Market on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><p>集齐以上四个NFT即可兑换最终的 NFT——zkSync Glory NFT(zGN)</p><p>zGN Mint日期: 6月21日 - 7月10日 7am UTC</p><p>兑换链接：element.market/zksync/launchpad/zkSync-Glory-NFT （6/21号开始，Freemint）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3bf245b310986b845e229466a0084979fe0793819603e4dd8c73d1030d2d680d.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>上月带大家做的小牛Maverick zks链活动，今天也上了币安，其NFT也暴涨到十几美金一个，跟着做的小伙伴记得去DC里验证以下OG身份，也许会有空投惊喜~</p><p>链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/6D9HvUUZcX">https://discord.gg/mavprotocol</a></p><p>结尾：作为L2的两大天王级项目：Starkent和Zksync我会持续关注其生态的发展和机会，并且会持续分享到我的推特：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/chaozuoye"><strong>作业借你抄</strong></a>，欢迎大家关注和支持，同时收到的广告营销费用我会在粉丝破万前全额拿出来以各种形式回馈给粉丝，感谢支持~</p><div data-type="embedly" src="https://twitter.com/chaozuoye" data="{&quot;provider_url&quot;:&quot;https://twitter.com&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://twitter.com/chaozuoye&quot;,&quot;html&quot;:&quot;&lt;a class=\&quot;twitter-timeline\&quot; href=\&quot;https://twitter.com/chaozuoye?ref_src=twsrc%5Etfw\&quot;&gt;Tweets by chaozuoye&lt;/a&gt;\n&lt;script async src=\&quot;https://platform.twitter.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;provider_name&quot;:&quot;Twitter&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;}" format="iframe"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/40b5f14e921578dac19518148ae4dcd49363c629e342be9dbaf74c1ae0b6d7de.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[抠搜人的交互指南：“0成本”交互ZKSync 5月篇]]></title>
            <link>https://paragraph.com/@chaozuoye/0-zksync-5</link>
            <guid>dTDqTBfYsvz9Jx1H0OKS</guid>
            <pubDate>Thu, 25 May 2023 08:53:27 GMT</pubDate>
            <description><![CDATA[为什么交互ZKSync？ zkSync是由Matter Labs开发的以太坊zk-rollup二层扩容解决方案，与 Eth 主网不同，它处理的交易越多，就越便宜，并且享受了主网结算层的安全，它颠覆了区块链的三难困境：可扩展性、安全性和去中心化。 仔细研究zkSync 的技术文件，他们偶尔会在文件内写到zkSync 原生代币的使用情境，所以zkSync 一直被视为是高机率发币的Layer 2 方案。且如今，发币往往会伴随的“空投”发生，二月的BLUR，三月的Arbitrum，四月的SUI的巨额空投让人一夜暴富的机会刺激着大家，而全新的两条“天王级”项目Starknet和ZKSync会不会重演历史？如何实现0成本交互？ 在4月初，我们交互了Syncswap，成本约3U，活动结束后，OAT涨到了最高11U，现在稳定在6u左右。四月的小牛的ZKsync任务，成本约为4u，完成任务奖励的OAT可以立刻变现4-6U，相较于4月初情绪FOMO的人为了交互而交互，我们这种“精耕细作”的方式对于囊中羞涩的人来说，不仅增加了链上交互行为，未来可以博得空投的机会，也可以靠着各种任务奖励实现“0成本”。...]]></description>
            <content:encoded><![CDATA[<h3 id="h-zksync" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">为什么交互ZKSync？</h3><p>     zkSync是由Matter Labs开发的以太坊zk-rollup二层扩容解决方案，与 Eth 主网不同，它处理的交易越多，就越便宜，并且享受了主网结算层的安全，它颠覆了区块链的三难困境：可扩展性、安全性和去中心化。      仔细研究zkSync 的技术文件，他们偶尔会在文件内写到zkSync 原生代币的使用情境，所以zkSync 一直被视为是高机率发币的Layer 2 方案。且如今，发币往往会伴随的“空投”发生，二月的BLUR，三月的Arbitrum，四月的SUI的巨额空投让人一夜暴富的机会刺激着大家，而全新的两条“天王级”项目Starknet和ZKSync会不会重演历史？</p><h3 id="h-0" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">如何实现0成本交互？</h3><p>     在4月初，我们交互了Syncswap，成本约3U，活动结束后，OAT涨到了最高11U，现在稳定在6u左右。四月的小牛的ZKsync任务，成本约为4u，完成任务奖励的OAT可以立刻变现4-6U，相较于4月初情绪FOMO的人为了交互而交互，我们这种“精耕细作”的方式对于囊中羞涩的人来说，不仅增加了链上交互行为，未来可以博得空投的机会，也可以靠着各种任务奖励实现“0成本”。</p><p> 鉴于Arbitrum和OPtimism空投经验，在公链交互中，我们应该保证足够的活跃度，即月活跃和链上TX丰富程度，而对于ZKSync和Starknet我会长期保持关注，并编写相关攻略，帮助大家以低成本的方式来实现交互，所以如果方便，请关注我的推特“作业借你抄”，我会持续分享我在ZKSync和Starknet的交互教程</p><p>推特链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://twitter.com/RYXX8888">twitter.com/RYXX8888</a></p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">正文</h2><p>在五月的最后一周，我选取了三个明确性较高的任务，大家可以错开时间打乱交互顺序，避免女巫（<strong>以下交互顺序请自行打乱，防止过多人使用同样的流程导致女巫</strong>）</p><h3 id="h-1izumi" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1、izumi （明牌空投，积分兑换代币）</h3><p>     iziswap明确空投50%,采用任务积分制兑换代币，其任务性价比最高的建议是每周 SWAP 50U和 LP 0.5U -5k U，单号90积分/周 <strong>（建议LP大于10U，规避女巫）</strong></p><p><strong>活动链接：zksync.izumi.finance/iPoints</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/49c9b655d22d9f8251e47c5e17c58a4e81f118774bb48a49e323f41c4c96c460.png" alt="izumi活动链接" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">izumi活动链接</figcaption></figure><p>注意点: 在组LP的时候，将燃料限制调整为 3000000，GAS仅需要不到1U</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/abd3bb1d1b81eb855f6b612aee9d275772581613ab674ca52c4e93c28b0f38dc.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-2karatdao" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2、karatdao</h3><p>     只需要zksync链余额＞0.03ETH，即可freemint 一个karatdao的NFT，并享受后续空投计划，任务需要绑定推特DC和email，如果没有email，可以使用匿名临时的，领取时需要调整燃料限制，调整前35U GAS，调整后0.7U</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/282c43ecfbf0848dfed18d8ee83fb5dbb2a1ef83df1ebba4e1b6cded445b2211.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><div data-type="embedly" src="https://karatdao.com/mint/claimer?lieutenantAddress=0x9442E251f839EF877266E956B34D4930697D9F81&amp;validatorId=328" data="{&quot;provider_url&quot;:&quot;https://karatdao.com&quot;,&quot;description&quot;:&quot;KaratDAO is leveraging on its proprietary on-chain indexing to build the most precise user behavior tagging and conversion tools on the market.&quot;,&quot;title&quot;:&quot;KaratDAO&quot;,&quot;thumbnail_width&quot;:1280,&quot;url&quot;:&quot;https://karatdao.com/mint/claimer?lieutenantAddress=0x9442E251f839EF877266E956B34D4930697D9F81&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;KaratDAO&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:720,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1280,&quot;height&quot;:720,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://karatdao.com/mint/claimer?lieutenantAddress=0x9442E251f839EF877266E956B34D4930697D9F81&amp;validatorId=328" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>KaratDAO</h2><p>KaratDAO is leveraging on its proprietary on-chain indexing to build the most precise user behavior tagging and conversion tools on the market.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://karatdao.com</span></div><img src="https://storage.googleapis.com/papyrus_images/20f5da2066a7714f184edcfa7e0b2afebb55683511090f8bf29fd843c064789c.jpg"/></div></a></div></div><p>需要改GASlimit 基本费用0.25，优先费用0.05，燃料3000000 不改成本0.02ETH，改完之后不到1刀</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/81178d789c35e385ee096d12929da31cf0405c9b2aa249951b62e617289f2b8b.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>您的角色是根據您的 KARAT 分數選擇的</p><p>除了這個 NFT，您還將在不久的將來收到 KARAT 代幣。請繼續關注代幣空投</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ab04c8066be78023a66ba3ad1eb82161791643825d5c76526496a91b8d122612.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-3syncswapoat" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3、syncswapOAT</h3><p>syncswap明确空投，并且是zksync头部DEX，所以活动尽量参与 ，只需要swap一笔即可领取5月的OAT，并且OAT在zks链，多一笔TX</p><p>活动时间：2023/05/17 22:00 - 2023/05/31 22:00 GMT+08:00</p><p>活动链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://galxe.com/SyncSwap/campaign/GC2dzUXcNp">galxe.com/SyncSwap/campaign/GC2dzUXcNp</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b757e4225d6ec56a5ef2637b1f5825aace1bd47bdcac8a6857d41544954a3c91.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>结尾：作为L2的两大天王级项目：Starkent和Zksync我会持续关注其生态的发展和机会，并且会持续分享到我的推特：<strong>作业借你抄</strong>，欢迎大家关注和支持，同时收到的广告营销费用我会在粉丝破万前全额拿出来以各种形式回馈给粉丝，感谢支持~</p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
        </item>
        <item>
            <title><![CDATA[抠搜人的交互指南：“0成本”交互ZKSync 4月篇]]></title>
            <link>https://paragraph.com/@chaozuoye/0-zksync-4</link>
            <guid>GveckiMsrxD02bM1dWL9</guid>
            <pubDate>Fri, 28 Apr 2023 16:36:50 GMT</pubDate>
            <description><![CDATA[为什么交互ZKSync？ zkSync是由Matter Labs开发的以太坊zk-rollup二层扩容解决方案，与 Eth 主网不同，它处理的交易越多，就越便宜，并且享受了主网结算层的安全，它颠覆了区块链的三难困境：可扩展性、安全性和去中心化。 仔细研究zkSync 的技术文件，他们偶尔会在文件内写到zkSync 原生代币的使用情境，所以zkSync 一直被视为是高机率发币的Layer 2 方案。且如今，发币往往会伴随的“空投”发生，二月的BLUR，三月的Arbitrum，四月的SUI的巨额空投让人一夜暴富的机会刺激着大家，而全新的两条“天王级”项目Starknet和ZKSync会不会重演历史？如何实现0成本交互？ 在4月初，我们交互了Syncswap，成本约3U，活动结束后，OAT涨到了最高11U，现在稳定在6u左右。而现在小牛的ZKsync任务，成本约为4u，完成任务奖励的OAT可以立刻变现4-6U，相较于月初情绪FOMO的人为了交互而交互，我们这种“精耕细作”的方式对于囊中羞涩的人来说，不仅增加了链上交互行为，未来可以博得空投的机会，也可以靠着各种任务奖励实现“0成本”。 ...]]></description>
            <content:encoded><![CDATA[<h2 id="h-zksync" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">为什么交互ZKSync？</h2><p>     zkSync是由Matter Labs开发的以太坊zk-rollup二层扩容解决方案，与 Eth 主网不同，它处理的交易越多，就越便宜，并且享受了主网结算层的安全，它颠覆了区块链的三难困境：可扩展性、安全性和去中心化。</p><p>     仔细研究zkSync 的技术文件，他们偶尔会在文件内写到zkSync 原生代币的使用情境，所以zkSync 一直被视为是高机率发币的Layer 2 方案。且如今，发币往往会伴随的“空投”发生，二月的BLUR，三月的Arbitrum，四月的SUI的巨额空投让人一夜暴富的机会刺激着大家，而全新的两条“天王级”项目Starknet和ZKSync会不会重演历史？</p><h2 id="h-0" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">如何实现0成本交互？</h2><p>     在4月初，我们交互了Syncswap，成本约3U，活动结束后，OAT涨到了最高11U，现在稳定在6u左右。而现在小牛的ZKsync任务，成本约为4u，完成任务奖励的OAT可以立刻变现4-6U，相较于月初情绪FOMO的人为了交互而交互，我们这种“精耕细作”的方式对于囊中羞涩的人来说，不仅增加了链上交互行为，未来可以博得空投的机会，也可以靠着各种任务奖励实现“0成本”。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/daf4b343030cc10c5d61895e55a6bc4bc5d856d56da43b4c00365923f5565683.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>     鉴于Arbitrum空投经验，在公链交互中，我们应该保证足够的活跃度，即月活跃和链上TX丰富程度，而对于ZKSync和Starknet我会长期保持关注，并编写相关攻略，帮助大家以低成本的方式来实现交互，所以如果方便，请关注我的推特“作业借你抄”，我会持续分享我在ZKSync和Starknet的交互教程</p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">关于成本</h3><p>     由于L2的特殊GAS机制，ZKSync的链上交互成本受ETH主网GAS成本影响极大，注意演示时主网GAS为35-40，由于L2的特殊性，当主网GAS降低到20甚至以下时，完成以上交互的成本将降低50%-70%，并且可以手动更改GAS Limit来降低成本，由于容易失败，教程不予演示，详见博主@maik2hello 的推文：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/maik2hello/status/1650833929216344066">https://twitter.com/maik2hello/status/1650833929216344066</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3e40e846abee0b36c606d8a794874821d79f307124b346da3c114d4deecb0f48.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><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">老手简洁版</h3><p>     最低成本跨链建议通过 OKEX将ETH提现至Arbitrum链，手续费约0.0001ETH（0.19U）或者通过币安将ETH提现至OPtimism链（0.00035ETH，约0.75U）</p><p>     1、跨链1：如果金额较低（＜0.015ETH），使用Bungee聚合器（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bungee.exchange/refuel">https://www.bungee.exchange/refuel</a>）的Refuel功能将ETH跨入ZKSYNC，成本约1.3U 含GAS 。（速度较慢，价格便宜）</p><p>     2、跨链2：使用Orbiter将ETH跨链到Zksync Era网络（orbiter.finance）将ETH跨链至Zksync网络，成本约2U（约10S，体验好）</p><p>     3、任务1：在小牛官网（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.mav.xyz/?chain=324">https://app.mav.xyz/?chain=324</a>，注意切换为zksync网络），将ETH换为11U-20U的USDC</p><p>     4、任务2：在Pools界面随机选择一个USDC或者ETH对，切记一定选择“Mode Right”或者“Mode Left”添加流动性（如果选择双边流动池，GAS费双倍）</p><p>     5、领取奖励：在银河界面（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/maverick-protocol/campaign/GCaWYU6kad">https://galxe.com/maverick-protocol/campaign/GCaWYU6kad</a>）正常绑定推特和DC，界面显示要绑定邮箱并加入电报群，如果没有邮箱可以使用匿名一次性邮箱接收验证码（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://temp-mail.org/zh/">https://temp-mail.org/zh/</a>），如果后期需要再次使用在设置里解绑即可</p><p>     6、破解加入电报的方法（重点）：绑定邮箱后点击加入电报出现跳转后，立刻关闭跳出的界面，然后刷新网页，就会显示任务已完成的界面</p><p>     如果看不懂上面的教程，欢迎收看新手详细版</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">新手图文版</h3><p>     1：从OKEX将ETH提现至Arbitrum，小技巧：如果多号，可以在OKEX里将账号批量添加到白名单，后续提现不再需要验证。</p><p>     2：将Arbitrum链的ETH使用（orbiter.finance）跨链至Zksync（约2U）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7f23e78ae3546de45fc402b34cc0dc79abe6b07bbd4a11751280f34983a60a86.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：在小牛（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.mav.xyz/?chain=324">https://app.mav.xyz/?chain=324</a>）兑换11-20U的USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62f16da0ffbd0fafefc0a3ab5792fb31c4b4c359e1d48f31c20abe9a0f05017a.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/848cad4b9c406550814fff77c21cfe65316312b0fb6db40651261abdac4c71ec.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/7614a58a69676a3ddd87101cb59ed59e0a0a2af3ad61d64ebe9381726b94a764.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：选择单边LP“Mode Right”或者“Mode Left”</p><br><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d0e58dc44a44c984f92f9ce118a4399d94cdcc2f479cc808ff282a3b5c33d677.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：授权并填入大于10U的资产</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/54f0088cad05f76422148d92731ccf5553939be796458ea5723844e057cc1717.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>     8：打开银河任务界面（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/maverick-protocol/campaign/GCaWYU6kad">https://galxe.com/maverick-protocol/campaign/GCaWYU6kad</a>），查看到任务已完成</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8b9457dfd9279bee52e17f73fec860999bbb1d620607471fa4f95d8611bf0d1c.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>     9：点击验证邮箱，进入匿名邮箱（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://temp-mail.org/zh/">https://temp-mail.org/zh/</a>），复制生成的邮箱地址并接收代码</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7eb04997b7076a708eae4f95e30af485c2a02e2f48ab1c4f96ae6781f85fd665.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>     10：验证完毕后依然要求我们进入Telegram，我们点击“Join”后关闭弹窗</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e54932b623b1019434f8e0868c26289f5a89de942df5ba595c7d0f94323dc95c.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>     11：刷新页面或点击验证，显示已完成，上面四个推特和DC任务按要求完成即可，非常简单</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fe8e441dc7dcc22d685d0115d291e8cc9d515b13069586cce787d57ae7f37ebd.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>     12：领取OAT后可以在Opensea卖出，18号-27号时价格在6u左右，现在由于抛压，已经得到4U，但是基本也可以覆盖成本。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2fedb4ac24fb104592f55de9a4e490c6242bee31cb1257d4128845fa9959b486.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>     由于Zksync 特殊的GAS预付机制，GAS会返还60-90%，实际消耗见链上分别为：</p><ul><li><p>1、跨链为：2U</p></li><li><p>2、SWAP一次1.02U</p></li><li><p>3、授权USDC 为0.37U</p></li><li><p>4、质押LP：1.95U</p></li><li><p> 总计：5.34USDT （注意演示时主网GAS为35-40，由于L2的特殊性，当主网GAS降低到20甚至以下时，完成以上交互的成本将降低50%-70%）</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/16b431f89103e61593f8fc7c5324ffaa80a36f196d926446c1bc03ef7c8e5c12.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>结尾：作为L2的两大天王级项目：Starkent和Zksync我会持续关注其生态的发展和机会，并且会持续分享到我的推特：<strong>作业借你抄</strong>，欢迎大家关注和支持，同时收到的广告营销费用我会在粉丝破万前全额拿出来以各种形式回馈给粉丝，感谢支持~</p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><p>PS：小牛项目灵感来源于推特博主：@sanyi ，节省GAS教程详见 @maik2hello</p>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3d8e98af1bb1810d02d5654ee43182678a46421c189e0f042f0467ab811ff8f5.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[【11月更新】Optimism Quests 4.5U获得十个NFT]]></title>
            <link>https://paragraph.com/@chaozuoye/11-optimism-quests-4-5u-nft</link>
            <guid>3hndhq2h7ShlQYsHLlFz</guid>
            <pubDate>Sun, 30 Oct 2022 16:59:46 GMT</pubDate>
            <description><![CDATA[声明：本教程参考“泥巴街”文章，因部分项目更改规则，并简化攻略和降低成本为目的，所以重新编写我们为什么要交互optimism Qusets？Arbitrum 官方在 4 月 12 日发布了Odyssey奥德赛活动（现已暂停）公告。这是个为期 2 个月活动，目的是让更多用户在 Arbitrum 上探索 DeFi/NFT/GameFi 生态系统。 9 月 21 日，Layer2 项目 Optimism 官方宣布，将与 NFT 凭证平台 Galxe（原 Project Galaxy）联合发起一项名为“Optimism Quests”的生态引导活动（简单来说就是做任务获得NFT），以加深用户对 Optimism 上生态内项目的了解与使用。实际上我们可以看到，这就是一个类似“Arbitrum Odyssey”的活动，而optimism和arbitrum同为layer 2的竞争对手，其活动奖励令人遐想。 官方活动链接：blog.galxe.com/galxe-x-optimism-optimism-quests-f060c139d660 在官方公告中，我们可以得知获得10个Quest NFT...]]></description>
            <content:encoded><![CDATA[<p><strong>声明：本教程参考“泥巴街”文章，因部分项目更改规则，并简化攻略和降低成本为目的，所以重新编写</strong></p><h2 id="h-optimism-qusets" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们为什么要交互optimism Qusets？</h2><p>Arbitrum 官方在 4 月 12 日发布了Odyssey奥德赛活动（现已暂停）公告。这是个为期 2 个月活动，目的是让更多用户在 Arbitrum 上探索 DeFi/NFT/GameFi 生态系统。</p><p>9 月 21 日，Layer2 项目 Optimism 官方宣布，将与 NFT 凭证平台 Galxe（原 Project Galaxy）联合发起一项名为“Optimism Quests”的生态引导活动（简单来说就是做任务获得NFT），以加深用户对 Optimism 上生态内项目的了解与使用。实际上我们可以看到，这就是一个类似“Arbitrum Odyssey”的活动，而optimism和arbitrum同为layer 2的竞争对手，其活动奖励令人遐想。</p><p>官方活动链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://blog.galxe.com/galxe-x-optimism-optimism-quests-f060c139d660">blog.galxe.com/galxe-x-optimism-optimism-quests-f060c139d660</a></p><p>在官方公告中，我们可以得知获得10个Quest NFT 即可解锁第三等级，所以我们精选了<strong>最简单且成本最低</strong>的十个NFT任务交互流程给大家</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d4b07ba9408e84a84439d44ea5f4e44103b726acd246ce8248d0c856cc90f8c7.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>在Optimism 的经济模型中， OP代币的19%空投给用户，但在首轮空投中仅释放了5%，有14%的代币将在未来空投给用户，而此次获得所分发的NFT 或与会有很高权重，在官方的公告里也有体现</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dd25c675d88b7ec482aad40a5f39560fe95b05bbaa6bece7a410771d1329634e.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>OP活动官网： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href=""><em>app.optimism.io/quests</em></a></p><p>Galxe NFT链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://galxe.com/Optimism/campaign/GC6xiUtedg">galxe.com/Optimism/campaign/GC6xiUtedg</a></p><p>活动时间：2022/09/21 01:00 - 2023/01/18 01:00 GMT+08:00</p><p>资金准备：150 USDC</p><p>成本损耗：4-8USDC （根据主网的Gwei来定）</p><p><strong>PS：关于成本</strong></p><p>成本主要以GAS为主，而由于optimism作为L2的特性，链上数据需要上传L1 （ETH）网络，所以GAS成本主要以ETH的gwei为主，本文测试都是ETH GAS在8-12左右完成，耗费成本大概在6U并领完全部NFT，这意味着你可以等待Gwei更低（3-6）的时候去交互，成本会进一步降低。</p><p>推文链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://twitter.com/RYXX8888/status/1583355729271877632">twitter.com/RYXX8888/status/1583355729271877632</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/808f99e8da3c7022959c4ba1d690a8ecbf92c62585a1914a8e185acd17463f06.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>为了防止被查女巫攻击，建议新建账户，从OKEX 或 FTX 提 150 USDC 的ETH到 Arbitrum （顺便交互arbitrum），手续费大概0.15 U，如果还没有OKEX账户，可以走我<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.sdchizhengjixie.com/join/ZUOYE">邀请注册</a></p><p>（手续费8折，提现比币安、火币便宜很多）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8405ec3861d71247713304ed99f237c86681b2b9ed72e37ac13f22e94df0bcae.png" alt="ok提现手续费" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ok提现手续费</figcaption></figure><h3 id="h-1stargate" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1、Stargate</h3><p><strong>快照时间：1-3小时</strong></p><p>在uniswap（arbitrum链 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.uniswap.org/#/swap">app.uniswap.org/#/swap</a>）上将ETH 换成 150USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b9ca54c655d2b3b4ea449e55bd6e7919e8307842c4a37721f813d57d8a0f774f.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>使用Stargate（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stargate.finance/transfer"><em>stargate.finance/transfer</em></a>）将150U跨链到Optimsim链</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/982d64af4e9f177eee648c76e472df45f2f1bd9475455e5e9e4718d638bbc8d1.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>将剩余的ETH通过 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bungee.exchange">bungee.exchange</a> （未发币，顺便交互）跨链到Optimism链当GAS费</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3a44cc8ca58dab4add1b91a5ba5afbc52b7e8cb2799caad4dbf49699bbbaef99.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 领取链接：</p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GC6HiUtSAs" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Stargate Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Stargate Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GC6HiUtSAs&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GC6HiUtSAs" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Stargate Optimism Quest by Optimism | Galxe Quest</h2><p>Join Stargate Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-2uniswap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2、Uniswap</h3><p><strong>快照时间：实时</strong></p><p>将21USDC通过Uniswap（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://app.uniswap.org/#/swap">app.uniswap.org/#/swap</a>）兑换为等值的sUSD（等会任务要用）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7de5e52a053bd47cffa9d0862f8b22c4e0da504550c59de22464dd7574f215be.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>将21USDC通过Uniswap兑换为等值的ETH（等会任务要用）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/694e34cce2ff0b1826025917baf77c3676f6301486dece8bcaf2cc442fabf0a1.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 领取链接：</p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GC6NiUtWQn" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Uniswap Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Uniswap Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GC6NiUtWQn&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GC6NiUtWQn" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Uniswap Optimism Quest by Optimism | Galxe Quest</h2><p>Join Uniswap Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-3synapse" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3、Synapse</h3><p><strong>快照时间：实时</strong></p><p>在synapse（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://synapseprotocol.com/pools/optimismnusd">synapseprotocol.com/pools/optimismnusd</a>）存入 21 USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f6dc1c264ae488cc4ca3b30a72deecf84aa4cc0044254701afcf8a32072316db.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后取出</p><p><strong>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCp8iUtuvp" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Synapse Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Synapse Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCp8iUtuvp&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCp8iUtuvp" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Synapse Optimism Quest by Optimism | Galxe Quest</h2><p>Join Synapse Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-4quix" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4、Quix</h3><p><strong>快照时间：24小时</strong></p><p>新建一个B钱包（仅用一次），交互钱包A 转0.001ETH到B钱包，并在</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://qx.app/rabbithole">qx.app/rabbithole</a> 免费mint一个无手续费的NFT</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0c077c7d3fc1f56334e94cba108f2aad71868692d8225ca314e75da40f7f43b4.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>在QX （<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://qx.app/">qx.app</a>）上挂0.011ETH</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9308544f134590bb3a6940f2c589ed8675bc742e5288785963bba956d9f5fa4d.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买下，等待快照完成领取NFT后，将B钱包的资金全额转回A钱包</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7ea0880b2402a0866ce21b353154067d5ecb161d1bd833fea251872788a93856.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>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCduiUt3p6" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Quix Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Quix Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCduiUt3p6&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCduiUt3p6" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Quix Optimism Quest by Optimism | Galxe Quest</h2><p>Join Quix Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-5granary" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5、Granary</h3><p><strong>快照时间：实时</strong></p><p>打开Granary（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://granary.finance/markets">granary.finance/markets</a>）切换OP链，找到存入USDC界面，存入51USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dc92f5a179160129c7bdfb09f1661ebd8537070c0f5b1a7b7ffd1fd4c09780a6.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>找到USDC借款界面，借出21USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/057d57eaf00d6dfe50280707d8b7db8c674abeeedbddea4adfb1f36b1959a586.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>关注Granary推特并进入官方DC，完成之后很快可以领取NFT，领取之后即可还清借款取出存款</p><p><strong>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCZeiUtyYt" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Granary Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Granary Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCZeiUtyYt&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCZeiUtyYt" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Granary Optimism Quest by Optimism | Galxe Quest</h2><p>Join Granary Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-6perpetual-protocol" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6、Perpetual Protocol</h3><p><strong>快照时间：实时</strong></p><p>打开perp（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.perp.com/">perp.com</a>）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5357f315ed0e1a4aea07ff77861a2c37ed3f3aa128130d063946ff5e9b2f4800.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>充值21USDC到Perp</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3cf2e25af032af977b23602912d39a30287fda2109548029b5461d67cf196f04.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>找个熟悉的币开个120USD的合约</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ad491f52bf8e00c87a815fe97c6ebbcadc715dcb28d88aea3f32e8c40b4918e8.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>立即平仓（正常损失0.2u左右）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f93a0229b0ea1deada408b6a9b67bcbfd1ca456ad88bfb55c5f305864d703c73.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>提出剩下的USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/25fd91e893b19fa6e94a33b72e24946b497a473818a814529afa87f903527ef2.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>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCmCiUtj6d" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Perpetual Protocol Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Perpetual Protocol Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCmCiUtj6d&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCmCiUtj6d" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Perpetual Protocol Optimism Quest by Optimism | Galxe Quest</h2><p>Join Perpetual Protocol Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-7velodrome" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">7、Velodrome</h3><p><strong>快照时间:不固定，1-3天</strong></p><p>打开Velodrome（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.velodrome.finance/liquidity">velodrome.finance</a>），管理流动性</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c95a40b2b418e54ccf87aa1925defa1af74ad7ca40f60e61d9bc5518e9fba4f4.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>将10USDC和等值的sUSD存入稳定币池（BUG较多耐心测试）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/31ea63c7e035dd72c50e318c2f8339bff89aaf35d24fa27601a3c16ddb3b8db5.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>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCpRiUtr5w" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Velodrome Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Velodrome Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCpRiUtr5w&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCpRiUtr5w" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Velodrome Optimism Quest by Optimism | Galxe Quest</h2><p>Join Velodrome Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-8pooltogether" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8、Pooltogether</h3><p><strong>快照时间：三天</strong></p><p><strong>锁仓时间：三天</strong></p><p>打开 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.pooltogether.com">pooltogether.com</a> 存入21U，三天后快照领取NFT后提现</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/23cf1954d1ed623c73bcee1ee0b7a9d25562289d5b72b2af71b3c9dca5f13f88.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>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GC1ZiUtRRW" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Pooltogether Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Pooltogether Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GC1ZiUtRRW&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GC1ZiUtRRW" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Pooltogether Optimism Quest by Optimism | Galxe Quest</h2><p>Join Pooltogether Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-9rubicon" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">9、Rubicon</h3><p><strong>快照时间：24H</strong></p><p><strong>锁仓时间:24H</strong></p><p>打开 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.rubicon.finance/swap">rubicon.finance</a> 将ETH换成WETH</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b899dfe95dc8e2af2fd671b7f00f5cbb3c1d05f5f9af4c3f2fc69ce61909b655.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>WETH换成USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3f39c0679e02f77a4d5960ae64e8f33fd25caac753683555555dba8fb2c3a33c.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>存入USDC（建议存入21U）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1fd7d73ea6ae5d8403f6e5460e1e2f62a10a1f5518380e51b7b4e80f629b4084.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>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCYaiUtX17" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Rubicon Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Rubicon Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCYaiUtX17&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCYaiUtX17" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Rubicon Optimism Quest by Optimism | Galxe Quest</h2><p>Join Rubicon Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h3 id="h-10pika" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">10、Pika</h3><p><strong>快照：一天 锁仓：三天</strong></p><p>打开官网 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.pikaprotocol.com">pikaprotocol.com</a> 用31USDC开一倍合约</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/260b6b239c4199d7eeb72b9cf4e58e2b9c148f57435cfc1ff50ce063e3d33223.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/ebf6a2a8f42cc2c21b3d7217c3fe78eaa0bde9106a3694262c53d38da0673fcd.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>在vault中存入31USDC</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f50ba5bf51d98746f6ff66b2130318f5bc918a1f2abc72e0d6dd25f49fed799c.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>NFT领取链接：</strong></p><div data-type="embedly" src="https://galxe.com/Optimism/campaign/GCYUiUtXry" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Pika Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.&quot;,&quot;title&quot;:&quot;Pika Optimism Quest by Optimism | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/Optimism/GCYUiUtXry&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galxe.com/Optimism/campaign/GCYUiUtXry" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Pika Optimism Quest by Optimism | Galxe Quest</h2><p>Join Pika Optimism Quest by Optimism on Galxe. Collect NFT and OAT badges to enhance your web3 presence and reputation.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">尾声</h2><p>当前领取的NFT在OPensea除了UNI的基本在两三U一个，交互最大的成本是GAS，各位老板如果批量，一定要防止被查“女巫”，做好地址隔离，领完十个NFT后，在交易所充值界面点“新建地址”，做到一钱包一地址。</p><p>最后祝各位大佬早日财务自由~</p><p><strong>更多精品教程关注博主推特: 作业借你抄 @RYXX888</strong></p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/8d745bc54b5272f849c054f7072a15ca523eb6eecdb37a13368d289731b4dd1e.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[imtoken 六周年第二轮联名NFT答题活动及答案]]></title>
            <link>https://paragraph.com/@chaozuoye/imtoken-nft</link>
            <guid>umcDQC3kPByOtzCanprY</guid>
            <pubDate>Tue, 21 Jun 2022 18:06:55 GMT</pubDate>
            <description><![CDATA[5月底发imtoken六周年活动教程，我自己懒搞了二十多个号，前几天在均价1 usdt价格卖出了一百多个，扣除Gas费，每个号可以赚7U左右，一顿猪脚饭妥妥的现在第二轮答题来袭，画风也更加帅气，都是知名NFT的联名，无论是收藏还是卖都是不错的选择NFT预览：活动时间：6月18-7月1日 活动链接：https://galaxy.eco/imToken/campaign/GCaCTUtHFw 答题链接：https://www.campaign.token.im/zh （中文）答题及答案友情提示：部分答题及答案排序打乱，请仔细阅读再答题1、在 imToken 学习得奖励 - imToken 钱包安全知识2、在 imToken 学习得奖励 - imKey3、在 imToken 学习得奖励 - Celer4、在 imToken 学习得奖励 - WePiggy5、在 imToken 学习得奖励 - Nervos6、在 imToken 学习得奖励 - O3 Swap7、在 imToken 学习得奖励 - WOOFi8 、在 imToken 学习得奖励 - XY Finance如何解决表单已达限...]]></description>
            <content:encoded><![CDATA[<p><strong>5月底发imtoken六周年活动教程，我自己懒搞了二十多个号，前几天在均价1 usdt价格卖出了一百多个，扣除Gas费，每个号可以赚7U左右，一顿猪脚饭妥妥的</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1eca2fcfd409dd155cfd8b6471cce287bc929f1b128a83afc3f143d506b4914.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>现在第二轮答题来袭，画风也更加帅气，都是知名NFT的联名，无论是收藏还是卖都是不错的选择</strong></p><h2 id="h-nft" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">NFT预览：</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4ff152e7088e5e05d3f32168c29d73b3e415d1366f857eb53fcadef5095466e0.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>活动时间：6月18-7月1日</strong></p><p><strong>活动链接：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galaxy.eco/imToken/campaign/GCaCTUtHFw"><strong>https://galaxy.eco/imToken/campaign/GCaCTUtHFw</strong></a></p><p><strong>答题链接：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.campaign.token.im/zh"><strong>https://www.campaign.token.im/zh</strong></a><strong> （中文）</strong></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">答题及答案</h2><p><strong>友情提示：部分答题及答案排序打乱，请仔细阅读再答题</strong></p><h3 id="h-1-imtoken-imtoken" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1、在 imToken 学习得奖励 - imToken 钱包安全知识</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2457dda93dbf7f54c62cd6ad6242cd01c5a28e4b867700fbdb0dcef9cc1a4804.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/4f51d2ce9f97b616468960f2e3f7a33550d76a92fabb5909045811c4998f3692.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/67fa59b6e7a20322c5db9b1b9bbe4c5768302dab1820255a18c2746e458ed658.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-2-imtoken-imkey" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2、在 imToken 学习得奖励 - imKey</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cda77d2d754baaa8b6065198da096b4a452f56102e22b202f1feff45e8f5da78.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/7890f4a33941b56301d516019977f99d937c69fe035fce74b78f3e1b6f2eb642.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/b1b7c81e758aa8e3c53e7d8949cd50e31c9522bf0c4f32a8de3f7f36d5f83353.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-3-imtoken-celer" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3、在 imToken 学习得奖励 - Celer</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9137700d022eba346d2263175ad765471e2b2bbfa69bbc8181f4713789ace58c.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/f993b47927ec5d3f647f8c41ec6b2b2bc664130c628f3c868a2dac362324adf9.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-4-imtoken-wepiggy" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4、在 imToken 学习得奖励 - WePiggy</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2510500671f890ed8d5fa225b63d8414810ddc3fdfbd299e584a1c75a75e9f3a.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/f729520701ad25246e9059b89bf4331df707f8764e34f98132c317acbafc9b78.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-5-imtoken-nervos" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5、在 imToken 学习得奖励 - Nervos</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9b5f5ce763708bcf44c92bdabd70fb12362aa77317cff699b583184abcb6d756.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/055d60b7406b0ac29e91cf51493e23f4dca475f6d7320baf7b9dfcb59af2fce2.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/57a80bc4a606b5bb4c256fe80b83db41276a62f76ab957d27f5b9b51ca2867cb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-6-imtoken-o3-swap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6、在 imToken 学习得奖励 - O3 Swap</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5caeb70e8ec43d5474e3f92820f74ac43748ddfef4d01fa144a7c253af20672d.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/3892bea449ff71c751ee77b84a1a5987a3625d869335b1be2113225b7d1c75b0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-7-imtoken-woofi" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">7、在 imToken 学习得奖励 - WOOFi</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0058da873ffbc207150605a0d697b358ebc576d8d9baa1537fea55c1cd666c52.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/a6dadbbc79e928953cd7cbf75b370d6e75032aabb5f05ee15de7958b3ad06020.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/7be29ff54148a8bb736c80bd4ed4b832293201d7bd735aad562be0f47c746698.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-8-imtoken-xy-finance" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">8 、在 imToken 学习得奖励 - XY Finance</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/92b50c12d4f2f4e77789c01b5ea3f6337706778510d86fbe77357886f183a0b3.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/f0edfe78500da68a66a8d50568231c0f35dce8ec386da92babab5addbad2e094.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c4cf3d70523ef31d6865058bf4787e6fb4ef07078bf9756ac180be4acb358114.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>遇到这种情况，只需要更换ip和清除Cookie即可</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93fb5aaea546d4795c0e8fb46984313a9ae91d508dd4ab0ff5e71bfa7437de29.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>选择对应的cookie数据 点击移除即可</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ae2be0bffa586e585ceb296f0856e7634bfdf0b249a443bd0c50e01b78b6e436.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><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"></h2><p><strong>小编更多Astar生态活动和空投活动投关注博主推特：@RYXX8888</strong></p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/cd247d698d12f1e65ca461433d095b2aa524eb547028b97bdcef624a769e245c.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[IMtoken 6周年银河NFT答题活动及答案]]></title>
            <link>https://paragraph.com/@chaozuoye/imtoken-6-nft</link>
            <guid>saAAftDboXHb1t1dBY0G</guid>
            <pubDate>Fri, 27 May 2022 08:41:08 GMT</pubDate>
            <description><![CDATA[活动一：参与答题可以获得银河NFT银河活动链接：Learn and earn at imToken by imToken | Galxe QuestJoin Learn and earn at imToken by imToken on Galxe. Collect mystery boxes and rewards to build your Web3 digital identity.https://app.galxe.com活动界面NFT预览：NFT预览活动规则:活动时间：2022/05/27-18:00 -2022/06/03 18:00 活动规则：参与答题且得分超过一定分数，将在3个工作日内获得Project Galaxy 发放的奖励 注意：答案随机打乱，每次答案都不一样！！！看清楚在回答。如果分数未达标可以清除浏览器cookie重新进表单即可！答题链接：https://www.campaign.token.im/zh答题答案：说明：本答案参考推特博主 @sanyi 教程，但因部分答案截图不清晰，更新了版本 https://mirror.xyz/sanyi.eth/-R...]]></description>
            <content:encoded><![CDATA[<h2 id="h-nft" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">活动一：参与答题可以获得银河NFT</h2><p>银河活动链接：</p><div data-type="embedly" src="https://galaxy.eco/imToken/campaign/GCE2JUUkft" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join Learn and earn at imToken by imToken on Galxe. Collect mystery boxes and rewards to build your Web3 digital identity.&quot;,&quot;title&quot;:&quot;Learn and earn at imToken by imToken | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/imToken/GCE2JUUkft&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/924a03bb398d0c195ad8f96f21f67a162763cb522a300e1066f3dbdabb22f6e4.webp&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/924a03bb398d0c195ad8f96f21f67a162763cb522a300e1066f3dbdabb22f6e4.webp&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/924a03bb398d0c195ad8f96f21f67a162763cb522a300e1066f3dbdabb22f6e4.webp"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galaxy.eco/imToken/campaign/GCE2JUUkft" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Learn and earn at imToken by imToken | Galxe Quest</h2><p>Join Learn and earn at imToken by imToken on Galxe. Collect mystery boxes and rewards to build your Web3 digital identity.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/924a03bb398d0c195ad8f96f21f67a162763cb522a300e1066f3dbdabb22f6e4.webp"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/92f9c6535afa1cb001d4d6a906cfa6f236dcf17b38a85626626dffd015ac4edf.png" alt="活动界面" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">活动界面</figcaption></figure><h3 id="h-nft" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">NFT预览：</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/060434d1cbce55084b1bcc885bd6fdb5659dd9d352cc2f91c7600d41ce5b716c.png" alt="NFT预览" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">NFT预览</figcaption></figure><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">活动规则:</h3><p>活动时间：2022/05/27-18:00 -2022/06/03 18:00 活动规则：参与答题且得分超过一定分数，将在3个工作日内获得Project Galaxy 发放的奖励</p><p>注意：答案随机打乱，每次答案都不一样！！！看清楚在回答。如果分数未达标可以清除浏览器cookie重新进表单即可！</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">答题链接：</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.campaign.token.im/zh">https://www.campaign.token.im/zh</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a5979d1aaa839aa411e24710f2ae418719e6245c6cb1973aab93c2fa94e142c1.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>说明：本答案参考推特博主 @sanyi 教程，但因部分答案截图不清晰，更新了版本</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/sanyi.eth/-RgukngYRKYP94DkafUW38g8833VqtEUb-DuBf3WFsY">https://mirror.xyz/sanyi.eth/-RgukngYRKYP94DkafUW38g8833VqtEUb-DuBf3WFsY</a></p><h3 id="h-1-imtoken-arbitrum" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1、在 imToken 学习得奖励 - Arbitrum</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3a3bb20c8481caf8f6130926795410d2f0e22b8914cc9ff943aeaae4d6deb634.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/fd8892bf4a9eafda4cc6b8e76756df7d14a00781f5274c1f3f96a30f9bbd6851.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/60f6f659a21e7d283bed9ba3804519458adf9d50b0af144e8081403c2af966d2.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-2-imtoken-zksync" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2、在 imToken 学习得奖励 - zkSync 基础知识</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b6ae670fa5657979fb15458c3a11378f986d3abc01d92b725334d501cdad8b89.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-imtoken-optimism" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">在 imToken 学习得奖励 - Optimism</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2de1bdfd692aade3db7effad9c300685a2436563464e1876bb0bd172db075887.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/fcc46f6cd4467e32d07372a30d6ea0aaef8abbbcf00d61e8ba98cba8f7ec008f.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-imtoken-imtoken" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">在 imToken 学习得奖励 - imToken 钱包安全知识</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e1562a2d6b14455028195a2f952c2c1d530527c7f7066a048c0601172e1b0ca.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/9c6a47193cc30539ae5efd28d1050c3dfcabd8c592ef428b6ab1fad2a5a8db29.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-imtoken-lyra" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">在 imToken 学习得奖励 - Lyra</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c3a9ed432b01603594df7af50da2d47f5a53bcc2b34be77b99c1c94b56bc021b.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-imtoken-iswap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">在 imToken 学习得奖励 - iSwap</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75ba924643c63e1a1c294a466b858669e729b8034d0b75740278bf4847ce2584.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-imtoken-imkey" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">在 imToken 学习得奖励 - imKey 基础知识</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0384ca4e29f55ed993925f115903049a36532f8dcf388ebb583dc5747a9f698c.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-imtoken-tokenlon" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">在 imToken 学习得奖励 - Tokenlon 基础知识</h1><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c5f228b47858ebb63b4d56a247c562c217cf41223b24cfb24112a803d8f1e788.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-2imtoken-nft" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">活动2：拍照领IMtoken 限量NFT</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">活动详情：</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/917a7925cb8a5e5906b0925e5db85e4d9911538eb93ebe1651c2b7b8bd304d4a.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><div data-type="embedly" src="https://galaxy.eco/imToken/campaign/GCQyJUUwCd" data="{&quot;provider_url&quot;:&quot;https://app.galxe.com&quot;,&quot;description&quot;:&quot;Join imToken is 6 years old! win a limited edition NFT by imToken on Galxe.&quot;,&quot;title&quot;:&quot;imToken is 6 years old! win a limited edition NFT by imToken | Galxe Quest&quot;,&quot;thumbnail_width&quot;:2000,&quot;url&quot;:&quot;https://app.galxe.com/quest/imToken/GCQyJUUwCd&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Galxe&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1047,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1047,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://galaxy.eco/imToken/campaign/GCQyJUUwCd" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>imToken is 6 years old! win a limited edition NFT by imToken | Galxe Quest</h2><p>Join imToken is 6 years old! win a limited edition NFT by imToken on Galxe.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://app.galxe.com</span></div><img src="https://storage.googleapis.com/papyrus_images/549af69fa46b51c0c369e1e3383d40c58992f47329fb9636e7fbb7aa262e7476.png"/></div></a></div></div><p>任务一：</p><p>基础任务是与IMtoken APP的合影，填写表单会获得基础FAN nft , 邀请好友参与前五十名用户会获得限量NFT</p><p>拍照示例图：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a67ee22a0873351668ee617bc84f607bfdc51e280d96c347f8ccd15acaeb8f0e.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-im" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">IM钱包官网：</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://token.im/">https://token.im/</a></p><p>表单填写链接： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://jinshuju.net/f/Ey2FYZ?referred_from=1qp8oou8">https://jinshuju.net/f/Ey2FYZ?referred_from=1qp8oou8</a></p><h3 id="h-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">任务2</h3><p>填写gleam表单即可获得合作伙伴NFT和抽奖</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gleam.io/wYS3A/imtoken-is-6-years-old-celebrate-and-win-a-limited-edition-nft">https://gleam.io/wYS3A/imtoken-is-6-years-old-celebrate-and-win-a-limited-edition-nft</a></p><p>小编更多Astar生态活动和空投活动投关注博主推特：@RYXX8888</p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
        </item>
        <item>
            <title><![CDATA[ImprovMX:免费为域名创建邮箱服务]]></title>
            <link>https://paragraph.com/@chaozuoye/improvmx</link>
            <guid>Pd8tUSfMNDScRMU0w0Cv</guid>
            <pubDate>Fri, 22 Apr 2022 13:19:42 GMT</pubDate>
            <description><![CDATA[大家在做项目测试的时候，常常需要使用多个邮箱，而使用ImprovMX可以使你的谷歌邮箱变成N个邮箱。材料域名（建议.COM结尾） Gmail 谷歌邮箱流程1、打开ImprovMX 网站 https://improvmx.com并填入你的域名和Gmail邮箱并点击创建Effortless Email Forwarding for Custom DomainsEasily send and receive emails on your domain. Fast setup, privacy-first, supports regexes, wildcards, webhooks, and an API.https://improvmx.com2 点击 Email forwarding needs setup（ 电子邮件转发设置）3、跳转到以下界面4、打开我们的域名服务商，点击DNS解析（我以阿里云为例）5、添加记录6、第一条记录类型填MX 记录值填Value里给的值（我的是mx1.improvmx.com.） 主机记录可以空白或者填@ 优先值是107 添加第二条 记录类型填MX 记录...]]></description>
            <content:encoded><![CDATA[<p>大家在做项目测试的时候，常常需要使用多个邮箱，而使用ImprovMX可以使你的谷歌邮箱变成N个邮箱。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">材料</h3><p>域名（建议.COM结尾）</p><p>Gmail 谷歌邮箱</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">流程</h3><p>1、打开ImprovMX 网站 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://improvmx.com/">https://improvmx.com</a>并填入你的域名和Gmail邮箱并点击创建</p><div data-type="embedly" src="https://improvmx.com/" data="{&quot;provider_url&quot;:&quot;https://improvmx.com&quot;,&quot;description&quot;:&quot;Easily send and receive emails on your domain. Fast setup, privacy-first, supports regexes, wildcards, webhooks, and an API.&quot;,&quot;title&quot;:&quot;Effortless Email Forwarding for Custom Domains&quot;,&quot;mean_alpha&quot;:250.5,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://improvmx.com/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/367f3aaa97da5e9cbed73ad8d73c98ecbd6fef9379682725a6fc1ffb95b791b0.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Improvmx&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/367f3aaa97da5e9cbed73ad8d73c98ecbd6fef9379682725a6fc1ffb95b791b0.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/367f3aaa97da5e9cbed73ad8d73c98ecbd6fef9379682725a6fc1ffb95b791b0.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://improvmx.com/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Effortless Email Forwarding for Custom Domains</h2><p>Easily send and receive emails on your domain. Fast setup, privacy-first, supports regexes, wildcards, webhooks, and an API.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://improvmx.com</span></div><img src="https://storage.googleapis.com/papyrus_images/367f3aaa97da5e9cbed73ad8d73c98ecbd6fef9379682725a6fc1ffb95b791b0.png"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7ce865826d9b6308503f41626d0183c880c53a4913bde76226bbe5cf0208fa13.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 点击 Email forwarding needs setup（ 电子邮件转发设置）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/54d3ef874b6b9ed750fb73dcb8dfb71cc127e5681a6ad3b939b4a34c4f87366f.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/40aa0feceb50941515456aba04b3a57d17d1a49dcbb02641192b6da5301b8905.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、打开我们的域名服务商，点击DNS解析（我以阿里云为例）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/868b8793cc90a79df3659dda4c0997a057119d043e413c5ae2247b89cae1d606.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/71b0f3f432b496df1fe7d2eee866bc9435031d24e172897bcb79f2a229f82ee6.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、第一条记录类型填MX 记录值填Value里给的值（我的是mx1.improvmx.com.） 主机记录可以空白或者填@ 优先值是10</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6497e62fe4d08b6a76e87a87f76de12a02839f40acdb5f3ddab7ac48d41ae007.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 添加第二条 记录类型填MX 记录值填Value里给的值（我的是mx2.improvmx.com.） 主机记录可以空白或者填@ 优先值20</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5aebd251fe2ad0688a011bf1c23e436b232bad36a96b44bfe78462ae8452f257.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>8、添加第三条 记录类型填TXT 记录值填Value里给的值 主机记录可以空白或者填@ 优先值10</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2365784f7e7809a2bbd97d523d6648bca06c3a0b8f9e0607fe5df3adb91066dd.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/828d0e611ca40cda85a94fc253d0209ebc7b2e3a2e7b3cd626a760e9e6339ff6.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>9、解析完三条线路后回到后台刷新会提示Email Forwarding active 即成功 （部分域名网站解析较慢，需要等待10分钟左右）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6ab719a580b6500d49f443da95f1b18455fa5a6030845a658db29e279a8e28b8.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>10、最后进入Gmail邮箱验证一下就成功了</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6b41d934c338087758f622b1d537de2dc8fe9d48d272cc69639a8c13263602ed.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/b0f444cbbad12e959c4dc7d9757914a5ba26771d110c758c8c0035854d2e08db.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/1e94e7ae5d33e3615dd3ccae2be4d9d20690d7b38951c53797f51ace68bce36a.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><br><p>我们像<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:tets21555@wankezj.com">tets21555@wankezj.com</a> 测试<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:22@wankezj.com">22@wankezj.com</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:testx@wankezj.com">testx@wankezj.com</a> 发送测试邮箱</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9997e635a41e5bc00a0e0de2760eb559ac05052e780d95256de51210b9449d48.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/cbec4d03453c09b2408abcfde5eee4a6474b8e1d73a620ecfc703ee75984ce13.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>更多实用干货与空投活动关注博主推特：@RYXX8888</p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/af6434de81bf229589f509de8baacd898a4bf5acdf40c5b9b34271a34b45bb21.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[免费领取Astar官方发售的限量NFT ShidenPass 龙]]></title>
            <link>https://paragraph.com/@chaozuoye/astar-nft-shidenpass</link>
            <guid>wAlD7p8b43bjtgDyNvqx</guid>
            <pubDate>Mon, 18 Apr 2022 09:35:53 GMT</pubDate>
            <description><![CDATA[Astar 团队为了激励 Shiden Dapp 质押，创建了一个有限且独家的 NFT，如果直接 MINT，需要 500 SDN！官方文档（ShidenPass：探索 Shiden 的 VM + NFT 礼物的通行证） 1、我们只需要质押就可获得免费铸造机会，首先我们需要在浏览器下载安装波卡的钱包Polkadaot.jsPolkadot-js extension, manage accounts for substrate based chainsThis browser extension for Polkadot, Kusama or any other substrate-base blockchain allows to keep all your accounts in one place while being able to interact with any website or application that support it.https://polkadot.js.org安装波卡钱包2、创建或导入波卡钱包，注意：需要把波卡里的钱包切换成Plasm或者Sh...]]></description>
            <content:encoded><![CDATA[<h3 id="h-astar-shiden-dapp-nft-mint-500-sdn" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Astar 团队为了激励 Shiden Dapp 质押，创建了一个有限且独家的 NFT，如果直接 MINT，需要 500 SDN！</h3><p>官方文档（<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/astar-network/shidenpass-your-pass-to-explore-shidens-virtual-machines-2a5ff25421dc">ShidenPass：探索 Shiden 的 VM + NFT 礼物的通行证</a>）</p><p>1、我们只需要质押就可获得免费铸造机会，首先我们需要在浏览器下载安装波卡的钱包<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polkadot.js.org/extension/">Polkadaot.js</a></p><div data-type="embedly" src="https://polkadot.js.org/extension/" data="{&quot;provider_url&quot;:&quot;https://polkadot.js.org&quot;,&quot;description&quot;:&quot;This browser extension for Polkadot, Kusama or any other substrate-base blockchain allows to keep all your accounts in one place while being able to interact with any website or application that support it.&quot;,&quot;title&quot;:&quot;Polkadot-js extension, manage accounts for substrate based chains&quot;,&quot;url&quot;:&quot;https://polkadot.js.org/extension/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Polkadot&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://polkadot.js.org/extension/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Polkadot-js extension, manage accounts for substrate based chains</h2><p>This browser extension for Polkadot, Kusama or any other substrate-base blockchain allows to keep all your accounts in one place while being able to interact with any website or application that support it.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://polkadot.js.org</span></div></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ea4e72b141f1819195fe9125b95b81bd8a5995891a33c4b069637ae9126a719f.png" alt="安装波卡钱包" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">安装波卡钱包</figcaption></figure><p>2、创建或导入波卡钱包，注意：需要把波卡里的钱包切换成Plasm或者Shiden网络，并存入50个以上的SDN，SDN可以在Gate和MXC以及火币买到并提现到你的波卡钱包（如果你不想承受SDN的行情，可以在借贷平台借入SDN，借入教程在文章底部）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fa810b4c0f85845f924746eda717e96c51bcc2ab3f11fa1beb3d792e9fb2e98f.png" alt="切换网络为PLASM或者SHIDEN" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">切换网络为PLASM或者SHIDEN</figcaption></figure><p>3、打开<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://portal.astar.network/#/assets">Astar官网</a>并链接钱包，切换到Shiden网络，查看余额</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://portal.astar.network/#/assets">https://portal.astar.network/#/assets</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2aa831ef68553b2f0761cb102f620900ab70c4116bf85b1b7a7eacbd013c73a4.png" alt="切换网络为Shiden" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">切换网络为Shiden</figcaption></figure><p>4切换到Dapp Staking，选择一个DAPP质押（最低50 SDN），并输入钱包密码确认，质押失败选择别的质押（测试选择BUG，有的质押50SDN会一直报错质押不了，质押51SDN就可以）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e914b9464221a25cdb9021ecafa3b185095f6ca9daaa3f0813a4a58c92f81197.png" alt="Dapp Staking" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Dapp Staking</figcaption></figure><p>5、质押完成后打开<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://portal.astar.network/#/dapp-staking/discover">验证网页</a>，链接波卡钱包和Matemask分别验证</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://shidenpass.astar.network/#/register">https://shidenpass.astar.network/#/register</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4f6cdcfcc16a6cade992c41c6c10cc90ba192ae70d91cb78a3b6cbc68ab4d8be.png" alt="获取验证资格" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">获取验证资格</figcaption></figure><p>5、验证完资格变绿</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fab540bd74dd674aeee768b771b3932ba3e84cf7d60c8470eb1eaa2de39351d4.png" alt="验证提示" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">验证提示</figcaption></figure><p>6、验证打开<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://shidennft.astar.network/?utm_source=tofuNFT.com&amp;utm_medium=web&amp;utm_campaign=collection">Shiden Pass NFT</a>钱包和小狐狸钱包 查看以下提示（staker和0 SDN的界面链接）自动完成免费mint</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://shidennft.astar.network/?utm_source=tofuNFT.com&amp;utm_medium=web&amp;utm_campaign=collection">https://shidennft.astar.network/?utm_source=tofuNFT.com&amp;utm_medium=web&amp;utm_campaign=collection</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c5f7bdc410f99e040e278bb44c8aad5ceecc16d904609d5a2ebd17c6f416e760.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、mint完成</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2f2ed5f61b07481b2a3d7de69893c3c758e2bfe1adcf74459342b08b8636f19e.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>8、铸造完成后可以取消质押（但需要5个时代，1时代=7000个区块，每块出块时间约23秒，即是等待（7000*23）/60/60/24=1.8天/时代）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b60503e6029a1a7b3169fc978b0aceac10af1a19479baa9703cb1b7559125b60.png" alt="取消质押" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">取消质押</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/83d2ad8681f2c4a1af1483c56905ea257c49dfacde48788bb230126e38a146e8.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>更多Astar生态活动和空投活动投关注博主推特：@RYXX8888</p><div data-type="embedly" src="https://twitter.com/RYXX8888" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;title&quot;:&quot;JavaScript is not available.&quot;,&quot;url&quot;:&quot;https://x.com/RYXX8888&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;X (formerly Twitter)&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"></div><p>写在尾去：不想承担跨桥链投风险 可以使用借贷<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://starlay.finance/app">平台 Starlay</a> 存入保证金后借SDN，年华28%，每个nft需要51SDN，期9天，即成本(51* <em>28%)/365</em> 9 =0.352 SDN的成本获得一个 NFT</p><p>这个写个有经验的玩家，新手勿试，不懂微博推特私我</p><p>1、Starlay存入足够的保证金并借入SDN，控制好风险（SDN波动较大）</p><div data-type="embedly" src="https://starlay.finance/app" data="{&quot;provider_url&quot;:&quot;https://starlay.finance&quot;,&quot;description&quot;:&quot;Expanding the Frontier of DeFi on Multiple Networks with Starlay Finance - Starlay Finance is a leading Polkadot Ecosystem protocol for secure and innovative lending.&quot;,&quot;title&quot;:&quot;Starlay Finance&quot;,&quot;mean_alpha&quot;:68.3547619048,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://starlay.finance/app&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/c978553d5eacafdb57c4cd616fa08f8b4e14099c96111678cd1c71a98be3a371.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Starlay&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/c978553d5eacafdb57c4cd616fa08f8b4e14099c96111678cd1c71a98be3a371.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/c978553d5eacafdb57c4cd616fa08f8b4e14099c96111678cd1c71a98be3a371.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://starlay.finance/app" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Starlay Finance</h2><p>Expanding the Frontier of DeFi on Multiple Networks with Starlay Finance - Starlay Finance is a leading Polkadot Ecosystem protocol for secure and innovative lending.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://starlay.finance</span></div><img src="https://storage.googleapis.com/papyrus_images/c978553d5eacafdb57c4cd616fa08f8b4e14099c96111678cd1c71a98be3a371.png"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d114429d369115f7197b03c8aee092ecf1ae066397a81d0e88c93506382f01df.png" alt="借入SDN" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">借入SDN</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da85d800a2ee41b4c8bf3786f8be10b2f15f7f48d134b86897cc29465c2b7d53.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2、并使用<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cbridge.celer.network/#/transfer">Astar官方跨链桥</a> 到SDN网络</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cbridge.celer.network/#/transfer">https://cbridge.celer.network/#/transfer</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3552e1db105e5bc70d77e7b674ddc57b3e7b87bd5299241a72748546eaa41f6a.png" alt="将SDN跨链到SDN链" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">将SDN跨链到SDN链</figcaption></figure><p>3、在Astar官网将钱包链接模式改为Matemask</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fa211e8b383f7e299f8147d2a30fd14c46f7d222f7bc2402abb4d2daa065e1ca.png" alt="链接matemask" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">链接matemask</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/030c3b5a57e7f967cd36459f93fc9cc1cc21d141efb56261e8a1fb7e3f2e9065.png" alt="转账sdn" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">转账sdn</figcaption></figure><p>5、复制上你的波卡钱包地址，通过官网可以将EVM格式地址转账到波卡钱包Plasm格式地址，反之亦可以直接将波卡地址转账到小狐狸的EVM格式钱包</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/227948b74fd872d745af7c688e4a43d90abe44bd983c3fd8f5911daf9cfedbd4.png" alt="转账到WASM格式地址" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">转账到WASM格式地址</figcaption></figure><p>结束：真正的尾声，我搞了20多个NFT，成本不到1个SDN，昨天成交了一个卖出了66SDN，收益还行可以，这个项目在公开了第一天我就测试完，今天第一批质押的SDN解除测试，把作业给大家抄一下，记得关注我的推特</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d3d01f499da163525cfecce822b116be99c8aa15ba8b7886cf281559825dcd65.png" alt="交易细节" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">交易细节</figcaption></figure>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
        </item>
        <item>
            <title><![CDATA[Hello World]]></title>
            <link>https://paragraph.com/@chaozuoye/hello-world</link>
            <guid>vVVBeQGFzbJD1HJ7KMtM</guid>
            <pubDate>Tue, 15 Feb 2022 21:38:35 GMT</pubDate>
            <description><![CDATA[hi]]></description>
            <content:encoded><![CDATA[<p>hi</p>]]></content:encoded>
            <author>chaozuoye@newsletter.paragraph.com (作业借你抄)</author>
        </item>
    </channel>
</rss>