> For the complete documentation index, see [llms.txt](https://faq.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.carbondefi.xyz/strategy-types/concentrated-liquidity/editing-concentrated-liquidity-strategy.md).

# Editing Concentrated Liquidity Strategy

Carbon DeFi's adjustable strategy design allows users to perform various edits on existing strategies. This unique ability supports quicker and cheaper edits that allows users to be in control of their position and have the flexibility to adjust as the market moves.

### Depositing into a concentrated liquidity strategy

When depositing additional funds into an existing strategy, the budget requirements will be calculated using the strategy prices, spread, and current market price. This is done to maintain the unique overlapping symmetry of the orders and maintain the desired spread between them.

{% hint style="info" %}
Price range and liquidity spread remain unchanged when adding more funds.
{% endhint %}

### Withdrawing from a concentrated liquidity strategy

When withdrawing funds from an existing strategy, the budget correlation must be maintained for both orders. The result might be a case in which withdrawing one budget will also force partial removal of the 2nd budget that is allocated to the strategy. This is done to avoid creating an arbitrage opportunity that will unbalance the dynamics of the strategy.

{% hint style="info" %}
Price range and liquidity spread remain unchanged when withdrawing funds.
{% endhint %}

### Editing prices and/or spread of a concentrated liquidity strategy

Editing prices and spread of an existing strategy might result in budget updates as the strategy should maintain a unique balance of symmetry. When performing a price edit, a user will be informed of the required changes, and if budget changes are required to fit the new user settings.&#x20;


---

# 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://faq.carbondefi.xyz/strategy-types/concentrated-liquidity/editing-concentrated-liquidity-strategy.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.
