<?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>heixia</title>
        <link>https://paragraph.com/@heixia</link>
        <description>share</description>
        <lastBuildDate>Tue, 16 Jun 2026 15:26:17 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>heixia</title>
            <url>https://storage.googleapis.com/papyrus_images/8d5392b8f3ebf233a4e86e48677379a7f90e2a83c78d1eff6a5fd89126941db9.jpg</url>
            <link>https://paragraph.com/@heixia</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[如何同合约授权代币]]></title>
            <link>https://paragraph.com/@heixia/CsCfuUTG2cAol5UuryAn</link>
            <guid>CsCfuUTG2cAol5UuryAn</guid>
            <pubDate>Mon, 08 May 2023 12:58:55 GMT</pubDate>
            <description><![CDATA[过程非常简单，分3步 1、进入对应代币合约的区块链浏览器页面。 2、点击Contract，然后点击写Write Contract智能合约。 3、最后填写授权给哪个地址和具体数量。 如下两个图： 图一、图二、以上就是通过区块链浏览器页面，授权代币的方法了， 当然还可以，写入一个后，就可以复制十六进制数，快速授权其他地址了。 关注推特黑虾：@heixia2077 https://twitter.com/heixia2077 获得更多，最新的web3交互方法，和价值信息。]]></description>
            <content:encoded><![CDATA[<p>过程非常简单，分3步</p><p>1、进入对应代币合约的区块链浏览器页面。</p><p>2、点击Contract，然后点击写Write Contract智能合约。</p><p>3、最后填写授权给哪个地址和具体数量。</p><p>如下两个图：</p><p>图一、</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8f8f40ae3150851d1b2ba48ab6ee7f7e7c3ac12770074cc3a5d0d5fa9b076d88.png" alt="" 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/f31a059de45afc01c18ee55894531677dc06e7e14da1f5bdd2cb99c7d23268b0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>以上就是通过区块链浏览器页面，授权代币的方法了，</p><p>当然还可以，写入一个后，就可以复制十六进制数，快速授权其他地址了。</p><p>关注推特黑虾：@heixia2077</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/heixia2077">https://twitter.com/heixia2077</a></p><p>获得更多，最新的web3交互方法，和价值信息。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[如何通过16进制mint和交互]]></title>
            <link>https://paragraph.com/@heixia/16-mint-2</link>
            <guid>yCGOQok4aSVCgsLpWskS</guid>
            <pubDate>Sun, 07 May 2023 19:23:48 GMT</pubDate>
            <description><![CDATA[如何通过16进制mint 1、打开小狐狸钱包的显示十六进制功能； metamask设置-高级-显示十六进制数据 2、点击发送，地址填写mint合约地址； 合约地址在区块链浏览器中查看 3、粘贴交易记录的16进制数，点击确认； 十六进制数可以在区块链浏览器中查看如何通过16进制交换linea的lifi任务： 分两步： 1、打开小狐狸钱包的显示十六进制功能； metamask设置-高级-显示十六进制数据 2、点击发送ETH，接收地址填写交互合约地址； 如 lifi的授权地址： 0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE 如图难点在于：16进制数那里来的，有什么含义？Linea的lifi跨链任务中，这个16进制数，包含了桥的原链和目标链，还有发送着地址，和目标链地址，代币数量等。 因为除了发送地址不同外，其他信息都是一样的，所以只需替换发送地址的那部分信息就可以了。 0xb3b6358700000000000000000000000000000000000000000000000000000000000001200000000000000000...]]></description>
            <content:encoded><![CDATA[<p><strong>如何通过16进制mint</strong></p><p>1、打开小狐狸钱包的显示十六进制功能；</p><p>metamask设置-高级-显示十六进制数据</p><p>2、点击发送，地址填写mint合约地址；</p><p>合约地址在区块链浏览器中查看</p><p>3、粘贴交易记录的16进制数，点击确认；</p><p>十六进制数可以在区块链浏览器中查看</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6d45d1f8d17c98dc74fa7421fc7dfc63d3058dec47d74d929b02d4d47fc51ce6.png" alt="" 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>如何通过16进制交换linea的lifi任务：</strong></p><p>分两步：</p><p>1、打开小狐狸钱包的显示十六进制功能；</p><p>metamask设置-高级-显示十六进制数据</p><p>2、点击发送<strong>ETH</strong>，接收地址填写交互<strong>合约地址</strong>；</p><p>如</p><p>lifi的授权地址：</p><p>0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE</p><p>如图</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/26c3b464244f8cab1132ac05ea4a10df779ea34ab58605fac8bccdd7f95d8bfa.png" alt="" 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>难点在于：16进制数那里来的，有什么含义？</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/98df4923ebbd2532b5e6bbf61ebdd4cb395424c9c60fe7c6b048edf65a3dd390.png" alt="" 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>Linea的lifi跨链任务中，这个16进制数，包含了桥的原链和目标链，还有发送着地址，和目标链地址，代币数量等。</p><p>因为除了发送地址不同外，其他信息都是一样的，所以只需<strong>替换发送地址</strong>的那部分信息就可以了。</p><p>0xb3b6358700000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000043bfc0000000000000000000000000000000000000000000000000000000006456b249000000000000000000000000000000000000000000000000000000000043bfc0000000000000000000000000000000000000000000000000000000006456b249000000000000000000000000b47de784ab8702ec35c5eab225d6f6ce476ddd280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002386f26fc1000050238acee250fc9ecd9e4d842aebd8a4d1f5b0d4848d6be4c640de356536115c000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fad6367e97217cc51b4cd838cc086831f81d38c2000000000000000000000000**{address}**0000000000000000000000000000000000000000000000000000000000877f80000000000000000000000000000000000000000000000000000000000000e704000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003686f7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000017746573746e65742e6a756d7065722e65786368616e6765000000000000000000</p><p>所以只要找链上成功的地址，然后查看十六进制数据就行了。如下图</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b71f7c068db73b8bc494d3be965ca067d7d83d5303162038f73ff19e1d7154f1.png" alt="" 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/e9f002991c36b8ede2a1999f96583e58d7e78bc31581959b6d407bc08d5ca9d6.png" alt="" 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>在自己交互的过程中，可以从Metamask钱包直接查看，比如</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8d7be50af3649bd351923aaebea60fa716fd48ebea16aae67c7061af363eeaf8.png" alt="" 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/c06f5eeb3ad8e66c2017691b8d2d19f1ee37ce5914bca26bad4b3495f22b4bf4.png" alt="" 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>但并不是每个十六进制数，都需要替换地址，因为这个是hop跨链十六进制数据，其中包含发送者地址数据，所以肯定要替换，谁发送替换谁的。</p><p>如果授权或mint的十六进制数据，就不用替换数据，</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba0fb93c585c9673e8ff0d50c1cfb36bbb0378a470d03c53c0ad4d8c254b7357.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/1a8865559dacbe6845a6449c32c38eecba7c95c18096e4b99a23b7cade425dd0.png" alt="" 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>很多时候，页面因为DDOS攻击，或者访问量太大产生拥堵，导致页面前端不可用，就可以考虑用十六进制数据完成交互任务，或mint任务。</p><p>我的理解十六进制数，就如同电脑用二进制存储数据一样，以太坊交互的信息用十六进制表示，任何一个和合约的交互，都会有Input Date（输入数据），这个输入的信息，不能用自然语言在区块链上执行，都是“翻译”成十六进制的数据表示。</p><p>然后交互的时候：就是给<strong>对应合约发送ETH</strong>，告诉<strong>对应合约要干什么</strong>，执行什么操作，是授权代币？还是Mint图片？比如上面的例子中，有告诉<strong>USDT合约</strong>，授权代币给别的地址的；有告诉LiFi合约，通过hop跨链某个代币到某个地址的；</p><p>转账ETH是没有十六进制数据的，但是转账ERC20代币就有十六进制数据了，就是给对应的ERC20代币合约地址转ETH，然后告诉代币合约地址，执行十六进制数据的内容，往往包含目标地址和转币的数量。如下图</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fc5f1a1870d3f6624030fd232212ca7621904ec7a6d53cce9211bbee156c95f7.png" alt="" 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>欢迎关注黑虾推特：@heixia2077</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/heixia2077">https://twitter.com/heixia2077</a></p><p>获得分享更多价值信息。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[Linea任务测试币]]></title>
            <link>https://paragraph.com/@heixia/linea</link>
            <guid>PzwnitBda1QokuNbBJmj</guid>
            <pubDate>Sun, 07 May 2023 16:48:14 GMT</pubDate>
            <description><![CDATA[BUSD 页面领验证领取 https://dev-cbridge-v2.netlify.app/97/59140/BNB BNB 方法1、 验证领取 https://testnet.bnbchain.org/faucet-smart 方法2、zeta上用BNB换 https://labs.zetachain.com/leaderboard?code=WdyVioj9Q85Ol9nKZq8qz MATIC 方法1、 验证领取 https://faucet.polygon.technology/ 方法2、zeta用BNB换 https://labs.zetachain.com/leaderboard?code=WdyVioj9Q85Ol9nKZq8qz USDC 方法1 、验证领取 https://usdcfaucet.com/ 方法2、在uni用eth换 https://app.uniswap.org/#/swap GETH 方法1、跨链买 https://testnetbridge.com/ 方法2、跨链买 https://www.faucetdao.shop/#/swap?ch...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e0b789ed23fa44d646719899940f6ef9d8765d11e11ea7c902153cbcf31ebf92.png" alt="" 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>BUSD</strong></p><p>页面领验证领取 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dev-cbridge-v2.netlify.app/97/59140/BNB">https://dev-cbridge-v2.netlify.app/97/59140/BNB</a></p><p><strong>BNB</strong></p><p>方法1、 验证领取 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.bnbchain.org/faucet-smart">https://testnet.bnbchain.org/faucet-smart</a></p><p>方法2、zeta上用BNB换 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://labs.zetachain.com/leaderboard?code=WdyVioj9Q85Ol9nKZq8qz">https://labs.zetachain.com/leaderboard?code=WdyVioj9Q85Ol9nKZq8qz</a></p><p><strong>MATIC</strong></p><p>方法1、 验证领取 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://faucet.polygon.technology/">https://faucet.polygon.technology/</a></p><p>方法2、zeta用BNB换 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://labs.zetachain.com/leaderboard?code=WdyVioj9Q85Ol9nKZq8qz">https://labs.zetachain.com/leaderboard?code=WdyVioj9Q85Ol9nKZq8qz</a></p><p><strong>USDC</strong></p><p>方法1 、验证领取 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://usdcfaucet.com/">https://usdcfaucet.com/</a></p><p>方法2、在uni用eth换 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.uniswap.org/#/swap">https://app.uniswap.org/#/swap</a></p><p><strong>GETH</strong></p><p>方法1、跨链买 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnetbridge.com/">https://testnetbridge.com/</a></p><p>方法2、跨链买 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.faucetdao.shop/#/swap?chain=">https://www.faucetdao.shop/#/swap?chain=</a></p><p><strong>HOP</strong></p><p>HOP跨链页面直接领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://goerli.hop.exchange/#/faucet?token=HOP">https://goerli.hop.exchange/#/faucet?token=HOP</a></p><p>DAI HOP跨链页面直接领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://goerli.hop.exchange/#/faucet?token=DAI">https://goerli.hop.exchange/#/faucet?token=DAI</a></p><p><strong>AVAX</strong></p><p>方法1、直接领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://core.app/tools/testnet-faucet/?token=C">https://core.app/tools/testnet-faucet/?token=C</a></p><p>方法2、官方DISCORD索要 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/avalanche-578992315641626624">https://discord.gg/avalanche-578992315641626624</a></p><p><strong>EUROe</strong></p><p>方法1、直接领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://core.app/tools/testnet-faucet/?token=EUROEC">https://core.app/tools/testnet-faucet/?token=EUROEC</a></p><p>方法2、合约写入用AVAX 换 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.snowtrace.io/address/0xb14652c1b6e0c8a3beb1acbb864cc55b14f335ed#writeContract">https://testnet.snowtrace.io/address/0xb14652c1b6e0c8a3beb1acbb864cc55b14f335ed#writeContract</a></p><p><strong>TUSD</strong></p><p>TUSD 在网址锁AVAX 换</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://faucet.goerli.linea.build/">https://faucet.goerli.linea.build/</a></p><p><strong>UNI</strong></p><p>HOP跨链页面直接领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://goerli.hop.exchange/#/faucet?token=UNI">https://goerli.hop.exchange/#/faucet?token=UNI</a></p><p><strong>USDT</strong></p><p>HOP跨链页面直接领 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://goerli.hop.exchange/#/faucet?token=USDT">https://goerli.hop.exchange/#/faucet?token=USDT</a></p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[关于减肥]]></title>
            <link>https://paragraph.com/@heixia/XA66dUaMYinKt8iyIKN3</link>
            <guid>XA66dUaMYinKt8iyIKN3</guid>
            <pubDate>Wed, 19 Apr 2023 15:52:45 GMT</pubDate>
            <description><![CDATA[减肥20斤以上，经验总结： 1、生酮饮食不适应，地中海饮食还不错。其实非常简单，就是多吃蔬菜水果、瘦肉，少吃碳水和脂肪。吃脂肪就长脂肪，最危险，米面等碳水尽量少吃，但不是不吃。 2、少吃和多吃，具体是多少呢？吃饭的时候，一半的蔬菜和水果，另外一半中，是肉和米饭。正常吃饱就行，不用特意饿自己，策略的话，吃饭的时候先多吃菜，然后没那么饿了，米饭自然就吃的少了。这样顿顿能吃饱，且顿顿有肉，也一样能减肥。 3、关于运动，其实为了减肥的话，运不运动都行，减肥的核心就是要创造能量缺口，科学的吃饭，减少摄入的能量，小于基础代谢就行，不运动一样可以减肥。 但是如果要运动，也是有技巧的，不建议剧烈运动，不要想着提高运动强度，而是要延长运动时间，一般要运动30分钟以上，才能把体内的糖消耗完，30分钟之后才开始“消耗脂肪”减肥，所以散步或快走，是减肥成功率最高的运动，不会很累，能运动的时间长，且比较好坚持。 其实从效率来讲，各种燃脂运动是最好的，还有跑步游泳什么的，但那样很难坚持，比较容易失败反弹。因为跑一圈就累了，然后就想休息，虽然跑一圈消耗的能量可能赶上走两圈，但如果走路或快走的话，结果可以走四圈...]]></description>
            <content:encoded><![CDATA[<p>减肥20斤以上，经验总结：</p><p>1、生酮饮食不适应，地中海饮食还不错。其实非常简单，就是多吃蔬菜水果、瘦肉，少吃碳水和脂肪。吃脂肪就长脂肪，最危险，米面等碳水尽量少吃，但不是不吃。</p><p>2、少吃和多吃，具体是多少呢？吃饭的时候，一半的蔬菜和水果，另外一半中，是肉和米饭。正常吃饱就行，不用特意饿自己，策略的话，吃饭的时候先多吃菜，然后没那么饿了，米饭自然就吃的少了。这样顿顿能吃饱，且顿顿有肉，也一样能减肥。</p><p>3、关于运动，其实为了减肥的话，运不运动都行，减肥的<strong>核心</strong>就是要创造<strong>能量缺口</strong>，科学的吃饭，减少摄入的能量，小于基础代谢就行，不运动一样可以减肥。</p><p>但是如果要运动，也是有技巧的，不建议剧烈运动，不要想着提高运动强度，而是要延长运动时间，一般要运动30分钟以上，才能把体内的糖消耗完，30分钟之后才开始“消耗脂肪”减肥，所以散步或快走，是减肥成功率最高的运动，不会很累，能运动的时间长，且比较好坚持。</p><p>其实从效率来讲，各种燃脂运动是最好的，还有跑步游泳什么的，但那样很难坚持，比较容易失败反弹。因为跑一圈就累了，然后就想休息，虽然跑一圈消耗的能量可能赶上走两圈，但如果走路或快走的话，结果可以走四圈八圈。长时间消耗的能量更多，心理和身体压力小，也更容易坚持。</p><p>4、（快速减肥绝招）吃饭时间控制在8小时内，就是第一顿饭，和最后一顿饭，要在8小时内，这8小时内，可以随意吃几顿，每顿随便吃到饱。其他16小时，不吃任何能量食物，不吃零食，不喝含糖饮料，可以喝白水。科学原理：长时间不进食，会开启身体“自噬”，就是自己吃自己，先消化体内的糖等直接能量，然后是分解脂肪，然后就是老弱病残细胞。</p><p>5、最后，肥胖的本质是生活方式可能有问题了，重要的还是健康的生活方式，不然减肥成功之后，又回归了老的生活方式，那大概率又会胖回去。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[关于赚钱的复盘思考]]></title>
            <link>https://paragraph.com/@heixia/e6TtwH9P11ZMC7h0zQ1O</link>
            <guid>e6TtwH9P11ZMC7h0zQ1O</guid>
            <pubDate>Wed, 05 Apr 2023 11:30:01 GMT</pubDate>
            <description><![CDATA[1、“没有一个挖煤工人，能靠挖煤挖的又快又好而成为煤老板”。 2、最好自己主导干点什么，不过说起来简单，其实执行起来，并成功是很难的，笔者自己有过3次“创业”经历，都失败了，第1次回本了，没赚到钱，剩了一堆货；第2次直接被骗，血本无归；第3次没回本，还剩一堆货，提前退出。 3、其实在每次创业之前，都是信心满满的，想着能赚多少钱，然后怎么花什么的，现在回头看，当时的创业想法非常的幼稚和不成熟。 4、每个人的眼界、认知是有时间空间（年龄阅历）局限性的，只有清晰认识到问题所在，才能解决问题。认识到自己赚不到钱的原因，才能有针对性的提升。但实际上承认自己“不聪明“，并不容易，因为在情感上很难接受，大部分人还是自认为很聪明的。（这可能是人类基因里的一种自我保护吧） 5、我是2017年开始炒币的时候，发现问题的。刚开始凭运气，赚了点钱。然后加大投入，投了10万左右，开始也涨了很多，但很快凭实力，就开始亏钱了，半年就亏的不剩啥了，币圈教育人特别快，认知不够，就是实打实的亏钱，前一天还觉得明天要暴富，晚上一个暴跌，就把你脸给打肿，实实在在的损失，一天亏掉几个月的工资，你只能反思为什么？ 6、当时...]]></description>
            <content:encoded><![CDATA[<p>1、“没有一个挖煤工人，能靠挖煤挖的又快又好而成为煤老板”。</p><p>2、最好自己主导干点什么，不过说起来简单，其实执行起来，并成功是很难的，笔者自己有过3次“创业”经历，都失败了，第1次回本了，没赚到钱，剩了一堆货；第2次直接被骗，血本无归；第3次没回本，还剩一堆货，提前退出。</p><p>3、其实在每次创业之前，都是信心满满的，想着能赚多少钱，然后怎么花什么的，现在回头看，当时的创业想法非常的幼稚和不成熟。</p><p>4、每个人的眼界、认知是有时间空间（年龄阅历）局限性的，只有清晰认识到问题所在，才能解决问题。认识到自己赚不到钱的原因，才能有针对性的提升。但实际上承认自己“不聪明“，并不容易，因为在情感上很难接受，大部分人还是自认为很聪明的。（这可能是人类基因里的一种自我保护吧）</p><p>5、我是2017年开始炒币的时候，发现问题的。刚开始凭运气，赚了点钱。然后加大投入，投了10万左右，开始也涨了很多，但很快凭实力，就开始亏钱了，半年就亏的不剩啥了，币圈教育人特别快，认知不够，就是实打实的亏钱，前一天还觉得明天要暴富，晚上一个暴跌，就把你脸给打肿，实实在在的损失，一天亏掉几个月的工资，你只能反思为什么？</p><p>6、当时总结原因，感觉是因为我离信息源比较远，有信息差，知道的信息比别人慢，所以总是亏钱。金融领域时间就是金钱，消息就是金钱，信息知道的晚了，就赚不到钱，一定要知道的早，第一波进，才能赚到好钱。</p><p>7、后来发现，并不只是离信息源远的问题，更重要是认知的题，比如当时虽然也知道市场有牛市熊市，自己在牛市最高峰进场而不自知，成了最高点的接盘侠。所以我们只能赚到自己认知内的钱，凭运气赚到的钱，大概率会凭实力亏回去。（其实认知的问题也跟信息源有关）</p><p>8、我如何提升认知？一、个人觉得最重要的就是“交学费”，不断尝试，不断碰壁，失败，亏钱。这里最好是自己的碰壁、失败和亏钱，虽然把别人的成功失败作为参考，是成本最小的。但是“人教人，百遍不会，事儿教人，一次就行。”那种失败亏钱的痛苦，能让你深刻认识到你自己判断错了，自己失败的“事”，提升自己的效果最好。做自媒体也是一样，写文章，写完了，信心满满的发布，然后没几个人看，也没有点赞。就会很沮丧，为什么大家不喜欢？和别人的文章差距在哪里？和自己比较好的文章差距在哪里？不断的试错的过程中，认知自然就上来了。</p><p>9、我如何提升认知？二、去接受更全面的信息，多渠道的获取信息，尤其是优质渠道的信息，最开始可能获取到，和已知信息完全相反的信息或观点，这个时候不要急着和他人对线。任何市场状态下，都有人看多，有人看空。不要只看认同的观点，正反观点都要看，不要自己制造信息茧房。个人感受来讲，英文的信息质量，普遍比简体中文的好一些，信息比较快，比较早的是推特。国内<strong>相对</strong>比较优质的信息源有：得到 知乎 小红书，（很推荐得到里卓克和王维钢的课程，另外提升认知不是一朝一夕的事情，需要长期漫长的积累 ）</p><p>10、我如何提升认知？三、常用搜索引擎，尤其是谷歌。其实我们生活中遇到的绝大多数问题，都被世界上很多人，遇到了无数次，也解决了无数次，所以有很好的解决方案就在那里，只是人们不去搜索。这些问题包括：如何获得财富，如何获得健康，如何处理人际关系，等等等等。当然，知道这些答案，并不能让人立即暴富和健康，还需要执行力配合。因为人们只靠看，是不能学会弹吉他和游泳的，还需要练和执行。</p><p>最后，以上只是笔者个人的经验和感悟，仅代表本人通过这些方法，感觉认知比几年前的自己高了。未必适合所有人，就像事实上，并不是所有人都适合创业或自由职业，不考虑他人具体情况的建议，是不负责任的，很可能会害了别人，所以以上信息仅可作为参考。且有一种可能，就是本人当前的认知水平也能是比较低的，只是笔者自己意识不到而已。（认知的时空局限性）</p><p>最后的最后，成功或赚钱，还有一个最大的因素，就是运气，这个不可不说，但这方面，人能做的很少，只能尽人事，听天命。尽人事的过程，可以让运气来的时候，能接住。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[如何在USDC脱锚危机中，套利赚钱？]]></title>
            <link>https://paragraph.com/@heixia/usdc</link>
            <guid>nQ5uniaJlrn10VwuzleB</guid>
            <pubDate>Mon, 13 Mar 2023 15:16:47 GMT</pubDate>
            <description><![CDATA[USDC已经获利退出，现在复盘下USDC套利过程： 1、先是知道了“硅谷银行破产”、“USDC脱锚”等信息，开始其实没想着套利，然后发现在借贷平台的利息太高了，想着赶紧把欠的U还上，不然即使一年后买的币翻倍了，也是白玩啊。2、然后准备做交互撸毛做任务，然后发现GAS巨高，没办法做交互，然后就思考：GAS费为什么这么高？熊市GAS能飙到100以上，以往都是有人抢NFT或爆火的项目，才会GAS飙升，一定是有人在发财！！！得找一下原因，到底是谁能接受这么高的gas费？主网一次swap就要花掉40美金，他们是怎么赚钱的？​ 3、然后发现主要是因为USDC脱锚，导致的资产整理需求，有人恐慌卖出USDC，当时还没想到套利，因为在AAVE平台有USDC借款，我先想到的是，本来欠1000美金，现在只需还950美金了，那岂不是相当于“打折还款”了，于是我就开始在AAVE借出USDT，然后在UNI平台把换成USDC，然后在AAVE还USDC，当时1000USDT可以换1050USDC，很快就把USDC贷款还完了。4、在借USDT，还USDC的过程中，发现USDT供应开始不足，经常会出现没有供应的情况...]]></description>
            <content:encoded><![CDATA[<p>USDC已经获利退出，现在复盘下USDC套利过程：</p><p>1、先是知道了“硅谷银行破产”、“USDC脱锚”等信息，开始其实没想着套利，然后发现在借贷平台的利息太高了，想着赶紧把欠的U还上，不然即使一年后买的币翻倍了，也是白玩啊。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d80c83b70d9484834d23802da938b64669d72a364fc89c6263f3809b5b2840b2.png" alt="" 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、然后准备做交互撸毛做任务，然后发现GAS巨高，没办法做交互，然后就思考：GAS费为什么这么高？熊市GAS能飙到100以上，以往都是有人抢NFT或爆火的项目，才会GAS飙升，一定是有人在发财！！！得找一下原因，<strong>到底是谁能接受这么高的gas费？主网一次swap就要花掉40美金，他们是怎么赚钱的</strong>？​</p><p>3、然后发现主要是因为USDC脱锚，导致的资产整理需求，有人恐慌卖出USDC，当时还没想到套利，因为在AAVE平台有USDC借款，我先想到的是，<strong>本来欠1000美金，现在只需还950美金了，那岂不是相当于“打折还款”了</strong>，于是我就开始在AAVE借出USDT，然后在UNI平台把换成USDC，然后在AAVE还USDC，当时1000USDT可以换1050USDC，很快就把USDC贷款还完了。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/04e60edfbd62c448e189804f7e6aa1eef3b42a28995e8e0a4180311d31f8a736.png" alt="" 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、在借USDT，还USDC的过程中，发现USDT供应开始不足，经常会出现没有供应的情况，且AAVE上的借款APY达到了89%，说明有大量的人在借USDT，且不惜这么高的利息，</p><p>5、进一步思考：<strong>现在USDC可以抄底吗？USDC会回锚吗？USDC会不会像LUNA的UST一样归零吗？有没有套利赚钱的空间呢？</strong></p><p>要弄清USDC会不会回锚，就要了解USDC为什么脱锚？脱锚的问题可以解决吗？</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba18913948ac8196d29c58df0c894c2c3589f047719de19d934f2ab6017460e9.png" alt="" 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脱锚主要是因为硅谷银行破产，**USDC发行方有9%的资金33亿美金，存在了硅谷银行，现在硅谷银行破产，如果存的钱没了，会导致USDC的价值支撑不足100%，**也就是说，之前430亿的USDC有430亿的美元资产对应支撑，现在430亿的USDC可能会变成只有400亿美元的价值支撑了，那一个USDC，就只值0.92了。所以人们纷纷卖出USDC，<strong>但脱锚的本质原因并不是人们卖出，而是价值支撑不足，卖出下跌只是现象和结果。</strong></p><p>知道了这些，基本就可以判断：**“USDC一定不会像LUNA的UST那样往归零的方向走”，UST的价值支撑是LUNA，LUNA是虚拟币，是有可能归零的。而USDC的价值支撑绝大部分是美国国债，美国国债会归零吗？起码短期内，概率为零。**所以如果USDC价格低于0.92美金，是市场恐慌造成的非理性定价，可以正常买入，等待“价值回归”，<strong>这个行为不是“炒币”，不是“赌”，是“无风险套利”。</strong></p><p>6、风险在哪里？USDC会回锚吗？</p><p>根据已知信息，因为硅谷银行已经宣布破产，USDC存的33亿美金，是有归零的概率的，因为美国法律只保护25万美金以内的存款。先兑付完散户，留给大户的资金还有多少不好说。另外USDC发行方也在其他银行存钱了，会不会也有问题？这些风险一定要考虑到。</p><p>研究可以发现：**最可能（90%以上）出现的结果是：33亿的大部分可以被兑付，**因为硅谷银行是“正经银行”，并没有挪用用户资产，并没有大比例的坏账，只是没有足够现金兑付客户取款，导致折价出售债券，然后引发恐慌，产生了挤兑狂潮，才破产的，实际上，假设如果没有恐慌挤兑，硅谷银行不会有任何问题，（换句话说，在当前的社交媒体环境下，在这个世界上，没有任何一家银行，能应付硅谷银行这种程度的挤兑。）</p><p>了解了这些后，可知，USDC发行方存在硅谷银行的33亿美金，极大概率没啥问题。极端悲观的情况下，起码能回来一半，只损失16亿，那USDC应该值（430-16）/430=0.96美金。<strong>所以USDC价值回归到0.96美金是极大概率概率（99%）事件</strong>，而且，当周一银行上班了，<strong>发现USDC可以100%换成1美金，套利者会非常快的把USDC的价格扳平。</strong>（USDC发行方，在周一，是一定要1：1兑换的，原因很简单，就不解释了）</p><p>其他银行的存款会不会有问题？这个没有答案，是未来的事情，且不可预测，发生了就是黑天鹅事件，但根据已知信息，USDC发行方存款的银行，都是相对比较靠谱的，**即使暴雷，也会和硅谷银行类似，也不会造成太大的实质性资产损失。凭USDC发行方的实力，有太多方法可以填平窟窿，**​比如引入外部资本。</p><p><strong>7、综合结论：</strong></p><p>USDC风险整体可控，不会像UST那样往归零的方向走，可能的结果有两种：</p><p>一:<strong>极小概率（1%以下）</strong>，硅谷银行的33亿全部损失，且USDC发行方摆烂，最终USDC价值0.92，所以0.92以下可以无风险买入USDC。</p><p>二:**极大概率（98%以上），**硅谷银行的33亿部分损失，或没有损失，USDC官方积极解决问题，引入外部资本填坑等，最终USDC回锚价值1美金。所以1美金以下可以考虑买入USDC。</p><p>综合以上两种结果:无论结果如何，<strong>都可以在0.92或以下买入持有USDC，等待“价值回归”，注意，这里不是等“涨”。</strong></p><p>其实“涨”到接近1美金的概率接近100%，因为周一的时候，USDC发行方，面对​兑换需求，一定会1：1兑换，不可能折价兑换，这样有能力板砖的人，会以极快的速度扳平价格。即使后面USDC发行方钱不够1：1兑换了，结果也是：前面兑换的人是零损失，后面兑换的人损失100%，**所以投机的角度来讲，USDC价格会在周一100%的概率回锚​一下，会非常接近1美金，**这时卖了USDC就​能获利退出了。不管后面​能不能维持，还有没有别的黑天鹅，都没关系了。​能认知到这一层，就可以开始捡钱了​。</p><p>实操起来就比较简单了，就是如何获得更多的折价USDC。</p><p>1、买入折价USDC，</p><p>2、把USDC在AAVE等平台抵押，然后在AAVE平台借出USDT。</p><p>3、用借出的USDT在UNI平台买入折价的USDC</p><p>4、再执行第二步。</p><p>循环几次以上操作，就可以在资金有限的条件下，得到更多的USDC，然后呢等USDC回锚就可以了。在USDC价格0.9的时候，1000美金可以至少套利171美金，能赚17%，比直接买大饼和ETH赚的还多，风险几乎为零，且用时更少。</p><p>以上是本次USDC脱锚套利的复盘总结，然后有几点感受：</p><p>1、<strong>以后遇到GAS暴涨了，一定要去了解下原因，看看是谁在这么高的GAS下还要操作，是谁在发财？我能不能也学着操作？我有没有机会？</strong></p><p>2、基于上条，以后遇到异常情况，都要去探索下原因，比如这次USDT在借贷平台的利率爆涨，借别的币的利率一般都不到5%，而借USDT的利率能到80%多，这里面应该有猫腻，深入探索，就可能发现赚钱的机会，链上信息不骗人。</p><p>3、<strong>要提升认知水平，用头脑去分析事件，获取数据信息，判断和验证真假，进行合理推断，而不是去相信官方的公告，或不信官方的公告。</strong></p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[如何防止钱包被盗？]]></title>
            <link>https://paragraph.com/@heixia/YiiYtJrNRvH0THscFtPp</link>
            <guid>YiiYtJrNRvH0THscFtPp</guid>
            <pubDate>Sat, 18 Feb 2023 13:38:14 GMT</pubDate>
            <description><![CDATA[1、有条件的话，尽量用苹果MAC电脑，因为苹果生态的封闭性，下载软件必须在appstore，而病毒软件是很难上架appstore的，而windows电脑下载软件就很容易，一不小心就可能下载到病毒。 2、分析了十几个被盗案例，全都是用的windows系统电脑，所以如果用win系统电脑的话，有钱包的电脑尽量不要下载任何其他软件，因为木马病毒可以伪装成各种类型的软件，包括区块链游戏，直播软件，视频剪辑软件，甚至伪装成PDF文档。 3、如果非要下载其他软件，一定要绝对确定是官方网站下载，不要轻易进入搜索引擎广告推荐位的“官网”。现在谷歌、推特、百度都有付费推广的“假官网”，在下载软件前一定要核实网址。另外，千万不要帮所谓的“项目方”测试游戏，绝大多数被盗者，都是帮项目方测试软件，下载了病毒，导致钱包被清空。 4、钱包私钥被盗后，数据依然是加密的，黑客骗子并不能直接获取钱包私钥。所以钱包访问密码，要额外设置，不要用其他账户的常用密码，最好16位大小写字母+数字+符号，这样即使被盗，黑客想硬破解密码，基本也要上百年。 5、多学习密码学知识，了解各种加密方法和破解方法，知道黑客盗取路径，从各种...]]></description>
            <content:encoded><![CDATA[<p>1、有条件的话，<strong>尽量用苹果MAC电脑</strong>，因为苹果生态的封闭性，下载软件必须在appstore，而病毒软件是很难上架appstore的，而windows电脑下载软件就很容易，一不小心就可能下载到病毒。</p><p>2、分析了十几个被盗案例，全都是用的windows系统电脑，所以如果用win系统电脑的话，<strong>有钱包的电脑尽量不要下载任何其他软件</strong>，因为木马病毒可以伪装成各种类型的软件，包括区块链游戏，直播软件，视频剪辑软件，甚至伪装成PDF文档。</p><p>3、如果非要下载其他软件，<strong>一定要绝对确定是官方网站下载</strong>，不要轻易进入搜索引擎广告推荐位的“官网”。现在谷歌、推特、百度都有付费推广的“假官网”，在下载软件前一定要核实网址。另外，<strong>千万不要帮所谓的“项目方”测试游戏</strong>，绝大多数被盗者，都是帮项目方测试软件，下载了病毒，导致钱包被清空。</p><p>4、钱包私钥被盗后，数据依然是加密的，黑客骗子并不能直接获取钱包私钥。<strong>所以钱包访问密码，要额外设置，不要用其他账户的常用密码</strong>，<strong>最好16位大小写字母+数字+符号</strong>，这样即使被盗，黑客想硬破解密码，基本也要上百年。</p><p>5、多学习密码学知识，了解各种加密方法和破解方法，知道黑客盗取路径，从各种路径上防范。深入了解了redline木马病毒，就会知道，黑客也没那么神，并不是敲几下键盘就能控制你电脑，都是通过各种社会技巧，欺骗别人下载他们的病毒，并主动运行他们的病毒，他们才能只能获取你的数据，而且是被加密的数据，黑客无法通过加密数据直接知道助记词或私钥，还需要访问密码，如果没访问密码还是一场空，这时他们需要测试你的其他社交软件账户的密码，看是否能访问钱包，绝大多少人都是一样的密码，如果还不行，就要用“密码词典”不断测试了，密码词典就是曾经数据库泄露的各种密码，因为人类设置密码就那些些规律，出生日期手机号啥的。其实说白了就是“试”“碰撞”，如果你的密码恰好比较简单，被试出来了，那就悲剧了，私钥被访问，资产清零。所以为了避免被黑客“试出来”密码，密码首先就是要长，要包含数字，大小写，和符号，这样可以最大化密码的可能性。数字10种可能，小写字母26种可能，大写字母26种可能，符号34种可能，如果长度是16位，随机一点，那可能的密码可能就是96的16次方，有6万万亿种可能，这要是试出来的话，那得是猴年马月了。</p><p>不过最好还是不要下载病毒软件，更不要轻视黑客，木马病毒能做到事很多很多。</p><p>最后，希望大家<strong>养成良好安全习惯，避免悲剧再次发生。</strong></p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[如何让metamask钱包不被盗？]]></title>
            <link>https://paragraph.com/@heixia/metamask</link>
            <guid>fANsqhuiLtYpJRzAiWDs</guid>
            <pubDate>Fri, 17 Feb 2023 15:06:10 GMT</pubDate>
            <description><![CDATA[1、有条件的话，尽量用苹果MAC电脑，因为苹果生态的封闭性，下载软件必须在appstore，而病毒软件是很难上架appstore的，而windows电脑下载软件就很容易，一不小心就可能下载到病毒。 案例一：钱包被盗案例一案例说明：推特一个中文博主，钱包被清空，原因是骗子伪装成链游“项目方”，让博主测试他们的去中心化链上3A游戏大作，然后这个所谓的游戏大作.exe，直接读取metamask的存储路径，把加密的私钥数据盗走，并且使用弱密码碰撞，或被盗的其他账户密码碰撞，最终资产被盗。 案例链接：https://twitter.com/BoxMrChen/status/1566053823281410050 案例二：案例二和案例一原因一致，也是下载测试了骗子所谓的“区块链游戏程序”，私钥数据被盗，钱包清空。 案例链接：https://twitter.com/Phyrex_Ni/status/1567807898407018496 案例三：案例三30万youtube博主，电丸科技AK博主，因为商务合作下载骗子的“视频剪辑”软件，导致账户被盗，之后账号被用于虚拟货币诈骗直播。 案例链接：h...]]></description>
            <content:encoded><![CDATA[<p>1、有条件的话，尽量用苹果MAC电脑，因为苹果生态的封闭性，下载软件必须在appstore，而病毒软件是很难上架appstore的，而windows电脑下载软件就很容易，一不小心就可能下载到病毒。</p><p>案例一：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3751fc47bc68caf766181fbb840057a1ecc69a4626d68c4842fb97f705f7c60a.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>案例说明：推特一个中文博主，钱包被清空，原因是骗子伪装成链游“项目方”，让博主测试他们的去中心化链上3A游戏大作，然后这个所谓的游戏大作.exe，直接读取metamask的存储路径，把加密的私钥数据盗走，并且使用弱密码碰撞，或被盗的其他账户密码碰撞，最终资产被盗。</p><p>案例链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoxMrChen/status/1566053823281410050">https://twitter.com/BoxMrChen/status/1566053823281410050</a></p><p>案例二：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc57a4c3786aca824e6a6315a3455d892f4d0bc395c598ca5b142e359729e3ee.png" alt="案例二" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">案例二</figcaption></figure><p>和案例一原因一致，也是下载测试了骗子所谓的“区块链游戏程序”，私钥数据被盗，钱包清空。</p><p>案例链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Phyrex_Ni/status/1567807898407018496">https://twitter.com/Phyrex_Ni/status/1567807898407018496</a></p><p>案例三：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cb767f8e0fa81df2b7c9cfd44315c610e5e7b391b55c5d7a16369e8085a2a7b8.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>30万youtube博主，电丸科技AK博主，因为商务合作下载骗子的“视频剪辑”软件，导致账户被盗，之后账号被用于虚拟货币诈骗直播。</p><p>案例链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=CB7m8-VMKzw">https://www.youtube.com/watch?v=CB7m8-VMKzw</a></p><p>案例4：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8bfbc7bd01a3ef74abce639b993db72ffc379de64762666245b424fad88cba7c.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>推特博主NFT_GOD在谷歌搜索OBS直播软件，在谷歌广告推荐下载的，几个小时后，钱包里的资产全部清零。</p><p>案例链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/NFT_GOD/status/1614442000958324739">https://twitter.com/NFT_GOD/status/1614442000958324739</a></p><p>案例五：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/78490ac44507105ab5fc63e4224a289b4099273ed5834aa82de78fb7ea181985.png" alt="案例5" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">案例5</figcaption></figure><p>因为在电脑上下载了“腾讯手游”（大概率是非官方网页下载的），导致13个钱包15万美金的资产被清空。</p><p>案例链接： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/zoujw/status/1615997179734392835">https://twitter.com/zoujw/status/1615997179734392835</a></p><p>2、根据以上被盗案例，全都是用的windows系统电脑，所以如果用win电脑的话，<strong>有钱包的电脑尽量不要下载任何其他软件</strong>，因为木马病毒可以伪装成各种类型的软件，甚至伪装成PDF文档。</p><p>3、<strong>钱包私钥被盗后，数据依然是加密的</strong>，黑客骗子并不能直接获取钱包私钥。所以<strong>钱包访问密码</strong>，<strong>要额外设置</strong>，不要用其他账户的常用密码，最好16位大小写字母+数字+符号，这样即使被盗，黑客想硬破解密码，基本也要上百年。</p><p>4、学习密码学知识，了解各种加密方法和破解方法，知道黑客如何盗取，从各种路径上防范。比如上面5个案例中，4个加密货币被盗案例都是名为redline木马病毒。</p><p>5、深入了解了redline木马病毒，和密码学知识，就会知道，黑客也没那么神，并不是敲几下键盘就能控制你电脑，都是通过各种社会技巧，欺骗别人下载他们的病毒，并主动运行他们的病毒，他们才能只能获取你的数据，而且是被加密的数据，黑客无法通过加密数据直接知道助记词或私钥，还需要访问密码，如果没访问密码还是一场空，这时他们需要测试你的其他社交软件账户的密码，看是否能访问钱包，绝大多少人都是一样的密码，如果还不行，就要用“密码词典”不断测试了，密码词典就是曾经数据库泄露的各种密码，因为人类设置密码就那些些规律，出生日期手机号啥的。其实说白了就是“试”“碰撞”，如果你的密码恰好比较简单，被试出来了，那就悲剧了，私钥被访问，资产清零。所以为了避免被黑客“试出来”密码，密码首先就是要长，要包含数字，大小写，和符号，这样可以最大化密码的可能性。数字10种可能，小写字母26种可能，大写字母26种可能，符号34种可能，如果长度是16位，随机一点，那可能的密码可能就是96的16次方，有6万万亿种可能，这要是试出来的话，那得是猴年马月了。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0d45e044b8368c8b7240d2588f754d8dec0074f69759a1afd49ee4bd70a46e9c.png" alt="" 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/52a6152899f872c18b4ee3c1174d4cecdf77cfa00241dafe12291458c0feca68.png" alt="" 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、有条件尽量使用苹果mac电脑。</p><p>2、如果是win系统，有钱包的电脑尽量不下载任何软件。</p><p>3、钱包访问密码尽量长，建议16位长，包含数字，字母大小写，和符号。</p><p>希望大家养成安全习惯，避免悲剧再次发生。</p><p>另外要感谢下：</p><p>慢雾安全团队 推特账号@SlowMist_Team</p><p>Cos(余弦) 推特账号：@evilcos</p><p>23pds 推特账号：@IM_23pds</p><p>很多安全认知都来源他们的分享。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e45ea1e9e511fff309a754e55133ffe984e1a92b1b4919b7c72a71d70fca02bb.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[黑虾投资思考]]></title>
            <link>https://paragraph.com/@heixia/gWVVqtr714bwPA2oEtYu</link>
            <guid>gWVVqtr714bwPA2oEtYu</guid>
            <pubDate>Thu, 16 Feb 2023 03:40:25 GMT</pubDate>
            <description><![CDATA[现在是熊市反弹？还是牛市起步？现在能进场吗？ 1、目前来看，不管是熊市反弹，还是牛市起步，2022年的比特币跌到15470美金，“大概率”已经是熊底了。 2、其一，当时比特币已经从最高点跌去了接近80%， 3、其二，现在美联储加息已经接近尾声，2023年中就会结束加息，不管高息保持多久，后面放水刺激经济是必然的，这也是中本聪设计比特币的原因。 4、其三，BTC和ETH和主流金融市场的相关性越来越高，主流金融市场不会一直涨，也不会一直跌，经济是有周期性的，牛市熊市会更替，所以大周期是相对确定性的，比较能容易预测。比如2022年是熊市，后面2到5年币圈一般会有一波牛市，虽然不能具体预测是哪年哪月，但“牛市会来”是极大概率的事情。 5、但即使是这样，也只能说2022年“大概率”是熊底，因为币圈有太多黑天鹅事件，是无法预测的，比如2022年的LUNA崩盘和FTX暴雷。 6、没有人可以准确预测市场，尤其是短期行情，说白了都是“瞎猜”，说好听一些：“是根据已知信息的“推测”，差别只在“胜率”，经验丰富的老韭菜，或者天赋异禀的年轻人，只是猜对的胜率高一点而已。没有人能100%预测，如果有人能1...]]></description>
            <content:encoded><![CDATA[<p>现在是熊市反弹？还是牛市起步？现在能进场吗？</p><p>1、目前来看，不管是熊市反弹，还是牛市起步，2022年的比特币跌到15470美金，“大概率”已经是熊底了。</p><p>2、其一，当时比特币已经从最高点跌去了接近80%，</p><p>3、其二，现在美联储加息已经接近尾声，2023年中就会结束加息，不管高息保持多久，后面放水刺激经济是必然的，这也是中本聪设计比特币的原因。</p><p>4、其三，BTC和ETH和主流金融市场的相关性越来越高，主流金融市场不会一直涨，也不会一直跌，经济是有周期性的，牛市熊市会更替，所以大周期是相对确定性的，比较能容易预测。比如2022年是熊市，后面2到5年币圈一般会有一波牛市，虽然不能具体预测是哪年哪月，但“牛市会来”是极大概率的事情。</p><p>5、但即使是这样，也只能说2022年“大概率”是熊底，因为币圈有太多黑天鹅事件，是无法预测的，比如2022年的LUNA崩盘和FTX暴雷。</p><p>6、没有人可以准确预测市场，尤其是短期行情，说白了都是“瞎猜”，说好听一些：“是根据已知信息的“推测”，差别只在“胜率”，经验丰富的老韭菜，或者天赋异禀的年轻人，只是猜对的胜率高一点而已。没有人能100%预测，如果有人能100%预测行情，那不管是上涨还是下跌，只需几次杠杆操作，就能财务自由了，币圈没有这样的人（神），见识过很多A8大佬一次猜错，跌落神坛。</p><p>7、其实按照历史经验，虽然现在已经过了熊底了，但可能还没走出熊市，一般情况是牛短熊长，真正的牛市开启，可能要等2023年末，2024年初，美联储和其他各国央行不断防水，才进入大牛市，牛顶可能要等到2024年末或者2025年。</p><p>8、但金融投资，讲“买预期，卖事实”，“利好兑现是利空”，人们都想提前布局，而不是等美联储正式降息了才进入市场，那时可能已经涨到半山腰了。所以当前美联储加息减缓，叠加以太坊上海升级等利好，开启了阶段性上涨。</p><p>9、当然这只是马后炮的总结，分析了最近上涨可能的触发因素，谁要是能提前100%预知，那他这一波已经财富自由了。很多打嘴炮说自己早就预判的，事实是：他们自己也不敢不完全相信自己的判断，所以也没能知行合一，所以也并没有财务自由。另外还有一些人，是FTX暴雷前就抄底了，套了半年多了，现在终于回本开始赚钱了，就开始吹逼自己多么高瞻远瞩。其实都是比较模糊的判断，没有100%精准，不然为什么还没财富自由？本金少？那么能耐，咋没多赚点本金呢？</p><p>10、会不会过2-3个月全跌回去？当然可能，还是刚才的逻辑，没人能预测短期行情，全跌回去的概率还是有的，只是这个概率比较小，概率小不代表不会发生。</p><p>11、现在要进场吗？回答这个问题要思考下，假设现在买入了BTC，然后下跌了，能跌多少？跌到1.6W刀？1.3W刀？1W刀？个人判断到1.3W刀接近极限了。现在2.3W刀，假设买入后暴跌，跌到1.3W，也才不到50%的跌幅。现货不用担心，都会涨回来，到了牛市BTC起码能超过前高吧，6.9W刀，还是至少能涨3倍。</p><p>12、前面一条有个必要前提，就是相信btc不会归零，币圈还有牛市，当然这是币圈的基本共识了，如果有这个认知，那进不进场，自己其实应该就有答案了。</p><p>13、有人说等BTC涨到20W刀了，1.6W刀和2.3W刀进场没什么区别，都是2W刀左右进场的，一个涨了18.4W刀，一个涨了17.7W刀，感觉没啥差别啊。但这个观点其实是错误的，要按本金增长来算，不能直接假设已有固定个数的币，因为本金固定的情况下，币价不同，能买到的币的数量不同。</p><p>举例来说：以本金1W刀来算，</p><p>BTC价格1.6W刀能买0.625个，BTC价格20万时，资产变成12.5W刀；</p><p>价格2.3W刀能买能买0.43个，BTC价格20万时，资产变成8.69W刀；</p><p>差3.81W刀，还是很大的，并不是感觉的7000刀。</p><p>当购买的币单价底的时候，差距更明显。比如别人1刀进的OP，涨到10刀，能赚10倍，你3刀进的，涨到10刀，你只能赚3倍多。如果涨到100刀，别人赚了100倍，1万变100万，你只能赚33倍，1万变33万，少赚66万。</p><p>14、回到主题，如何抄底赚钱？如何进场？每次牛市都会有新的叙事板块，比如上次的DeFi、和NFT板块，都会创造很多财富神话，下次是什么？目前的已知信息来看，L2应该很可能会是一个牛市新标的，尤其是后面的ZKevm概念的以太坊L2，另外还有就是近期爆火的AI板块，这两个概念还没有经历过牛市，牛市必然一波爆炒，很可能获得大资本和散户的追捧。同类还有其他没经历过牛市的新公链项目，资本一般是“炒新不炒旧”。</p><p>15、最后，要重点提醒的是，经历过熊市，很多人养成了“反弹就是逃命的机会”“反弹就做空”“反弹就出货”的“好习惯”，并被市场不断奖励强化，所以这波小牛很多人踏空，牛市操作逻辑一定要改变，别做空，回调就补仓，不要涨一点就卖，不到人人疯狂的牛顶前，尽量不出货，不做波段，牛市波段很容易被甩下车，然后因苦等回调而踏空，每天在悔恨中拍大腿。</p><p>16、上面只说了比特币，其实btc是基本盘，山寨币就是加了杠杆的btc，比特币涨一个点，他们可能涨3个点或10点，当然，比特币跌一个点，他们也同样跌3个点或10个点。没有比特币跌了80%的牛市，更没有比特币涨了80%的熊市。</p><p>17、投资现货大周期，基于历史经验，和上面的逻辑分析，投资现货大周期，是投资安全和回报率都不错的选择。我的交易策略是：底部的130%投资进场，顶部的70%出货变现，不抄最底，不贪牛顶，只赚比较确定的大周期。（底部和顶部的判断来源与对市场行情的个人判断，抄早了，卖飞了，属于个人认知不够，那个钱赚不到的，也不用懊悔和惦记。）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e54163cb1610a8b7196bda0538909d73e047bdd0c44f5d5f567053090b17f4c3.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>写于2023年2月7日，当日比特币价格23000美金，以太坊1630美金。</p><p>发布于2023年2月16日，当日比特币价格24690美金，以太坊1692美金。</p><p>本文作者：黑虾</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/heixia2077">https://twitter.com/heixia2077</a></p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[如何通过16进制mint]]></title>
            <link>https://paragraph.com/@heixia/16-mint</link>
            <guid>VsszRRWU1K3F7ZREXL61</guid>
            <pubDate>Wed, 17 Aug 2022 14:30:59 GMT</pubDate>
            <description><![CDATA[1、打开小狐狸钱包的显示十六进制功能； metamask设置-高级-显示十六进制数据 2、点击发送，地址填写mint合约地址； 合约地址在区块链浏览器中查看 3、粘贴交易记录的16进制数，点击确认； 十六进制数可以在区块链浏览器中查看]]></description>
            <content:encoded><![CDATA[<p>1、打开小狐狸钱包的显示十六进制功能；</p><p>metamask设置-高级-显示十六进制数据</p><p>2、点击发送，地址填写mint合约地址；</p><p>合约地址在区块链浏览器中查看</p><p>3、粘贴交易记录的16进制数，点击确认；</p><p>十六进制数可以在区块链浏览器中查看</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9bc6edbab02fb0ae1912e362b76df3c8235060a78968aa19af7f9a52cecdbf0d.png" alt="" 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>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[近期撸羊毛想法]]></title>
            <link>https://paragraph.com/@heixia/DQEDu34HErZb1jwz8PXZ</link>
            <guid>DQEDu34HErZb1jwz8PXZ</guid>
            <pubDate>Fri, 05 Aug 2022 04:14:35 GMT</pubDate>
            <description><![CDATA[1、跨链桥的空投相对表现不佳，不如GAL、OP。 2、主要交互ARB、ZKsync等L2。 3、深度交互，积累web3链上数据。]]></description>
            <content:encoded><![CDATA[<p>1、跨链桥的空投相对表现不佳，不如GAL、OP。</p><p>2、主要交互ARB、ZKsync等L2。</p><p>3、深度交互，积累web3链上数据。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[Arbitrum可能空投的项目汇总]]></title>
            <link>https://paragraph.com/@heixia/arbitrum</link>
            <guid>OPMxXGJsswv4bXkXmthv</guid>
            <pubDate>Wed, 18 May 2022 16:44:38 GMT</pubDate>
            <description><![CDATA[Arbitrum 跨链桥 Arbitrum One Bridge https://twitter.com/OffchainLabs https://bridge.arbitrum.io/ Across Protocol https://twitter.com/AcrossProtocol https://across.to/ Bungee https://twitter.com/BungeeExchange https://www.bungee.exchange/ deBridae https://twitter.com/deBridgeFinance https://app.debridge.finance LI.FI https://twitter.com/lifiprotocol https://transferto.xyz/swap Stargate（已发币） https://twitter.com/StargateFinance https://stargate.finance/ Boring https://twitter.com/TheBoringDAO https...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6935c6f1cca48163f290b7770d35326d810b9c802e622766a791607de230c284.png" alt="" 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 跨链桥 Arbitrum One Bridge <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/OffchainLabs">https://twitter.com/OffchainLabs</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bridge.arbitrum.io/">https://bridge.arbitrum.io/</a> Across Protocol <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AcrossProtocol">https://twitter.com/AcrossProtocol</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://across.to/">https://across.to/</a> Bungee <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BungeeExchange">https://twitter.com/BungeeExchange</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.bungee.exchange/">https://www.bungee.exchange/</a> deBridae <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/deBridgeFinance">https://twitter.com/deBridgeFinance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.debridge.finance">https://app.debridge.finance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://LI.FI">LI.FI</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lifiprotocol">https://twitter.com/lifiprotocol</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://transferto.xyz/swap">https://transferto.xyz/swap</a> Stargate（已发币） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/StargateFinance">https://twitter.com/StargateFinance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stargate.finance/">https://stargate.finance/</a> Boring <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TheBoringDAO">https://twitter.com/TheBoringDAO</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://oportal.boringdao.com/twoway">https://oportal.boringdao.com/twoway</a> CelerNetwork（cbridge）（已发币） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CelerNetwork">https://twitter.com/CelerNetwork</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cbridge.celer.network/#/transfer">https://cbridge.celer.network/#/transfer</a> Chainhop <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ChainHopDex">https://twitter.com/ChainHopDex</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.chainhop.exchange/#/swap">https://app.chainhop.exchange/#/swap</a> Composable <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ComposableFin">https://twitter.com/ComposableFin</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mosaic.composable.finance/">https://mosaic.composable.finance/</a> Debridge <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/deBridgeFinance">https://twitter.com/deBridgeFinance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.debridge.finance/">https://app.debridge.finance/</a> Orbiter <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Orbiter_Finance">https://twitter.com/Orbiter_Finance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.orbiter.finance/">https://www.orbiter.finance/</a> Hashflow（已快照） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/hashflow_">https://twitter.com/hashflow_</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.hashflow.com/">https://app.hashflow.com/</a> iSwap <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/iSwapCom">https://twitter.com/iSwapCom</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.iswap.com/zh-cn/">https://www.iswap.com/zh-cn/</a> MultiChain（前anyswap） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/MultichainOrg">https://twitter.com/MultichainOrg</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.multichain.org/#/router">https://app.multichain.org/#/router</a> Nervenetwork（已发币） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/nerve_network">https://twitter.com/nerve_network</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://nerve.network/">https://nerve.network/</a> O3 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/O3_Labs">https://twitter.com/O3_Labs</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://o3swap.com/swap">https://o3swap.com/swap</a> Rango <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RangoExchange">https://twitter.com/RangoExchange</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.rango.exchange/swap/">https://app.rango.exchange/swap/</a> Ren <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/renprotocol">https://twitter.com/renprotocol</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bridge.renproject.io/mint">https://bridge.renproject.io/mint</a> Connext（已发币） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ConnextNetwork">https://twitter.com/ConnextNetwork</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bridge.connext.network/">https://bridge.connext.network/</a> Hop（已快照结束，无空投） <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/HopProtocol">https://twitter.com/HopProtocol</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.hop.exchange/">https://app.hop.exchange/</a> 全融/衍生 Yield Protoeal <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/yield">https://twitter.com/yield</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.yieldprotocol.com/">https://app.yieldprotocol.com/</a> Greenwood <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/GreenwoodLabs">https://twitter.com/GreenwoodLabs</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://greenwood.finance/">https://greenwood.finance/</a> Pods <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/podsfinance">https://twitter.com/podsfinance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.pods.finance/">https://app.pods.finance/</a> Risedle <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/risedle">https://twitter.com/risedle</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://risedle.com/">https://risedle.com/</a> Riskharbor <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/riskharbor">https://twitter.com/riskharbor</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.riskharbor.com/">https://www.riskharbor.com/</a> Socket <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/socketdottech">https://twitter.com/socketdottech</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://socket.tech/">https://socket.tech/</a> Volmex <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/volmexfinance">https://twitter.com/volmexfinance</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.volmex.finance/">https://app.volmex.finance/</a></p><p>具体如何操作可以获得空投？</p><p>这个是不能确定的，项目方的空投策略在空投前不会公布。</p><p>不过一般就是体验项目，说白了，“项目是干什么的，你就用它干什么就行”。</p><p>跨链桥就用他跨链，供应LP，借贷金融衍生品，就存币借币。</p><p>以上，希望对你有帮助，内容由推特黑虾整理：收集分享web3价值信息</p><p>黑虾推特：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/heixia2077">https://twitter.com/heixia2077</a></p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[Luna复盘，有哪些收获？]]></title>
            <link>https://paragraph.com/@heixia/luna</link>
            <guid>zVS68rR3YeMsg7kZNsaF</guid>
            <pubDate>Sat, 14 May 2022 13:18:07 GMT</pubDate>
            <description><![CDATA[1、最开始就是看个热闹，因为之前从来没买过luna，只是听说过，是左脚踩右脚，印象不太好，且听说时，luna已经在冲击100美金一枚了，知道自己肯定错过了，所有根本就没研究。 （实际上应该早研究，哪怕错过了，也应该小金额参与下项目创新，在币圈傲慢是会付出代价的） 2、后来luna跌到20多美金了，然后有人说luna的机制，就是可以然后ust铸造luna可以套利搬砖，而那时总供应量只有几十亿，还是看热闹心态，还去微信群和人家科普知识，但自己却没有去深入研究。从100多亿，到6.5万亿直接，还有无数的套利空间。 3、持续了几天的暴跌，跌到了小数点后4个零，期间无数人做空暴富。因为知道合约杠杆，自己玩不来，就也没有操作。这个倒是没啥后悔的，杠杆合约很容易上头，哪怕赚了10次钱，一次上头了，可能就资产清零了，这个案例太多了。虽然有人做客赚了7000多万，但也有人做客10分钟亏了600多万，跌的过程中也是有反弹波动的。 4、币安发公告要下架，下架前几分钟很多人恐慌抛售，在0.000017接了一些，不过只接了10U，不过当时还在增发，有很大的不确定性，各大交易所都要下架，不过感觉应该不会结束...]]></description>
            <content:encoded><![CDATA[<p>1、最开始就是看个热闹，因为之前从来没买过luna，只是听说过，是左脚踩右脚，印象不太好，且听说时，luna已经在冲击100美金一枚了，知道自己肯定错过了，所有根本就没研究。</p><p>（实际上应该早研究，哪怕错过了，也应该小金额参与下项目创新，在币圈傲慢是会付出代价的）</p><p>2、后来luna跌到20多美金了，然后有人说luna的机制，就是可以然后ust铸造luna可以套利搬砖，而那时总供应量只有几十亿，还是看热闹心态，还去微信群和人家科普知识，但自己却没有去深入研究。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f6c19a4c1b442a04eddf8d6ad1c450995f044aaa0def6e5684512719a1f8acb9.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>从100多亿，到6.5万亿直接，还有无数的套利空间。</p><p>3、持续了几天的暴跌，跌到了小数点后4个零，期间无数人做空暴富。因为知道合约杠杆，自己玩不来，就也没有操作。这个倒是没啥后悔的，杠杆合约很容易上头，哪怕赚了10次钱，一次上头了，可能就资产清零了，这个案例太多了。虽然有人做客赚了7000多万，但也有人做客10分钟亏了600多万，跌的过程中也是有反弹波动的。</p><p>4、币安发公告要下架，下架前几分钟很多人恐慌抛售，在0.000017接了一些，不过只接了10U，不过当时还在增发，有很大的不确定性，各大交易所都要下架，不过感觉应该不会结束，果然后来右恢复交易了。算是成功抄了个低，其实最低点是在早上，只不过当时在睡觉。有0.00000的时候。</p><p>5、后来又有人发现，在链停止的前后一段时间，有个幸运儿，用3万U的UST，燃烧铸造出来价值7000多万的luna。还有人在pancake上用100U换到了4000万luna，价值60万美金，300多万人民币。而我只是在知道不再增发了，判断可能成为顶级mem币，抄了50U。虽然也赚了10倍，但对比来讲，实在错过了太多。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6570c839df85a5e87e8a28b2e2b0247ad4e597ad168f99689410b6cab2652fb7.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>反正都过去了，懊悔和拍大腿都没用了，总结经验，才能让自己下次不错过、</p><p>1、以后新的项目，都可以小金额参与体验下。一方面学习了解新模式，新操作，不要有偏见，这样就不会错过stpen，sol，luna，起码luna最好环节，可以在链上买到更便宜的币。</p><p>2、如果是确定性的机会，可以相对大金额的参与下。比如币安重新上架后，且luna不在增发，那luna被全球媒体报道和讨论，成为一共meme币的可能性是极大的，且持币人都是套牢盘，没抛压，很大概率会被买盘推高一波。</p><p>这个判断正确了，但只抄了50u的，翻倍了还出本了，格局太小了，所以最后只赚了1500多块钱。</p><p>好在，没交学费，学到了不少经验，但也损失了机会成本，错过了这波千载难逢的机会。</p><p>人只能赚到认知内的钱，这次确实字身认知也不够，</p><p>等待下一次机会吧，币圈不缺少机会，留住本金，不下赌桌。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[个人准则，时刻提醒自己：]]></title>
            <link>https://paragraph.com/@heixia/dLCQ186qjYJG7zpMqepo</link>
            <guid>dLCQ186qjYJG7zpMqepo</guid>
            <pubDate>Sun, 27 Mar 2022 09:09:52 GMT</pubDate>
            <description><![CDATA[一、项目只玩第一波，错过就错过了，等下一个。不fomo，不追高，币圈从来不缺新项目，新热点。 二、独立思考，在币圈不轻信任何人，绝大多数对项目评价，都是屁股决定脑袋。 三、不玩合约杠杆，只玩现货。 四、保持好睡眠，不清醒时不操作。]]></description>
            <content:encoded><![CDATA[<p>一、项目只玩第一波，错过就错过了，等下一个。不fomo，不追高，币圈从来不缺新项目，新热点。</p><p>二、独立思考，在币圈不轻信任何人，绝大多数对项目评价，都是屁股决定脑袋。</p><p>三、不玩合约杠杆，只玩现货。</p><p>四、保持好睡眠，不清醒时不操作。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4189580cc4c7ee90620206d15ce27e93a782d693d7e2992475317ed91c52db91.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[100 twitters worth following in the crypto space]]></title>
            <link>https://paragraph.com/@heixia/100-twitters-worth-following-in-the-crypto-space</link>
            <guid>18bERGYQkYVRXCMUZk4f</guid>
            <pubDate>Mon, 21 Mar 2022 12:28:12 GMT</pubDate>
            <description><![CDATA[https://twitter.com/VitalikButerin https://twitter.com/elonmusk https://twitter.com/cz_binance https://twitter.com/zhusu https://twitter.com/SBF_FTX https://twitter.com/coinbase https://twitter.com/binance https://twitter.com/jack https://twitter.com/BarrySilbert https://twitter.com/DoveyWan https://twitter.com/CoinDesk https://twitter.com/brian_armstrong https://twitter.com/opensea https://twitter.com/cobie https://twitter.com/hasufl https://twitter.com/Darrenlautf https://twitter.com/solana...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/VitalikButerin">https://twitter.com/VitalikButerin</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/elonmusk">https://twitter.com/elonmusk</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cz_binance">https://twitter.com/cz_binance</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/zhusu">https://twitter.com/zhusu</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/SBF_FTX">https://twitter.com/SBF_FTX</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/coinbase">https://twitter.com/coinbase</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/binance">https://twitter.com/binance</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/jack">https://twitter.com/jack</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BarrySilbert">https://twitter.com/BarrySilbert</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/DoveyWan">https://twitter.com/DoveyWan</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CoinDesk">https://twitter.com/CoinDesk</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/brian_armstrong">https://twitter.com/brian_armstrong</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/opensea">https://twitter.com/opensea</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cobie">https://twitter.com/cobie</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/hasufl">https://twitter.com/hasufl</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Darrenlautf">https://twitter.com/Darrenlautf</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/solana">https://twitter.com/solana</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/haydenzadams">https://twitter.com/haydenzadams</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/StaniKulechov">https://twitter.com/StaniKulechov</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/twobitidiot">https://twitter.com/twobitidiot</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/paradigm">https://twitter.com/paradigm</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Uniswap">https://twitter.com/Uniswap</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cdixon">https://twitter.com/cdixon</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FEhrsam">https://twitter.com/FEhrsam</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ethereum">https://twitter.com/ethereum</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/justinsuntron">https://twitter.com/justinsuntron</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/MessariCrypto">https://twitter.com/MessariCrypto</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/saylor">https://twitter.com/saylor</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/KyleSamani">https://twitter.com/KyleSamani</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Arthur_0x">https://twitter.com/Arthur_0x</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xPolygon">https://twitter.com/0xPolygon</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/lawmaster">https://twitter.com/lawmaster</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ASvanevik">https://twitter.com/ASvanevik</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/balajis">https://twitter.com/balajis</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/bitfish1">https://twitter.com/bitfish1</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Rewkang">https://twitter.com/Rewkang</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/punk6529">https://twitter.com/punk6529</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TheBlock">https://twitter.com/TheBlock</a>__</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xMaki">https://twitter.com/0xMaki</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/kaiynne">https://twitter.com/kaiynne</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/garyvee">https://twitter.com/garyvee</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/APompliano">https://twitter.com/APompliano</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cburniske">https://twitter.com/cburniske</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ljxie">https://twitter.com/ljxie</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/nansen_ai">https://twitter.com/nansen_ai</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/spencernoon">https://twitter.com/spencernoon</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/a16z">https://twitter.com/a16z</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/pranksy">https://twitter.com/pranksy</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Cooopahtroopa">https://twitter.com/Cooopahtroopa</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/FTX_Official">https://twitter.com/FTX_Official</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/QwQiao">https://twitter.com/QwQiao</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TheCryptoDog">https://twitter.com/TheCryptoDog</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xcryptowizard">https://twitter.com/0xcryptowizard</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/bantg">https://twitter.com/bantg</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/DegenSpartan">https://twitter.com/DegenSpartan</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Delphi_Digital">https://twitter.com/Delphi_Digital</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/MapleLeafCap">https://twitter.com/MapleLeafCap</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/100trillionUSD">https://twitter.com/100trillionUSD</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/danielesesta">https://twitter.com/danielesesta</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/stablekwon">https://twitter.com/stablekwon</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CurveFinance">https://twitter.com/CurveFinance</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AaveAave">https://twitter.com/AaveAave</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/BoredApeYC">https://twitter.com/BoredApeYC</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/realsatoshinet">https://twitter.com/realsatoshinet</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CoinMarketCap">https://twitter.com/CoinMarketCap</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ErikVoorhees">https://twitter.com/ErikVoorhees</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/coingecko">https://twitter.com/coingecko</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/woonomic">https://twitter.com/woonomic</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mrjasonchoi">https://twitter.com/mrjasonchoi</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/CryptoHayes">https://twitter.com/CryptoHayes</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/matthuang">https://twitter.com/matthuang</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/sassal0x">https://twitter.com/sassal0x</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AxieInfinity">https://twitter.com/AxieInfinity</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/rleshner">https://twitter.com/rleshner</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/bigmagicdao">https://twitter.com/bigmagicdao</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mattysino">https://twitter.com/mattysino</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Melt_Dem">https://twitter.com/Melt_Dem</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/loomdart">https://twitter.com/loomdart</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/MetaMask">https://twitter.com/MetaMask</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/naval">https://twitter.com/naval</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Polkadot">https://twitter.com/Polkadot</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/realChainDoctor">https://twitter.com/realChainDoctor</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/laurashin">https://twitter.com/laurashin</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Mable_Jiang">https://twitter.com/Mable_Jiang</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/samczsun">https://twitter.com/samczsun</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mcuban">https://twitter.com/mcuban</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/novogratz">https://twitter.com/novogratz</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0x_b1">https://twitter.com/0x_b1</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ACryptoApe">https://twitter.com/ACryptoApe</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/DeFi_Dad">https://twitter.com/DeFi_Dad</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/keyahayek">https://twitter.com/keyahayek</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/iearnfinance">https://twitter.com/iearnfinance</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/1inch">https://twitter.com/1inch</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/avalancheavax">https://twitter.com/avalancheavax</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/ethereumJoseph">https://twitter.com/ethereumJoseph</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/fintechfrank">https://twitter.com/fintechfrank</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/haze0x">https://twitter.com/haze0x</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/porounclemao">https://twitter.com/porounclemao</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Tetranode">https://twitter.com/Tetranode</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/mdudas">https://twitter.com/mdudas</a></p><p>Data Sources：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/PandaDAO_Office/status/1504801813723508742">https://twitter.com/PandaDAO_Office/status/1504801813723508742</a></p><p>copy organizer：</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/heixia2077">https://twitter.com/heixia2077</a></p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[DeFi是什么意思？]]></title>
            <link>https://paragraph.com/@heixia/defi</link>
            <guid>6cieT82rj6WMSMqUX1uC</guid>
            <pubDate>Thu, 17 Feb 2022 09:33:32 GMT</pubDate>
            <description><![CDATA[DeFi是英文decentralized finance的缩写，意思是去“中心化金融”。具体指在公共区块链网络上运行的金融产品、应用和协议等。 DeFi通过一系列的金融工具，让加密资产发挥作用，比如借贷，质押，流动性挖矿等，这正在慢慢改变全球金融市场。对比简单的购买加密货币，它给每个人提供了建立“无银行”生活方式的机会。]]></description>
            <content:encoded><![CDATA[<p>DeFi是英文<strong>de</strong>centralized <strong>fi</strong>nance的缩写，意思是去“中心化金融”。具体指在公共区块链网络上运行的金融产品、应用和协议等。</p><p>DeFi通过一系列的金融工具，让加密资产发挥作用，比如借贷，质押，流动性挖矿等，这正在慢慢改变全球金融市场。对比简单的购买加密货币，它给每个人提供了建立“无银行”生活方式的机会。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[如何取消以太坊交易？]]></title>
            <link>https://paragraph.com/@heixia/nqbYY3edV1n1qsGnYCKL</link>
            <guid>nqbYY3edV1n1qsGnYCKL</guid>
            <pubDate>Sun, 06 Feb 2022 16:08:26 GMT</pubDate>
            <description><![CDATA[首先要明确下： 1、已经被确认的交易，是不可以取消的。 2、这里表述的是取消待确认的交易。 有点时候因为gas费太高，或者余额不足，导致交易一直是待确认的。 一般可以选择：【加速交易】或【取消】。 加速交易就提高gas费，让矿工优先打包。 下面讲下如何【取消】，有时候直接点击取消是不好使的。 这里有个方法：就是给自己地址发送一笔0ETH的转账，随机数和想取消的相同。 具体以小狐狸metamask为例 1、打开小狐狸，点击右上角，找到设置。小狐狸钱包菜单2、再设置中找到高级小狐狸钱包设置3、再高级选项中，开启自定义交易nonce（随机数）修改自定义交易nonce4、在自己的活动记录中，找到自己要取消交易的随机数（nonce） 例子：交易所的随机数nonce注：每笔交易的随机数（nonoce）不一样，需要看下自己要需求那笔交易的随机数，不要照着这个抄。 5、自己向自己的地址发送一笔交易，0个TETH，然后点击下一步。6、填入自己要取消交易的随机数nonce，然后确认就行了。以上希望对你有帮助。]]></description>
            <content:encoded><![CDATA[<p>首先要明确下：</p><p>1、已经被确认的交易，是不可以取消的。</p><p>2、这里表述的是取消<strong>待确认的交易</strong>。</p><p>有点时候因为gas费太高，或者余额不足，导致交易一直是待确认的。</p><p>一般可以选择：【加速交易】或【取消】。</p><p>加速交易就提高gas费，让矿工优先打包。</p><p>下面讲下如何【取消】，有时候直接点击取消是不好使的。</p><p>这里有个方法：<strong>就是给自己地址发送一笔0ETH的转账，随机数和想取消的相同。</strong></p><p>具体以小狐狸metamask为例</p><p>1、打开小狐狸，点击右上角，找到<strong>设置</strong>。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c53d42d31a3b1b67a5d07f8b5551ace078ecdcfe1da5a3190abdd16177555374.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、再设置中找到<strong>高级</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0f78f5b41c0bfa4f2fc83ec4f7243d2c405c2bdd7525d624a55dee6e0fd5faa1.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>3、再高级选项中，开启自定义交易nonce（随机数）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d512432856dbe97a1f658b52baf4faa1d5a018e2724479bd729f0ff403fd242e.png" alt="修改自定义交易nonce" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">修改自定义交易nonce</figcaption></figure><p>4、在自己的活动记录中，找到自己要取消交易的随机数（nonce）</p><p>例子：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/85d450f047213f25f5bc5636bf479986a080713945717070a92154f402cd8944.png" alt="交易所的随机数nonce" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">交易所的随机数nonce</figcaption></figure><p>注：每笔交易的随机数（nonoce）不一样，需要看下自己要需求那笔交易的随机数，不要照着这个抄。</p><p>5、自己向自己的地址发送一笔交易，0个TETH，然后点击下一步。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/49ea0ae573b5b462121a00817460e46a8f7a8e0a6634b14629793485c90900db.png" alt="" 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、填入自己要取消交易的随机数nonce，然后确认就行了。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a04ba7c492e80cac24bd7aebf2c474739c8d6ac5f20e7a5811afb5a4a7ff5dd8.png" alt="" 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>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[Miniroyale怎么玩？如何快速提升等级？]]></title>
            <link>https://paragraph.com/@heixia/miniroyale</link>
            <guid>pELQnSEIKTKVoG3WCQwn</guid>
            <pubDate>Tue, 18 Jan 2022 09:38:43 GMT</pubDate>
            <description><![CDATA[游戏基础操作: W、向前 A、向左 D、向右 S、向后 空格跳跃 右键开镜射击（需要按住） R、换弹 Z、瞄准 C、蹲下 Q、E、左右侧向倾斜（压枪） Teb、键可以查看对战数据 F、键切换背包（夺旗模式要在己方旗子下） 换武器，在游戏中，⽤键盘数字1和数字2进行换枪，或鼠标滚轮换枪。 死亡后，按键Y可以举报对手。 赛季奖励： 第3级 (3600 BP): UZI枪的皮肤 第5级 (6500 BP): Vector枪的皮肤 第6级 (8000 BP): Steyr-ssg-69: Stag Hunter 第8级 (12000 BP): MP5: Golden Assault 第10级 (16000 BP): P90: Code Orange 第11级 (19000 BP): AK47: Earth Mother 第13级 (25000 BP): Horned Helmet 第14级 (30000 BP): Astrid 第15级 (35000 BP): Glock: Nevermore 第16级 (42000 BP): Viking Fury 第18级 (60000 BP): X...]]></description>
            <content:encoded><![CDATA[<p><strong>游戏基础操作:</strong></p><p>W、向前</p><p>A、向左</p><p>D、向右</p><p>S、向后</p><p>空格跳跃</p><p>右键开镜射击（需要按住）</p><p>R、换弹</p><p>Z、瞄准</p><p>C、蹲下</p><p>Q、E、左右侧向倾斜（压枪）</p><p>Teb、键可以查看对战数据</p><p>F、键切换背包（夺旗模式要在己方旗子下）</p><p>换武器，在游戏中，⽤键盘数字1和数字2进行换枪，或鼠标滚轮换枪。</p><p>死亡后，按键Y可以举报对手。</p><br><p><strong>赛季奖励：</strong></p><p>第3级 (3600 BP): UZI枪的皮肤</p><p>第5级 (6500 BP): Vector枪的皮肤</p><p>第6级 (8000 BP): Steyr-ssg-69: Stag Hunter</p><p>第8级 (12000 BP): MP5: Golden Assault</p><p>第10级 (16000 BP): P90: Code Orange</p><p>第11级 (19000 BP): AK47: Earth Mother</p><p>第13级 (25000 BP): Horned Helmet</p><p>第14级 (30000 BP): Astrid</p><p>第15级 (35000 BP): Glock: Nevermore</p><p>第16级 (42000 BP): Viking Fury</p><p>第18级 (60000 BP): XM1014: Earthly Demise</p><p>第20级 (85000BP): AK47: StormBringer</p><p>第22级 (125000 BP): XM1014: Wildflower</p><p>第23级 (150000 BP): Freya</p><p>第25级 (200000 BP): MK16: Draugr Destroyer</p><p>第27级 (250000 BP): Scar: Sea Rise</p><p>第29级 (300000 BP): Glock: Ragnarok</p><p>第31级 (350000 BP): P90: SHOREBREAK</p><p>第33级 (400000 BP): Big-Melee: Axe of Odin</p><p>第35级 (470000 BP): Dark Omen</p><p>第37级 (560000 BP): MP5: Viking Raid</p><p>第39级 (670000 BP): Big-Melee: TrollSlayer</p><p>第41级 (820000 BP): Venom Shield</p><p>第43级 (880000 BP): Frozen Guard</p><p>第45级 (1000000 BP): Sea Witch</p><p>本赛季不是删测，所以理论上，全部奖励都可以在赛季结束后铸造NFT。</p><p>共有：</p><p>18个枪械NFT</p><p>6个人物NFT</p><p>3个饰品NFT</p><p>赛季结束时间：2022年2月28日</p><br><p><strong>如何快速提升Battle Pass？</strong>  </p><p>1、BP值跟杀人数关系大，多打伤害多击杀敌军。</p><p>2、爆头、连杀、以少胜多，可以获得额外BP加成。</p><p>3、夺旗也会有BP加成，大概相当于3~4个人头。</p><p>4、杀人数相同的情况下，第4个模式，常常加的BP最多。</p><p>5、做赛季任务，赛季任务完成后可以获得大量BP和游戏精球奖励。</p><p>6、购买并持有高级NFT有BP额外加成，1 NFT加 10% ；2-4 NFT加 20%；5 NFT加30%；</p><p>Miniroyale的NFT购买网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://magiceden.io/marketplace/mrn_s1_vikings_premium_drop">https://magiceden.io/marketplace/mrn_s1_vikings_premium_drop</a></p><br><p><strong>小经验：</strong></p><p>1、跳着打，不易被秒，这游戏跳起来也能开枪。</p><p>2、命中头部为致命伤，几乎所有枪支都是瞬间毙命。</p><p>3、地图比较小，走路时，准星预瞄在敌人的爆头横线附近，敌人出现就打爆他的头。</p><p>4、同样因为地图比较小，喷子枪有明显的优势，属于版本强势武器。</p><p>5、敌人复活后会有几秒的无敌时间，不能在敌人老家位置守着，且复活位置不固定。</p><p><strong>赛季任务：</strong></p><p>一</p><p>1:死斗模式1局至少干死5个，5局</p><p>2：任意地图一局至少干死5个并爆头1个，3局</p><p>3：吃鸡模式用UZI1局至少干死1个，5局</p><p>4：拔旗模式用GLOCK1局至少干死1个，8局</p><p>5：任意地图用KG9至少杀1个，10局</p><p>6：死斗模式1局至少干7个爆头，7局</p><p>7：死斗模式大喷子1局至少干死1个10局</p><p>8：拔旗模式1局至少干死15个，3局</p><p>9：死斗模式1局至少干死15个，5局</p><p>10：赢50局死斗或者拔旗</p><p>二</p><p>1：打2把拔旗</p><p>2：打4把死斗</p><p>3：打10把吃鸡</p><p>4：打15把拔旗</p><p>5：打20把吃鸡</p><p>6：打30把死斗</p><p>7：赢10把拔旗</p><p>8：赢15把死斗</p><p>9：吃鸡拿前3，10局</p><p>10：成功吃鸡15次</p><p>三</p><p>1：雪地图打3局</p><p>2：雪地图1局至少杀5个，3局</p><p>3：雪地图用MP5一局至少杀1个，5局</p><p>4：赢7局雪地图</p><p>5：拔旗模式雪地图赢8局</p><p>6：雪地图1局至少爆头5个，3局</p><p>7：雪地图1局至少杀10个，5局</p><p>8：死斗模式雪地图赢12局</p><p>9：雪地图1局至少爆头7个，10局</p><p>10：赢45把雪地图</p><p>四</p><p>1：打4把死斗</p><p>2：用近战武器1把至少干死1个，5局</p><p>3：死斗模式用单手近战武器1把至少干死1个，7局</p><p>4：拔旗模式用单手近战武器1把至少干死1个，8局</p><p>5：拔旗模式用单手近战武器1把至少干死1个，10局</p><p>6：死斗模式用单手近战武器1把至少干死1个，12局</p><p>7：拔旗模式用双手近战武器1把至少干死1个，10局</p><p>8：死斗模式用双手近战武器1把至少干死1个，15局</p><p>9：拔旗模式用双手近战武器1把至少干死1个，16局</p><p>10：死斗模式用双手近战武器1把至少干死1个，20局</p><p>以上，希望对你有帮助，我是heixia黑虾，欢迎关注和收藏。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[区块链常用工具网址汇总]]></title>
            <link>https://paragraph.com/@heixia/yojE4p1HETdaod2aOua7</link>
            <guid>yojE4p1HETdaod2aOua7</guid>
            <pubDate>Sat, 08 Jan 2022 08:42:32 GMT</pubDate>
            <description><![CDATA[身份账户： Google邮箱网站：https://mail.google.com/ Telegram网址：https://www.telegram.org/ Twitter网址：https://twitter.com/ Discord网址：https://discord.com/ Metamask网址：https://metamask.io/ Phantom网址：https://phantom.app/download Chainlist网址：https://chainlist.org/ 数据看板： CoinMarketCap网址：https://coinmarketcap.com/ CoinGecko网址：https://www.coingecko.com/en 链上交易信息汇总：https://www.dextools.io/app/ether/big-swap-explorer 以太坊浏览器：https://etherscan.io/ 以太坊实时gas费：https://www.gasprice.io/ 以太坊gas消耗追踪：https://pro.nansen.ai/ga...]]></description>
            <content:encoded><![CDATA[<p>身份账户：</p><p>Google邮箱网站：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mail.google.com/">https://mail.google.com/</a></p><p>Telegram网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.telegram.org/">https://www.telegram.org/</a></p><p>Twitter网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/">https://twitter.com/</a></p><p>Discord网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/">https://discord.com/</a></p><p>Metamask网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://metamask.io/">https://metamask.io/</a></p><p>Phantom网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://phantom.app/download">https://phantom.app/download</a></p><p>Chainlist网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chainlist.org/">https://chainlist.org/</a></p><p>数据看板：</p><p>CoinMarketCap网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://coinmarketcap.com/">https://coinmarketcap.com/</a></p><p>CoinGecko网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coingecko.com/en">https://www.coingecko.com/en</a></p><p>链上交易信息汇总：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.dextools.io/app/ether/big-swap-explorer">https://www.dextools.io/app/ether/big-swap-explorer</a></p><p>以太坊浏览器：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/">https://etherscan.io/</a></p><p>以太坊实时gas费：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.gasprice.io/">https://www.gasprice.io/</a></p><p>以太坊gas消耗追踪：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pro.nansen.ai/gas-tracker">https://pro.nansen.ai/gas-tracker</a></p><p>Zapper网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zapper.fi/zh">https://zapper.fi/zh</a></p><p>Debank网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://debank.com/">https://debank.com/</a></p><p>链上交易市场：</p><p>Uniswap交易所：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.uniswap.org/#/swap">https://app.uniswap.org/#/swap</a></p><p>Sushi交易所：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.sushi.com/swap">https://app.sushi.com/swap</a></p><p>OpenSea交易所：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/">https://opensea.io/</a></p><p>MagicEden交易所：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://magiceden.io/">https://magiceden.io/</a></p><p>行业媒体：</p><p>TheBlock网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.theblockcrypto.com/">https://www.theblockcrypto.com/</a></p><p>Coindesk网址：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coindesk.com/">https://www.coindesk.com/</a></p><p>Blockbeats区块律动：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://theblockbeats.info/">https://theblockbeats.info/</a></p><p>Odaily星球日报：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.odaily.news/">https://www.odaily.news/</a></p><p>PANews：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.panewslab.com/zh/index.html">https://www.panewslab.com/zh/index.html</a></p><p>Techflow深潮：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.techflow520.com/">https://www.techflow520.com/</a></p><p>以上，希望对你有帮助。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
        <item>
            <title><![CDATA[币圈常见英语的意思]]></title>
            <link>https://paragraph.com/@heixia/Kd9cWS3Md0bPl08SLc7A</link>
            <guid>Kd9cWS3Md0bPl08SLc7A</guid>
            <pubDate>Mon, 03 Jan 2022 16:47:25 GMT</pubDate>
            <description><![CDATA[[区块链小白知识】币圈常见英语的意思： Airdrop：空投，白给。 Claim：认领，宣称 DM：英文Direct Message（直接消息）的缩写，可以理解为“私信”。 DAO：去中心化自治组织。 Rug：地毯，常见组合Rug pull，“拉出地毯”，引申为“意外的撤出支持”，可以简单理解为“使坏”“跑路”。 LP：英文Liquidity Provider（流动性提供者）的缩写，提供流动性常常可以获得收益，也叫流动性挖矿。 Layer2：二层是指构建在现有区块链系统之上的辅助框架或协议，比如ETH是Layer1（一层）网络，构建在它上面的二层网络optimism，速度更快，手续费更低。 Staking：质押，锁仓。一般来讲质押代币可以获得奖励，和银行存钱类似。 币圈小白，常常会遇到很多行业词汇不认识，这里分享两个工具。 1、《区块链红宝》币圈词典 链接：https://pan.baidu.com/share/init?surl=8F2y9oBHH1qaJXEpeoy5xQ… 提取码：q927 2、币安的加密货币词典 https://academy.binance.com/en...]]></description>
            <content:encoded><![CDATA[<p>[区块链小白知识】币圈常见英语的意思：</p><p>Airdrop：空投，白给。</p><p>Claim：认领，宣称</p><p>DM：英文Direct Message（直接消息）的缩写，可以理解为“私信”。</p><p>DAO：去中心化自治组织。</p><p>Rug：地毯，常见组合Rug pull，“拉出地毯”，引申为“意外的撤出支持”，可以简单理解为“使坏”“跑路”。</p><p>LP：英文Liquidity Provider（流动性提供者）的缩写，提供流动性常常可以获得收益，也叫流动性挖矿。</p><p>Layer2：二层是指构建在现有区块链系统之上的辅助框架或协议，比如ETH是Layer1（一层）网络，构建在它上面的二层网络optimism，速度更快，手续费更低。</p><p>Staking：质押，锁仓。一般来讲质押代币可以获得奖励，和银行存钱类似。</p><br><p>币圈小白，常常会遇到很多行业词汇不认识，这里分享两个工具。</p><p>1、《区块链红宝》币圈词典 链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/CKzp3WqOWJ">https://pan.baidu.com/share/init?surl=8F2y9oBHH1qaJXEpeoy5xQ…</a> 提取码：q927</p><p>2、币安的加密货币词典 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/0IqeaQdfqh">https://academy.binance.com/en/glossary</a> 币安这个，可以搭配谷歌翻译使用，有了这两个词典工具，基本就能搞定币圈相关词汇了。</p>]]></content:encoded>
            <author>heixia@newsletter.paragraph.com (heixia)</author>
        </item>
    </channel>
</rss>