> For the complete documentation index, see [llms.txt](https://ample-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ample-2.gitbook.io/docs/how-payouts-work/claiming.md).

# Claiming a Payout

A payout selected for you waits in the claim contract until you collect it. Claiming takes one transaction, and the contract checks your proof against the published results before releasing funds.

### How you'll know

The moment a draw settles, winners see a win banner in the app with the amount and a claim button, plus a push notification if enabled. Every cycle's recipient list is also public on the Payouts page.

<div data-with-frame="true"><figure><img src="/files/1F1JzwLr0g5WQ6WGZc5a" alt=""><figcaption></figcaption></figure></div>

### Claiming

1. Open the win banner or your dashboard's claimable balance and press **Claim**.
2. Your wallet submits the claim with its proof, the contract verifies it and transfers the payout.
3. The payout arrives as the vault's asset, directly in your wallet.

**More details**

* **Cross-chain claims are supported** if your payout sits on a chain you'd rather not transact on, claims route to a supported destination chain via LayerZero. These take a few minutes longer, and the app tracks the status until the destination transaction lands.
* **No expiry of claims,** you can claim anytime directly from the contract.
* **Gas** is the only cost, paid on the chain you claim on.

{% hint style="info" %}
Receiving a payout resets your [luck multiplier](/docs/how-payouts-work/odds.md), and the +2% per week compounding begins again. Loyalty and streak are unaffected.
{% endhint %}


---

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

```
GET https://ample-2.gitbook.io/docs/how-payouts-work/claiming.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.
