> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/main-features/tiers/tier-benefits.md).

# Tier Benefits

In Open Loyalty, there are **two main ways to define tier benefits**, depending on the nature of the reward you want to offer:

## 1. One-Off Benefits (e.g. Welcome Bonus)

If you want to **grant a reward immediately after a user reaches a specific tier**, such as *"Get 500 points when you enter the Silver tier"*, you should use the **Campaigns** feature.

Sample use case:

* These are triggered once, based on internal events like joining a tier.
* This is perfect for welcome gifts, bonus points, or similar perks.
* Learn how to set this up in the [Campaigns Guide »](https://help.openloyalty.io/main-features/campaigns/creating-campaigns#internal-event)

## 2. Ongoing Benefits (e.g. Tier Discounts)

If the benefit should be **available as long as the user stays in a certain tier**, like *"10% off for all Silver members"*, you should define this using **Tier Benefits**.

Sample use case:

* These are applied each time a customer performs actions like placing an order.
* The system checks the customer’s tier, then retrieves the associated benefits from the tier configuration.
* The benefits are applied to the transaction (as shown in the diagram below)

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

By using these two methods effectively, you can build flexible and rewarding loyalty programs tailored to both short-term incentives and long-term engagement.


---

# 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://help.openloyalty.io/main-features/tiers/tier-benefits.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.
