# StakeMarket

抵押是一种信任机制，通过该机制，交易中的两个或多个方会将资金锁定在托管中，并为释放托管资金制定具体的条件。

要释放资金，所有方必须同意以下事项之一：

* **取消交易**：在这种情况下，每个方都会收到之前存入托管的资金的退款。
* 或者 **完成交易**：在这种情况下，每个方都会收到其应得的款项。

如果存在分歧，押金将提交给抵押社区进行投票。投票过程持续一周。

抵押可以在许多情况下使用，其中涉及交易的各方并不完全信任对方：电子商务、打车服务、送货、建筑项目等。

[在此处获取社区的进一步支持。](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# Agent Instructions: 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:

```
GET https://docs.payswap.org/zhong-guo-ren/products/stakemarket.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
