> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/cn/glossary/o-t/t/temporary-hold.md).

# 临时冻结

冻结金是指暂停或暂时停止某项活动或流程。在商业或金融交易的背景下，通常会针对资金或账户在特定时间内设置冻结金。例如，在银行业务中，当客户存入资金时，可能会暂时冻结其账户。这是为了确保资金有效且存款合法，然后再使资金可用于取款。冻结可能会持续特定的时间，如24小时，或直到资金清算完成。在电子商务中，当客户进行购买时，可能会暂时冻结客户的信用卡。这是为了确保客户有足够的资金，并且购买行为合法，然后再完成交易。一旦购买得到验证并处理，冻结将被解除。冻结金也可以在法律程序中使用，以暂停或延迟案件或审判。例如，法官可能会对案件设置冻结金，以便有时间提交额外的证据。总的来说，冻结金是一种常见的方法，用于确保交易和流程的有效性和准确性，为商家和个人提供额外的安全和保护层。


---

# 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.console.zenlayer.com/welcome/cn/glossary/o-t/t/temporary-hold.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.
