> For the complete documentation index, see [llms.txt](https://lynx-finance.gitbook.io/lynx-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lynx-finance.gitbook.io/lynx-finance/for-users.md).

# For Users

- [Funding Your Account](https://lynx-finance.gitbook.io/lynx-finance/for-users/funding-your-account.md): Depositing/Withdrawing Funds to Your Lynx Account
- [Liquidity Providers](https://lynx-finance.gitbook.io/lynx-finance/for-users/liquidity-providers.md): Earning as a Liquidity Provider on Lynx
- [Traders](https://lynx-finance.gitbook.io/lynx-finance/for-users/traders.md): Trading Perpetual Futures on Lynx
- [Trading Competitions](https://lynx-finance.gitbook.io/lynx-finance/for-users/traders/trading-competitions.md): Earn Rewards While You Trade
- [Cat Mode (High-Leverage)](https://lynx-finance.gitbook.io/lynx-finance/for-users/traders/cat-mode-high-leverage.md): Trade with Up to 500x Leverage
- [Up/Down Options](https://lynx-finance.gitbook.io/lynx-finance/for-users/traders/up-down-options.md): Simple Directional Bets Over Fixed Time Periods
- [Asset Classes](https://lynx-finance.gitbook.io/lynx-finance/for-users/traders/asset-classes.md): Types of Assets Tradeable on Lynx
- [💎 Sonic Gem Credits](https://lynx-finance.gitbook.io/lynx-finance/for-users/traders/sonic-gem-credits.md): Earn from Sonic Network's Airdrop by Trading on Lynx.
- [Fees](https://lynx-finance.gitbook.io/lynx-finance/for-users/fees.md): Fee Types on Lynx
- [Tutorials](https://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials.md): How-to Guides for Using the Platform
- [Deposit/Withdraw to Lynx Account](https://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/deposit-withdraw-to-lynx-account.md): A Step-by-Step Guide
- [Supply/Remove Liquidity](https://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/supply-remove-liquidity.md): A Step-by-Step Guide
- [Open/Close a Trade](https://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/open-close-a-trade.md): A Step-by-Step Guide
- [Update Take Profit/Stop Loss](https://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/update-take-profit-stop-loss.md): A Step-by-Step Guide
- [Skew Incentive](https://lynx-finance.gitbook.io/lynx-finance/for-users/skew-incentive.md): Lynx traders receive loss rebates through Skew Incentive by opening positions on the underweight side of imbalanced markets.


---

# 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://lynx-finance.gitbook.io/lynx-finance/for-users.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.
