> For the complete documentation index, see [llms.txt](https://docs.solcasino.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solcasino.io/referral-and-partnerships/referral-commission.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.solcasino.io/referral-and-partnerships/referral-commission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
