Skip to main content

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

BIP (Bitcoin Improvement Proposal)

Desenvolvimento

Also known as: BIP, Bitcoin Improvement Proposal

A formal document proposing changes or additions to the Bitcoin protocol, software, or processes. BIPs follow a standardized format and undergo community review before adoption, serving as the primary mechanism for Bitcoin's decentralized governance and technical evolution.

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.