> For the complete documentation index, see [llms.txt](https://docs.jaspervault.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaspervault.io/zhong-wen-wen-dang/faq/ti-xian-faq.md).

# 提现 FAQ

### 为什么我的全部余额不能提现？

因为部分余额可能作为保证金、活动奖励、未结算资金或受限制资金，不能立即提现。

***

### 有未平仓仓位可以提现吗？

可能会受到限制。

请查看可提现余额。

***

### 为什么提现进入审核？

可能因为提现金额较大、账户盈利异常、交易记录需要核对或系统识别到风险。

***

### 审核需要多久？

审核时间取决于账户情况、提现金额、链上状态和风控流程。

***

### 提现失败怎么办？

请检查地址、网络、余额、未平仓仓位和平台提示。\
如仍有问题，请联系官方支持。


---

# 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.jaspervault.io/zhong-wen-wen-dang/faq/ti-xian-faq.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.
