# 농장 은행

## 농장 은행이란?

농장 은행은 **농장 단위로 공유되는 금고**입니다.\
멤버들이 돈을 모아 농장 업그레이드 등에 활용할 수 있습니다.

## 명령어

| 명령어           | 설명                        |
| ------------- | ------------------------- |
| `/농장 은행`      | 현재 은행 잔액을 확인합니다.          |
| `/농장 입금 <금액>` | 농장 은행에 돈을 입금합니다.          |
| `/농장 출금 <금액>` | 농장 은행에서 돈을 출금합니다.         |
| `/농장 은행로그`    | 최근 거래 내역을 확인합니다. (최대 30건) |

## 입금

개인 소지금에서 농장 은행으로 입금합니다.

* **수수료**: 입금액의 \*\*1%\*\*가 수수료로 차감됩니다.
* 예시: 100,000원 입금 시 → 수수료 1,000원 → 실제 입금 99,000원

{% hint style="info" %}
입금 권한은 `/농장 권한`에서 설정할 수 있습니다. 기본적으로 **멤버** 이상 입금 가능합니다.
{% endhint %}

## 출금

농장 은행에서 개인 소지금으로 출금합니다.

* **수수료**: 없음
* 은행 잔액보다 많은 금액은 출금할 수 없습니다.

{% hint style="warning" %}
출금 권한은 `/농장 권한`에서 설정할 수 있습니다. 기본적으로 **관리자** 이상만 출금 가능합니다.
{% endhint %}

## 은행 한도

현재 은행 보관 한도는 **5억원**입니다.


---

# 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://organization-pmk.gitbook.io/docs/undefined-1/minifarm/features/bank.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.
