> For the complete documentation index, see [llms.txt](https://liquid-nova.gitbook.io/liquid-nova/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquid-nova.gitbook.io/liquid-nova/sections/strategies/create-strategy.md).

# Create Strategy

### Pool Info Section

<figure><img src="/files/6KMIftXTsoRRGTExJuhv" alt=""><figcaption></figcaption></figure>

To create your strategy, first you will have to input either the pool address from Meteora or you can input the token name and a pop up window will appear with the relevant pools for you to choose from.&#x20;

In a pool page that looks like this on Meteora's website: *<https://www.meteora.ag/dlmm/><mark style="color:blue;background-color:blue;">**8JmZPyfDB3xTbPqoVp9BpZeWJ8YnGRe98tMjQUqKskby**</mark>* you want to copy that last part with numbers and letters. That is the pool address.

{% hint style="info" %}
*\*Note that if you come from the Pools section after clicking on a pool, the pool input field will be already populated.*
{% endhint %}

### Strategy Templates

Here you can load, save or import strategy presets. There are some factory presets that come loaded by default, but you can of course create your own, according to the strategies that work best for you.

If you want to import a preset from someone else, you can ask them to give you the 8 digit code and import it.

### Token Chart

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

If you click on the top right corner, the embedded pool chart will appear. This is extremely useful to do some advanced pricing calculations without leaving Liquid Nova.

### Strategy Timeline

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

Here you will create your position and configure the strategy. Think of it as a timeline, where each step will be executed when certain conditions you set are met.

Click on any of the colored step "pills" to add it to the timeline and configure each step with the desired values.

You can delete steps by just hovering on them and clicking the delete button that will appear.

### Auto-Claim Fees

On the top right of the timeline you find the settings for the Auto-Claim feature. Click to enable it and set your preferred settings. More info on the Auto-Claim feature [here](mailto:undefined)

**With Liquid Nova's Strategies a whole new world of LP possibilities open up. You can create a really simple strategy or a complex one, where actions are triggered and paths split based on certain conditions!**

Find more information on [each strategy step available](/liquid-nova/strategy-steps/about.md) or check out some [examples](mailto:undefined)


---

# 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://liquid-nova.gitbook.io/liquid-nova/sections/strategies/create-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.
