> For the complete documentation index, see [llms.txt](https://docs.wasabi.xyz/_/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wasabi.xyz/_/indonesian/panduan/menjalankan-opsi.md).

# Menjalankan Opsi

Anda dapat menggunakan opsi pada waktu tertentu sebelum kadaluarsa. Setelah opsi dibeli, itu akan muncul di bawah halaman[ Opsi Saya](https://wasabi.xyz/my/options) . Di sini, Anda dapat melihat detail opsi Anda, melatihnya, dan mengambil tindakan lainnya. Jika salah satu opsi:

<figure><img src="/files/UE6hqA3UYVzNG9fQXuCu" alt=""><figcaption><p>Lihat opsi Anda &#x26; tindak lanjuti</p></figcaption></figure>

## Opsi CALL (Call Option)

Saat menggunakan opsi Call Anda, Anda akan dapat membeli aset yang dipesan untuk harga kesepakatan. Pertama-tama Anda harus menyetujui transfer token ERC-20 dan kemudian membeli aset dasarnya.

<figure><img src="/files/LXYRrdFCWKtT3p4nawZ2" alt=""><figcaption><p>Menjalankan opsi Panggilan</p></figcaption></figure>

## Opsi Put

Saat menggunakan opsi Put Anda, Anda akan dapat menjual salah satu aset Anda dari koleksi tersebut untuk harga kesepakatan (strike price).

<figure><img src="/files/JXn0TKpCjXDE4zecfYJN" alt=""><figcaption></figcaption></figure>


---

# 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.wasabi.xyz/_/indonesian/panduan/menjalankan-opsi.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.
