# Income

{% code title="#shops | #workshops" %}

```javascript
r!work
```

{% endcode %}

*The bot randomly picks a reply out of a few already existing ones and sends it in the channel where you've used the command. What the bot sends happens in character and that's how your character earns a small (2-5 buckles) amount of buckles (those buckles get added automatically to your coin balance).*

* **Minimum Stamina:** `10%`
  * **Raw Stamina Cost:** `5`
* **Command Cooldown:** `4h`

There are also other minor sources of income like [Fishing](/items/fishing.md) and [Foraging](/items/foraging.md).

## Paychecks

Depending on the Path or Route, your character may additionally receive a weekly paycheck. Paychecks arrive every Sunday in the **#bank** using the [`money`](/economy/money.md#the-money-command) command. Simply press the `PAYCHECK` button and you will collect your paycheck if possible.

If for example, a Deacon has a weekly paycheck then they have to go to the **#bank** channel and press the `PAYCHECK` button to receive their income.

{% hint style="warning" %}
*Your character will **not** receive any money if they don't collect their paychecks manually. Additionally, once your paycheck is ready (i.e. once a week), you won't be eligible for the next paycheck until you collect your current one. Paychecks do **not** stack.*
{% endhint %}


---

# 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.medievaldiscord.com/economy/income.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.
