Standard and Local Policies
There are standard rules both at a network level and local node level which are applied when validating blocks and transactions.
Last updated
Was this helpful?
There are standard rules both at a network level and local node level which are applied when validating blocks and transactions.
Last updated
Was this helpful?
When a new transaction arrives at a node, it goes through a set of checks and validation rules. These are the consensus rules a node is mandated to enforce for the network's operations. Most of them are standard across all nodes and are part of the Bitcoin protocol (shown as Standard Policies in the diagram below). Node’s also apply local policies which are specific to their own infrastructure and preferences.
Generally, the rules for Local Policies are only checked for transactions before they are accepted into the mempool or included in the block candidate. In contrast, Standard Policies or consensus rules are always checked.