> 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-105.md).

# PropW 트레이더가 되기까지 얼마나 걸리나요

PropW 챌린지를 통과하기 위한 최소 요구사항은 최소 5거래일(연속 불필요) 이상 거래하는 것입니다.

&#x20;

PropW는 거래 시간에 제한이 없으므로 자연일 내에서 포지션을 "오픈하고 닫는" 과정은 유효한 거래일로 정의됩니다.

&#x20;

자연일 내에 포지션 오픈만 이루어진 경우에는 이를 유효한 거래일로 계산하지 않으며, 자연일 내에 계좌를 청산하는 것을 유효한 거래일의 표시로 사용합니다.


---

# 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-105.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.
