Update index.html
reduced the number of FAQs on the homepage and moved them to the official documentation.
This commit is contained in:
69
index.html
69
index.html
@@ -626,83 +626,44 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
|
|||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<span class="eyebrow">FAQ</span>
|
<span class="eyebrow">FAQ</span>
|
||||||
<h2>Frequently asked questions</h2>
|
<h2>Frequently asked questions</h2>
|
||||||
<p class="sub">Seventeen answers about the protocol, the plugin and running a Will-Executor. For more — Check Alive details, hardware wallets, compatibility, and more — see the <a href="https://bitcoin-after.life/docs/faq.html">full FAQ in the manual</a>.</p>
|
<p class="sub">Seven quick answers to the most common questions about the protocol and the plugin.</p>
|
||||||
<div class="faq" id="faqList">
|
<div class="faq" id="faqList">
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">01</span><span class="qt">What is the Bitcoin After Life Protocol for?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">01</span><span class="qt">What is the Bitcoin After Life Protocol for?</span><span class="chev">▾</span></summary>
|
||||||
<div class="ans"><p>It is software designed to manage the <strong>inheritance of your Bitcoin</strong> stored with a seed phrase (private key). It also lets you create an <strong>emergency backup</strong> of your wallet in case you lose your seed. The protocol uses time-locked transactions sent to Will-Executor servers, which broadcast them to the Bitcoin network at the pre-set delivery date.</p></div>
|
<div class="ans"><p>It is software designed to manage the <strong>inheritance of your Bitcoin</strong> stored with a seed phrase (private key). It also lets you create an <strong>emergency backup</strong> of your wallet in case you lose your seed. The protocol uses time-locked transactions sent to Will-Executor servers, which broadcast them to the Bitcoin network at the pre-set delivery date.</p></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">02</span><span class="qt">Who invented it, and when?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">02</span><span class="qt">Why a plugin for Electrum rather than a dedicated wallet?</span><span class="chev">▾</span></summary>
|
||||||
<div class="ans"><p>It is not known exactly who the author or developer is — there are likely several. It is <strong>open-source software</strong>, belonging to everyone, just like Bitcoin. The first public post about Bitcoin After Life appeared on BitcoinTalk on <strong>31 October 2024</strong> (Samhain week), signed by <em>Svātantrya</em>. The code is open to all, and anyone can contribute through donations.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">03</span><span class="qt">Why a plugin for Electrum rather than a dedicated wallet?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Because <strong>Electrum is hyper-tested</strong> and considered the gold standard among Bitcoin wallets. The BAL plugin does <em>not</em> sign transactions itself — that is entirely Electrum's job. This maximises security, reduces the maintenance burden, and lets users trust the signing process completely independently of BAL.</p></div>
|
<div class="ans"><p>Because <strong>Electrum is hyper-tested</strong> and considered the gold standard among Bitcoin wallets. The BAL plugin does <em>not</em> sign transactions itself — that is entirely Electrum's job. This maximises security, reduces the maintenance burden, and lets users trust the signing process completely independently of BAL.</p></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">04</span><span class="qt">How much does an inheritance or wallet backup cost?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">03</span><span class="qt">How much does an inheritance or wallet backup cost?</span><span class="chev">▾</span></summary>
|
||||||
<div class="ans"><p>An inheritance costs two fees, both paid <strong>exclusively in Bitcoin</strong> — no subscriptions, no credit cards:</p>
|
<div class="ans"><p>An inheritance costs two fees, both paid <strong>exclusively in Bitcoin</strong> — no subscriptions, no credit cards:</p>
|
||||||
<ul><li><strong>Miner fee:</strong> chosen by the user at signing time. A higher fee is recommended to ensure future confirmation.</li><li><strong>Will-Executor fee:</strong> deducted directly from the inheritance at execution, when the Will-Executor broadcasts the transaction.</li></ul></div>
|
<ul><li><strong>Miner fee:</strong> chosen by the user at signing time. A higher fee is recommended to ensure future confirmation.</li><li><strong>Will-Executor fee:</strong> deducted directly from the inheritance at execution, when the Will-Executor broadcasts the transaction.</li></ul></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">05</span><span class="qt">How are Will-Executor fees set?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">04</span><span class="qt">What is a Will-Executor?</span><span class="chev">▾</span></summary>
|
||||||
<div class="ans"><p>Will-Executors are <strong>free to set their own commissions</strong> to cover server costs. The fees are visible both on the official <em>WeList</em> website and directly inside the plugin. It is strongly advised <em>not</em> to manually lower them below what the server requests, as the server may reject the transaction entirely.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">06</span><span class="qt">What is a Will-Executor?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Will-Executor servers are the <strong>beating heart of the BAL Protocol</strong>. They receive your pre-signed, time-locked transactions, store them securely, and broadcast them at the pre-set delivery date. They <em>cannot alter or steal</em> the transaction, because it is already fully signed by you. Their only incentive to act correctly is the <strong>fee embedded in the transaction</strong>, received only once the inheritance is confirmed on-chain.</p></div>
|
<div class="ans"><p>Will-Executor servers are the <strong>beating heart of the BAL Protocol</strong>. They receive your pre-signed, time-locked transactions, store them securely, and broadcast them at the pre-set delivery date. They <em>cannot alter or steal</em> the transaction, because it is already fully signed by you. Their only incentive to act correctly is the <strong>fee embedded in the transaction</strong>, received only once the inheritance is confirmed on-chain.</p></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">07</span><span class="qt">Do I need a powerful machine to run a Will-Executor?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">05</span><span class="qt">Can I use the plugin with a hardware wallet?</span><span class="chev">▾</span></summary>
|
||||||
<div class="ans"><p>No — with the latest versions, even the <strong>smallest VPS</strong> is enough. The earnings are medium-to-long term: a Will-Executor collects Bitcoin fees in the future, when the inheritance transactions it holds reach their delivery date and confirm on-chain. As Bitcoin's value grows, so does the value of those fees.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">08</span><span class="qt">Can I use the plugin to back up my wallet?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Yes — you need a <strong>second wallet</strong> already set up as the destination (for example a BlueWallet on your phone). If you lose access to your original wallet and stop opening Electrum before the delivery date, the funds are sent automatically to the backup address on the pre-established date.</p>
|
|
||||||
<p>It is a practical, decentralized safety net against private-key loss.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">09</span><span class="qt">How do I set up an inheritance?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>It is very simple: the plugin includes a <strong>step-by-step guided wizard</strong>. You set two key parameters:</p>
|
|
||||||
<ul><li><strong>Enter the Bitcoin address</strong> of one or more beneficiaries, and the percentage of the wallet allocated to them.</li><li><strong>Delivery time:</strong> the future date on which the Will-Executor broadcasts the transaction.</li></ul></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">10</span><span class="qt">What is the Check Alive parameter? (only in advanced mode)</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>The <strong>Check Alive</strong> defines the period of inactivity after which the BAL plugin — inside Electrum — asks whether you want to postpone your inheritance delivery date.</p>
|
|
||||||
<p><strong>Example:</strong> say you set a delivery date 2 years out, with a Check Alive of 6 months. If you open Electrum after 7 months (more than 6 months since the last postponement), the plugin prompts you: your delivery date is now only 1 year and 5 months away, and since you are still active you will likely want to push it back to 2 years again — so it asks whether to postpone by another 6 months.</p>
|
|
||||||
<p>As long as you keep using Electrum within the Check Alive window, your will is never executed. If you stop opening Electrum before the delivery date, the Will-Executors broadcast the inheritance automatically.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">11</span><span class="qt">Can I use the plugin with a hardware wallet?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Yes — the BAL plugin is compatible with <strong>any hardware wallet</strong> supported by Electrum (Ledger, Trezor, Coldcard, BitBox02, Jade, KeepKey and others). Using a dedicated PC for cold-wallet signing is recommended for maximum security.</p></div>
|
<div class="ans"><p>Yes — the BAL plugin is compatible with <strong>any hardware wallet</strong> supported by Electrum (Ledger, Trezor, Coldcard, BitBox02, Jade, KeepKey and others). Using a dedicated PC for cold-wallet signing is recommended for maximum security.</p></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">12</span><span class="qt">What if my balance changes after setting up the inheritance?</span><span class="chev">▾</span></summary>
|
<details class="qa"><summary><span class="qn">06</span><span class="qt">Is the plugin compatible with all Electrum wallet types?</span><span class="chev">▾</span></summary>
|
||||||
<div class="ans"><p>The plugin <strong>monitors your UTXO balance</strong> every time you close Electrum. If it detects a change (funds sent or received), it automatically prompts you to <strong>update the inheritance transaction</strong> to reflect the new balance. This prevents two problems: new funds being excluded from the inheritance, or the old transaction being rejected because its inputs were already spent.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">13</span><span class="qt">Can I add my own server to the WeList?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Yes — the <strong>WeList</strong> (the official Will-Executor directory) is open to everyone. Adding your server requires a donation of approximately <strong>50,000 satoshis</strong> to cover the management costs of the official list. Once registered, your server is visible to all BAL users directly inside the plugin.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">14</span><span class="qt">Is the plugin easy to use?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Yes — the plugin was designed for <strong>everyday people</strong>, not just technical users. The guided wizard simplifies every step, and the BAL team's ongoing goal is to keep the interface as simple and intuitive as possible. Detailed documentation and practical examples are available on bitcoin-after.life.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">15</span><span class="qt">Is a BAL 2.0 version planned?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>Yes — <strong>BAL 2.0</strong> is in development. The main new feature will be support for <strong>staggered inheritance</strong>: instead of a single lump-sum transfer, it will be possible to schedule gradual distributions over time (for example 10% per year), giving heirs a more structured and flexible inheritance plan.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">16</span><span class="qt">What if there's an unconfirmed incoming transaction during setup?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>No problem — the plugin writes the inheritance and sends it to the Will-Executors even with an incoming transaction still pending in the mempool. It is enough that the transaction is <strong>visible in the mempool</strong>; it does not need to be confirmed yet. The plugin handles this case automatically.</p></div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details class="qa"><summary><span class="qn">17</span><span class="qt">Is the plugin compatible with all Electrum wallet types?</span><span class="chev">▾</span></summary>
|
|
||||||
<div class="ans"><p>BAL works with <strong>standard Electrum wallets</strong> (single-signature, seed-based) and with <strong>hardware wallets</strong> supported by Electrum (see FAQ 11). It is <strong>not yet compatible with multisig wallets</strong> — support is planned for a future plugin release. Compatibility with <strong>Electrum's TrustedCoin (2FA) wallets</strong> is currently <strong>unknown / unsupported</strong>; it has not yet been determined whether or when this will be addressed.</p>
|
<div class="ans"><p>BAL works with <strong>standard Electrum wallets</strong> (single-signature, seed-based) and with <strong>hardware wallets</strong> supported by Electrum (see FAQ 11). It is <strong>not yet compatible with multisig wallets</strong> — support is planned for a future plugin release. Compatibility with <strong>Electrum's TrustedCoin (2FA) wallets</strong> is currently <strong>unknown / unsupported</strong>; it has not yet been determined whether or when this will be addressed.</p>
|
||||||
<p>If you use a multisig or TrustedCoin (2FA) wallet, please do not rely on BAL for inheritance until compatibility is confirmed.</p></div>
|
<p>If you use a multisig or TrustedCoin (2FA) wallet, please do not rely on BAL for inheritance until compatibility is confirmed.</p></div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details class="qa"><summary><span class="qn">07</span><span class="qt">Is a BAL 2.0 version planned?</span><span class="chev">▾</span></summary>
|
||||||
|
<div class="ans"><p>Yes — <strong>BAL 2.0</strong> is in development. The main new feature will be support for <strong>staggered inheritance</strong>: instead of a single lump-sum transfer, it will be possible to schedule gradual distributions over time (for example 10% per year), giving heirs a more structured and flexible inheritance plan.</p></div>
|
||||||
|
</details>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="callout" style="margin-top:22px">
|
||||||
|
<span class="k">📖</span>
|
||||||
|
<p>Looking for something more specific — Check Alive, running a Will-Executor, wallet compatibility, and more? See the <strong>full FAQ in the manual</strong>. <a href="https://bitcoin-after.life/docs/faq.html">Browse the full FAQ →</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user