> For the complete documentation index, see [llms.txt](https://doc.notliquid.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.notliquid.fun/money-and-risk/live-settings.md).

# Live Settings

These are the participant-facing settings checked against the current PNL deployment on **July 29, 2026**.

{% hint style="info" %}
Parameters can change through owner-authorized onchain transactions. The app, contract quote, and current contract state take precedence over this snapshot.
{% endhint %}

## Status

| Setting              |  Current value |
| -------------------- | -------------: |
| New acquisitions     |        Enabled |
| Withdraw-only mode   |            Off |
| Collection whitelist |        Enabled |
| Token module         | Not configured |
| Rewards module       | Not configured |

## Pricing and allocation

| Parameter                                  | Current value |
| ------------------------------------------ | ------------: |
| Minimum backing                            |   `0.01 HYPE` |
| Acquisition surcharge                      |         `10%` |
| Protocol acquisition cut                   |          `1%` |
| Positive processing drift limit            |         `10%` |
| Top Listing fee share                      |          `5%` |
| Top Listing takeover threshold             |         `10%` |
| Randomness deadline                        |   `60 blocks` |
| Maximum acquisitions per batch             |           `5` |
| Maximum staged activations per acquisition |           `6` |

## Settlement

| Parameter                       |    Current value |
| ------------------------------- | ---------------: |
| Standing-bid payout to acquirer | `85% of backing` |
| Keep-NFT settlement fee         |  `1% of backing` |
| Acquirer-exclusive window       |       `24 hours` |
| Permissionless finalize window  |         `7 days` |
| Retained standing-bid remainder | Protocol revenue |

## Dynamic randomness fee

The Pyth Entropy fee is not fixed in this table.

`PNLPythAdapter` reads the current Entropy fee and adds it to the pool acquisition fee. The complete value returned by `quoteAcquisitionPrice()` is the amount the interface should present.

If the current Entropy quote exceeds the adapter's configured safety cap, the quote fails instead of returning an unsafe total.

## Read the mechanism behind the number

* [Backing & Odds](/inside-the-pool/backing-and-odds.md)
* [Quote, Draw & Queue](/inside-the-pool/quote-draw-and-queue.md)
* [Outcomes & Timeouts](/inside-the-pool/outcomes-and-timeouts.md)
* [Earnings & Top Position](/money-and-risk/earnings-and-top-position.md)
* [Safety & Governance](/money-and-risk/safety-and-governance.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.notliquid.fun/money-and-risk/live-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
