# Multipliers

Multipliers boost the XP you earn from pack opens and buybacks. They stack **additively** — not multiplicatively.

> Example: OG +0.5× + Campaign +1× = **2.5× total** (not 1.5 × 2.0)

## Permanent multipliers

These multipliers are always active once earned and never expire.

### Packflip Level

Your level increases as you engage with the platform. Higher levels unlock a permanent XP bonus on all pack opens and buybacks.

| Level     | Tier      | Bonus |
| --------- | --------- | ----- |
| Lv. 0–4   | Amateur   | —     |
| Lv. 5–9   | Collector | +0.2× |
| Lv. 10–19 | Curator   | +0.4× |
| Lv. 20–29 | Elite     | +0.6× |
| Lv. 30-49 | Epic      | +0.8× |
| Lv. 50-69 | Legendary | +1.0× |
| Lv. 70-99 | Mythic    | +1.2× |
| Lv. 100+  | Eternal   | +1.5× |

### Genesis / OG Bonus

If your wallet opened packs more than $15 before the XP program would be updated, you receive a permanent OG bonus.

| Condition               | Bonus |
| ----------------------- | ----- |
| Active before XP launch | +0.5× |

## Campaign multipliers

Campaign multipliers are time-limited and activate automatically during campaign periods.

| Campaign          | Bonus | Applies to                             |
| ----------------- | ----- | -------------------------------------- |
| Weekly Boost Pack | TBD   | Spotlighted pack only                  |
| Startale Campaign | +1×   | All pack opens and buybacks on Soneium |
| Monad Campaign    | TBD   | All pack opens and buybacks on Monad   |
| New Pack Event    | TBD   | New IP packs only                      |

## Example: maximum multiplier stack

A **Lv.10 Curator** with **OG status** opening a pack on Soneium during the **Startale Campaign**:

| Component         | Multiplier |
| ----------------- | ---------- |
| Base              | 1.0×       |
| Curator (Lv.10)   | +0.4×      |
| OG bonus          | +0.5×      |
| Startale Campaign | +1.0×      |
| **Total**         | **2.9×**   |


---

# 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://packflip.gitbook.io/packflip-docs/multipliers.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.
