# Actions

#### Add Liquidity

What it is: Adding more tokens to an existing LP position.

When to use: To increase your exposure or rebalance after partial withdrawals.

How it works in Cybro:

1. Select the position.
2. Click Add Liquidity.
3. Choose token amounts (Cybro shows estimated ratio).
4. Approve tokens (if not approved yet).
5. Confirm transaction in your wallet.\
   Notes: Requires a gas transaction. Fees are applied only for the action, not for holding liquidity.<br>

#### Withdraw

What it is: Removing tokens from an LP position.

When to use: To realize profits, reduce exposure, or exit the pool.

How it works in Cybro:

1. Select the position.
2. Click Withdraw.
3. Choose partial or full withdrawal.
4. Confirm transaction in your wallet.

Notes: Withdrawal also collects accumulated fees automatically.<br>

#### Move Range

What it is: Adjusting the price range of your LP position (manual rebalance).

When to use: If the market price has moved significantly and most of your liquidity is inactive.

How it works in Cybro:

1. Select the position.
2. Click Move Range.
3. Set new Min and Max prices (or use suggested presets).
4. Confirm transaction in your wallet.

Notes: Requires withdrawing current liquidity and re-depositing in the new range. Gas costs may be higher than other actions.<br>

#### Compound

What it is: Reinvesting earned fees into the same position.

When to use: To increase position size and maximize compounding yield.

How it works in Cybro:

1. Select the position.
2. Click Compound.
3. Fees are collected and immediately re-added as liquidity.

Notes: Involves a transaction. Slightly higher gas than Claim.<br>

#### Claim Fees

What it is: Collecting fees from your LP position.

When to use: To realize earned commissions in your wallet, without changing liquidity.

How it works in Cybro:

1. Select the position.
2. Click Claim Fees.
3. Fees are transferred directly to your wallet.

Notes: Pure collection, no change to liquidity. Lower gas cost than Compound.

#### Auto-exit <a href="#auto-exit" id="auto-exit"></a>

(coming soon)

#### Auto-Rebalance <a href="#auto-rebalance" id="auto-rebalance"></a>

(coming soon)


---

# 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.cybro.io/cybro/cybro-app/actions.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.
