# Pool manager

In general, pool managers work as underwriters in the insurance ecosystem, forming contracts between insurer and policyholder. If a policy falls into default, the pool manager will also assist with the claim and payout processes. Detailed features include:

* Implement one or more policies.
* Set/change premium pricing for each policy.
* For each insurance policy, define/adjust the collateral ratio.
* Define or modify the collateral withdrawal lockup period.
* Define/adjust the management fee (a percentage of the premium).
* Define and change the withdrawal fee.
* Propose payout - From the collateral pool, deduct a proposed payout amount.
* In the event of an emergency, suspend the pool to safeguard the safety of the funds.


---

# Agent Instructions: 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:

```
GET https://docs.tidal.finance/getting-started/network-roles/pool-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
