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

# Protocol overview

- [DEX Functionalities](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities.md)
- [Swap](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/swap.md): Powered by Advanced Integrations
- [LIMIT](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/swap/limit.md): Limit Orders
- [TWAP](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/swap/twap.md): Time-Weighted Average Price
- [Cross-Chain swaps](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/swap/cross-chain-swaps.md): Seamless Cross-Chain Interoperability with Axelar and Squid Router
- [Providing Liquidity](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/providing-liquidity.md): Flexible Liquidity Provisioning Options
- [Lock](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/lock.md): The power is in veLYNX
- [Gauges](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/gauges.md): Driving Liquidity and Reward Distribution
- [Voting](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/voting.md): Lock your $LYNX for Voting Power
- [Account-Based Voting](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/voting/account-based-voting.md)
- [Vote for a Manager](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/voting/vote-for-a-manager.md)
- [Vote for Liquidity](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/voting/vote-for-liquidity.md): Have Control over you voting power
- [External Incentives](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/external-incentives.md): Maximizing Rewards Through External Incentives
- [Rebase Protection](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/rebase-protection.md): Safeguarding Your veLYNX Holdings
- [Providing Liquidity](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity.md): Flexible Liquidity Provisioning Options
- [Concentrated Liquidity](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/concentrated-liquidity.md): Unlocking greater capital efficiency
- [Pool Types](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/concentrated-liquidity/pool-types.md): Understanding the Concentrated Liquidity Pools
- [Manual Ranges](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/concentrated-liquidity/manual-ranges.md): Be in control of your liquidity
- [Dynamic Fees](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/concentrated-liquidity/dynamic-fees.md): Adapting to Market Trends with Dynamic Fees
- [Classic Liquidity](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/classic-liquidity.md)
- [Automated Liquidity Management](https://lynex.gitbook.io/lynex-docs/protocol-overview/automated-liquidity-management.md): Streamlining Concentrated Liquidity for Liquidity Providers
- [Gamma](https://lynex.gitbook.io/lynex-docs/protocol-overview/automated-liquidity-management/gamma.md): Pioneering Active Liquidity Management
- [ICHI](https://lynex.gitbook.io/lynex-docs/protocol-overview/automated-liquidity-management/ichi.md): Introducing Single Sided Deposits with Yield IQ
- [Steer](https://lynex.gitbook.io/lynex-docs/protocol-overview/automated-liquidity-management/steer.md): Multi-chain compute protocol with next-gen automated liquidity management.
- [DefiEdge](https://lynex.gitbook.io/lynex-docs/protocol-overview/automated-liquidity-management/defiedge.md)
- [Clip Finance](https://lynex.gitbook.io/lynex-docs/protocol-overview/automated-liquidity-management/clip-finance.md)
- [Flywheel Fundamentals](https://lynex.gitbook.io/lynex-docs/protocol-overview/flywheel-fundamentals.md): Elevating Engagement amongst all stakeholders
- [zkLynex](https://lynex.gitbook.io/lynex-docs/protocol-overview/zklynex.md): Darkpool technology enters Lynex
- [FAQs](https://lynex.gitbook.io/lynex-docs/protocol-overview/faqs.md)


---

# 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://lynex.gitbook.io/lynex-docs/protocol-overview.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.
