# Frequent Player Points

## What is FPP? ![](/files/MKjXPmUjswTdsdGusxXY)

A program of points accumulation based on the user participation in tournaments and vaults. These points can be used for some benefits in our application.&#x20;

## Points Accumulation

There are two ways to accumulate points: by playing our tournaments (most common way) and making the first deposit in one of our vaults.

## How to use the points

Currently, the users can use FPP with the following benefits:

* **Early Vault Withdrawal**: Users can use FPP to withdraw a % of their deposits with NO PENALTY. Yes, no penalty! This is exactly what makes us a different protocol. The percentage may vary, from 1% to 15% (or even more) depending on how many accumulated points the users have. More details will be covered in the [Vaults](/explore-papparico/vaults.md) section.

* **Tournament Tickets**: The tournaments flagged with the PAID / TICKET entry type are fully compatible with FPP. Users can spend their FPP to register for these tournaments. For instance, a tournament which displays the entry price like ![](/files/3tLSV2nO6e9FGWZOYKOc) accepts either Papparico Token or FPP as registration. An important point about FPP: This is not an additional token in our ecosystem, hence is not tradeable. It's a virtual number held for each user in our Smart Contract.

* **Bullish Pools (Coming soon)**: Although we're still implementing this feature, we're going to introduce it briefly: Bullish pools will work as a cashback. There will be some pools of different tokens exclusively for FPP and users will be able to use their FPP's to exchange for any token in the pool.

## Points Calculation

**Vaults ->**

New users earn up to 5 points by making a first deposit in our vaults according to the table:

| Vault     | Points   |
| --------- | -------- |
| 1 Month   | 1 Point  |
| 6 Months  | 2 Points |
| 12 Months | 3 Points |
| 24 Months | 4 Points |
| 48 Months | 5 Points |

One important rule to clarify: Only the very first deposit counts and any subsequent deposit don't accumulate additional points.&#x20;

**Tournaments ->**

Each tournament has specific FPP rewards, see the prize pool below as an example (30 FPP):

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

## FPP Page

To access the FPP page, check balance and collect points, navigate to main menu, Tournaments -> Frequent Player Points, or simply hit the icon ![](/files/Sj2J9FqY6lz581X7pA6x) located in the main menu bar. When the icon is displayed with an exclamation yellow sign, it means that the user has points pending to collect.

<figure><img src="/files/21M6nP2m3Tz25lpSUV9u" alt=""><figcaption><p>Frequent Player Points page (When the user does not have points to collect)</p></figcaption></figure>

<figure><img src="/files/W0wsDi3cC9UI79mU8RQr" alt=""><figcaption><p>Frequent Player Points page (When the user has points to collect)</p></figcaption></figure>

It's worth mentioning some aspects:

* When a tournament finishes and the user has a prize to claim (qualified for a prize), the action of "Claim Prize" also collects the pending points
* When a tournament finishes and the user does not have prize to claim (not qualified for a prize), the points need to be collected manually in the FPP page


---

# 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://docs.papparico.finance/explore-papparico/frequent-player-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.
