> ## Documentation Index
> Fetch the complete documentation index at: https://docs.filter.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Settlement

> How the losers pot becomes rollover, hold bonus, POL, treasury, and mechanics

## settlement — structured facts

| Field                                                      | Value                           |
| ---------------------------------------------------------- | ------------------------------- |
| settlement\_hour                                           | 168                             |
| champion\_bounty\_bps                                      | 250                             |
| rollover\_bps                                              | 4500                            |
| hold\_bonus\_bps                                           | 2500                            |
| mechanics\_bps                                             | 1000                            |
| filter\_fund\_liquidity\_reserve\_bps                      | 1000                            |
| treasury\_bps                                              | 1000                            |
| user\_aligned\_share\_pct                                  | 78                              |
| operational\_share\_pct                                    | 20                              |
| creator\_share\_pct                                        | 2.5                             |
| time\_weight\_window                                       | h72 to h96                      |
| time\_weight\_formula                                      | min(balance\_h72, balance\_h96) |
| hold\_bonus\_min\_hold\_pct                                | 80                              |
| hold\_bonus\_lock\_days                                    | 14                              |
| settlement\_finality\_blocks                               | 12                              |
| post\_settlement\_winner\_fee\_bps\_to\_liquidity\_reserve | 95                              |

### Settlement order of operations

1. Wait ≥12 blocks past wall-clock h168 boundary
2. Verify all 8 settlement-security invariants
3. Extract `champion_bounty_bps` (250) from gross losers pot → winner creator recipient
4. Compute `remaining = gross − bounty`
5. Split `remaining` per the bps table above
6. Publish rollover + bonus Merkle roots
7. Deploy Liquidity Reserve as permanent V4 LP on winner pool
8. Open next season's launch window

### Settlement-security cross-reference

The publish path enforces invariants like `inv_hp_settlement_finality`,
`inv_merkle_root_published_once_per_season`, and
`inv_no_double_distribution`. Full list at
[/security/settlement](/security/settlement).
