# Player Value and Capital Gains

The value in credits assigned to a player can fluctuate from one Round to the next.

The change in a player’s credit value is called a **capital gain** (*plusvalenza*, if it increases) or a **capital loss** (*minusvalenza*, if it decreases).

Capital gains and losses take into account **two parameters**:

* The **score obtained by the player**
* The **starting value of the player**: for the same score, a player with a lower starting value will generate a **larger capital gain** compared to a player with a higher value.

This variation will increase or decrease your budget in credits, thereby affecting your purchasing power.

{% hint style="info" %}
***The player who does not take the field and therefore does not score will incur a capital loss of -0.2 cr***
{% endhint %}


---

# 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.kickest.it/eng/fantasy-rules/player-value-and-capital-gains.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.
