# Create Claim Site

Our claim site tool is **a site that hosts a certain amount of tokens that are ready to be released to users who qualify to claim them**. Users qualify if their wallets belong to the list of enabled wallets that is configured by the creator of the claim site.

🔗​ Solana Claim Sit&#x65;**:​** [**https://tools.smithii.io/claim-site/solana**](https://tools.smithii.io/claim-site/solana)

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

* **Claim Site URL**: This field allows you to enter a **unique URL** that will be the address of claim site. Users will access this URL to claim their tokens.
* **Quantity per Wallet**: Here you define the number of tokens that each wallet will be able to claim.
* **List of Wallet Addresses**: This is the field where the addresses of wallet that will be entitled to claim the tokens are entered. It can be added manually one by one, as shown in the list, or it can be done through a CSV file uploaded to the platform.
* **Total Amount Claimable**: Here you will see the amount to be claimed taking into account the number of wallets and the number of tokens per wallet.
* **Set Finish Date**: Allows you to set a closing date for claim site, indicating until what day and time users will be able to claim tokens. If no end date is set, the default duration is 30 days.


---

# 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.smithii.io/products/tools/solana/token-tools/airdrop-tokens/create-claim-site.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.
