# Referral Commission

When you invite other players to play, you can get referral based on their wager amount. Referral bonus will be in the same currency as your invited players' bet currency.

You can always get commission from any bet wagered, no matter they win or lose. The higher your VIP level, the higher the percentage of commission you get from the bet.

Your commission is relevant to the house edge of the game and the bet volume.

Different games have a different house edge. You can derive your commission using the following formula:

```
Referral Bonus = Effective House Edge * wager * commission rate
House Edge = 1 - RTP
```

Different games have different house edge. You can check the house edge of each game on the back of its cover.

Learn more about [Effective House edge](https://docs.solcasino.io/referral-and-partnerships/effective-rtp) here.

***

Please note, using your own referral code will result in action against your accounts, including bans & forfeiture of any funds.


---

# 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.solcasino.io/referral-and-partnerships/referral-commission.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.
