bitcoin/doc/policy
Pol Espinasa 7270839af4
doc: truc packages allow sub min feerate transactions
2025-09-03 01:11:33 +02:00
..
README.md doc: refer to "Node relay options" in policy/README 2024-01-11 18:06:01 +00:00
mempool-limits.md [doc] CPFP carve out and single-conflict RBF exemption 2021-12-16 18:44:13 +00:00
mempool-replacements.md [doc] update mempool-replacements.md for incremental relay feerate change 2025-08-12 09:22:53 -04:00
packages.md doc: truc packages allow sub min feerate transactions 2025-09-03 01:11:33 +02:00

README.md

Transaction Relay Policy

Policy (Mempool or Transaction Relay Policy) is the node's set of validation rules, in addition to consensus, enforced for unconfirmed transactions before submitting them to the mempool. These rules are local to the node and configurable, see "Node relay options" when running -help. Policy may include restrictions on the transaction itself, the transaction in relation to the current chain tip, and the transaction in relation to the node's mempool contents. Policy is not applied to transactions in blocks.

This documentation is not an exhaustive list of all policy rules.