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

# 5-Minute Navigator Guide

![Flux Hero](/files/23f426bdadcb923f3e5cccda81bec2177b8355d8)

## 5-Minute Guide

Flux is the native liquidity layer for the Fluent ecosystem. Built on the BlendedVM architecture, Flux provides concentrated liquidity where ERC20 and SPL20 assets coexist in the same pools.

***

#### Step 1 — Fund Your Wallet

Bridge assets to Fluent mainnet. Supported assets include ETH, WBTC, USDC, and USDnR.

* Add Fluent to your wallet: **chainId 25363**, RPC: `https://rpc.fluent.xyz`
* Bridge via the Fluent bridge <https://portal.fluent.xyz/user/bridge> or Nerona app to bridge USDnr <https://app.nerona.xyz/>

#### Step 2 — Connect to Flux

Visit [app.fluxflow.fi](https://app.fluxflow.fi) and connect your wallet. Make sure you're on the Fluent network.

#### Step 3 — Perform a Swap

Navigate to the Swap page and execute your first trade. Flux's smart routing finds the most efficient path across all liquidity pools.

#### Step 4 — Provide Liquidity

Boost your earnings by adding assets to a concentrated liquidity pool. Choose your price range, deposit tokens, and start earning swap fees.

#### Step 5 — Check Your Standing

Visit the Points dashboard to track your rank, streaks, and referral links. $BLEND incentives are claimable on [Merkl](https://app.merkl.xyz).

***

#### Why Flux?

| Capability                  | Description                                                                   |
| --------------------------- | ----------------------------------------------------------------------------- |
| **Fluid Precision**         | High-performance concentrated liquidity built natively for Fluent             |
| **Fluent-Native**           | The foundational liquidity engine for the Fluent ecosystem                    |
| **Concentrated Efficiency** | Maximum capital efficiency for LPs, minimal slippage for traders              |
| **Multi-Stack Ready**       | Designed for EVM, SVM, and WASM. Cross-VM swaps shipping as BlendedVM matures |

#### Protocol at a Glance

* **Network:** Fluent Mainnet (chainId 25363)
* **Explorer:** [fluentscan.xyz](https://fluentscan.xyz)
* **Audit:** Omniscia — completed


---

# 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://fluxflow.gitbook.io/docs/5-minute-navigator-guide.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.
