> For the complete documentation index, see [llms.txt](https://wiki.boxingstarx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boxingstarx.com/kr/undefined/undefined-1/telegram.md).

# Telegram

Boxing Star X의 Telegram 내 '보상'탭에서 다음과 같은 정보를 확인할 수 있습니다.

<figure><img src="/files/a2onaRfbvYpo8L5DcT0B" alt="" width="375"><figcaption></figcaption></figure>

1. **지갑**
   * Connect Wallet 버튼을 눌러 지갑을 연결하거나, 이미 연결된 지갑 주소를 복사할 수 있습니다.
2. **My Rewards**
   * P-Coin 누적 수량
   * 민팅 완료된 Champion's Mark 수량
3. **Rewards to Claim**
   * 민팅 전인 Champion's Mark 수량
     * Mint Now 버튼을 클릭해 Champion's Mark를 민팅할 수 있습니다.
4. **나의 트로피 스타 배지**
   * 민팅 완료한 트로피 SBT 리스트

Telegram에서 보상을 획득하기 위해서는 지갑 연결이 반드시 필요합니다.

Telegram에서 지갑을 생성하고 관리하는 방법은 다음과 같습니다.

1. **TON 지갑 생성**
   * Boxing Star X를 플레이하는 텔레그램 계정에 TON 지갑이 존재해야 합니다.
   * ​[TON Wallet Site](https://ton.org/en/wallets?locale=en\&pagination\[limit]=-1)에 접속하여, 다양한 지갑 중 원하는 것을 선택하여 지갑을 생성할 수 있습니다.
   * Boxing Star X에서는 다양한 TON 지갑 중 다음과 같은 지갑을 사용하는 것을 추천합니다.
     * ​[Wallet](https://t.me/wallet)​
     * ​[Tonkeeper](https://wallet.tonkeeper.com/)​

<figure><img src="/files/54STNaRjGkdmtFyvyTwi" alt=""><figcaption></figcaption></figure>

2. **지갑 연결 보상**
   * 지갑 연결을 통해 아래와 같은 인게임 보상을 추가로 획득할 수 있습니다.
     * 무료 골드
     * A-Gloves
     * P-Tickets
   * 단, 해당 보상을 획득하기 위해서는 지갑 내에 소량의 가스비($TON)가 필요합니다.
     * ​[$TON는 거래소를 통해 구매한 뒤, 계정에 연결된 지갑 주소로 전송하여 사용할 수 있습니다.](/kr/usddelabs/undefined/undefined/telegram/usdton.md)​

3. **지갑 관리**
   * 생성한 지갑에 접속하여 지갑 내 다양한 자산을 확인하고 관리할 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.boxingstarx.com/kr/undefined/undefined-1/telegram.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
