# Close Position

<figure><img src="/files/5SXe4I8gKyFdGgOISEj9" alt=""><figcaption></figcaption></figure>

## Overview

The Close Position step allows you to define when and how your liquidity position should be closed. This component gives you flexibility to exit positions based on specific market conditions or strategy thresholds.

## Close Trigger Types

You can choose from three distinct triggers to close your position:

### Price Trigger:

* Closes your position when a specific market price is reached.
* Supports both exact price targets and percentage-based targets.
* Offers directional conditions (above/below specified price).

### Bin Threshold Trigger:

* Links directly to the thresholds you defined in the Create Position step.
* Automatically closes the position when price moves beyond these predefined boundaries.

### None (Immediate):

* Closes the position immediately after the previous step in your strategy completes.


---

# 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://liquid-nova.gitbook.io/liquid-nova/strategy-steps/close-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.
