> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/zhong-guo-ren/use-cases/trustbounty/volatility-hedge.md).

# 波动性对冲

假设您有100万美元的比特币，想要避免比特币的波动性。您找到了一家愿意为您承担波动性的企业，条件是：

* 当比特币贬值30%时，该企业将向您支付100万美元的30%
* 当比特币升值30%时，您将向该企业支付100万美元的30%

您可以使用 [trustBounties](/zhong-guo-ren/products/trustbounties.md) 来实现这个合约。您和企业各自锁定一定金额（比如100万美元）在 trustBounty 中，并将您的 trustBounty 的条件更新为合同的具体条款（这基本上是不可改变的，就像您签署的合同条款一样）。

确保您的 trustBounty 的 **Claimable By** 参数是企业的钱包地址，而企业的 **Claimable By** 参数设置为您的钱包地址。这样，只有您才能从企业的 trustBounty 中索取资金，反之亦然。

例如，如果比特币升值10%，该企业将向您的 trustBounty 提出友好的索赔请求，要求其应得的（10万美元），而如果比特币贬值10%，您将向该企业的 trustBounty 提出友好的索赔请求，要求其应得的（10万美元）。

如果一方不同意履行合法的友好索赔，另一方可以继续对其 trustBounty 提出非友好索赔，这将引发诉讼，并让 trustBounty 的投票社区对索赔的合法性进行投票。

这是一种可信赖的、去中心化的方式，用于对冲您可能持有的某些资产的波动性。

要找到愿意购买您资产波动性的对手，您可以在 [期货 CanCan 频道](https://www.payswap.org/cancan/collections/461) 上创建一个请求。


---

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

```
GET https://docs.payswap.org/zhong-guo-ren/use-cases/trustbounty/volatility-hedge.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.
