# 홀짝도박

홀짝도박은 다른 플레이어와 1:1로 홀짝을 맞추는 PvP 도박 시스템입니다.\
`/홀짝` 또는 `/hj` 명령어로 이용할 수 있습니다.

<figure><img src="/files/r7NWJcymEYMYgyCwCA3L" alt=""><figcaption></figcaption></figure>

## 진행 방법

1. `/홀짝 등록 [금액] [홀|짝]` — 베팅 금액과 선택(홀/짝)을 정하여 등록합니다. 등록 시 금액이 차감됩니다.
2. 다른 플레이어가 등록된 게임을 클릭하여 참여하고, 반대 선택을 합니다.
3. **승자**는 베팅 금액의 **2배**를 획득하고, **패자**는 금액을 잃습니다.

## 명령어

| 명령어                  | 설명           |
| -------------------- | ------------ |
| `/홀짝 목록`             | 현재 등록된 게임 확인 |
| `/홀짝 등록 [금액] [홀\|짝]` | 게임 등록        |
| `/홀짝 취소`             | 등록한 게임 취소    |
| `/홀짝 알림`             | 알림 설정 토글     |

## 규칙

* 최소 베팅: **1,000원**
* 최대 베팅: **15,000,000원**
* 수수료: **없음**
* 등록 후 **24시간** 내 상대가 없으면 자동 취소됩니다.

{% hint style="danger" %}
도박 유도, 이긴 후 도발하는 행위는 서버 규칙 위반입니다.
{% endhint %}


---

# 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:

```
GET https://organization-pmk.gitbook.io/docs/undefined-1/gamble.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.
