# Points

Earn points based on the **volume of SOL you play** in Girasol prediction rounds. Whether you win, lose, or get refunded due to a cancellation, you earn points for your participation. Winning rounds grant you additional points based on your winnings.

The more you play and win, the faster you accumulate points to unlock rewards and climb the leaderboard!

***

## **How Points Are Earned**

### **Placing a Prediction**

For every **x SOL** you play, you earn **x \* 1000 points**, regardless of whether you win or lose.

* **Example**: You play **2.5 SOL** → You immediately earn **2,500 points** (2.5 x 1000).

### **Winning a Round**

If you win, you earn **additional points based on your payout**.

* **Example**:
  * You play **2.5 SOL**, and the payout rate is 2x.
  * Your winnings are 5 SOL → You earn **5,000 additional points** (5 x 1000).

### **Cancelled Predictions (Refund)**

If a prediction round is cancelled and your SOL is refunded, you earn **points for both your initial deposit and the refund**.

* **Example**:
  * You play **2.5 SOL**, and the round is cancelled.
  * You get refunded your 2.5 SOL → You earn an additional **2,500 points** (2.5 x 1000).
  * **Total Points**: **5,000 points**.

{% hint style="info" %}
To summarize:

#### Points are calculated based on the volume of deposits and withdrawals x 1000.

{% endhint %}

***

## **Points Calculation**

### **If You Lose**

You earn points only for the volume of SOL you played.

* **Deposit**: **2.5 SOL** → Earn **2,500 points**.
* **Total Points**: **2,500 points**.

### **If You Win**

You earn points for your deposit **plus additional points for your winnings**.

* **Deposit**: **2.5 SOL** → Earn **2,500 points**.
* **Payout**: 2x → Winnings = 5 SOL → Earn **5,000 additional points**.
* **Total Points**: **7,500 points**.

### **If the Round is Cancelled**

You are refunded your deposit and earn points for both the deposit and the refund.

* **Deposit**: **2.5 SOL** → Earn **2,500 points**.
* **Refund**: **2.5 SOL returned** → Earn **2,500 points**.
* **Total Points**: **5,000 points**.

***

## **Why Earn Points?**

Points are more than just numbers 👀

***

## **Get Started**

Start earning points today by participating in prediction rounds. Whether you win, lose, or get refunded, every prediction gets you closer to unlocking exciting rewards! 🚀


---

# 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://girasol.gitbook.io/girasol.fun/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.
