# FlowX Finance

## FlowX Finance

- [Protocol Overview](https://docs.flowx.finance/welcome-to-flowx-finance/protocol-overview.md): FlowX is the ecosystem-focused decentralized exchange built on the Sui Blockchain.
- [Our Advantages](https://docs.flowx.finance/welcome-to-flowx-finance/our-advantages.md): How FlowX Finance differs from other DEX?
- [Getting Started](https://docs.flowx.finance/welcome-to-flowx-finance/getting-started.md)
- [Roadmap](https://docs.flowx.finance/welcome-to-flowx-finance/roadmap.md): Our goal is to play a significant role in the development of Sui Blockchain. For the year 2023, we are prioritizing the development of fundamental features.
- [Swap](https://docs.flowx.finance/protocol/swap.md)
- [DEX Aggregator](https://docs.flowx.finance/protocol/dex-aggregator.md): FlowX Aggregator is a tool designed to enhance your on-chain swap experience.
- [Perpetuals](https://docs.flowx.finance/protocol/perpetuals.md)
- [Fee](https://docs.flowx.finance/protocol/perpetuals/fee.md)
- [Funding Rate](https://docs.flowx.finance/protocol/perpetuals/funding-rate.md)
- [Lucky Swap](https://docs.flowx.finance/protocol/lucky-swap.md): FlowX Lottery is the latest feature on FlowX Finance, where users earn tickets to enter a daily draw.
- [Liquidity Pools](https://docs.flowx.finance/protocol/liquidity-pools.md)
- [Position Management](https://docs.flowx.finance/protocol/position-management.md)
- [Farming as a Service](https://docs.flowx.finance/protocol/farming-as-a-service.md)
- [Earning Protocol Fee](https://docs.flowx.finance/protocol/earning-protocol-fee.md)
- [Trading Competition](https://docs.flowx.finance/protocol/trading-competition.md)
- [Referral](https://docs.flowx.finance/protocol/referral.md)
- [Audit](https://docs.flowx.finance/references/audit.md)
- [Media Kit](https://docs.flowx.finance/references/media-kit.md): Please use suitable logos for light and dark backgrounds as shown below.
- [Partners](https://docs.flowx.finance/references/partners.md)
- [Overview](https://docs.flowx.finance/developer/overview.md)
- [FlowX SDK](https://docs.flowx.finance/developer/flowx-sdk.md)
- [Getting Started](https://docs.flowx.finance/developer/flowx-sdk/getting-started.md)
- [Retrieve coin](https://docs.flowx.finance/developer/flowx-sdk/retrieve-coin.md)
- [Swap Aggregator](https://docs.flowx.finance/developer/flowx-sdk/swap-aggregator.md)
- [Multiple Swap Aggregator](https://docs.flowx.finance/developer/flowx-sdk/multiple-swap-aggregator.md)
- [AMM Management](https://docs.flowx.finance/developer/flowx-sdk/amm-management.md)
- [Pool Management](https://docs.flowx.finance/developer/flowx-sdk/amm-management/pool-management.md)
- [Position Management](https://docs.flowx.finance/developer/flowx-sdk/amm-management/position-management.md)
- [CLMM Management](https://docs.flowx.finance/developer/flowx-sdk/clmm-management.md)
- [Pool Management](https://docs.flowx.finance/developer/flowx-sdk/clmm-management/pool-management.md)
- [Position Management](https://docs.flowx.finance/developer/flowx-sdk/clmm-management/position-management.md)
- [Auto Invest](https://docs.flowx.finance/developer/flowx-sdk/auto-invest.md)
- [Limit Order](https://docs.flowx.finance/developer/flowx-sdk/limit-order.md)
- [FlowX Widget](https://docs.flowx.finance/developer/flowx-widget.md)
- [FlowX CLMM Guideline](https://docs.flowx.finance/developer/flowx-clmm-guideline.md): A concentrated liquidity market maker (CLMM) protocol built on the Sui blockchain, inspired by Uniswap v3. FlowX CLMM allows liquidity providers to concentrate their capital within custom price ranges
- [Additional Documents](https://docs.flowx.finance/developer/additional-documents.md)
- [Meta SDK](https://docs.flowx.finance/developer/additional-documents/meta-sdk.md)
- [Bug Bounty](https://docs.flowx.finance/developer/bug-bounty.md): The FlowX.Finance Bug Bounty program is focused around our smart contracts with a primary interest in the prevention of loss of user funds.
- [FLX Token](https://docs.flowx.finance/tokenomics/flx-token.md)
- [xFLX Governance Token](https://docs.flowx.finance/tokenomics/xflx-governance-token.md): xFLX is a unique system that FlowX Finance has learned from other high-performance protocols.
- [How to add Liquidity V3](https://docs.flowx.finance/guide/how-to-add-liquidity-v3.md)
- [GenesiX Farming](https://docs.flowx.finance/contract/genesix-farming.md)
- [Swap](https://docs.flowx.finance/contract/swap.md)
- [Claim Token](https://docs.flowx.finance/archived/claim-token.md): How to claim FLX tokens when participating in external Launchpad
- [GenesiX Farming](https://docs.flowx.finance/archived/genesix-farming.md): GenesiX participants will be eligible to receive a 4.5% share of the total supply of $FLX tokens
- [Risk Disclaimer](https://docs.flowx.finance/privacy-and-terms/risk-disclaimer.md): Acknowledgment of Terms & Conditions of access
- [Terms of Service](https://docs.flowx.finance/privacy-and-terms/terms-of-service.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, 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://docs.flowx.finance/welcome-to-flowx-finance/protocol-overview.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.
