# Claim Conditions

{% hint style="warning" %}
Currently only public claim phases are supported for Oohhwwee contracts, Allowlist and custom claims will be rolled out during beta testing
{% endhint %}

## Setting a Public Claim

Visit the "Claim Conditions" tab on your contract dashboard to set the initial claim. When setting the claim, you will need to set the:

* Start Date
* Start Time
* Max Claimable Supply (How many NFTs can be minted total during that phase)
* Limit Per Wallet (How many each individual wallet is allowed to claim)
* Price Per Token&#x20;
  * ETH (Chain's Default Native Token)
  * USDC
  * USDT
* Claim Metadata (Optional, any data you want to send with the claim phase)
*

```
<figure><img src="/files/Dp0oAlkFOUj56kVLR87L" alt=""><figcaption></figcaption></figure>
```

Once done, click "Set Claim Condition" and you are ready to mint!&#x20;

{% hint style="success" %}
Oohhwwee deployed contracts will automatically have a mint button, with claim information generated on their collection page when a claim phase is active
{% endhint %}

<figure><img src="/files/ljV2YjJ8p2AT7KKwYQcI" alt=""><figcaption></figcaption></figure>

When you are ready to end the claim phase, visit your contract dashboard, select the "Claim Conditions" tab, and click "End Claim"

<figure><img src="/files/V0FartF4juRqiy9vTZju" alt=""><figcaption></figcaption></figure>


---

# 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://oohhwwee.gitbook.io/oohhwwee/features/launch-pad/claim-conditions.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.
