# Important disclaimers

Technically, Cybro is a platform that provides access to smart contracts for LP-position management and Vault strategies. While Cybro simplifies liquidity provision and makes passive strategies more accessible, it does not actively manage users’ funds.

This means:

* Cybro **does NOT make investment decisions** about which pools, ranges, or strategies to choose:
  * In LP-management, users select networks, pools, and price ranges themselves.
  * In Vaults, strategies are predefined smart contracts, and users decide whether to deposit into them.
* Cybro **does NOT build or rebalance** user portfolios:
  * Vault users independently decide which Vault(s) to enter and exit. Cybro only provides transparency on strategy mechanics and performance.
  * LP users manage their ranges and actions (add, withdraw, move range).
* Cybro **does NOT guarantee profitability:**
  * LP-positions are subject to impermanent loss and market volatility.
    * Vault strategies, although automated, also carry risk. Cybro provides analytics, audits, and historical data, but outcomes depend on market conditions.
* Cybro **does NOT have custody of funds**:
  * Liquidity always stays in user-controlled wallets.
  * Smart contracts are non-custodial and audited; Cybro cannot arbitrarily access user funds.<br>

Even though Cybro applies strong safety practices (audited contracts, multisig treasury, bug bounty programs), all investments in DeFi are risky. The responsibility for decisions and potential losses remains with the user. We recommend carefully analyzing pools, Vaults, and their risks before committing capital.


---

# 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/introduction/important-disclaimers.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.
