> 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/propw-highlights/publish-your-docs-9.md).

# PropW: Account Challenge and Withdrawal Process Optimization

Dear PropW Users,

Since the platform's inception, every transaction you make and every bit of trust you place in us has been our greatest motivation to keep improving. To simplify your trading process, we will carry out optimizations to the account and withdrawal procedures on November 20 (Thursday) from 14:00 to 17:00 (UTC+8). During this period, please refrain from using any transfer-related functions. The optimization details are as follows:

1\. Removal of "Transfer" for Instant Trading

1. Start trading immediately after signing up for a new challenge—no extra "transfer" step required.
2. No additional "transfer" step is needed when withdrawing profit rewards.
3. Merge of Asset Account and Contract Account.\
   \*This upgrade does not affect your current trading positions and is specific to your PropW account. Your CoinW account remains unaffected.

\*After the consolidation of your PropW asset account and contract account is completed, your total holdings of USDCP and USDT remain unaffected.

2\. Synchronized Interface Updates

1. &#x20;In line with the above optimizations, relevant pages on both the Web and App platforms have been synchronized. Redundant entry points have been removed, and functional guidance has been made clearer.\
   \*Please note that this optimization may cause certain buttons in older versions of the APP to become unusable. If you encounter this issue, please update your APP to the latest version.

If you have any questions about these optimizations or are unsure which package best suits your needs, our customer service team is always ready to provide you with one-on-one answers and recommendations.

* &#x20;PropW Website: [https://www.propw.com](https://www.propw.com/)
* &#x20;X: <https://x.com/PropWGlobal>
* &#x20;Telegram: <https://t.me/PropWGlobal>
* &#x20;Discord: <https://discord.gg/C8enuujTrZ>

Once again, thank you for your companionship along the way. We know that without your support, we could not have come this far. Every step we take in the future will be hand in hand with you, growing together.


---

# 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/propw-highlights/publish-your-docs-9.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.
