# 🌊Close Longs

To close or hedge your longs in either spears or shields, you can either:&#x20;

<table data-full-width="false"><thead><tr><th width="373">Sell Passively at Custom Prices</th><th>Buy Actively for Immediate Execution</th></tr></thead><tbody><tr><td><ul><li>Use prior-purchased options as liquidity to sell options; Or supply collateral as liquidity to open off-setting shorts.</li><li>Remove liquidity to finalize positions.</li><li>If supplying collateral liquidity, use your options tokens to <a href="../short-options/close-shorts">redeem collateral before expiry</a>. Or <a href="../short-options/expiry-withdrawal">claim back reserves after expiry</a> after settlement. </li></ul></td><td><ul><li>Long the same amount of Shields (puts) to hedge your long Spears (calls). </li><li>Long the same amount of Spears (calls) to hedge your long Shields (puts). </li><li>See digital option <a href="../../../overview/protocol-basics/digital-options#what-is-put-call-parity">put-call parity</a>. </li></ul></td></tr></tbody></table>

The following provides a tutorial for the first option:&#x20;

### ➕Provide Sell Liquidity with Prior-Purchased Options

<figure><img src="https://205922869-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXDQ_f-eqqSVmsimay0%2Fuploads%2FMo8hC3XxdLKlOakngfuj%2Fimage.png?alt=media&#x26;token=bc5abf86-18b9-412c-8cd6-251d5ad35762" alt=""><figcaption></figcaption></figure>

1. Go to Dashboard - Positions, and click the "Earn" button on the right.&#x20;
2. Select the price ranges at which you would like to provide liquidity and sell your options.&#x20;
3. Enter the number of options you wish to sell.&#x20;
4. Complete the transaction.

### 👁‍🗨View Open Orders

Once you have provided sell liquidity using prior-purchased options, you can see it in your "Dashboard-Open Orders" section. You can also view the details of your position, including the number of longs in calls (puts) you have closed, by clicking on the position.&#x20;

<figure><img src="https://205922869-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXDQ_f-eqqSVmsimay0%2Fuploads%2FWg7LDK1SnW0ADJqyrUI6%2Fimage.png?alt=media&#x26;token=441249a8-2a34-4be0-912f-2d06f9867ff8" alt=""><figcaption></figcaption></figure>

The following key details of your open order will be available for you:&#x20;

* **Status:** the number of longs you have closed and additional shorts you have opened (if any) .
* **Deposit:** The number of calls (puts) you deposited to sell.
* **Fees:** Total amount of transaction fees you have earned.
* **Premium:** The amount of proceeds you received for selling the options.
* **Sales Volume:** The gross number of calls and puts you have sold.&#x20;
* **Withdrawable:** the amount of collaterals withdrawable upon liquidity removal. &#x20;

***Note: Your long closure is not final until you remove liquidity.** You must monitor your position and remove liquidity promptly once your seeded calls (puts) are sold out. Otherwise, if later the price traces back, your premiums would be used as liquidity (collaterals) to short additional puts (calls), which in turn neutralizes your long closure.*&#x20;


---

# 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.divergence-protocol.com/user-guide/long-options/close-longs.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.
