# RAKE

Rake is the small fee Bspin takes from each cash game pot as compensation for hosting the game. The standard rake is 5%, but the maximum amount (cap) taken per hand depends on the stakes. Lower-stakes tables have a lower rake cap, while higher-stakes tables have a higher one.

Rake is only collected if the hand reaches the flop. If all players fold before the flop, no rake is taken, no matter the pot size.

Details about rake caps per table:

| Stakes ($)    | Rake | Cap ($) |
| ------------- | ---- | ------- |
| 0,02/0,04     | 5%   | 0,40    |
| 0,05/0,10     | 5%   | 0,70    |
| 0,10/0,20     | 5%   | 1,40    |
| 0,15/0,30     | 5%   | 1,80    |
| 0,25/0,50     | 5%   | 2,00    |
| 0,50/1,00     | 5%   | 2,50    |
| 1,00/2,00     | 5%   | 3,00    |
| 2,50/5,00     | 5%   | 4,00    |
| 5,00/10,00    | 5%   | 6,00    |
| 10,00/20,00   | 5%   | 8,00    |
| 25,00/50,00   | 5%   | 10,00   |
| 50,00/100,00  | 5%   | 15,00   |
| 100,00/200,00 | 5%   | 20,00   |
| 200,00/400,00 | 5%   | 40,00   |


---

# 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.bspin.io/poker/rake.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.
