> For the complete documentation index, see [llms.txt](https://docs.octora.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octora.xyz/documentation/product/private-lp-flow.md).

# Private LP Flow

A simplified version of the Octora flow looks like this:

### 1. Choose a pool

The user begins in the Octora interface by selecting a Meteora liquidity pool.

### 2. Prepare a private deposit

The user initiates a privacy-aware flow rather than sending funds directly from their main wallet into a visible LP position.

### 3. Deposit into the privacy layer

Funds enter Octora’s mixer-oriented path. This is part of the privacy boundary between the user’s main wallet and the eventual execution wallet.

### 4. Generate proof and withdraw via relayer

The system reconstructs the public tree state needed for withdrawal, generates proof material in the client flow, and uses a relayer to complete the withdrawal to a stealth wallet.

### 5. Fund a stealth wallet

A stealth wallet becomes the execution wallet for the LP action.

### 6. Open and fund the LP position

The stealth wallet interacts with Octora’s executor layer, which then performs the liquidity action against Meteora.

### 7. Manage the position lifecycle

From there, the broader lifecycle can include claiming fees, withdrawing liquidity, and closing positions, depending on the current supported path.

This flow is the foundation of Octora’s private LP execution model.


---

# 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://docs.octora.xyz/documentation/product/private-lp-flow.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.
