> For the complete documentation index, see [llms.txt](https://pixel-farm-valley.gitbook.io/pixel-farm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pixel-farm-valley.gitbook.io/pixel-farm-docs/play-to-earn/points-pfv-claim.md).

# Points & $PFV Claim

This section explains how Points work, how $PFV rewards are calculated, and how the token supply is structured.

Understanding this system is essential if you want to optimize your strategy and evaluate long-term token dynamics.

***

### What Are Points?

Points are an internal market unit.

They:

* Are earned by selling resources in the Market
* Exist only within the current 2-hour window
* Reset every window
* Cannot be transferred or withdrawn
* Only determine your share of the pool

<figure><img src="/files/E4q4cNYnp3Vu4MfHifgT" alt=""><figcaption><p><a href="https://pixelvalley.farm/"><mark style="color:$success;background-color:yellow;"><strong>https://pixelvalley.farm/</strong></mark></a></p></figcaption></figure>

#### Resource → Points Conversion

* 1 Gold = 8 Points
* 1 Silver = 3 Points
* 1 Bronze = 1 Point

Formula:

```
Points = Gold×8 + Silver×3 + Bronze×1
```

Example:

10 Gold + 5 Silver + 20 Bronze\
\= 80 + 15 + 20\
\= 115 Points

***

### How $PFV Rewards Are Calculated

Each 12-hour cycle has a locked $PFV Pool.

That pool is divided into:

* 6 windows
* Each window = 1/6 of the cycle pool

<figure><img src="/files/2jIHEVFhVwJEKT3sBWHO" alt=""><figcaption><p><a href="https://pixelvalley.farm/"><mark style="color:$success;background-color:yellow;"><strong>https://pixelvalley.farm/</strong></mark></a></p></figcaption></figure>

At the end of each 2-hour window:

#### Step 1 — Calculate Price Per Point

```
Price Per Point = Window Pool ÷ Total Points Submitted
```

#### Step 2 — Calculate Player Reward

```
Your $PFV = Your Points × Price Per Point
```

***

### Example Calculation

Window Pool: 10,000 $PFV\
Total Points in Window: 50,000

Price per Point\
10,000 ÷ 50,000 = 0.2 $PFV per point

If you submitted 2,000 Points\
2,000 × 0.2 = 400 $PFV

However, the reward distribution now depends on whether you own the Satoshi Scroll.

If you have the Satoshi Scroll\
You participate in 100% of the reward pool, so your reward remains 400 $PFV as long as it does not exceed the system cap.

If you do not have the Satoshi Scroll\
You only participate in 20% of the pool.

20% Pool Portion\
10,000 × 0.20 = 2,000 $PFV

New Price per Point for non-scroll players\
2,000 ÷ 50,000 = 0.04 $PFV per point

If you submitted 2,000 Points without the scroll\
2,000 × 0.04 = 80 $PFV

There is also a safety cap of 20% per player per window. This means a single player cannot receive more than 20% of the total pool, which in this example is 2,000 $PFV. This limit exists to prevent a single account from taking the entire pool in case of errors, exploits, or unexpected system behavior.

***

### Claim

The Claim tab is where players manage their $PFV withdrawals from the game to an external wallet. It shows your current available $PFV balance, reserved $PFV, and the active withdrawal rules, including limits and eligibility.

<figure><img src="/files/xXL17wQBVXsIiBd2TOZL" alt=""><figcaption><p><a href="https://pixelvalley.farm/"><mark style="color:$success;background-color:yellow;"><strong>https://pixelvalley.farm/</strong></mark></a></p></figcaption></figure>

After $PFV is earned from closed Market windows, it may first appear as Reserved $PFV. Reserved tokens are not immediately withdrawable and are transferred to your available balance once internal processing is completed. Only tokens shown as available can be claimed.

To withdraw $PFV, players enter a wallet address and the desired amount, then submit a Claim request. Claims are processed according to the current system limits, such as minimum and maximum amounts or claim frequency. All active rules and constraints are always visible directly in the Claim interface.


---

# 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:

```
GET https://pixel-farm-valley.gitbook.io/pixel-farm-docs/play-to-earn/points-pfv-claim.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.
