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

# Notice of PropW Maintenance Upgrade

To enhance system performance and service quality, PropW will undergo a system upgrade from 17:00 to 17:30 (UTC) on Aug. 2, 2025. This upgrade aims to complete the database system improvement, during which some services will be temporarily affected.

&#x20;

Affected Functions and Scope

\- Trading Services: Both challenge and live trading will be suspended.

\- Asset balance: Account balances and related asset information may temporarily fail to update.

\- Withdrawal and Transfer: Withdrawal requests and processing will be paused,and fund transfers between contract accounts will also be suspended.

&#x20;

PropW Reminders

\- During the upgrade, if you have open positions or pending orders, we recommend closing positions or canceling orders in advance to manage risks and avoid potential trading losses due to service suspension.

\- All services will automatically resume after the upgrade is completed, and you can use them normally.\ <br>

For any urgent needs, please contact PropW's official customer service, and we will do our best to assist you.

&#x20;

Notes:

&#x20;

1\. Stop Market Order:&#x20;

During the upgrade period, take-profit/stop-loss orders will not be triggered.&#x20;

After the upgrade is complete, if the market price meets the user’s set take-profit/stop-loss conditions, the order will be executed immediately at the market price.

&#x20;

2\. Stop Limit Order:&#x20;

During the upgrade period, limit take-profit/stop-loss orders will not be triggered.&#x20;

After the upgrade is complete, if the market price meets the user’s set take-profit/stop-loss conditions, the order will be executed at the user’s set limit price.

&#x20;

Example:&#x20;

The user opens a short position on ETH/USDT, setting a stop-loss condition at 4500 USDT or above.

&#x20;

During the upgrade, even if the market price reaches or exceeds 4500 USDT, the stop-loss will not be triggered.

After the upgrade is complete, if the market price reaches 4800 USDT, the stop-loss will be executed immediately at the market price of 4800 USDT.

If the market price is below 4500 USDT, the stop-loss will still not be triggered.

&#x20;

We sincerely apologize for any inconvenience caused and appreciate your understanding and support! You are welcome to join[ PropW community](https://t.me/PropWGlobal) for the latest updates.

&#x20;

PropW Team


---

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