<?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>xiyu's Blog</title>
        <link>https://xiyu.im/</link>
        <description>long bitcoin</description>
        <lastBuildDate>Wed, 09 Sep 2026 16:57:34 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en-US</language>
        <copyright>All rights reserved 2026, xiyu</copyright>
        <item>
            <title><![CDATA[换 Agent 不用重讲一遍：把状态从对话搬进仓库]]></title>
            <link>https://xiyu.im/article/agent-handoff-protocol</link>
            <guid>https://xiyu.im/article/agent-handoff-protocol</guid>
            <pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[用 AI agent 做开发，每换一次就要把前因后果重讲一遍，而且一定会漏。这篇讲一套让这个动作消失的机制：仓库存状态、Issue 认领任务、PR 留证据，附完整交接模板和五个不能互相替代的状态。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3d5a745569bb818dbeb4f354c43f1954"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-945169f27bb144f48024a0c405a7b204">Agent 干到一半，上下文满了。或者你想换个模型试试，或者干脆想开三个并行跑。</div><div class="notion-text notion-block-a768169ad2ae4be99ebe731706872999">新开一个窗口，第一件事是把前因后果重讲一遍。</div><div class="notion-text notion-block-f347fa4ee04c419eb9c7ad7d1972de13">讲完你发现漏了三件事：哪个分支是活的、线上跑的是哪个版本、上次那个测试到底跑没跑过。</div><div class="notion-text notion-block-94eb9b5139f74b36a36a791b951e3093">重讲一遍的成本不是时间，是讲到一半你自己也记不清了。</div><div class="notion-text notion-block-f077c429e0d3451e83ff7e832ef24093">这篇讲一套让这个动作消失的机制。跑通之后，换 agent 只需要给两样东西：仓库地址，和任务号。</div><hr class="notion-hr notion-block-950f510da63649dba5e54d68cb6c70cd"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-ac8717f7c8664ca0a4e39381421deb8f" data-id="ac8717f7c8664ca0a4e39381421deb8f"><span><div id="ac8717f7c8664ca0a4e39381421deb8f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ac8717f7c8664ca0a4e39381421deb8f" title="一句话版本"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">一句话版本</span></span></h2><div class="notion-text notion-block-47cd7e8e80d4437e9b3db173a67d3ada"><b>仓库保存状态，Issue 认领任务，PR 留下交付证据。</b></div><div class="notion-text notion-block-b5bda6b13a25419bb07b4a588499ef07">三件事各有分工。</div><div class="notion-text notion-block-247a412e0e4a44caa813d13fd7a8ef87">仓库回答“现在什么情况”。Issue 回答“谁在做什么，做到什么算完”。PR 回答“到底做了没有，凭什么说做了”。</div><div class="notion-text notion-block-e9f39833198d4bf696720cc75a0b9ac7">这三个问题原来都存在你脑子里和聊天记录里，所以每换一次人就得重新装载一遍。挪进仓库之后，新 agent 自己读就行。</div><div class="notion-text notion-block-0f7b0158f43f4fa1971528fb103edbfc">说实话这套东西没什么新东西，就是人类团队交接那一套。有意思的是，人类团队可以靠口头补齐文档的空白，agent 不行。agent 只能读到写下来的部分。</div><div class="notion-text notion-block-d028b6ecf10042159ad0221d85806bef">所以这套机制对 agent 的要求，比对人严格得多。</div><hr class="notion-hr notion-block-38e1db70313141339abcb2fa2187c442"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-b1f6fe4fe76343df9c42b6de87181c9b" data-id="b1f6fe4fe76343df9c42b6de87181c9b"><span><div id="b1f6fe4fe76343df9c42b6de87181c9b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b1f6fe4fe76343df9c42b6de87181c9b" title="一、每类信息只维护一个地方"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">一、每类信息只维护一个地方</span></span></h2><div class="notion-text notion-block-6cd686cbcf744296a2e81e299045ea29">先定文档分工。这一步看着琐碎，但后面所有问题都从这儿来。</div><table class="notion-simple-table notion-block-d4bb4bb0b67e44eb80010d25883e53e2"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-5643a1c3574a41caaa0abfd6808c10d4"><td class="" style="width:120px"><div class="notion-simple-table-cell">文件</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">负责回答什么</div></td></tr><tr class="notion-simple-table-row notion-block-a51e959846144b35bb25ec1e026695b7"><td class="" style="width:120px"><div class="notion-simple-table-cell">规则文件（如 <code class="notion-inline-code">AGENTS.md</code>）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">长期不变的：技术栈、边界、部署授权、禁止事项</div></td></tr><tr class="notion-simple-table-row notion-block-6bae749db71047b7ba83e37022febfab"><td class="" style="width:120px"><div class="notion-simple-table-cell">各家 agent 的入口文件</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">一句话指向规则文件，不重复内容</div></td></tr><tr class="notion-simple-table-row notion-block-ae6cdefd6fb3493aa62a24b00cd07fe5"><td class="" style="width:120px"><div class="notion-simple-table-cell">交接文件（如 <code class="notion-inline-code">docs/handoff.md</code>）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">当前状态：做到哪、线上哪版、下一步是什么</div></td></tr><tr class="notion-simple-table-row notion-block-276b8093497b4fc4bb0ad238e348a609"><td class="" style="width:120px"><div class="notion-simple-table-cell">待办文件</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">任务优先级、范围、验收条件</div></td></tr><tr class="notion-simple-table-row notion-block-fef7f1efbbdc4c619977bf85412bcf9b"><td class="" style="width:120px"><div class="notion-simple-table-cell">UI 规则</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">菜单、排版、组件、移动端适配</div></td></tr><tr class="notion-simple-table-row notion-block-110e7c13ecad4e7491a785aaefabc3e6"><td class="" style="width:120px"><div class="notion-simple-table-cell">数据约定</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">数据来源、统计口径、缺失值怎么处理</div></td></tr><tr class="notion-simple-table-row notion-block-b5080c42812c440c855677ab74a0ffdb"><td class="" style="width:120px"><div class="notion-simple-table-cell">发布记录目录</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">历史版本与验证证据</div></td></tr></tbody></table><div class="notion-text notion-block-eaae6ebecc5d475fba720557808c7f01">各家 agent 的入口文件是个小坑。<a class="notion-link" href="http://CLAUDE.md" target="_blank" rel="noopener noreferrer">CLAUDE.md</a>、<a class="notion-link" href="http://GEMINI.md" target="_blank" rel="noopener noreferrer">GEMINI.md</a>、<a class="notion-link" href="http://agent.md" target="_blank" rel="noopener noreferrer">agent.md</a> 这些，很多人会在每个里面各写一份规则。</div><div class="notion-text notion-block-66bf8de43919457686df24111ba32898">别这么干。写一句“规则见 <a class="notion-link" href="http://AGENTS.md" target="_blank" rel="noopener noreferrer">AGENTS.md</a>”就够了。</div><div class="notion-text notion-block-9530270e82bb4a8b94efe276527ddf87">原因很简单：<b>同一件事写在两个地方，早晚会不一致，而 agent 不会问你该信哪个。</b></div><div class="notion-text notion-block-df880383d78a4fb2899a0bd6e32ed7d1">它会挑一个信。挑哪个取决于读取顺序，不取决于哪个是对的。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f165e829bdae42cabe0722775a71845c" data-id="f165e829bdae42cabe0722775a71845c"><span><div id="f165e829bdae42cabe0722775a71845c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f165e829bdae42cabe0722775a71845c" title="踩坑：交接文件里同时躺着新旧两份"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">踩坑：交接文件里同时躺着新旧两份</span></span></h3><div class="notion-text notion-block-2922e2e5880f41d49c26a56ceef7b653">这是我见过最容易犯、代价也最直接的错。</div><div class="notion-text notion-block-bd1b61353d1541d1a41698211ba16711">交接文件写着写着就变成了流水账。这周的交接追加在上周下面，两份都在，都写着“当前状态”。</div><div class="notion-text notion-block-0a565692b25241aaa168e17aafc780e8">人扫一眼就知道哪份是旧的——看日期，看语气，看哪个更靠下。</div><div class="notion-text notion-block-3aa397c947c84603b1ff27f81195d01c">agent 看不出来。</div><div class="notion-text notion-block-89b6053d3e96417da16e0f97c3fcfca9">它会把上周已经做完的任务当成这周的目标，然后兴致勃勃地把一个已经合并的功能重新实现一遍。</div><div class="notion-text notion-block-10d318c3a04d4bc2a929a322bdf410ca"><b>旧记录必须移走，不是标注“已过期”。</b></div><div class="notion-text notion-block-94982f53577c420eafa4c0aca6f1f308">标注其实没用。agent 读到“已过期”三个字，也读到了下面的任务描述，两者在它眼里权重差不多。移到版本记录目录里去，交接文件永远只有一份当前状态。</div><hr class="notion-hr notion-block-47790493767044b38e019e3a93ff59ca"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-d57a1d5526784b3dae847d827c5db441" data-id="d57a1d5526784b3dae847d827c5db441"><span><div id="d57a1d5526784b3dae847d827c5db441" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d57a1d5526784b3dae847d827c5db441" title="二、交接必须写没完成的部分"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">二、交接必须写没完成的部分</span></span></h2><div class="notion-text notion-block-20bc8e795d174a24b91df93072516196">大部分人的交接长这样：“这版做完了，可以部署。”</div><div class="notion-text notion-block-d943a5e915b44298be7d13c8aae0e238">这句话信息量约等于零。</div><div class="notion-text notion-block-bbd75899dc634f57b3ecafe2123097ba">固定成模板，每次结束工作照着填：</div><div class="notion-text notion-block-6779deb3a1624417972a045699a93a11">字段有点多，不过每一条都是被坑出来的。</div><div class="notion-text notion-block-082fde1b8f704ea5af61b95ba126c6d6">其中最关键的是把这五个状态分开：</div><div class="notion-text notion-block-8c1d5381e8814741bc289477d2bb8766"><b>代码写完 → 测试通过 → PR 合并 → 部署成功 → 线上验收通过。</b></div><div class="notion-text notion-block-59705b8f145449879760577e1b7e95d3">这五个不能互相替代，一个都不能省。</div><div class="notion-text notion-block-746feb6a19e541248c543359bf0b6fb2">大多数交接翻车都是同一个模式：agent A 报“做完了”，实际意思是代码写完了。agent B 读到“做完了”，理解成已经上线，于是从下一个任务开始接。</div><div class="notion-text notion-block-4dc747890b4c4ab78289dbfdbe2d6784">中间三个状态全被跳过。等发现的时候，线上跑的还是三天前那版，而两个人都以为已经发布了。</div><div class="notion-text notion-block-6b28c2474ac24d528f9e07d18233f222">我现在的习惯是，交接里凡是出现“完成”两个字，后面必须跟一个限定词。完成到哪一步，写清楚。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-7157e214cb794179a29d728424b98f4b" data-id="7157e214cb794179a29d728424b98f4b"><span><div id="7157e214cb794179a29d728424b98f4b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7157e214cb794179a29d728424b98f4b" title="中途换人怎么办"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">中途换人怎么办</span></span></h3><div class="notion-text notion-block-e4543f6db07b4dc68b724a7bc36767b7">不用为了交接强行合并。</div><div class="notion-text notion-block-33121fafe2284ba1b4e2151e4d683d41">先把有效代码提交并推送到任务分支，没做完的开一个 Draft PR 挂着。</div><div class="notion-text notion-block-bf610c82ef0f44a998e92d193640349e">Draft PR 的价值在于它是个公开的、带 diff 的、可以被下一个 agent 直接读到的现场。比在交接文件里用文字描述“我改了 utils 里的三个函数”精确一百倍。</div><hr class="notion-hr notion-block-f526ff7954fe4864b0c3490f3afa5713"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-5b0e4d019dfb4cbd97f34a3b122ccee2" data-id="5b0e4d019dfb4cbd97f34a3b122ccee2"><span><div id="5b0e4d019dfb4cbd97f34a3b122ccee2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5b0e4d019dfb4cbd97f34a3b122ccee2" title="三、新 Agent 开工前先核对事实"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">三、新 Agent 开工前先核对事实</span></span></h2><div class="notion-text notion-block-1d7eddb9b10d409fb31e4ad91ace48f6">这条是给 agent 的规则，写进规则文件里，让它每次开工自己执行。</div><div class="notion-text notion-block-b8e565ae20e24fc79500cdc561a527bf">顺序固定：</div><ol start="1" class="notion-list notion-list-numbered notion-block-930d9d8aee704788aabccd025767fb71" style="list-style-type:decimal"><li>读入口文件、规则文件、最新交接、当前任务</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-f7ab73760c9d4054a61a8469e8d523e4" style="list-style-type:decimal"><li>检查工作区状态、远端主分支、开放的 PR 和任务认领情况</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-5d71e21a3302480c946421f501b7b38e" style="list-style-type:decimal"><li>核对线上版本是不是文档里说的那个</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-b2b9d980f2a444abba7a090eff660544" style="list-style-type:decimal"><li>用两三句话说清“现在什么状态、我准备做什么、哪些不能动”，然后再动手</li></ol><div class="notion-text notion-block-fbe4341194db46f99a666e065b1e1fb8">第 4 步别省。它看着像形式主义，实际是个廉价的对齐检查——如果 agent 的复述跟你的理解不一样，你能在它写第一行代码之前就发现。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-c27ce9e004cc472995f9733f0e4c1f0e" data-id="c27ce9e004cc472995f9733f0e4c1f0e"><span><div id="c27ce9e004cc472995f9733f0e4c1f0e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c27ce9e004cc472995f9733f0e4c1f0e" title="踩坑：agent 的默认行为是相信文档"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">踩坑：agent 的默认行为是相信文档</span></span></h3><div class="notion-text notion-block-2aa9c11679d44e6dbb594219d2bf0e3d">文档和实际状态冲突的时候，agent 会信文档。</div><div class="notion-text notion-block-99f5bb75a02b493e846474bf458234c3">这个默认值在大多数时候是对的，但在交接场景里非常危险。文档说“已部署到生产”，实际没有；文档说“main 分支是干净的”，实际有人推了三个提交上去。</div><div class="notion-text notion-block-2d614441f7644a3c8ce51ac4809c488b">agent 按文档动手，就会覆盖掉别人的工作。</div><div class="notion-text notion-block-95b7f796cf59463780eac52be7d69c89">所以规则里要写死一条：<b>发现文档和 GitHub 或线上状态对不上，先核实并修正文档，不能直接按文档覆盖已有工作。</b></div><div class="notion-text notion-block-3c7f6ef53ce24bebacfa866ec0ff3081">顺序是先查、后改文档、再干活。三步都不能跳。</div><hr class="notion-hr notion-block-fa8184cb49bf4cb793c6a596b1a82e4f"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-dff6c39fcaa9439e9719382209b2a500" data-id="dff6c39fcaa9439e9719382209b2a500"><span><div id="dff6c39fcaa9439e9719382209b2a500" class="notion-header-anchor"></div><a class="notion-hash-link" href="#dff6c39fcaa9439e9719382209b2a500" title="四、多个 Agent 同时跑，先划责任"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">四、多个 Agent 同时跑，先划责任</span></span></h2><div class="notion-text notion-block-e0c2523d18f9434dbd5c85e94738074e">并行是这套机制最大的收益，也是最容易翻车的地方。</div><div class="notion-text notion-block-cabc7d2425654b04973c06fad48ecac9">对个人项目这个规模，我的划法是：</div><ul class="notion-list notion-list-disc notion-block-394c2d36a9864e3086facde14a1ad5a0"><li>一个主 agent 负责整合、合并和部署</li></ul><ul class="notion-list notion-list-disc notion-block-d52fa3492d4f4b5aa1cb9d8c17b5d49d"><li>其他 agent 各自认领独立 Issue，用独立分支或者 worktree</li></ul><ul class="notion-list notion-list-disc notion-block-96a09271fcc54d419b9532d2517d0f27"><li>Issue 里写明涉及哪些文件，避免两个 agent 同时改同一个模块</li></ul><ul class="notion-list notion-list-disc notion-block-8a95d5f367e54b97b3f38b2bd39905da"><li>同一时间只有一个 agent 能动生产环境</li></ul><div class="notion-text notion-block-11ddd30adcca43baa835325820423d11">性能优化和文档审计可以完全并行，互不干扰。</div><div class="notion-text notion-block-d8e88bd5488f4d9482637078b82f31c2">两个 agent 同时改首页布局就是灾难，一定会互相覆盖，而且冲突解决出来的东西大概率两边的意图都保不住。</div><div class="notion-text notion-block-55b53d62eae74f2abbdfa969f5b6d17a">worktree 值得单说一句。同一个仓库开多个工作目录，各自独立分支，互不干扰。比让 agent 反复 checkout 切分支安全得多——切分支的时候如果有未提交的改动，出事的方式非常难查。</div><hr class="notion-hr notion-block-268068b133fc455c9deb59f36640b9a9"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-5d614c2afa144d50a37814d4a34cdbad" data-id="5d614c2afa144d50a37814d4a34cdbad"><span><div id="5d614c2afa144d50a37814d4a34cdbad" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5d614c2afa144d50a37814d4a34cdbad" title="五、能自动检查的别靠人盯"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">五、能自动检查的别靠人盯</span></span></h2><div class="notion-text notion-block-e3b0accbccb94e1baf26c9d421b22076">交接质量靠自觉是靠不住的，尤其是 agent 的自觉。</div><div class="notion-text notion-block-ad5515bf828e45ecad3c9622090f2447">能进 CI 的检查：</div><ul class="notion-list notion-list-disc notion-block-0326f3e846204908a0fe87651234e73a"><li>测试与构建通过</li></ul><ul class="notion-list notion-list-disc notion-block-693a4d67313c472eaaab6ccf678468fd"><li>版本号在各处保持一致（<code class="notion-inline-code">VERSION</code>、package 文件、版本说明）</li></ul><ul class="notion-list notion-list-disc notion-block-85156ef5a57e4b9ab905780741acdb8f"><li>文档内部链接有效</li></ul><ul class="notion-list notion-list-disc notion-block-5fda900b7a894e96a170757732dd3ed4"><li>应用类 PR 必须包含交接更新和验证记录</li></ul><ul class="notion-list notion-list-disc notion-block-b029e3b160174c81b2727f2dbc767e85"><li>部署记录必须包含源码提交、运行时版本、验收结果和回退方式</li></ul><div class="notion-text notion-block-4fe5cffbe5e84889bbb03ee6e1bcf251">其中“PR 必须包含交接更新”这条最有用。它把“记得更新交接文件”从一个需要提醒的习惯，变成了一个不做就合不了的硬约束。</div><div class="notion-text notion-block-d4ecfe10af734b04bb2b0f5a83d1d715">习惯会忘，约束不会。</div><hr class="notion-hr notion-block-d3a9b4283b6d49c082497c3a62ce4a58"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-eb1ac03161b2428d9fad4eb0941d33df" data-id="eb1ac03161b2428d9fad4eb0941d33df"><span><div id="eb1ac03161b2428d9fad4eb0941d33df" class="notion-header-anchor"></div><a class="notion-hash-link" href="#eb1ac03161b2428d9fad4eb0941d33df" title="六、权限不能通过文档继承"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">六、权限不能通过文档继承</span></span></h2><div class="notion-text notion-block-bc32684d954847368a15a9e8b2465ce0">这条单独拎出来说，因为它是唯一一条错了就不可逆的。</div><div class="notion-text notion-block-59d7eaca62c045799d26a06d8ad2390a"><b>账号登录状态不能写进交接文档。</b></div><div class="notion-text notion-block-2f91bac14f034bd5ac33244d8d7cb282">不管是 API key、token 还是 session，都不行。交接文件是会被提交、被同步、被下一个 agent 完整读取的东西，凭证放进去等于公开。</div><div class="notion-text notion-block-118f08fd5f3244c3a51b21d78ec5fb10">交接里只写两件事：这个任务需要什么权限，怎么检查权限有没有生效。</div><div class="notion-text notion-block-2c6131d2e6634a5da46c7109c315822a">真正的密钥放在平台的安全配置里，agent 通过环境变量拿，读不到明文。</div><hr class="notion-hr notion-block-341292665dab41c3be1dca432c27db16"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-24d7f3e035ff420b92c48b55d1d53c4e" data-id="24d7f3e035ff420b92c48b55d1d53c4e"><span><div id="24d7f3e035ff420b92c48b55d1d53c4e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#24d7f3e035ff420b92c48b55d1d53c4e" title="落地顺序"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">落地顺序</span></span></h2><div class="notion-text notion-block-2e2bbf86f67b421893d81ad698f556f6">不用一次全上。按这个顺序做，每一步都能立刻见效：</div><div class="notion-text notion-block-3617f841522e4195b8b4b6e3a8682665"><b>第一步，清理交接文件的新旧状态。</b> 这是成本最低、收益最直接的一件。花十分钟，把历史记录移到版本目录，交接文件只留当前。</div><div class="notion-text notion-block-bb0ce6b38bd94f90b55d778bf2c8de8a"><b>第二步，加 Issue 和 PR 模板。</b> 把上面那份字段清单做成 PR 模板，agent 提 PR 的时候自动带出来，比在规则文件里写一百遍“记得填交接”有用。</div><div class="notion-text notion-block-17302650aa9d4dae8dd47a45142817b1"><b>第三步，加版本一致性和交接完整性检查。</b> 让 CI 帮你盯，别靠人眼。</div><div class="notion-text notion-block-7ed753c5988841778887dfa352edf0dc">三步做完，你可以把这段话直接甩给任何一个新 agent：</div><blockquote class="notion-quote notion-block-941c34a0149a41359168295faf60604b"><div>接手这个仓库。先读规则文件和最新交接，再核对远端主分支、工作区、开放的 Issue 和 PR、以及生产版本。按交接里的当前执行指针继续。完成后更新交接、提交 PR，按项目约定完成合并、部署和线上验证。没完成的部分必须留下准确的分支、提交和下一步。</div></blockquote><hr class="notion-hr notion-block-5f49c0996b9b4e788bde8eeb75dfacac"/><div class="notion-text notion-block-23360b7b19174faa986c8890ebc75422">跑了一段时间之后我发现，这套东西真正改变的其实不是交接效率。</div><div class="notion-text notion-block-1352c4fd706c4f219366c5d11abdc5bd">是我自己终于说得清项目现在到底什么状态了。</div><div class="notion-text notion-block-9c070a0bcaf94fe3a0df768104c5e82a">以前那些“大概做完了”“应该上线了吧”，都是因为状态只存在脑子里，而脑子会自动把不确定的地方填成确定的。写进仓库就填不了了，缺什么一目了然。</div><div class="notion-text notion-block-9e4788070d0d4655bf04eaf5f2dd967b">agent 只是把这个问题暴露得更早、更狠而已。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[在数字货币交易中如何分配资金]]></title>
            <link>https://xiyu.im/article/501f36e75d434bddb772bba68a14e885</link>
            <guid>https://xiyu.im/article/501f36e75d434bddb772bba68a14e885</guid>
            <pubDate>Fri, 24 Feb 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-501f36e75d434bddb772bba68a14e885"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-06fa9e4555174381bc53194d03782dc3">作为数字货币的交易员，资金的分配非常重要，它关系到投资者的风险承受能力和收益预期。资金的分配通常需要考虑市场的波动性、风险偏好以及个人的投资目标等因素。</div><div class="notion-blank notion-block-17fa29db154e41e78a8bb1e285b6fb69"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-6337ed29646f41bdb5771290967d55ff" data-id="6337ed29646f41bdb5771290967d55ff"><span><div id="6337ed29646f41bdb5771290967d55ff" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6337ed29646f41bdb5771290967d55ff" title="数字货币投资分配的两个坑"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">数字货币投资分配的两个坑</span></span></h3><div class="notion-text notion-block-29cd7efab6be4742bd669d681eb85d29">数字货币投资分配中有两个坑，一是只买一个币（除比特币）。另一种是投资了一堆高风险的币，每个维权群都能看到身影。</div><div class="notion-text notion-block-49511b32e3c54fcf9b9e1161dd6984c0">如何规避上面两种情况，把收益尽可能的最大化呢？</div><div class="notion-text notion-block-655ecf825f8349dea89f81e2257e0730">数字货币市场的风险很高，因此分散投资风险是非常重要的。我的建议是将资金分成ab两个仓位，a仓位用于投资比特币，b仓位用于投资山寨币等高风险高回报的数字货币。ab仓位占总资金的比重可以是9：1。</div><div class="notion-blank notion-block-b793cc624f1648b692fcb819d6034bc6"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-ddc6c3aa5a6d40959a90b4b197d204ef" data-id="ddc6c3aa5a6d40959a90b4b197d204ef"><span><div id="ddc6c3aa5a6d40959a90b4b197d204ef" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ddc6c3aa5a6d40959a90b4b197d204ef" title="a 仓位和 b 仓位分别买什么"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">a 仓位和 b 仓位分别买什么</span></span></h3><div class="notion-text notion-block-fa7aa9aa699040d0b1488f27aeff68fb">对于a仓位，可以只买比特币，因为比特币就是数字货币的大盘指数。比特币的涨幅每次行情虽然不说最高的，但是属于能承载最大资金量大，也会给你相对山寨币较长的时间抄底逃顶。</div><div class="notion-text notion-block-0617d68df6a944e8a972e9113bbff63b">对于b仓位，除了比特币之外的所有币都属于b仓位的选择范围。就连eth也不一定是不可以被取代的。这个仓位要紧紧把握住市场热点，这些数字货币风险较高，但也存在着高回报的机会。</div><div class="notion-blank notion-block-10c17b30706f46c0b04e88f6eada1270"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-be677d07c2664685b9210a7fb4cb659d" data-id="be677d07c2664685b9210a7fb4cb659d"><span><div id="be677d07c2664685b9210a7fb4cb659d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#be677d07c2664685b9210a7fb4cb659d" title="两个仓位的目标怎么定"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">两个仓位的目标怎么定</span></span></h3><div class="notion-text notion-block-9555d0d548d5443eb3eaca835e9c38b9">假设这一轮行情的比特币涨幅是n倍。</div><div class="notion-text notion-block-173b7dba3d0e42eda0b4b55b0beb70d4">a仓位的目标是，即便是b仓位归零了，你能获得的收益是0.9 x N。</div><div class="notion-text notion-block-b90c51ec0ad44b2bbbb2f98fda5ec299">b仓位的目标是获得和a仓位一样的盈利总额。也就是0.1 x 9 x N。跑赢比特币幅度9倍以上。</div><div class="notion-blank notion-block-e1a62e372ab44681aa615d65b38c138b"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-0ccea3bce0394c178aaeda300f9f84ff" data-id="0ccea3bce0394c178aaeda300f9f84ff"><span><div id="0ccea3bce0394c178aaeda300f9f84ff" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0ccea3bce0394c178aaeda300f9f84ff" title="四种极端情况推演"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">四种极端情况推演</span></span></h3><ol start="1" class="notion-list notion-list-numbered notion-block-944315c5184148f990a3a42e968e8114" style="list-style-type:decimal"><li>ab都归零了，亏损全部资金</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-28b7ed90786b4643a61bd05c47d6be1f" style="list-style-type:decimal"><li>a仓位归零了，b仓位达标。亏损10%。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-8e8372ab77024880911c5260cbb04ee2" style="list-style-type:decimal"><li>a仓位达标，b仓位归零。这样的盈利是0.9N。按照大概每轮十倍的涨幅，总资金9倍，挺不错的收益。</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-77322fede3e040eb820225daff031b84" style="list-style-type:decimal"><li>ab仓位都达标。盈利总额是1.8N，大幅度跑赢比特币，非常厉害了。</li></ol><div class="notion-text notion-block-c6110301657f4acdb47c9b9fa34d0971">上面四种情况，a仓位归零的概率实在是太小，比特币归零了，大概率数字货币也没了，也就没什么好抱怨了，除非是b仓位用来做做空比特币，才有可能出现第二种情况。另外34两种大概率事件，都会获得一个较高的收益。</div><div class="notion-blank notion-block-e0ed9aecaf05482d8f5aa8f3b2f27285"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2f50742e47c14f39b54022e240765593" data-id="2f50742e47c14f39b54022e240765593"><span><div id="2f50742e47c14f39b54022e240765593" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2f50742e47c14f39b54022e240765593" title="能不能全仓买 b？"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">能不能全仓买 b？</span></span></h3><div class="notion-text notion-block-ae3eef701cd24e2abfb598e23da83ad8">我们不能只看到高收益，而没看到发生这种情况的概率。只买a仓位是可行的，因为你的收益就是稳稳当当的大盘涨幅。只买b仓位也是有很多人在这么做的，他们的理由可能就是没多少钱，而比特币太贵了。只买a仓位会非常无聊，只买b仓位，交易员的心态会发生变化，会增加归零的风险。</div><div class="notion-blank notion-block-9f3533de95464c8aaca52596bfd2793b"> </div><div class="notion-blank notion-block-07cb2b6ae07b4967bf5fff6add93fbb9"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-88cdb2afdd5747f2977e1123fb6df217" data-id="88cdb2afdd5747f2977e1123fb6df217"><span><div id="88cdb2afdd5747f2977e1123fb6df217" class="notion-header-anchor"></div><a class="notion-hash-link" href="#88cdb2afdd5747f2977e1123fb6df217" title="守护者与探险家"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">守护者与探险家</span></span></h3><div class="notion-text notion-block-38a62af8547349c8870624520b237462">就像前几天说的，定投不是一成不变的固定投入。分散投资也不是均分投资，其核心逻辑都是在保持稳定的同时，实现资金的最大化收益。</div><div class="notion-text notion-block-e66a4417884b4e87b38c8b4267cd129b">我给ab起了个名字，a叫守护者，b叫探险家。</div><div class="notion-blank notion-block-ee1cfdda711b469db0f1fa0b4bbe7c82"> </div><ul class="notion-list notion-list-disc notion-block-4623329bd5f145f59be545fc33b39ecc"><li>觉得内容有用，请帮忙转发，关注我的推特：ohxiyu，我会持续更新。</li></ul></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[长期投资生存指南，比特币投资中提高容错率的必要性和方法]]></title>
            <link>https://xiyu.im/article/0ca92be5342b4d8d9b04255bb1f97f4f</link>
            <guid>https://xiyu.im/article/0ca92be5342b4d8d9b04255bb1f97f4f</guid>
            <pubDate>Fri, 03 Mar 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-0ca92be5342b4d8d9b04255bb1f97f4f"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-c3fc54489906454ba16726f9decc419d">我们都听过这么一句话，只要不离开市场总有机会。</div><div class="notion-text notion-block-2592ac9c6cb6490fa7736d23bd451d8c">是这样的，但是投资一直亏损的话，很难不离开市场。</div><div class="notion-text notion-block-60f50f653320416caa4346306f6e96e6">根据这些年的观察，最重要的一条就是增加容错率。</div><div class="notion-blank notion-block-0c782aa04abc455795139aefd9dace50"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-b8867a2db1704f63b6ad7fb032044637" data-id="b8867a2db1704f63b6ad7fb032044637"><span><div id="b8867a2db1704f63b6ad7fb032044637" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b8867a2db1704f63b6ad7fb032044637" title="提高容错率的必要性"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">提高容错率的必要性</span></span></h3><div class="notion-text notion-block-4f2ad07264cd499e87d335575c245430">容错率是指在一个系统中，当出现某种故障或错误时，系统能够自动地检测和纠正这种故障或错误的能力。容错率为99%表示系统在99%的情况下能够自动检测和纠正故障或错误。</div><div class="notion-text notion-block-6ebb0fdc166f42f4b290c1082ab9ed4a">在投资领域，容错率是评估投资系统可靠性和可用性的重要指标之一。容错率并不能完全避免投资出现亏损，而是在出现故障或错误时尽可能地减少系统的影响和损失。</div><div class="notion-blank notion-block-b787c2a420b945339ef65ec74ac46ab6"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-7f7738bf822e4bac818567d6fd01781c" data-id="7f7738bf822e4bac818567d6fd01781c"><span><div id="7f7738bf822e4bac818567d6fd01781c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7f7738bf822e4bac818567d6fd01781c" title="提高容错率的七个方法"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">提高容错率的七个方法</span></span></h3><div class="notion-text notion-block-60d51e9fbe5b488eacc5478d285fc2ed">在比特币投资中有许许多多的方面体现着容错率的重要性。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-894856db1c874f909b1a1e946a318ccf" data-id="894856db1c874f909b1a1e946a318ccf"><span><div id="894856db1c874f909b1a1e946a318ccf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#894856db1c874f909b1a1e946a318ccf" title="1. 分散投资与定投策略"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1. 分散投资与定投策略</span></span></h4><div class="notion-text notion-block-f52f24371cc7447798155807f4b178fd">分散投资是投资中最基本的容错机制之一。对于比特币投资者来说，可以通过将资金分散投资到多个数字资产，降低因投资某个单一数字资产而产生的风险。定投策略是分散数字货币投资的时间和价格风险，避免短期内将资金消耗完。</div><div class="notion-blank notion-block-3fc7b59c55e44ca39b92c260d4b2490c"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-b2bf290ea247418599b75135e097ac5a" data-id="b2bf290ea247418599b75135e097ac5a"><span><div id="b2bf290ea247418599b75135e097ac5a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b2bf290ea247418599b75135e097ac5a" title="2. 设置止损"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2. 设置止损</span></span></h4><div class="notion-text notion-block-821349369f744853a447639f80c6631c">设置止损的原理是当投资价格达到设定的止损点时，投资者应立即出售其持有的数字资产，以避免进一步的亏损。相比没有设置止损的投资行为，投资容错率提升巨大。</div><div class="notion-blank notion-block-139e21c0f15e463f83f8647ac0430286"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2935dc1175bc40f8bd6e1919b9fde451" data-id="2935dc1175bc40f8bd6e1919b9fde451"><span><div id="2935dc1175bc40f8bd6e1919b9fde451" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2935dc1175bc40f8bd6e1919b9fde451" title="3. 学习新的比特币知识"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3. 学习新的比特币知识</span></span></h4><div class="notion-text notion-block-952bbc2161d649ac926afa41fdaca4f3">学习比特币新知识对于增加比特币投资容错率也非常重要。我们需要了解比特币的基础知识和最新动态，以更好地把握投资机会和应对风险。例如ordinals的出现，可能会增加比特币的使用途径，并且对其他数字货币的市场份额蚕食。</div><div class="notion-blank notion-block-fd37cf22128e46d6a338e908846d3715"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-e466b2aa3bb246eeb94f7cc11438a58e" data-id="e466b2aa3bb246eeb94f7cc11438a58e"><span><div id="e466b2aa3bb246eeb94f7cc11438a58e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e466b2aa3bb246eeb94f7cc11438a58e" title="4. 慎重选择交易平台与比特币理财"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4. 慎重选择交易平台与比特币理财</span></span></h4><div class="notion-text notion-block-d86e58c3ce0f42c28e4d67e72a931c95">每次都OG陨落，大概率是根交易所有关，风险常识其实都懂，FTX｜AEX这些平台的倒闭带走了大量资金，总是有人在这方面栽跟头。作为比特币投资者要做的不是考虑交易平台的信誉、安全性和可靠性等因素，而是买完币直接提走，这才是增加容错率的根本办法。对于比特币理财，我的态度是不理睬。</div><div class="notion-blank notion-block-bdbac0f4ef274e779c201b0f3569c187"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-1903f0dfd193439dad8157f3ff75f359" data-id="1903f0dfd193439dad8157f3ff75f359"><span><div id="1903f0dfd193439dad8157f3ff75f359" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1903f0dfd193439dad8157f3ff75f359" title="5. 使用硬件钱包"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5. 使用硬件钱包</span></span></h4><div class="notion-text notion-block-21a50bb6275348dd84252f3784e1af11">关于硬件钱包的选择，我之前发过文章说过了，英文没障碍的能翻墙的，选择trezor。英文有障碍能翻墙的，选择ledger。英文有障碍不能翻墙的，选择onekey，这里指的是路由器级别的翻墙。</div><div class="notion-blank notion-block-a3a20d55a85a42cda3baaeeb5431ae13"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-f3a417af03024815b89d4f65c7ef16dc" data-id="f3a417af03024815b89d4f65c7ef16dc"><span><div id="f3a417af03024815b89d4f65c7ef16dc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f3a417af03024815b89d4f65c7ef16dc" title="6. 熊市少操作、资金离场"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6. 熊市少操作、资金离场</span></span></h4><div class="notion-text notion-block-efa7780079304e6897db823e85cc393d">如果在一个交易难度非常大的时间段，这个交易胜率很低的阶段，不操作可能是一种比较容易提高投资容错率的办法。资金离场会避免因为短线的判断影响长线投资资金。</div><div class="notion-blank notion-block-470691c17e644fae9d487d3f4ceca5ab"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-4f34c4fe212241c897e1822e0d05e77b" data-id="4f34c4fe212241c897e1822e0d05e77b"><span><div id="4f34c4fe212241c897e1822e0d05e77b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4f34c4fe212241c897e1822e0d05e77b" title="7. 买大市值数字货币品种"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">7. 买大市值数字货币品种</span></span></h4><div class="notion-text notion-block-4f484600d993452aa5b97824dc1b473a">大市值数字货币容错率体现在在底部震荡范围小，有足够的安全防线。在顶部有足够的时间让你卖出。例如，上一轮牛市中，比特币五万以上横盘时间大概2周，和bch一千以上的时间只有2周，这个容错率很明显。</div><div class="notion-blank notion-block-8d5407aa2a73479cba6aeedd48232785"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-e23dd33e81d140cdb2a338668caa688c" data-id="e23dd33e81d140cdb2a338668caa688c"><span><div id="e23dd33e81d140cdb2a338668caa688c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e23dd33e81d140cdb2a338668caa688c" title="总结"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">总结</span></span></h3><div class="notion-text notion-block-d302b64d78424a8880ebd1fb0afa0ad2">无论是在哪个领域，增加容错机制都是保证系统可靠性和稳定性的重要方法，对于保护系统的稳定性和可靠性都具有非常重要的意义。此外还有很多在比特币投资中，提高容错率的行为，欢迎大家在评论区讨论。</div><div class="notion-blank notion-block-f139bc4791a34fd1b79865c4e9161263"> </div><div class="notion-text notion-block-0a0bf4d866ef4e9595b48e2c8a41b02c">如果这篇教程对你有一些帮助，请帮我转发。关注我的推特：<a class="notion-link" href="https://twitter.com/ohxiyu" target="_blank" rel="noopener noreferrer">ohxiyu</a>，我会持续更新。每天的文章都会在<a class="notion-link" href="https://mirror.xyz/0x421d67Be08E9B0B656763354b273f422E1527CdC" target="_blank" rel="noopener noreferrer">mirror</a>备份。</div><div class="notion-blank notion-block-47d0f58e7b2b458e97616ad4ad475999"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[详谈定投，如何正确使用广义定投策略在币圈获得高收益？]]></title>
            <link>https://xiyu.im/article/5ea6883f89fa4a4ea5e9ae93ca0f8fef</link>
            <guid>https://xiyu.im/article/5ea6883f89fa4a4ea5e9ae93ca0f8fef</guid>
            <pubDate>Wed, 15 Feb 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-5ea6883f89fa4a4ea5e9ae93ca0f8fef"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-a5760eab9efc4b11a8dffb9804cfd16c">定投听起来傻乎乎的，很多人都会排斥，觉得不聪明。也有人会说，对于大部分普通人来说，定投收益率确实能跑赢大部分人。虽然这是一个事实，但是广义的定投不止这些。</div><div class="notion-blank notion-block-17fa8566bad9460383ba6d096d0ddf83"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3556b3794ae24003b44ba689dbfa9d46" data-id="3556b3794ae24003b44ba689dbfa9d46"><span><div id="3556b3794ae24003b44ba689dbfa9d46" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3556b3794ae24003b44ba689dbfa9d46" title="狭义的定投"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">狭义的定投</span></span></h3><div class="notion-text notion-block-7de0abab5dd94e139e6935dced083c7b"><b>平均成本法，</b>指在特定间隔期间（例如每月买入一次）、买入固定金额的某资产的投资策略。平均成本法的目的是为了规避因资产的波动性对投资人最终收益造成的负面影响。</div><div class="notion-blank notion-block-a612aea35ab4498ab729dd428b85e694"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-56830d29288b4df3b27ea36ae6b49ae2" data-id="56830d29288b4df3b27ea36ae6b49ae2"><span><div id="56830d29288b4df3b27ea36ae6b49ae2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#56830d29288b4df3b27ea36ae6b49ae2" title="广义的定投"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">广义的定投</span></span></h3><ol start="1" class="notion-list notion-list-numbered notion-block-4a33f158ad984c1bb02a3010ce2485d2" style="list-style-type:decimal"><li>广义的定投，应该把预期收入和能力收入算进去。在周期内的收入也可以被应用于定投中。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-2772360f6f5b4cb49b4b68a7f034758d" style="list-style-type:decimal"><li>定投不仅可以按照时间，也可以按照价格，是非常灵活的。一般的定投都是以时间为坐标的，每天、每周或者每个月进行投入，但是也可以价格每下降多少，投入固定数额资金。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-bf1356cae80e4d9487665e1ca92eed4f" style="list-style-type:decimal"><li>定投也可以不是无脑投，可以设定什么时候开始什么时候结束。例如可以在2022年的下跌中，价格三万以下，每下降一百刀买入一块钱的比特币，或者每天买入一块钱的比特币。而如果价格突破六万，则停止定投。</li></ol><div class="notion-blank notion-block-44bdf17b2c824e27a512859ccff181e3"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-9131b1f090a34c92960c3ab3d9e06733" data-id="9131b1f090a34c92960c3ab3d9e06733"><span><div id="9131b1f090a34c92960c3ab3d9e06733" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9131b1f090a34c92960c3ab3d9e06733" title="定投的几个坑"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">定投的几个坑</span></span></h3><div class="notion-text notion-block-c511200b87ce4e3a9496fd2ce50802be">1.无脑定投，这种定投方式反过来想就是在涨的时候不断追高，跌的时候不断被套，尤其是在币圈波动大的市场里，这不是一个很好的办法。例子，2019年定投比特币到现在，大概率是没有多少利润的。</div><div class="notion-text notion-block-54444be04afe452caff6761a604d98b5">2.手上永远要留有现金，或者固定资产，或者赚现金的能力，要不然拿什么投。</div><div class="notion-text notion-block-c252a1cf155044cab97bfbe1bf4f0d09">3.品种选择要选大盘级别的标的，最简单就是比特币。无脑定投bsv，只能说明在认知上层的东西有所欠缺，了不了解定投都不重要。</div><div class="notion-blank notion-block-8cf9b0fa51914ea8a9d90d5f3ca2cb4a"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-09d1b1b97b714e24a571c83a2618e6b1" data-id="09d1b1b97b714e24a571c83a2618e6b1"><span><div id="09d1b1b97b714e24a571c83a2618e6b1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#09d1b1b97b714e24a571c83a2618e6b1" title="很多人其实在无意中定投"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">很多人其实在无意中定投</span></span></h3><div class="notion-text notion-block-7bde295d7e4042b3b37e437d3dce551e">大部分做定投的人都不觉得自己是在定投，例如我本人，在上一轮熊市我就把资金大部分放在了比特币以太坊上了，出现了下跌的机会，又开始想办法筹集资金开始买币，整体来看，本意不是想定投，但实际上是在做定投。</div><div class="notion-text notion-block-4fafe0379c0848afa9827f1480d4ec0f">出货的时候，也可以把定投反过来理解，操作是一样的。</div><div class="notion-blank notion-block-b77157826dcd47089e1037ae41cb0670"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-e58807660b9246b2bf7d86d3306955c0" data-id="e58807660b9246b2bf7d86d3306955c0"><span><div id="e58807660b9246b2bf7d86d3306955c0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e58807660b9246b2bf7d86d3306955c0" title="换个说法：定期暴富策略"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">换个说法：定期暴富策略</span></span></h3><div class="notion-text notion-block-7c0d5d6a7d2941e1b002be1d2372e94c">定投感觉是在支出，如果我们把它丰富一下，叫定期暴富策略，每四年暴富一次，是不是就好听多了。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[如何给一万聪的比特币nft分地址，新手教程]]></title>
            <link>https://xiyu.im/article/f0256d3c1cf745d7829e39a57373b1bf</link>
            <guid>https://xiyu.im/article/f0256d3c1cf745d7829e39a57373b1bf</guid>
            <pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[现在很多比特币nft都可能会得到新项目的空投，所以大家如果有一些nft都在同一个地址的，可以试着去分一下地址，这样可以能增加得到空投的概率，又能增加社区的数据。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-f0256d3c1cf745d7829e39a57373b1bf"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-c6a4f528ab334f2da84e37c3c4faee1f">现在很多比特币nft都可能会得到新项目的空投，所以大家如果有一些nft都在同一个地址的，可以试着去分一下地址，这样可以能增加得到空投的概率，又能增加社区的数据。</div><div class="notion-blank notion-block-8d04ec0ccfb5493482a8e3b639843138"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-89d3c672ed8047d888b0adf769296f06" data-id="89d3c672ed8047d888b0adf769296f06"><span><div id="89d3c672ed8047d888b0adf769296f06" class="notion-header-anchor"></div><a class="notion-hash-link" href="#89d3c672ed8047d888b0adf769296f06" title="适用前提"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">适用前提</span></span></h3><div class="notion-text notion-block-e2dee7179b584e42a5c6db20be351fca">本文只适用于内置聪较多的比特币nft，内置546聪的nft是不够交易费用的。</div><div class="notion-text notion-block-e91e13e299ac4b9e80013393c1dff208">以下以 #ghostminer 为例</div><div class="notion-text notion-block-0b54d5587d5f4595865ab33b3e664bc3">使用到的钱包 #unisat</div><div class="notion-blank notion-block-bec5e529c8b745b7b055c0520111638f"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-ad155df052d74a0692b4336fb20f7e06" data-id="ad155df052d74a0692b4336fb20f7e06"><span><div id="ad155df052d74a0692b4336fb20f7e06" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ad155df052d74a0692b4336fb20f7e06" title="分地址步骤"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">分地址步骤</span></span></h3><div class="notion-text notion-block-64b512f1b27c4eada624799208437d9b">1.点击account，新建一个钱包地址，</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d0371425bbe04f4d8fbfd43029c89a2e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://file.notion.com/f/f/8b6b1aa4-23aa-4510-a0d7-232b514628b6/bcd4d6f8-6d23-4638-91d7-ff4c12982a00/Untitled.png?table=block&amp;id=d0371425-bbe0-4f4d-8fbf-d43029c89a2e&amp;spaceId=8b6b1aa4-23aa-4510-a0d7-232b514628b6&amp;expirationTimestamp=1788998400000&amp;signature=9rgJ8BcKzFw6seym1o_qHLNkAsWMX4acCy95mlUWFVI&amp;t=d0371425-bbe0-4f4d-8fbf-d43029c89a2e" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-ea4cce7c1a0341f5b18b840b56922be9">2.复制新建账户的地址</div><div class="notion-text notion-block-abe1440e4ec04fb1b91bc94b99c93502">3.点开你要转移的nft，点击send</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2908feae065a4c58aea7f77c8ce4f8d3"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://file.notion.com/f/f/8b6b1aa4-23aa-4510-a0d7-232b514628b6/5e273603-bc56-4355-86c1-acafaf4d8b3c/Untitled.png?table=block&amp;id=2908feae-065a-4c58-aea7-f77c8ce4f8d3&amp;spaceId=8b6b1aa4-23aa-4510-a0d7-232b514628b6&amp;expirationTimestamp=1788998400000&amp;signature=lfodV9Gs9w8mPxqNfjXW1WuK_J0usbE4bcgFip28Q1A&amp;t=2908feae-065a-4c58-aea7-f77c8ce4f8d3" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-1a7ca82208ac48c583f07e8e33f461ac">4.在发送页面，点击Custom，这里可以自己选择要发送的nft附带多少聪。</div><div class="notion-text notion-block-ab2fd1b4076643ff8b085a65cfe59540">一共分为三部分</div><div class="notion-text notion-block-2f9f7934ae64468fad7dd7531bd14bd6">发送的nft附带的聪+手续费+其他=10000聪</div><div class="notion-text notion-block-49b0c0563c184a3b8aa5a2740d6f707e">其他=10000-手续费-定制发送的nft附带的聪</div><div class="notion-text notion-block-810df836c818402da5fa8ef24855b71f">其他这部分会留在原有的钱包</div><div class="notion-blank notion-block-cf2c99e3a8994c47987d23685bb68284"> </div><div class="notion-text notion-block-1a6b1eda7d244253967524bd29b8aca7">但这部分小额的聪因为没有附带nft，所以其实不具备太大价值，并且以后整理还要再多花一笔手续费，我们可以选择 让其他这部分尽量小，最好是零。</div><div class="notion-blank notion-block-636222d3170b447f8993defdc960444e"> </div><div class="notion-text notion-block-44337291ac7d49da8f353880675d5256">也就是说我们要做到</div><div class="notion-text notion-block-3f80be1bb2444663b28c564fd051b2b6">发送的nft附带的聪+手续费+=10000聪</div><div class="notion-text notion-block-f1319d0656d1448aa52415268ad6d4f1">但是不能超过一万聪，超过一万需要引入其他utxo，需要更贵的手续费。</div><div class="notion-blank notion-block-e07a64bf8fa54559a267363f828e3b49"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-e1ab4cb2403e4ece9781b02ebdbc3c2e" data-id="e1ab4cb2403e4ece9781b02ebdbc3c2e"><span><div id="e1ab4cb2403e4ece9781b02ebdbc3c2e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e1ab4cb2403e4ece9781b02ebdbc3c2e" title="举例计算"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">举例计算</span></span></h3><div class="notion-text notion-block-0e6cc3af0e66400db0bbf3ee67f1560d">以当前费率20计算，大概是3100聪，为了方便下次还能用，我们尽量输出最多的聪，也就是选择输出价值6900，定制手续费20.</div><div class="notion-text notion-block-6f2096c2454b4e1ebb9ba8f478614fa7">不同的费率标准，不同的nft体积这个输出价值都不太一样，你可以随便填入一个custom，进去看看手续费需要多少，然后算一下即可。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-698a90c4faaa4625af71a65d038789fe"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://file.notion.com/f/f/8b6b1aa4-23aa-4510-a0d7-232b514628b6/fb2c11f0-7292-455e-9341-f1638113f9fc/Untitled.png?table=block&amp;id=698a90c4-faaa-4625-af71-a65d038789fe&amp;spaceId=8b6b1aa4-23aa-4510-a0d7-232b514628b6&amp;expirationTimestamp=1788998400000&amp;signature=hYqNnT6eifwQk4oSfB0Fgyc15WvQJ-VOQ6fUVeC8hbk&amp;t=698a90c4-faaa-4625-af71-a65d038789fe" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-8fc6f2a5e2a141608b0ff2215935ec79"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://file.notion.com/f/f/8b6b1aa4-23aa-4510-a0d7-232b514628b6/d0bd73fc-3dcf-4dfb-8185-c2c2c49fa8f8/Untitled.png?table=block&amp;id=8fc6f2a5-e2a1-4160-8b0f-f2215935ec79&amp;spaceId=8b6b1aa4-23aa-4510-a0d7-232b514628b6&amp;expirationTimestamp=1788998400000&amp;signature=p1RRnpS4cJHYACi_YThuUybUGUfRAI8iFcu6o-EXIfQ&amp;t=8fc6f2a5-e2a1-4160-8b0f-f2215935ec79" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-88d6a56df9184edf9b2b41070f9e9b35">5，点击发送，等待确认即可。</div><div class="notion-blank notion-block-19a60c36a5f747d78a7ac2f0717c4602"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-a0391e8c1dfe4161bc4973cded735249" data-id="a0391e8c1dfe4161bc4973cded735249"><span><div id="a0391e8c1dfe4161bc4973cded735249" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a0391e8c1dfe4161bc4973cded735249" title="其他提示"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">其他提示</span></span></h3><div class="notion-text notion-block-0334b971a2564d62b789ab8664008d0d">1.内置价值太低的不能使用内部的聪</div><div class="notion-text notion-block-aa38cc789a564589b1a217a373a8d53a">2.比特币链上费率太高，会导致手续费超过一万聪，那时候也无法这么分地址。</div><div class="notion-text notion-block-11568f4ed42947b0bac40eb41210aec5">3.新手教程，老玩家忽略</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[数字货币钱包安全问题以及如何存储助记词]]></title>
            <link>https://xiyu.im/article/a115f29d566946f983e71641ce34282a</link>
            <guid>https://xiyu.im/article/a115f29d566946f983e71641ce34282a</guid>
            <pubDate>Sun, 12 Feb 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-a115f29d566946f983e71641ce34282a"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-10211670347143f6973e67196540497c" data-id="10211670347143f6973e67196540497c"><span><div id="10211670347143f6973e67196540497c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#10211670347143f6973e67196540497c" title="一些安全常识"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">一些安全常识</span></span></h3><div class="notion-text notion-block-015083a3c52c43089966157b9424af29">不复制完整的私钥</div><div class="notion-text notion-block-e2d7c4d12ed046faba4ebe7327cc1791">热钱包不要存大量资金</div><div class="notion-text notion-block-57f33b1907f54349b3bd7eee932f84f4">常交互的钱包少存资金</div><div class="notion-text notion-block-78717b95fa5a43b792a1fa0adc1c7022">社交软件尽量开启两步验证</div><div class="notion-text notion-block-d51db19cacbb4eb890690adf4321df5e">邮箱里的钓鱼邮件不要随便点开</div><div class="notion-text notion-block-a5c2cf69dc9d456caa5e448d781b7245">过多的加密，也是给自己挖的坑</div><div class="notion-text notion-block-37bfa45260154facb39a53dd6e656b58">备份太多，安全性也会打折扣</div><div class="notion-blank notion-block-98f242cb20a0449db875846dcedd5950"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-f8a10e5a311c4551a62400779cc1d0fe" data-id="f8a10e5a311c4551a62400779cc1d0fe"><span><div id="f8a10e5a311c4551a62400779cc1d0fe" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f8a10e5a311c4551a62400779cc1d0fe" title="助记词怎么存储"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">助记词怎么存储</span></span></h3><div class="notion-text notion-block-dcceeaaf35f94888b8f0a5e7f05a6bd2">一般来说，现有的各种数字货币钱包，能做到开源的钱包本身安全性没什么问题。这些年听到的事故中，多半是自己泄漏私钥、助记词，或者是熟人作案。无论什么钱包，助记词一定是要离线存储的。</div><ol start="1" class="notion-list notion-list-numbered notion-block-fcfbc3ba4dd84b5ab4fe8942c0ee3c2a" style="list-style-type:decimal"><li>不要用脑钱包，脑子是靠不住的，自己的密码都有可能忘记，时间久了一切都有可能。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-83390d9ec5ea4f599c84801ea4b4444e" style="list-style-type:decimal"><li>纸还是其他工具，纸比较方便记录，也比较好携带，一些助记词板最大的作用是防火，安全性肯定更好，助记词板我用了好多年，我一直担心螺丝松了，导致里面的字母片掉出来，全部混乱了。市场上还有打孔的，多年前看过测评，这种安全性最高，但是问题是打孔规则相当于又加密了一次，不是很方便。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-4e900254232a4c28ba402e4028e4ad89" style="list-style-type:decimal"><li>手动分开存储助记词，例如12个单词，你可以分成三份，第一份1-8，第二份5-12，第三份1-4+9-12。一份银行保险库，另一份家里，另一份随身携带或其他位置。</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-81531a10376e4550a8892a2acef30a49" style="list-style-type:decimal"><li>有trezor钱包的可以使用shamir功能，shamir是一个多签方案，可以选择n/m来备份助记词。</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-b3b8fe0a9e154cdebd3fd73f9e2f7ea9" style="list-style-type:decimal"><li>不要用ballet当冷钱包，项目方说的话不能信，何况是掌握着私钥生杀大权的钱包。ballet适合用来送礼，不适合真的用来存钱。</li></ol><div class="notion-blank notion-block-a7f7940ade474a94a3fd71985f90d7b7"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-505be98bbb724740bb8a41d4e27d22ec" data-id="505be98bbb724740bb8a41d4e27d22ec"><span><div id="505be98bbb724740bb8a41d4e27d22ec" class="notion-header-anchor"></div><a class="notion-hash-link" href="#505be98bbb724740bb8a41d4e27d22ec" title="小结"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">小结</span></span></h3><div class="notion-text notion-block-6930c360d7d94063a531f58c88a272a8">没有绝对的安全，但只要你会用钱包，就比放在交易所强太多了。</div><div class="notion-blank notion-block-3dd773ca699547bfb3c891e2fecec5e8"> </div><ul class="notion-list notion-list-disc notion-block-c77f2d21da7247ffade151547e15e067"><li>觉得内容有用，请帮忙转发，关注我，我会持续更新和别人不一样的东西</li></ul><div class="notion-blank notion-block-259ce7a400ca4a38ac18628bf00becf8"> </div><div class="notion-blank notion-block-26f538cd463b4bf4aa5f40df76a576c6"> </div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>