> 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/alarbyh/use-cases/trustbounty/volatility-hedge.md).

# التحوط من التقلبات

لنفترض أن لديك مليون دولار أمريكي في البيتكوين وترغب في تجنب تقلبات البيتكوين. تجد شركة مستعدة لامتصاص التقلبات بالنسبة لك بحيث:

* عندما ينخفض سعر البيتكوين بنسبة 30% على سبيل المثال، ستقدم لك الشركة 30% من 1 مليون دولار أمريكي.
* عندما يرتفع سعر البيتكوين بنسبة 30%، ستقدم للشركة 30% من 1 مليون دولار أمريكي.

يمكنك استخدام [trustBounties](/alarbyh/products/trustbounties.md) لتنفيذ هذا العقد. سيقوم كل منك ومن الشركة بتأمين مبلغ معين (مثل 1 مليون دولار أمريكي) في trustBounty وتحديث شروط trustBounty لتتناسب مع تفاصيل عقدك (هذا ببساطة غير قابل للتغيير ومشابه لشروط العقد الذي توقعه).

تأكد أيضًا من أن معلمة **المدفوعة بواسطة** في trustBounty الخاص بك هي عنوان محفظة الشركة وأن معلمة **المدفوعة بواسطة** للشركة مضبوطة على عنوان محفظتك. بهذه الطريقة، فقط أنت ستكون قادرًا على المطالبة بالأموال من trustBounty الخاص بالشركة والعكس بالعكس.

في حالة ارتفاع سعر البيتكوين بنسبة 10% على سبيل المثال، ستقوم الشركة بطلب مصالحتها من trustBounty الخاص بك لطلب مبلغ مستحق لها (100،000 دولار أمريكي) وفي حالة انخفاض سعر البيتكوين بنسبة 10%، ستقوم أنت بطلب مصالحتك من trustBounty الخاص بالشركة لطلب مبلغ مستحق لك (100،000 دولار أمريكي).

إذا لم يوافق أحد الطرفين على تنفيذ مطالبة ودية مشروعة، يمكن للطرف الآخر أن يقوم بتقديم مطالبة غير ودية على trustBounty الخاص به، مما سيؤدي إلى إنشاء نزاع وسيجعل مجتمع المصوتين على trustBounty يصوتون على ما إذا كانت المطالبة مشروعة أم لا.

هذه هي طريقة موثوقة ومتميزة للتحوط ضد تقلبات الأصول التي قد تمتلكها.

للعثور على طرف معاكس يشتري تقلبات أصولك، يمكنك إنشاء طلب على [قناة كانكان للعقود الآجلة](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, and the optional `goal` query parameter:

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