# Claim and Payout

Claims can be submitted on-chain, and pool managers will be notified. To conduct a payout, the pool manager must submit a proposal that includes the payment amount and default policy, as well as the payment amount's receiving address.

The proposal will be verified and voted on by the committee members after it is submitted by the pool manager. If the proposal is accepted, the payment amount will be deducted from the collateral and transmitted to the receiving address automatically. If the proposal is denied, there will be no reduction from the collateral.

<br>


---

# 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/claim-and-payout.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.
