Filter Policy Configuration
Control which programmatic orders are processed by the Watch Tower. The filter policy allows you to manage which programmatic orders are processed, ignored, or dropped by the Watch Tower. Each network has its own filter policy configuration.Filter policy structure
The filter policy is configured within each network’s configuration:Filter actions
Three actions are available for filtering:- ACCEPT - Process the programmatic order normally
- DROP - Ignore the programmatic order completely
- SKIP - Skip processing this time, but may process in the future
Default action
ThedefaultAction field defines the behavior when no specific filter rules match.
Most configurations should use
"defaultAction": "ACCEPT" and explicitly drop unwanted orders.Filtering by programmatic order IDs
Filter specific programmatic orders by their ID (hash):Filtering by transactions
Filter programmatic orders created in specific transactions:Filtering by handlers
Filter programmatic orders by their handler contract address:Filtering by owners
Filter programmatic orders by the owner (Safe) address:Filter evaluation order
When a programmatic order is evaluated, the watch-tower checks filters in this order:- Programmatic order ID - Most specific
- Transaction hash
- Owner address
- Handler address
- Default action - Fallback if no rules match