2021-10-20 08:02:18 -03:00
|
|
|
# Transaction Relay Policy
|
|
|
|
|
2021-12-08 08:12:07 -03:00
|
|
|
**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
|
2023-12-15 14:48:20 -03:00
|
|
|
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
|
2021-12-08 08:12:07 -03:00
|
|
|
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.
|
2021-10-20 08:02:18 -03:00
|
|
|
|
|
|
|
This documentation is not an exhaustive list of all policy rules.
|
|
|
|
|
2021-12-08 11:34:11 -03:00
|
|
|
- [Mempool Limits](mempool-limits.md)
|
2021-12-08 08:12:07 -03:00
|
|
|
- [Mempool Replacements](mempool-replacements.md)
|
2021-10-20 08:02:18 -03:00
|
|
|
- [Packages](packages.md)
|
|
|
|
|