> For the complete documentation index, see [llms.txt](https://docs.boiler.gg/bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boiler.gg/bot/creator-section/claim-poap/how-to-create-a-poap-claiming.md).

# How to create a POAP claiming

With Boiler, you can easily create a POAP event with specific requirements you've set. Let’s show you how to create and open your claim:

<figure><img src="/files/qkGKEzV3VehlQHt6PMBk" alt=""><figcaption><p>To create your access list use the command: <code>/claim create-poap</code></p></figcaption></figure>

<figure><img src="/files/N79QkG6c6ZlmcSbJvBNl" alt=""><figcaption><p>You can upload your image directly in Discord.</p></figcaption></figure>

<figure><img src="/files/qFpgeK9xzcZfJzDPiHUl" alt=""><figcaption><p>Screenshot of the mail sent by POAP.</p></figcaption></figure>

## Step 1:

Once your claim is created, you'll have different options available for you to go through:\
\
-> [Request codes](#request-codes)\
-> [Export requested codes](#export-requested-codes)\
-> [Add new requirements](/bot/creator-section/global/requirements.md)\
-> [Edit claim information](#edit-accesslist-information)\
->[ Customize your claim](/bot/creator-section/global/customization.md)\
-> [Send a claim form panel](/bot/creator-section/global/send-a-panel.md)\
-> [Delete your claim](#delete-your-access-list)\
-> [Open claim](#open-registration)

### Request Codes

The codes will be used by Boiler to allow a user to claim a POAP. Without these codes, users won't be able claim their POAP. \
When you request the codes, Boiler automatically sends a request to POAP. While this request can take some time to be accepted, once it's done you'll receive a confirmation mail and you're good to go.

<figure><img src="/files/Fd07xrRjEeBEjEEi5swF" alt=""><figcaption><p>Click on <code>Request codes</code> and write the number of code you want</p></figcaption></figure>

### Export Requested Codes

Once accepted, you can then export your generated keys using either the POAP website or the generated key option with Boiler.

<figure><img src="/files/hQHaaM3yjKythgRnLQAD" alt=""><figcaption><p>Go in <code>Settings</code>, go to <code>Export data</code> and Click on <code>Export keys</code> </p></figcaption></figure>

### Edit Claim Information

With Boiler, you can to set a limit on your claim to the maximum number of participants permitted and to automatically close it when its over.&#x20;

<figure><img src="/files/fEQ40HFWB9owmfkx36KN" alt=""><figcaption><p>Click on <code>Set max size</code> and put the number you want in the pop up</p></figcaption></figure>

<figure><img src="/files/aIrXn3vq6gfQt13TTi16" alt=""><figcaption><p>Click on <code>Set end date</code> and put the date you want in the pop up</p></figcaption></figure>

### Choosing Who Claims The POAP

By default, Boiler allows all members to claim their POAP. However, you can choose an alternate way for your specific claim.&#x20;

<figure><img src="/files/86peVnnD7WXogTOWQu1M" alt=""><figcaption><p>To set an unique password for all users, select <code>With unique key</code></p></figcaption></figure>

<figure><img src="/files/8DPytZW4FOUalD5NJBDl" alt=""><figcaption><p>To used the keys generated randomly, select <code>Use generated keys for each claim</code></p></figcaption></figure>

### Deleting Your Claim

As with other features, deleting your claim is final. Once deleted, you'll lose all the information it contained.&#x20;

<figure><img src="/files/e8ZrWBudlycQAsFFtBzj" alt=""><figcaption><p>In the <code>Settings</code> panel you choose <code>Delete</code> to delete your access list</p></figcaption></figure>

### Opening The Claim

Before your community can go ahead and claim the POAP, you need to make sure you've opened the claim:&#x20;

<figure><img src="/files/Cozih12lBkk5qtgNIH3G" alt=""><figcaption><p>Click on <code>Open claim</code> to open registration to your community</p></figcaption></figure>

## Step 2:

Once you've created you claim, set it up and opened it to your community, new features will be available. You can now:\
\
-> [Claim a POAP](/bot/user-section/guides/claiming-a-poap.md)\
-> [Export your claimer (in .csv file)](/bot/creator-section/global/export-data.md)\
-> [Close Claim](#close-registration)

### Export Your Claimer (In .csv file)

<figure><img src="/files/zV4WFOohOERYfdTKVtfz" alt=""><figcaption><p>Go to <code>Settings</code>, go to <code>Export data</code> and click on <code>Export claimers (.csv)</code></p></figcaption></figure>

### Close Claim

If you close the claim, your campaign will end, and new claiming requests will be denied by Boiler.

<figure><img src="/files/u6tEzwfvgB7iTGBaCAmv" alt=""><figcaption><p>Click on <code>Close claim</code> to close claim for your POAP event</p></figcaption></figure>

Awesome, the registration for your access list has ended and you now have all your whitelisted users. Now you can export the csv or [continue with Boiler and create your Mint on discord!](broken://pages/VXR9wqEeNbWu38OMwC7l)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.boiler.gg/bot/creator-section/claim-poap/how-to-create-a-poap-claiming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
