# Packflip Points

Packflip Points are platform credits earned by selling cards back to Packflip through the **Buyback** feature. They can be used directly toward pack purchases on the platform.

{% hint style="info" %}
The buyback rate varies by card and is determined at the time of the transaction.
{% endhint %}

<details>

<summary>How to earn Points</summary>

Sell any card in your collection back to Packflip using the **Buyback** option in your Dashboard. Packflip purchases the card from you and credits Points to your account.

</details>

<details>

<summary>How to use Points</summary>

Points can be used at checkout to pay for any pack purchase. **1 Point = $0.01**, so 500 Points covers a $5 pack in full.

Apply your Points at the Order Summary step before confirming your purchase.

</details>

<details>

<summary>Do Points expire?</summary>

No. Packflip Points have no expiry date.

</details>

<details>

<summary>How are Points different from XP?</summary>

Points and XP are completely separate systems:

|               | Packflip Points              | Packflip XP                            |
| ------------- | ---------------------------- | -------------------------------------- |
| How to earn   | Buyback cards to Packflip    | Open packs, buyback, referrals, quests |
| What it's for | Credit toward pack purchases | Future Packflip incentives             |
| Expires?      | No                           | No                                     |

</details>


---

# 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/how-to-use/packflip-points.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.
