# Getting Started

#### Connecting Your Wallet

Cybro supports popular Web3 wallets (e.g. MetaMask, Rabby, WalletConnect).

1. Click Connect Wallet on the top-right of the app.
2. Select your preferred wallet provider.
3. Approve the connection request in your wallet.

Your wallet address will now be linked to Cybro, and all positions will be displayed automatically.

#### Selecting Network & Pool

Cybro supports multiple chains and liquidity pools.

1. Choose the desired network (e.g. Uni, Base, Arbitrum).
2. Browse available pools and select the pair you want to provide liquidity for.
3. Review pool parameters: current price, volume, TVL, APR.

#### Connecting Your First Position

To open your first LP position in Cybro:

1. Select a pool.
2. Choose your price range (or use recommended presets).
3. Enter token amounts to provide.
4. Approve tokens and confirm the transaction in your wallet.<br>

Once confirmed, your position will appear in the **Dashboard**.

<br>


---

# 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/getting-started.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.
