> 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-zh/propw-jing-cai-hui-gu/publish-your-docs-32.md).

# PropW 维护升级通知

为提升系统性能和服务质量，PropW 将于 2025 年 8 月 2 日 17:00 至 17:30（UTC）进行系统升级。本次升级旨在完成数据库系统改进，期间部分服务将会暂时受到影响。

&#x20;

受影响的功能与范围

\- 交易服务：模拟与实盘交易均将暂停。

\- 资产余额：账户余额及相关资产信息可能会暂时无法更新。

\- 提现与转账：提现请求与处理将暂停，合约账户之间的资金转账也将中止。

&#x20;

PropW 温馨提示

\- 升级期间，如您有未平仓仓位或未成交订单，建议提前平仓或取消订单以控制风险，避免因服务中断导致的潜在交易损失。

\- 升级完成后所有服务将自动恢复，届时可正常使用。\ <br>

如有紧急需求，请联系 PropW 官方客服，我们将尽力为您提供帮助。

&#x20;

注意事项：

&#x20;

1\. 止损市价单：&#x20;

升级期间，止盈/止损市价单将不会被触发。&#x20;

升级完成后，若市场价格达到用户设置的止盈/止损条件，订单将按市价立即执行。

&#x20;

2\. 止损限价单：&#x20;

升级期间，限价止盈/止损单将不会被触发。&#x20;

升级完成后，若市场价格达到用户设置的止盈/止损条件，订单将按用户设置的限价执行。

&#x20;

示例：&#x20;

用户在 ETH/USDT 做空，设置止损条件为 4500 USDT 或以上。

&#x20;

在升级期间，即使市场价格达到或超过 4500 USDT，止损也不会被触发。

升级完成后，若市场价格达到 4800 USDT，止损将按 4800 USDT 的市价立即执行。

若市场价格低于 4500 USDT，止损仍然不会被触发。

&#x20;

我们对由此带来的不便深表歉意，感谢您的理解与支持！欢迎加入[ PropW 社区](https://t.me/PropWGlobal) 获取最新动态。

&#x20;

PropW 团队


---

# 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-zh/propw-jing-cai-hui-gu/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.
