# Referral Commission Rules

### Referral Commission Plan

We offer a commission plan for recommenders. You can view your invite link in the [Referrals](https://yourfreesol.com/referrals) page. When your friends register and use [Your Free SOL](https://yourfreesol.com/) through your link, you will receive a certain percentage of commission rewards.

The initial commission reward ratio is **55%**, and you can view the specific commission reward ratio in the [Referrals](https://yourfreesol.com/referrals) page.

### How to Calculate Referral Commission?

You can calculate the commission reward by the following formula:

$$
Total\ Fee = N \times S\_r \times F\_r
$$

Where:

* $N$ is the number of accounts your friend closed
* $S\_r$ is the rent of a single Solana account (e.g., 0.002 SOL)
* $F\_r$ is the fee rate of your friend (e.g., 0.12 means 12%)

Your commission reward is calculated as follows:

$$
Commission = Total\ Fee \times C\_r
$$

Where:

* $C\_r$ is the commission reward ratio (e.g., 0.55 means 55%)

For example, if your friend closes 1 account, the fee rate is 12%, and the commission reward ratio is 55%, then:

$$
Total\ Fee = 1 \times 0.002 \times 0.12 = 0.00024
$$

$$
Commission = 0.00024 \times 0.55 = 0.000132
$$

For example, if your friend closes 20 accounts, the fee rate is 9%, and the commission reward ratio is 55%, then:

$$
Total\ Fee = 20 \times 0.002 \times 0.09 = 0.0036
$$

$$
Commission = 0.0036 \times 0.55 = 0.00198
$$

### How to Increase the Commission Reward Ratio?

The more effective friends you recommend, the higher your commission reward ratio.

Effective friends are friends who register and use [Your Free SOL](https://yourfreesol.com/) through your link.

### How to Claim Referral Commission?

When your friend successfully claims SOL, the commission reward will be automatically deposited into your wallet at the same time.

### How to Recommend?

You can recommend in the following ways:

* Share your invite link on social media
* Share your invite link on forums or communities
* Share your invite link on your personal website or blog


---

# 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://yourfreesol.gitbook.io/docs/referral-commission-rules.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.
