# Open a position

The following describes the step-by-step instructions to open a position at [Charm](https://options.charm.fi/). Opening position to buy ETH calls are used as an example, but the steps will be the same for put options\*, to [sell options](https://medium.com/charmfinance/why-hodl-when-you-can-yiedl-643e335f29b7)\*, or for a different underlying\* (eg WBTC).

\*See ['Notes'](https://app.gitbook.com/@charmfinance/s/charm-finance/~/drafts/-MVkYFG2ZPop_CK0nyS4/v/master/practical-guides/tutorials/open-a-position/notes/@drafts) page for some special considerations in relation to put options, selling options, or options with different underlying.

{% hint style="success" %}
**Step 1.** [**Set up and fund a Metamask wallet**](https://www.youtube.com/watch?v=kd_Im1wNftU)
{% endhint %}

{% hint style="success" %}
**Step 2.** **Click 'Connect Wallet'** at [Charm](https://charm.fi/) :
{% endhint %}

<figure><img src="/files/4XwazkOpC1s3BNzXZxtv" alt=""><figcaption></figcaption></figure>

Your wallet address should appear in the top right corner:

<figure><img src="/files/7PdmSV9MNcScSdpGbpn1" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Step 3.** If you want to **buy ETH Call option** of **Size** 0.01, with **Expiration Date** of 25th June 2021, and **Strike Price** of 480; enter the following details into [Charm](https://options.charm.fi/):
{% endhint %}

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

{% hint style="success" %}
**Step 4.** **Read the description in the yellow box**, to ensure you understand your payoffs and the risks of this options contract.
{% endhint %}

{% hint style="success" %}
**Step 5.** Click '**Buy ETH call**' if you wish to proceed. The following will appear in Metamask:
{% endhint %}

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

{% hint style="info" %}
&#x20;The total cost cost here is 0.00738, rather than 0.007028 because a 5% slippage protection is included in the price of your option, if this price changes after your purchase, but before the trade is executed on-chain. The 5% will be refunded to you if it is not required.
{% endhint %}

The Metamask box indicates the total cost, including estimated gas fees, is 0.043008. This INCLUDES the amount that will be refunded to you per the above.

{% hint style="success" %}
**Step 6.** Click '**Confirm**' to proceed with the purchase.
{% endhint %}

{% hint style="success" %}
**Step 7.** Charm and the Metamask box will show the transaction is '**Pending**':
{% endhint %}

<figure><img src="/files/b0KEXbSQ4oEjYbhNruI9" alt=""><figcaption><p>Charm.fi</p></figcaption></figure>

<figure><img src="/files/ILzDrvwy32k1LoT1aWUS" alt=""><figcaption><p>Metamask</p></figcaption></figure>

{% hint style="success" %}
**Step 8.** When your transaction have been confirmed on the Blockchain, you will received the following **confirmation from Metamask**:
{% endhint %}

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

{% hint style="success" %}
**Step 9. Click on the above** to view and check your transaction on Etherscan:
{% endhint %}

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

From the above, you can **check the following details of your transaction**:

* The refund is the amount returned to you per step 5.
* The option you purchased and size, should match the details in step 3.
* The total cost before refund should match the amount in step 5.
* The final gas fee should be lower than the Metamask estimate in step 5.

## Congratulations! You have now bought an option that lives 24/7 on the Blockchain.

It is yours to keep and you can do whatever you like with it - move it to other wallets, put in on other Defi apps, or use it to build your own cool applications.


---

# 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://learn.charm.fi/charm/previous-products/charm-options/trading-tutorials/open-a-position.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.
