# Money Cut

**Money cut settings overview**

{% code title="Config.lua" %}

```lua
Config.cut = true -- Enable money cut fee [ true \ false ]
Config.cutfee = 0.20  --   Cut 0.20 (20%) of cash received when exchanging bitcoins to cash. (0.01 - 100)
Config.maxcutfeelevel = 10 -- Maximum cut level that player can reach
Config.cutfeedecrease = 0.0170-- Percentage to decrese cut fee for every single level
Config.requiredBitcoinAmount = 0.561152 -- Required bitcoins amount to level up money cut skill multiplied by skill level
Config.sendcut2society = true -- Enable send money cut amount to society [ true \ false ]
Config.sendcut2societyname = 'society_police' -- Society name to send money cut amount
```

{% endcode %}

<mark style="color:blue;">**Config.cut**</mark>\
If <mark style="color:green;">true</mark> money cut is enabled, esle if <mark style="color:red;">false</mark> is disabled.\
\ <mark style="color:blue;">**Config.cutfee**</mark>\
Money cut fee rate in percentage. \
\ <mark style="color:blue;">**Config.maxcutfeelevel**</mark>\
Maximum cut fee level for the players.\
\ <mark style="color:blue;">**Config.cutfeedecrease**</mark>\
Percentage to decrese cut fee for every single level.\
\ <mark style="color:blue;">**Config.requiredBitcoinAmount**</mark>\
Required bitcoins amount to level up money cut skill multiplied by skill level.\
\ <mark style="color:blue;">**Config.sendcut2society**</mark>\
If <mark style="color:green;">true</mark>, the cut rate will be sent to the configured society name, esle if <mark style="color:red;">false</mark> no cut fee is sent.\
\ <mark style="color:blue;">**Config.sendcut2societyname**</mark>\
Society name to send money cut amount. Can be any society.\
\
\
\ <br>


---

# 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://scriptforge.gitbook.io/d/crypto-money-washer/configuration-file/money-cut.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.
