> For the complete documentation index, see [llms.txt](https://docs.propw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propw.com/announcement/announcement-ko/propw/publish-your-docs-63.md).

# 시스템 업그레이드로 인한 CoinW 서비스 중단 공지

**PropW 사용자 여러분,**

플랫폼 성능 및 서비스 품질 향상을 위해 CoinW는 시스템 업그레이드를 진행합니다. **2024년 12월 7일 01:00부터 02:00(UTC+8)까지**업그레이드 기간 동안 PropW의 일부 기능은 일시적으로 이용할 수 없습니다.

중요한 시장 이벤트가 발생할 경우, 본 업그레이드는 연기되거나 취소될 수 있으며 추가 공지가 제공됩니다.

&#x20;

#### **영향을 받는 기능 및 범위** <a href="#h_01jeahxknt9x5xnjr72wks9pq3" id="h_01jeahxknt9x5xnjr72wks9pq3"></a>

업그레이드 기간 동안 다음 서비스에 영향이 있을 수 있습니다:

* **거래 서비스:** 챌린지 및 실시간 거래 단계가 중단됩니다.
* **자산 목록:** 계정 잔액 및 관련 자산 정보의 업데이트가 일시적으로 지연될 수 있습니다.
* **출금 및 이체 서비스:** 출금 요청 및 처리가 중단되며, 계정 간 이체가 불가능할 수 있습니다.

다운타임을 최소화하고 업그레이드 완료 즉시 모든 서비스를 신속히 복구하도록 노력하겠습니다.

&#x20;

#### **PropW 사용자들을 위한 보안 팁** <a href="#h_01jeahxknvy1rhqzzd1wwpsw7a" id="h_01jeahxknvy1rhqzzd1wwpsw7a"></a>

미결 포지션이나 주문이 있는 경우, 서비스 중단으로 인한 잠재적 손실을 방지하기 위해 사전에 포지션을 청산하거나 주문을 취소하여 리스크를 관리할 것을 권장합니다.

긴급한 요청이 있으신 경우, **PropW 공식 고객 지원** 으로 즉시 연락해 주시기 바랍니다. 저희가 도와드리겠습니다.

&#x20;

**PropW**

*2024년 12월 5일*


---

# 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://docs.propw.com/announcement/announcement-ko/propw/publish-your-docs-63.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.
