# How to reward a role

With Boiler, you can create a reward that will assign a specific Discord role to your user. All you need to do is make sure that they've already linked their wallet. If they haven't, send them over to our [how-to ](/bot/user-section/guides/linking-your-wallet.md)page.&#x20;

-> [Get your server rewards](#get-your-server-rewards)\
-> [Add requirements](#add-requirements)\
-> [Send the verification panel](#send-the-verification-panel)

### Set Up Your Server Rewards

You can start by displaying all the rewards available for your server. This is limited to your server information, which it is *not* cross discord:

<figure><img src="/files/GPBchNFZDsaeQaSnbsfl" alt=""><figcaption><p>To get your server rewards use the command: <code>/server configuration</code>, click on <code>Edit roles rewards</code> and select the role</p></figcaption></figure>

### Add Your Requirements

You can go back to [Requirements documentation](/bot/creator-section/global/requirements.md)

<figure><img src="/files/lQWeWeUN2JTKNqyZbHTO" alt=""><figcaption><p>Click on <code>Add requirement</code> and select what you want to add</p></figcaption></figure>

With this panel, your community will be able to verify their wallet. This message is public (everybody will see it)

<figure><img src="/files/mczeKgq2NKD2Vv7Hb2MS" alt=""><figcaption><p>In the <code>Settings</code> panel you can choose <code>Verify form panel</code> to send a public message</p></figcaption></figure>

Nice work! Your community can now get access to your private sections! See [User flow here](/bot/user-section/guides/get-your-roles-rewards.md)


---

# 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.boiler.gg/bot/creator-section/assign-discord-roles/how-to-reward-a-role.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.
