<?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>Hiileen</title>
        <link>https://paragraph.com/@hiileen-2</link>
        <description>NFTs / Product Manager</description>
        <lastBuildDate>Sun, 03 May 2026 06:06:13 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Hiileen</title>
            <url>https://storage.googleapis.com/papyrus_images/9ea92c686593f6cd0fcbc78d4fc6782ef90ee2773d361cb91fdafb8047c6ab42.png</url>
            <link>https://paragraph.com/@hiileen-2</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[如何让NFT项目在OPENSEA的DROP发售]]></title>
            <link>https://paragraph.com/@hiileen-2/nft-opensea-drop</link>
            <guid>MISk9QLhh7I67qxxiUJx</guid>
            <pubDate>Thu, 09 Mar 2023 03:48:26 GMT</pubDate>
            <description><![CDATA[小结目前opensea没有对所有创作者开放drop配置页面自定义程度不高，基本是基于模板配置的，例如NFT图片的展示最多只能5张，项目介绍最多只能有4个部分，roadmap最多只能有四个部分使用drop，成交量抽点为10%drop为opensea最明显的入口，很多项目都想要这个巨大的流量入口。与opensea商务洽谈应该不容易素材汇总一、部署智能合约直接在opensea上做配置，需要gas，opensea会为你创建并部署智能合约如果合约有一些定制功能，那么需要项目方自己手动部署合约https://docs.opensea.io/docs/deploying-a-seadrop-compatible-contract二、 配置基础信息配置合集数量mint开始时间mint时间表最多分5个阶段mint添加铸造时间表/铸造阶段销售阶段的名称，比如：whitelist、public sale针对该阶段的价格针对该阶段的开放时间每个钱包的mint数量限制钱包的限制对每一个阶段生效，如果设置限制为1，那么所有阶段加起来只能mint1个，而不是每个阶段mint1个白名单上传名单表格 .csv 文...]]></description>
            <content:encoded><![CDATA[<h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">小结</h1><ol><li><p>目前opensea没有对所有创作者开放drop配置</p></li><li><p>页面自定义程度不高，基本是基于模板配置的，例如NFT图片的展示最多只能5张，项目介绍最多只能有4个部分，roadmap最多只能有四个部分</p></li><li><p>使用drop，成交量抽点为10%</p></li><li><p>drop为opensea最明显的入口，很多项目都想要这个巨大的流量入口。与opensea商务洽谈应该不容易</p></li></ol><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">素材汇总</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bb2ed398b6d62997f4f83824b0aa7d10255946a1126cb356b02ec4b95cc0e877.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一、部署智能合约</h1><ol><li><p>直接在opensea上做配置，需要gas，opensea会为你创建并部署智能合约</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/becc34409c070461b5a2d115a7fdb65bead09c5039e34cfae117f7d5161a6c29.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>如果合约有一些定制功能，那么需要项目方自己手动部署合约</p></li></ol><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.opensea.io/docs/deploying-a-seadrop-compatible-contract">https://docs.opensea.io/docs/deploying-a-seadrop-compatible-contract</a></p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二、 配置</h1><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">基础信息配置</h3><ul><li><p>合集数量</p></li><li><p>mint开始时间</p></li><li><p>mint时间表</p><ul><li><p>最多分5个阶段mint</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a347dd38ed657555f8dcc087705e240ba36db451dc85fb0039ef43709315ad8b.png" alt="" 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><ul><li><p>销售阶段的名称，比如：whitelist、public sale</p></li><li><p>针对该阶段的价格</p></li><li><p>针对该阶段的开放时间</p></li><li><p>每个钱包的mint数量限制</p><ul><li><p>钱包的限制对每一个阶段生效，如果设置限制为1，那么所有阶段加起来只能mint1个，而不是每个阶段mint1个</p></li></ul></li><li><p>白名单</p><ul><li><p>上传名单表格 .csv 文件</p></li><li><p>不支持 ENS 名称</p></li><li><p>开始mint之后无法修改</p></li><li><p>每个预售阶段最多 30,000 个</p></li></ul></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aa2883e911b14f4d3b23de0e11e6547982fdedf86a1b8a807556bec6f5742457.png" alt="" 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><ul><li><p>这始终是所有预售阶段结束后的最后一个阶段，无法删除配置公售阶段</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9a65101a67624e1b124b92f17182cb8abbdb5698b8568169470979d47c091add.png" alt="" 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-earning" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">三、earning</h1><p>一级发售，openssea抽点10%，不可修改数值。强行修改可能会使得合集不可用</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d18cf146a86f3ecc5c72d1a05c71c99bfd2a9f73cbf35b4cda648f1d44986dd4.png" alt="" 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-landing-page" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">四、landing page</h1><h3 id="h-banner" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">banner</h3><p>自定义修改，建议尺寸：</p><ul><li><p>PC：2500*1042</p></li><li><p>mobile:1200*1500</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4e444e6bc5e2409b3b2894d6e48a0cc2faae567c82bea615a59ac17ccb46a78a.png" alt="" 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-banner-logo" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">banner logo</h3><p>合集的封面图</p><p>建议尺寸：240*240</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9c8741ce0cad04f5439a94ed8a10a73e9942858b21ac5c2830f7074b12aeb1c5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><br><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">合集介绍</h3><p>最多400字符</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d4f3a3c6352425e59b401b878c86638ba79da97ad3f6304092439a90b6cb6ada.png" alt="" 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-nft" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">NFT预览</h3><p>只有四张，建议1：1，1000*1000</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/11ba78644441279afba61687fbe9f9a3f812dd778a16043fb63543a26f347f84.png" alt="" 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-media-section" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">media section</h3><p>项目介绍，排版是固定的，只能添加四个部分</p><ul><li><p>图片建议12:5，尺寸2500*1042</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e04e16321e21bd43a05f2e0c9c557d7356b9dba0b2241426cdd197fcea15750.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><br><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">其他内容</h3><p>可选添加：</p><ul><li><p>roadmap</p></li><li><p>team</p></li><li><p>FAQ</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/674a0774f4d35663aab180ba6b0c1766f933bc7ef204dc154553fb25d6e7a757.png" alt="" 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-roadmap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">roadmap</h3><ul><li><p>时间</p></li><li><p>图片</p></li><li><p>介绍</p></li><li><p>最多添加四个</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/55f51a68d222786985dbe37b677d5987251f729c64285d909306f938c462d3a5.png" alt="" 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-team" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">team</h3><p>添加团队成员</p><ul><li><p>配置头像</p></li><li><p>介绍</p></li><li><p>名称</p></li><li><p>职位</p></li><li><p>博客</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4dac83c2845c844a3ebc4d011013e368da18f890955b198a1fe0670a463ae2db.png" alt="" 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-faq" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">FAQ</h3><p>添加常见问题</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4015383bd7cb4b06742ff890c7b14324b0c84489bf87e79cb0988c4caf14cec8.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>hiileen-2@newsletter.paragraph.com (Hiileen)</author>
        </item>
        <item>
            <title><![CDATA[BAYC最新游戏Dookeydash下水道跑酷游戏]]></title>
            <link>https://paragraph.com/@hiileen-2/bayc-dookeydash</link>
            <guid>EdeBYmwyB2lmwnTedV9h</guid>
            <pubDate>Mon, 13 Feb 2023 13:52:52 GMT</pubDate>
            <description><![CDATA[Dooky Dash FAQ：https://news.yuga.com/prepare-for-the-jtm-mint 主站：https://mdvmm.xyz Dooky Dash游戏入口：https://dookeydash.xyz/ SEWER PASS合约地址：https://etherscan.io/address/0x764aeebcf425d56800ef2c84f2578689415a2daa 检查某个ID的pass是否被领取了：https://mdvmm.xyz/check APE COIN经济系统说明：https://apecoin.com/about APE COIN DAO（snapshot）：https://snapshot.org/#/apecoin.eth 自建的marketplace：https://www.apecoinmarketplace.com/一 游戏规则​基本规则1.17-2.8，提取通行证。需要先持有一个Sewer Pass，下水道通行证是一种 NFT，可作为玩 Dookey Dash 的门票；BAYC和MAYC的用户将免费获得一...]]></description>
            <content:encoded><![CDATA[<p>Dooky Dash FAQ：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://news.yuga.com/prepare-for-the-jtm-mint">https://news.yuga.com/prepare-for-the-jtm-mint</a></p><p>主站：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mdvmm.xyz/">https://mdvmm.xyz</a></p><p>Dooky Dash游戏入口：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dookeydash.xyz/">https://dookeydash.xyz/</a></p><p>SEWER PASS合约地址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0x764aeebcf425d56800ef2c84f2578689415a2daa">https://etherscan.io/address/0x764aeebcf425d56800ef2c84f2578689415a2daa</a></p><p>检查某个ID的pass是否被领取了：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mdvmm.xyz/check">https://mdvmm.xyz/check</a></p><p>APE COIN经济系统说明：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://apecoin.com/about">https://apecoin.com/about</a></p><p>APE COIN DAO（snapshot）：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/apecoin.eth">https://snapshot.org/#/apecoin.eth</a></p><p>自建的marketplace：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.apecoinmarketplace.com/">https://www.apecoinmarketplace.com/</a></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一 游戏规则</h2><p>​</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9ba5e6b4a76df60dcb744de1a0d9683323d90fee740c15fead6469ab76afc09b.png" alt="" 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><ul><li><p>1.17-2.8，提取通行证。需要先持有一个Sewer Pass，下水道通行证是一种 NFT，可作为玩 Dookey Dash 的门票；BAYC和MAYC的用户将免费获得一个，但需要用户自己mint。普通用户也可以到二级市场上去购买</p></li><li><p>1.18-2.8，玩游戏获取积分。进入下水道躲避并突破障碍物，同时捡起称为碎片的物品。分数取决于多种因素，包括在跑步中存活了多长时间、沿途拾取的碎片类型以及摧毁的障碍物</p></li><li><p>2.8，游戏分数冻结。后面可以继续玩但是分数不作数</p></li><li><p>2.15，召唤能量源。所有分数大于0的用户可以通过销毁通行证的方式，召唤一个能量源；获得分数最高的用户，将召唤终极能量源，并将获得一个key</p></li><li><p>在2.8到2.15之间，如果你的pass有分数，然后转让给别人了，那么别人的钱包将获得这个分数，你的钱包将不再拥有这个分数（因为pass已经冻结了）</p></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">能量源的作用（下一期的规划）</h3><p>为ERC-721类型合集，为下一个mini game的关键。最多可召唤3w个</p><p>其他信息暂未揭露</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba058fd2384026dd2732b6b2902ea0c931c5ee28c694db707f00ba65ff5267d5.png" alt="" 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><ul><li><p>分数与【钱包+NFT】绑定，转移pass将视为0分</p></li><li><p>一个pass将只会和一个钱包组合，如果在旧钱包有分数，转移到新钱包重新进入游戏，那将重新记分，旧的钱包的分数不再生效</p></li><li><p>第一名的分数平局的话，先拿到分数的用户获胜</p></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">如何获得更多积分</h3><ul><li><p>2APE（1APE大约$6）可以购买一个Powershart Pack，游戏中的加速器，从购买开始生效10mins，十分钟内玩几局都可以</p></li><li><p>可以批量购买，获得最长8h的加速时长。从购买就生效，不是游戏开始才生效--新上线的功能</p></li><li><p>助推器给最终分数额外加成15%（在pass等级之外额外加）。买多个没有叠加加成</p></li></ul><p>​</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75dfdd60a3d28e951013c389521f6cd67a95cd3db4c954d02d68b604971fb9e2.png" alt="" 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-powershart-pack" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Powershart Pack中包含的道具</h3><p>​</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fbccd759fd3c92b2ddf505fc2febd5cdf4565a3e4babb0ba8a26631f199bd337.png" alt="" 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-powershart-pack" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Powershart Pack 数据</h3><p>截止到1.30，根据DUNE上数据显示如下</p><ul><li><p>加速包售出72470个</p></li><li><p>收入APE144940个，约87w美元</p></li><li><p>共5196个玩家购入</p></li></ul><h2 id="h-nft-sewer-pass" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二 NFT发行策略、相关权益-Sewer Pass</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">数据</h3><p>总发行：3w，目前被mint 24039</p><p>类型：ERC-721</p><p>初始：free mint</p><p>​</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7f8f65bccb767551364b0d2ea34522be34a507bc8904368c5350d93e5cb2a5c2.png" alt="" 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>（数据来源NFTgo。截止至1.29）</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">发行策略</h3><ul><li><p>2023 年 1 月 18 日至 2023 年 2 月 8 日之间申领，过期就不能申领</p></li><li><p>初始只有BAYC和MAYC持有人能够mint</p></li><li><p>通过不同的BAYC/MAYC/BAKC能够申领不同等级的pass</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6fc81b0f368527aad63796c7627d0b324a4beef86b4f4471b9b5d2ac7de13b1.png" alt="" 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>NFT权益</p><ul><li><p>要玩游戏并保留通行证到 2023 年 2 月 15 日。然后，如果已经玩过并且得分大于 0，下水道通行证将有资格转变为新的东西。据报道Sewer Pass持有者将有权参与其元宇宙游戏的下一次迭代“The Summoning”，但到目前为止新迭代尚未披露具体信息</p></li><li><p>Yuga Labs, Inc. 保留此类艺术作品的所有权利。不得将其商业化</p></li><li><p>这个pass不属于会员token，只是游戏通证</p></li></ul><p>游戏内的权益</p><ul><li><p>玩 Dookey Dash，四个等级将获得不同的积分加成</p></li><li><p>分别从0到30%</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fc80de1b535e8c4577d90da809c152ac6a45cf5c695813cfac69998e6240ae6a.png" alt="" 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>目前支持<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warm.xyz/">warm.xyz</a>和<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://delegate.cash/">delegate.cash</a>来领取下水道通行证和验证用户进入游戏。这使得某人可以将他们的 BAYC、MAYC 和 BAKC 保存在冷钱包中，在该冷钱包和热钱包之间建立委托关系，并将他们的热钱包连接到该站点以领取他们的 Sewer 通行证（将被铸造到委托的热钱包）。体验期间还可以将Sewer Pass放在冷钱包中，使用网站上的委托热钱包进行游戏。</p><p>如果您使用委托的热钱包玩游戏，那么计分板上将显示的是热钱包地址（委托给的钱包），而不是持有 Sewer 通行证的冷钱包地址。</p><p>与 Sewer Pass 转账场景一样，如果某个游戏通行证出现在与委托热钱包关联的记分牌上，登录并使用相应的冷钱包进行游戏将导致热钱包的分数从记分牌上掉落并被冷钱包取代钱包分数。同样，如果一个特定的 Sewer 通行证被委托给多个热钱包，则记分牌将仅反映与最后一个使用该 Sewer 通行证玩游戏的热钱包相关的分数</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">购买加速包相关资料</h3><ul><li><p>Apecoin contract 0x4d224452801ACEd8B2F0aebE155379bb5D594381</p></li><li><p>Buff purchase contract 0xB9352485e9867B4956ec1FEB05bF276AD6fBc91A</p></li><li><p>Tx hash for enabling buff purchase 0x12c08ea336e665194ecb637df42bd0ea0c7ccf9e5148dee6db29b69b1ff7c474</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-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">简介</h3><p>APECOIN，BAYC系列的生态代币，是一种ERC20 token。于2022年3月17日发行。ApeCoin 的总供应量永久固定在 10 亿个代币，不会新增，不会销毁，固定10亿</p><p>代币地址：0x4d224452801aced8b2f0aebe155379bb5d594381</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">分配比例</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/63b9ef146083e2e772b17bacd4c43014ab163363d752b7e1431c41915a28de5e.png" alt="" 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/995f4a9aaa0fc71f9ad0dfe58c60598c68ed7a267c885c06f217fd94f3cb1e60.png" alt="" 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/e3b183cda1aa0686bb14e1bcedb7c4472f616147d8f760362ffdae5a4e1acfd8.png" alt="" 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>例如，DAO里面有人提出质押提案</strong></p><p>目前，就于质押挖矿的具体实施方案和奖励分配方式，ApeCoin DAO 正在进行快照投票。就这两个提案，社区投票未能通过。</p><p>根据 Animoca 拟定的治理提案 AIP-4 和 AIP-5，其提出了质押方式和权益分配方式。要点如下：</p><p>1）ApeCoin、BAYC、MAYC 和 BAKC 均可以用于质押。前三者可以独立质押，BAKC 则需要配对 BAYC 或者 MAYC 使用。</p><p>2）BAYC、MAYC 和 BAKC 的质押不影响转让，谁持有相应的 NFT，则在质押到期时可以以该 NFT 为凭证取回 APE。</p><p>3）质押总共奖励 APE 供应量的 17.5%。质押期总共三年，分为 3 个周期，每个周期 12 个月，第一年奖励比例最高，随后每年减半。设置 ApeCoin、BAYC、MAYC 和 BAKC 这 4 个质押池，每个质押池奖励数量不同。</p><p>相关提案在社区引起了较多的讨论和意见。目前，反对票数占绝大多数。反对主要理由包括：1）ApeCoin 属于 APE 元宇宙的代币，在第一次空投时，已经给予 BAYC、MAYC 和 BAKC 足够的空投奖励，后续基于社区公平考虑，应不再分发，以促使更多人参与社区。2）是否需要设置奖励上限，以避免收益大部分流向大户，而使大多数社区成员无法受益。3）要求提供更详细的生态资金使用和测算的资料。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"></h3><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">代币价值</h3><ul><li><p>目前释放的APE总市值2.23B</p></li><li><p>流通供应量: 368.59M APE</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7c829543991e8e6e5781d14fdc64db5afeebfc9f560eb6579c02549fccb2657a.png" alt="" 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><ul><li><p>coinbase</p></li><li><p>binance</p></li><li><p>binance.us</p></li><li><p>etoro</p></li><li><p>kraken</p></li><li><p>gemini</p></li><li><p>OJX</p></li><li><p>coinex</p></li><li><p>huobi</p></li><li><p>BYBIT</p></li><li><p>gate.io</p></li><li><p>sushi</p></li><li><p>uniswap</p></li><li><p>kucoin</p></li><li><p>nexo</p></li><li><p>matcha</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">五 相关资讯</h2><p>-BAYC新游戏门票Sewer Pass交易额达4700ETH</p><p>Yuga Labs在其最新NFT Drop Sewer Pass中将至少四个不强制要求NFT版税的市场列入黑名单。据The Block Research数据总监Simon Cousaert称，SewerPass包括阻止来自Blur、SudoSwap、LooksRare和NFTX钱包进行NFT交易的编码</p><p>-新推出的批量购买加速包，让用户看到高分希望</p>]]></content:encoded>
            <author>hiileen-2@newsletter.paragraph.com (Hiileen)</author>
        </item>
        <item>
            <title><![CDATA[Web3、NFT项目的代币经济学]]></title>
            <link>https://paragraph.com/@hiileen-2/web3-nft</link>
            <guid>PkyG5nM3RcipcAOjl8dI</guid>
            <pubDate>Mon, 13 Feb 2023 13:45:08 GMT</pubDate>
            <description><![CDATA[0概要本文将介绍几方面内容：初步判断一个经济模型的标准代币发行相关的概念：发行时间、代币价值介绍代币的实用性介绍项目发行代币需要注意的一 需要从几方面判断代币模型是否健全当我们了解一个代币的时候，最先会了解总供应量，是通缩还是通胀模型；比特币就是一个总供应量固定的代币，所以不存在通缩或者通胀；以太坊供应量是没有上限的，本是通胀模型，但因为引入了燃烧机制，甚至有可能变成通缩模型。 但是通缩和通胀能说明什么吗？就好比一块石头，我把他摔成5小块，现在总供应量就只有这5块，但是会有人来抢购我手里这个石头吗？并不会。 本质上来说，不是“限量”让他们有价值，这些价值是物体本身就有的，同时也是需要我们去考量的。考量的范围主要有： ROI质押收益（或者其他收益）rebasing，协议增加代币供应量的时候，会获得更多代币（份额不变）meme跟风 fomo，人们称之为信仰、信念或者memes；可以从社区氛围感受，大家的信念感博弈论（持有动机、抛售动机）哪些因素可以提高对代币的需求（例如质押锁仓）需要一个健全的财务激励系统，不仅仅依赖信心来支撑价值。二 了解代币的数量变化和节点供应量现在供应量未来供应...]]></description>
            <content:encoded><![CDATA[<h2 id="h-0" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">0概要</h2><p>本文将介绍几方面内容：</p><ul><li><p>初步判断一个经济模型的标准</p></li><li><p>代币发行相关的概念：发行时间、代币价值</p></li><li><p>介绍代币的实用性</p></li><li><p>介绍项目发行代币需要注意的</p></li></ul><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一 需要从几方面判断代币模型是否健全</h1><p>当我们了解一个代币的时候，最先会了解总供应量，是通缩还是通胀模型；比特币就是一个总供应量固定的代币，所以不存在通缩或者通胀；以太坊供应量是没有上限的，本是通胀模型，但因为引入了燃烧机制，甚至有可能变成通缩模型。</p><p>但是通缩和通胀能说明什么吗？就好比一块石头，我把他摔成5小块，现在总供应量就只有这5块，但是会有人来抢购我手里这个石头吗？并不会。</p><p>本质上来说，不是“限量”让他们有价值，这些价值是物体本身就有的，同时也是需要我们去考量的。考量的范围主要有：</p><p><strong>ROI</strong></p><ol start="2"><li><p>质押收益（或者其他收益）</p></li><li><p>rebasing，协议增加代币供应量的时候，会获得更多代币（份额不变）</p></li></ol><p><strong>meme</strong></p><ol start="2"><li><p>跟风 fomo，人们称之为信仰、信念或者memes；可以从社区氛围感受，大家的信念感</p></li></ol><p><strong>博弈论（持有动机、抛售动机）</strong></p><ol start="2"><li><p>哪些因素可以提高对代币的需求（例如质押锁仓）</p></li></ol><p>需要一个健全的财务激励系统，不仅仅依赖信心来支撑价值。</p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">二 了解代币的数量变化和节点</h1><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">供应量</h3><ol><li><p>现在供应量</p></li><li><p>未来供应量（总供应量）</p></li><li><p>什么时候达到总供应量</p></li><li><p>如何达到总供应量</p></li></ol><p>判断流通量的时候，同时查看锁仓量，因为锁仓的实际上也是已经释放的，这样子会让项目看起来更合理，该项目并不需要那么大的增长量</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">价值</h3><ol><li><p>市值（market cap）=流通供应量*代币价格</p></li><li><p>完全稀释后的估值（fully diluted valuation, FDV）=总供应量*代币价格</p></li></ol><p>作用是，判断这个项目未来要怎么增长才能证明其目前价格的合理性</p><p>如果市值是 FDV 的 10%，且代币都在明年发行，那么该项目需要在一年内增长 10 倍或 1000% 来维持其目前的价格。</p><p>从这里能大概判断币会升值还是贬值：假如推算出项目在一年内需要增长100倍才能维持币价，那大概率是无法完成的</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">发行/锁定/解锁时间</h3><p>以下是jonesDAO的代币发行时间表</p><p>可以看到1/30到4/30期间，发行的速率比较慢；但是4/30到10/30期间，发行速率显然提升，这是私人投资者代币解锁的时期，他们在 6 个月内以线性速度解锁。</p><p>在这 6 个月期间，每个月将有大约 3% 的 JONES 供应被释放。但是从1/30到 4 月 30 日这段时间，每个月只有 1.36% 的 JONES 供应被释放。</p><p>相对来说，中间这6个月的通货膨胀率将增加一倍以上，他们完全有理由在恢复缓慢发行的时期，出售他们所持有的代币。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9681cf4bdad41faaa32697fc5ce70b8126791c8e3aeb2f7485e836210c268261.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>现在市面上有很多代币协议，都设置了质押的功能，通过质押代币可以获得额外的代币奖励；要参加质押，必须将代币锁定在官网的质押池中。</p><p>下面这张图是convex刚推出这个功能的时候，这个功能是在9月初引入的额，在17周后也就是1月初解锁。从以下的趋势可以很明显看到代币的价格与质押锁仓程度相关性；尽管有可能有其他市场因素印象，但是我们很难忽视质押的周期所带来的影响。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c780768fd81a037c973661aebd5e2bff9d1069169551a3d3bdadbd3389ad5d1c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">三 代币的实用性</h1><p>实用性是代币经济模型中，需求侧的研究方向；没有需求就没有市场，没有持有它的理由。接下来会从以下几个方面进行分析</p><h3 id="h-vs" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">功能性代币VS投资性代币</h3><p>首先，你需要知道，购买这个代币是为了什么。是用来使用的还是用来投资的。</p><p>比较典型的例子是，chainlink的link代币，我们知道在web3里面chainlink是个很出名的中间件网络，功能很好，一切看起来都好，可为什么它的代币长期看来不涨反跌？</p><p>主要原因是，chainlink的代币是用来支付手续费的，作为使用chainlink服务的手续费：</p><ul><li><p>服务提供者肯定希望自己的服务被更多人使用，那么就不能有太高的服务费</p></li><li><p>那么对于代币持有人来说，持有这些代币并不能使他们获得其他现金流，也没有其他使用场景，只能用来支付chainlink平台的手续费</p></li></ul><p>从上面看来，link代币是一种消费代币，而不是一种投资代币。所以他不应该被长期持有，而应该被消费。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">持有代币带来的现金流</h3><p>那么我们去持有一种代币的理由是什么？最常见的场景是，持有代币可以产生收益/现金流。</p><p>举个例子，持有sushi并质押，将可以得到xSUSHI；xSUSHI是sushi平台的治理代币，用户质押之后将可以用这个代币参与手续费的分成。目前可以在平台上看到质押的年利率大概似乎10%，需要注意的是，作为收益本位的token价值是否变动。如果质押一年之后token贬值比收益还多，那么买入这个代币将会是亏损的。但这必须由你自己去判断了，这个代币是否会贬值或是升值。</p><p>另外需要注意的是，假如持有一种代币所产生的仍然是相同的代币，多出来的代币稀释了价值，持有更多代币只是让你所持有的总价值不被稀释；那么这种投资将失去价值。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">治理权</h3><p>部分代币的权益中包含了治理权，也就是，持有代币能让你参与到项目发展中，有权利发起一些提案或者参与到提案的头片中。这是一种很重要的权益，但是并不是所有人都在意这一点。所以如果你不是很在意治理权，那么这一点将不能成为你投资某个代币的理由。</p><p>下图为aave平台的提案，可以看到参与投票的人还是很多的，如果没有持有代币，他们将无法参与其中。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/537daea2ab4fa392157235bd93be126eedf9b1481258d3d568210c29ca7c9d34.png" alt="" 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>如果我们买入一种代币，并且想长期持有，最不想遇到的就是在中途出售这些代币，除非是急用资金不得已需要出售。在这种情况下，如果我们能从这些投资资产中获得一些流动资金，那将会有很大的帮助。</p><p>所以最后一个不那么重要的投资点是，这个代币是否能够作为抵押物，在其他借贷平台作为抵押，以此进行借贷。</p><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">四 项目方如何发币</h1><p>这个话题将主要从以下几个方面展开：</p><ul><li><p>发行时的注意事项: 包括最初发行多少代币，流动性要求，激励措施，关键节点，代币配对，以及何时发行。</p></li><li><p>发行策略: 包括 ICO，IDO，流动性引导，流动性激励，流动性债券，交互奖励，空投。</p></li><li><p>案例研究: 分解一些项目的初始发布策略，以及我认为他们做得很好的地方。</p></li></ul><h3 id="h-and" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">合适的渠道&amp;简单的流程</h3><p>说到发币，第一个想到的是，我要在哪个链上发币；我们可以根据不同的需求进行选择</p><p>如果想要最大的安全性，那么你可以选择Ethereum</p><p>如果你想要比较快的交易速度和降低成本（手续费），那么你可以选择polygon或者solana</p><p>选择好链之后，我们需要思考，将代币发行在哪个交易所</p><p>根据不同的链选择链上的头部交易所准没错，例如Ethereum上的Uniswap、Polygon的Quickswap、Solana上的Raydium</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">选择交易代币</h3><p>在交易所中的任何交易都需要两种代币：你想买的代币和用来付钱的代币</p><p>选择配对的代币，需要考虑下面几点：</p><ol><li><p>要让你的代币购买变得容易，最好是跟常见的代币做匹配，例如ETH，可以保证大部分人轻松的买到你的代币。否则他们不得不将手头的代币先转换成你的配对代币，才能购买你的代币</p></li><li><p>它将如何影响你的代币的价格。DEX的代币价格由交易池中的两种代币的比率决定，因此无论您将代币与哪个代币匹配，它都将受到另一个代币的影响。假设你想让代币与加密货币市场的节奏更同步，那么应选择像ETH这样的代币。假设你想让他更稳定，那么你可以选择与稳定币配对</p></li></ol><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">提供流动性</h3><p>当你的代币在DEX上市之后，接下来要考虑的就是流动性。你的产品越受欢迎，你就需要提供越多的流动性来让用户购买；</p><p>需要提供足够多的流动性，假设用户一次性购买了10000美元的代币，你的池中必须有远大于这个数量的代币，才能避免产生巨大的滑点</p><p>如果你想自己提供流动性，而不为他人提供的流动性支付成本，你需要雄厚的资金</p><p>假如你没有雄厚的财力，那么你可能需要提供流动性引导或者流动性激励，让其他人帮助你补齐流动性的缺口</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">代币的发行量</h3><p>这是个棘手的问题，你将在这几个关键点中做出权衡：代币初始价格、流动性限制、通货膨胀率等</p><p>假设你用25w美元的ETH来与你的代币配对，初始释放10%，那么你的FDV就是250w美元。一个普通的用户可以用5w美元买到代币的2%，算是一个比较高的比例了</p><p>假设初始还是用25w美元，但是释放2.5%，那么你的FDV将会是1000w美元。这么一来可以很大程度减少用户控盘的可能</p><p>但同时出现了另一个问题，剩下的97.5%的代币将如何释放？不管如何释放都意味着，对前期入场的人来说他们将面对极大程度的通胀（价值损失）</p><p>这真是个棘手的问题呀。所以除了发行量，我们还要看如何制定代币的目标价格</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">代币的目标价格</h3><p>定价的时候我们会遇到两个问题：</p><ol><li><p>定价定得太低，你自身会错过本可能赚大钱的机会</p></li><li><p>定价定的太高，那么入场的用户将会在获得代币之后快速抛售，买入的人少了，对流动性造成损害</p></li></ol><p>以下提供几种定价的参考方式：</p><ol><li><p>首先，定价可以相对低一些，用户会更满意</p></li><li><p>其次，可以从项目方自身的资金储备和初始代币释放比例来做决策。假设你目前有50w可以投入流动性，并且想释放10%的代币，那么可以计算出代币的FDV为500w</p></li><li><p>再来，你需要考虑最初的代币如何到达用户的手中？空投？预售？流动性引导池？</p></li></ol><p>通过这部分的思考，你会意识到你可能需要其他人的资金支持</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">何时发布</h3><p>这个问题没有最优解，需要结合实际情况来考量：</p><ol><li><p>项目是否有功能需要用到代币，假如没有，那么就不急于上代币</p></li><li><p>如果你是一个资金有限的团队，需要发行代币来募资支撑团队继续开发，那你可能需要通过流动性引导等方式进行发行</p></li><li><p>如果上述两个条件都不需要，那么可以晚点发代币；因为代币发行后的价格、社区的情绪会极大程度影响社区的建设，在没有这些影响的前提下，可以更加专心地建设社区</p></li></ol><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">五 小结</h1><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">了解代币</h3><ul><li><p>性质：是否能带来收益、是否有meme属性 等</p></li><li><p>代币的价值，包括FDV, MARKET CAP</p></li><li><p>代币供应量，释放时间节点和比例</p></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">代币的实用性</h3><ul><li><p>投资性：质押产生收益</p></li><li><p>功能性：用于使用某些功能的支付代币</p></li><li><p>治理权：用于社区投票</p></li><li><p>其他：例如当做抵押品</p></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">假如你的项目需要发行代币，那么需要考虑以下几个基础问题</h3><ul><li><p>在什么交易所上币；</p></li><li><p>选择什么样的交易代币来配对；</p></li><li><p>需要投入多少流动性；</p></li><li><p>代币的发行量是多少；</p></li><li><p>代币的目标价格；</p></li><li><p>你是否需要外界对你的帮助；</p></li><li><p>什么时候发行；</p></li></ul><h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">资料</h1><p>参考文档：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foresightnews.pro/article/detail/15705">https://foresightnews.pro/article/detail/15705</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foresightnews.pro/article/detail/15704">https://foresightnews.pro/article/detail/15704</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foresightnews.pro/article/detail/15701">https://foresightnews.pro/article/detail/15701</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://foresightnews.pro/article/detail/15945">https://foresightnews.pro/article/detail/15945</a></p><p>文中提到的部分网站地址：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.sushi.com/">https://www.sushi.com/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/aave.eth">https://snapshot.org/#/aave.eth</a></p><p>文章原作者：Nat Elisason</p>]]></content:encoded>
            <author>hiileen-2@newsletter.paragraph.com (Hiileen)</author>
        </item>
        <item>
            <title><![CDATA[托管钱包VS非托管钱包]]></title>
            <link>https://paragraph.com/@hiileen-2/vs</link>
            <guid>lDcxzaqEc3o4gdNeytFD</guid>
            <pubDate>Mon, 14 Nov 2022 08:34:01 GMT</pubDate>
            <description><![CDATA[钱包是什么钱包，就是交易的出入口 可以类比银行卡，有一个银行卡号和银行卡密码，别人知道你的银行卡密码就可以向你转账，你拥有密码就可以支付。在web3里面，银行卡类比成公钥，支付密码类比成私钥。每个钱包创建的时候会生成一个公钥一个私钥，私钥只有你自己拥有。交易都需要通过私钥签名认证。 但是实际上，钱包并不含有ether或者其他token，代币都是存在链上的，钱包只是一个包含私钥公钥的字符串。用来证明你拥有这些资产。 在web3的世界，钱包不仅是一个储存资产的地方，钱包更像是一个地址（本质上也是一个地址），大家可以类比成web2的IP。用户通过连接钱包来访问网站解释二者区别托管钱包定义：用户不拥有自己的私钥，私钥掌握在第三方交易所或者平台上。一般通过邮箱验证等方式进行交易，比较像web2的交易方式优点：由于使用的是中心化平台的服务，所以遇到问题的时候可以享受技术支持私钥由第三方保护，因为托管在第三方服务器上在平台的操作相对来说安全缺点最重要的一点是，您不持有私钥，本质上您并不“拥有”钱包的资产其次，由于存储在第三方服务器上，所以有可能遭遇数据泄露或者外部黑客攻击；不过这样取决于平台的...]]></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>可以类比银行卡，有一个银行卡号和银行卡密码，别人知道你的银行卡密码就可以向你转账，你拥有密码就可以支付。在web3里面，银行卡类比成公钥，支付密码类比成私钥。每个钱包创建的时候会生成一个公钥一个私钥，私钥只有你自己拥有。交易都需要通过私钥签名认证。</p><p>但是实际上，钱包并不含有ether或者其他token，代币都是存在链上的，钱包只是一个包含私钥公钥的字符串。<strong>用来证明你拥有这些资产。</strong></p><p>在web3的世界，钱包不仅是一个储存资产的地方，钱包更像是一个地址（本质上也是一个地址），大家可以类比成web2的IP。用户通过连接钱包来访问网站</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">解释二者区别</h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">托管钱包</h3><ol><li><p>定义：用户不拥有自己的私钥，私钥掌握在第三方交易所或者平台上。一般通过邮箱验证等方式进行交易，比较像web2的交易方式</p></li><li><p>优点：</p><ol><li><p>由于使用的是中心化平台的服务，所以遇到问题的时候可以享受技术支持</p></li><li><p>私钥由第三方保护，因为托管在第三方服务器上</p></li><li><p>在平台的操作相对来说安全</p></li></ol></li><li><p>缺点</p><ol><li><p>最重要的一点是，您不持有私钥，本质上您并不“拥有”钱包的资产</p></li><li><p>其次，由于存储在第三方服务器上，所以有可能遭遇数据泄露或者外部黑客攻击；不过这样取决于平台的安全性。再者说，其实所有的服务器都是有受攻击的可能的。把资产存在银行里，银行甚至可能倒闭。这也就是去中心化账本和去中心化钱包的可贵之处，托管钱包有点违背了去中心化的精神（去中心化程度不高）</p></li><li><p>必须联网才能使用</p></li></ol></li></ol><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">非托管钱包</h3><ol><li><p>定义：用户拥有自己的私钥，所有交易都要经过自己的私钥签名，也就是说只有自己能访问自己的资金</p></li><li><p>优点：</p><ol><li><p>如上所述，只有自己掌握私钥，拥有了资金的完全掌控权</p></li><li><p>部分钱包是支持不联网使用的</p></li></ol></li><li><p>缺点：</p><ol><li><p>托管钱包的交互更像传统web2的交互，不需要通过签名等方式，但是非托管钱包的交互需要涉及签名等，如有不慎可能会丢失钱包内的所有资金</p></li><li><p>如果丢失密钥，也就是等于丢失了资金，所以<strong>自己一定要保管好私钥</strong></p></li></ol></li></ol><h2 id="h-dapp" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">托管钱包对于Dapp的必要性</h2><p>大部分项目都是直接用非托管钱包，基本只有中心化交易所用到了托管钱包。</p><p>今天想了很久也找了很多资料，在想为什么要引入托管钱包，对平台方有什么好处呢。保存用户的私钥如果服务器被攻击导致私钥泄露或者资金丢失，平台方要付很大的责任。</p><ol><li><p>没有什么资料能说明这一点。所以类比web2的逻辑的话，只能从平台方本身的资金流去解释，托管钱包能让平台方有足够多的资金去做投资等等。比如最近的FTX事件，第二大交易所几天内宣布破产，就是因为挪用用户资金，有兴趣大家自行查阅。</p></li><li><p>平台形式应该也有一部分因素。交易所一般是有APP的，但是大部分web3项目基本是网页端，在网页端用钱包连接有天然的优势。网页版一般在PC端，可以用浏览器钱包连接；APP一般在移动端，要唤起第三方钱包，相对来说会麻烦一些。</p></li></ol><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">总结</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d018efc1faab9c6722bf063a509d978e6190d99cbce2e151ef2b5aa79061880d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>hiileen-2@newsletter.paragraph.com (Hiileen)</author>
        </item>
    </channel>
</rss>