# Perks

> Offer fixed-price rewards donors can pick on your donation page

- Canonical page: https://zerocut.gg/docs/perks
- Markdown version: https://zerocut.gg/docs/perks.md



## Creating a perk [#creating-a-perk]

1. Go to **Settings > Donations**.
2. Add a perk in the **Perks** section.
3. Set its label, price, currency, and maximum quantity.
4. Add a Discord role or webhook action if needed.
5. Save it.

Active perks appear under **Pick a perk** on your donation page. Archive a perk to hide it without
losing its donation history.

Payment minimums apply to the whole cart. A $1 repeatable perk can meet a $5 minimum when the donor
buys five.

## Quantities and combinations [#quantities-and-combinations]

A maximum quantity above 1 adds quantity controls to the donation page. Checkout enforces the limit.

Choose how different perks can share one cart:

* **One perk at a time** limits the cart to one kind of perk.
* **Any combination** allows active perks in the same currency.
* **Selected combinations** allows only the pairs you enable.

Discord-role perks stay limited to one per donation. Perks in different currencies cannot share a
cart.

## Perk actions [#perk-actions]

Actions run after payment:

* **Discord role** emails the donor a one-time link to claim a role in your server.
* **Webhook** sends a signed request containing `incentiveId` and `incentiveTitle`. Match rules still
  apply. A failed match records a **Skipped** outcome under **Recent Donations**. Webhooks with
  required donor input cannot run as perk actions.

See [One webhook, many perks](/docs/webhooks#one-webhook-many-perks) for routing several perks through
one endpoint.

<Callout type="info">
  Discord-role perks require the [Discord integration](/docs/discord). Refunding or reversing the
  donation revokes the role.
</Callout>

## Claiming a Discord role [#claiming-a-discord-role]

When a donor buys a Discord-role perk:

1. They receive a **claim link by email** after payment.
2. They connect their Discord account.
3. ZeroCut grants the role.

The link is single-use and expires after seven days. Donors can request another email from their
receipt.
