Skip to main content

BIP (Bitcoin Improvement Proposal) | Bitcoin Glossary | Mapping Bitcoin

BIP (Bitcoin Improvement Proposal)

Development

Also known as: BIP, Bitcoin Improvement Proposal

A formal proposal for Bitcoin protocol changes reviewed by the community. BIPs are the primary mechanism for Bitcoin's decentralized technical governance.

Overview

Bitcoin Improvement Proposals (BIPs) are the formal process through which changes to Bitcoin are proposed, discussed, and documented. Inspired by Python's PEP (Python Enhancement Proposal) system, BIPs provide a structured way to introduce new features, document design decisions, and coordinate changes across the decentralized Bitcoin ecosystem.

BIP Types

Type              Purpose                           Examples
──────────────────────────────────────────────────────────────
Standards Track   Protocol changes, consensus rules  BIP141 (SegWit)
Informational     Design guidelines, general info    BIP32 (HD Wallets)
Process           Procedures and governance          BIP1 (BIP process)

BIP Lifecycle

  1. Draft: Author writes the proposal following the standard template
  2. Discussion: Community reviews on the bitcoin-dev mailing list and GitHub
  3. Accepted/Rejected: Based on rough consensus among developers and users
  4. Final: Implemented and deployed in production software

Notable BIPs

Common Misconceptions

BIPs are not mandates. No central authority can force adoption. A BIP only becomes part of Bitcoin when the network's participants (node operators, miners, wallet developers, and users) choose to adopt it. This voluntary adoption process is fundamental to Bitcoin's decentralized governance model.