# Buying an Option

{% embed url="<https://www.youtube.com/watch?v=g2rj91uczFo>" %}

In order to buy an option, head to our [Collections](https://wasabi.xyz/collections) page and pick the collection you want to speculate the price of. From then on follow the following steps to select and purchase your option.

## Step 1 - Choose Your Position (Bullish vs Bearish)

If you are bullish about the collection and think the price is going up, pick the up arrow. This will display CALL options that'll let you bet on the price going up.

![Select this if you think the price is going up](/files/QIpbhesKBhRYjfrcaswb)

If you are bearish about the collection and think the price is going down, pick the down arrow. This will display PUT options that'll let you bet on the price going down.

<figure><img src="/files/zMfrpkTkgIXnL2BE6iMy" alt=""><figcaption><p>Select this if you think the price is going down</p></figcaption></figure>

## Step 2 - Pick an Expiration Date

You will need an expiration date for the option you are purchasing. The option will be active and exercisable until this date. You will pay higher premiums/fees for options that expire further into the future because the likelihood of the option becoming profitable increases if there is more time.

![Pick an expiration date](/files/J9aTWbm3fQ0R2hMW7CV7)

## Step 3 - Pick a Strike Price

Pick a Strike Price for your option. This is the target price for your option.&#x20;

* For CALL options, this will be the price you are "reserving" to buy an NFT in the future.&#x20;
* For PUT options, this will be the price you are "reserving" to sell an NFT in the future.

<figure><img src="/files/q7YWWpHyrSmtmSnN27JS" alt=""><figcaption><p>Pick a Strike Price</p></figcaption></figure>

## Step 4 - Buy Option

Now that you have picked the parameters for your option, now it's time to purchase it. The row displays different information about your option. The rightmost button contains the **premium** you will pay for this option (the price you will pay today to purchase it). Click on that button to go to the checkout page.

<figure><img src="/files/KRCQlCZrY2UohDXIZojL" alt=""><figcaption><p>The picked option</p></figcaption></figure>

## Step 5 - Checkout

Once on the checkout page, you will be prompted to approve the transfer of your tokens for the purchase of the option. Upon approval of the tokens, you will see a buy button that you can purchase this option.

In the middle, you will see a graph that tells you the expected profit/loss you will make based on the floor price when you exercise this option.

<figure><img src="/files/LiJq7dvhPUiOCYMQJTxr" alt=""><figcaption><p>Approve transfer of tokens &#x26; purchase options</p></figcaption></figure>

*Note: For CALL options, you can pick which asset you want to collateralize from the button above.*


---

# 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.wasabi.xyz/_/guides/buying-an-option.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.
