Add draft BIP: Bitcoin Dormant Recovery Proposal (BDRP) #1852

pull Danger-MaN wants to merge 10 commits into bitcoin:master from Danger-MaN:master changing 4 files +110 −0
  1. Danger-MaN commented at 9:40 pm on May 17, 2025: none

    This pull request adds a draft of a new BIP project titled the “Bitcoin Dormant Refund Proposal (BDRP).”

    The BIP project introduces a voluntary Long-Term Proof-of-Activity (LTAP) mechanism to distinguish between lost and dormant coins after more than 100 years, allowing them to be re-mined.

    This proposal respects the principles of immutability and user sovereignty. We welcome your feedback.

  2. Create bip-bdrp.mediawiki 3ee7d38761
  3. Create README.md.txt 8bc9e221b8
  4. Rename README.md.txt to README.md 69435c91e4
  5. Delete bip-0495/bip-bdrp.mediawiki 70b7c67598
  6. Add files via upload 4f552562c1
  7. Update bip-0495.mediawiki f99fd29e1f
  8. Update bip-0495.mediawiki 27726e803f
  9. Update bip-0495.mediawiki e4e47984a5
  10. Update bip-0495.mediawiki 05cb1b9c11
  11. in bip-0495.mediawiki:13 in 4f552562c1 outdated
     8+
     9+==Summary==
    10+This proposal introduces an '''opt-in mechanism''' for Bitcoin holders to prove long-term activity over decades using signed time-based messages called Long-Term Activity Proofs (LTAPs). This mechanism enables the community to optionally consider inactive wallets (over 100 years) for recovery or recycling discussions — '''without compromising Bitcoin’s immutability, decentralization, or the principle of non-confiscation'''.
    11+
    12+==Abstract==
    13+A substantial amount of Bitcoin is believed to be permanently lost due to forgotten private keys or abandoned wallets. This reduces the effective circulating supply and may cause extreme deflationary effects in the very long term.
    


    katesalazar commented at 10:19 pm on May 17, 2025:
    You submitted a draft that hands no external references. Maybe this is a good candidate for a supporting external reference.

    Danger-MaN commented at 11:19 pm on May 17, 2025:
    Yes, I’ve finished working on the draft, and it’s now up for discussion. Please understand that I’m not a professional programmer, and it’s difficult for me to implement it. I have ideas I’d like to talk about freely. I have many new and different ideas that I’ll try to present and discuss later. I apologize for my poor English. I’m Egyptian.
  12. Danger-MaN commented at 11:19 pm on May 17, 2025: none
    Yes, I’ve finished working on the draft, and it’s now up for discussion. Please understand that I’m not a professional programmer, and it’s difficult for me to implement it. I have ideas I’d like to talk about freely. I have many new and different ideas that I’ll try to present and discuss later. I apologize for my poor English. I’m Egyptian.
  13. Danger-MaN requested review from katesalazar on May 17, 2025
  14. Danger-MaN marked this as a draft on May 17, 2025
  15. Danger-MaN commented at 11:30 pm on May 17, 2025: none
    Uploading Picsart_25-05-18_01-39-48-645.jpg… Uploading IMG_20250518_022855_506.jpg…
  16. Add files via upload dfa241af61
  17. in bip-0495.mediawiki:26 in dfa241af61
    21+* Facilitate historical auditing and policy planning by future communities.
    22+
    23+==Rationale==
    24+Bitcoin is a finite resource. As time passes, more of it becomes irretrievably lost. While this contributes to scarcity and value, it also risks rendering Bitcoin illiquid in the far future.
    25+
    26+This proposal '''does not suggest forcibly reclaiming coins''', but rather introduces a '''social signal system''' to help distinguish between active and dormant wallets over extreme time horizons (e.g., 100+ years). This gives future generations the opportunity to evolve responsibly, should they choose to discuss reactivation of provably abandoned funds.
    


    murchandamus commented at 6:01 pm on May 19, 2025:
    I don’t think this is a voluntary system, and it does sound like confiscation to me. LTAPs indicate coins not to be dormant. It is however the dormant coins that get collected—the ones for which no LTAP was published. The owners of those coins have not opted-in to that.

    jonatack commented at 8:29 pm on May 19, 2025:
    Agree. This looks like it could be misused by regulatory overreach similar to what we see currently in places like the USA, where some states confiscate (“garnish”) accounts after only 2 or 3 years without activity.
  18. in bip-0495.mediawiki:32 in dfa241af61
    27+
    28+==Specification==
    29+
    30+===1. Long-Term Activity Proof (LTAP)===
    31+* A message signed with a wallet’s private key proving it is still accessible.
    32+* Suggested to be generated once every 10 years, optionally published to a decentralized registry (on-chain, Layer-2, or other).
    


    murchandamus commented at 6:05 pm on May 19, 2025:
    If the protocol does not have information about LTAPs, the protocol cannot distinguish between coins for which an LTAP has been published and coins for which no LTAP has been published. This information needs to be made available to the protocol level to be used in transaction validation.
  19. in bip-0495.mediawiki:60 in dfa241af61
    55+* LTAPs are purely cryptographic and voluntary.
    56+* No public registry is mandatory — only suggested for future reference.
    57+
    58+==Compatibility==
    59+* 100% backward-compatible with Bitcoin.
    60+* Does not change consensus rules.
    


    murchandamus commented at 6:06 pm on May 19, 2025:
    This proposal appears to be suggesting that dormant coins should be “recovered” in the future. This implies for coins to be spent without a signature. This is a hard-fork protocol change.
  20. in bip-0495.mediawiki:1 in dfa241af61
    0@@ -0,0 +1,93 @@
    1+BIP: TBD
    


    murchandamus commented at 6:07 pm on May 19, 2025:
    Please don’t assign your own number, this is not BIP 495. Please rename your file to BIP-brdp.mediawiki or similar.
  21. murchandamus commented at 6:28 pm on May 19, 2025: contributor

    Hey Idris, thank you for writing up your idea. Could you please share a link to the thread where this proposal has been discussed on the Bitcoin Developer mailing list?

    I am not sure I understand what problem is being mitigated here. As far as I understand, this document proposes a scheme for users to attest that their coins are not lost, and recommends that users do so every ten years. It’s not clear to me what supposed benefit of publishing such an attestation would have before there is a push for confiscating dormant coins. Whenever a confiscation proposal were actually gathering steam, active owners could still attest to their coins being owned at that time, and instead of publishing an attestation, the owners of perceived-dormant funds could simply spend them to themselves to prove that they are not dormant and refresh the UTXOs’ age. Especially if this were only to apply to coins at least one century old, it seems to me that moving coins once per century is not an unreasonable thing to do anyway.

  22. murchandamus commented at 6:34 pm on May 19, 2025: contributor
    By the way, similar ideas have been discussed at least since 2011. You can find a few relevant topics on Bitcoin Stack Exchange under the tag “shrinking-money-supply”.
  23. in bip-0495.mediawiki:81 in dfa241af61
    76+== Supporting Reference ==
    77+
    78+For full context, motivations, and background behind this BIP, please refer to the external repository:
    79+https://github.com/Danger-MaN/Bitcoin_bip-bdrp
    80+And My Twitter X:
    81+https://X.CoM/Page_Magdi
    


    jonatack commented at 8:23 pm on May 19, 2025:

    I don’t see additional information in the linked external repository.

    (The other BIP authors don’t provide their X/twitter social media account. Suggest omitting.)

  24. jonatack commented at 8:39 pm on May 19, 2025: member

    “a lack of LTAPs may indicate dormancy”

    Questionable motivation IMO. This would only be true if everyone were forced to adopt the practice of publishing activity proofs to avoid their funds considered dormant and garnished by overzealous authorities, which doesn’t seem in keeping the with bitcoin philosophy – thus, per BIP 2, out of BIPs scope.

    Please see this section of BIP 2 on what to do before submitting a BIP draft to this repository:

    0Once the champion has asked the Bitcoin community as to whether an idea has any chance of acceptance, a draft BIP should be presented to the [https://groups.google.com/g/bitcoindev Bitcoin development mailing list].
    1This gives the author a chance to flesh out the draft BIP to make it properly formatted, of high quality, and to address additional concerns about the proposal.
    2Following a discussion, the proposal should be submitted to the [https://github.com/bitcoin/bips BIPs git repository] as a pull request.
    

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-05-30 04:10 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me