# StakeMarket

ステークは、取引において2つ以上の当事者がエスクローに資金をロックし、それぞれがエスクローから資金を解放する条件を特定するための信頼のメカニズムです。

資金を解放するには、すべての当事者が次のいずれかに同意する必要があります：

* 取引の**キャンセル**：この場合、各当事者は以前にエスクローに預けた資金の返金を受けます。
* または取引の**完了**：この場合、各当事者はそれぞれに支払われます。

対立が生じた場合、ステークはステークのコミュニティによる投票に提出されます。投票プロセスは1週間続きます。

ステークは、取引に関与する当事者同士が完全に信頼しあっていない場合に使用される無数の状況で利用することができます：電子商取引、ライドシェア、配達、建設プロジェクトなど。

[コミュニティからのさらなるサポートはこちらで受け取れます。](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/ri-ben-yu/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.
