# XP & Boosts

Baddie uses a simple XP system + a visible **Boost** score that makes your profile pop in the leaderboard.

## How you earn XP

| Action                               |                          XP |
| ------------------------------------ | --------------------------: |
| Connect wallet (welcome)             |                 **+100 XP** |
| You invite a friend and they connect |          **+100 XP** to you |
| Your invited friend connects X       |          **+150 XP** to you |
| Staking per NFT                      | **+10 XP per hour per NFT** |

> Note: Connecting your own X **does not** grant XP directly — it gives a **Boost** (see below).

## Boost formula (displayed in Leaderboard)

We use an additive model:

* **+5% per referral** (capped at **+50%**)
* **+10%** when **your own X** is linked

**Example:** you have 7 successful referrals and linked X → 7×5% + 10% = **45% Boost**.

> These boosts are **visual & reputational** in the table. Internally, XP is still the ranking base.


---

# 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://baddies.gitbook.io/baddies/baddie-dolls/xp-and-boosts.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.
