# Lynx Finance

## Lynx Finance

- [Introduction](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/introduction.md): Getting to Know Lynx
- [Core Design](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design.md): Under-the-Hood of the Lynx Protocol
- [Gross Profit and Loss (P\&L)](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/gross-profit-and-loss-p-and-l.md): Gross P\&L Calculations in Lynx
- [Isolated Liquidity Pools](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/isolated-liquidity-pools.md): A Collection of Single-Asset Pools
- [Guaranteed Solvency](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/guaranteed-solvency.md): Safety Mechanisms to Protect Users
- [Trigger Bots](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/trigger-bots.md): Executing Transactions on Lynx
- [Cross-Chain Perpetuals](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/cross-chain-perpetuals.md): Powered by LayerZero
- [Intent-Based Order System](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/cross-chain-perpetuals/intent-based-order-system.md): Solving Cross-Chain Challenges with Intents
- [Transaction Flow](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/cross-chain-perpetuals/transaction-flow.md): How Trades are Handled Behind the Scenes
- [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.
- [List Your Token](https://lynx-finance.gitbook.io/lynx-finance/for-partners/list-your-token.md): Perpetual Trading Powered by Your Native Token
- [Incentive Campaigns](https://lynx-finance.gitbook.io/lynx-finance/for-partners/incentive-campaigns.md): Incentivize Traders to Use Your Token on Lynx
- [Glossary](https://lynx-finance.gitbook.io/lynx-finance/community/glossary.md): Frequently Used Terms in Lynx
- [FAQs](https://lynx-finance.gitbook.io/lynx-finance/community/faqs.md): Frequently Asked Questions
- [Brand Logo & Guidelines](https://lynx-finance.gitbook.io/lynx-finance/community/brand-logo-and-guidelines.md): Designs and Best Practices for Partner Projects
- [Audit Report](https://lynx-finance.gitbook.io/lynx-finance/security/audit-report.md): View Our Final Reports
- [Deployed Contracts](https://lynx-finance.gitbook.io/lynx-finance/security/deployed-contracts.md): A List of Lynx Contract Addresses per Chain
- [Deprecated Contracts](https://lynx-finance.gitbook.io/lynx-finance/security/deprecated-contracts.md): A List of Lynx Deprecated Contract Addresses per Chain


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/introduction.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.
