> 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/fluid-precision.md).

# Fluid Precision

{% stepper %}
{% step %}

### BlendedVM Architecture

The BlendedVM is the foundational layer of Fluent. It enables the unification of diverse virtual machine stacks into a single, high-performance execution environment.

{% hint style="info" %}
**What this means for Flux:**

* **BlendedVM Architecture**

  > The BlendedVM is the foundational layer of Fluent. It enables the unification of diverse virtual machine stacks into a single, high-performance execution environment.
  >
  > What this means for Flux:
  >
  > * **Atomic Execution (Coming Soon):** Trades will interact with WASM, SVM, and EVM states in a single, seamless transaction. Flux's architecture is designed for this from the ground up.
  > * **Unified Liquidity (Coming Soon):** Flux pools will be accessible to any contract on the Fluent stack, regardless of the language it was written in.
  > * **Live Now:** High-performance concentrated liquidity on the EVM stack, with the full multi-VM experience shipping as Fluent's BlendedVM reaches production readiness.
  >   {% endhint %}
  >   {% endstep %}

{% step %}

### Fluid Precision

We define **Fluid Precision** as the core of our product: high-performance concentrated liquidity.

* **Starting with the Core:** Focus on bringing precision and capital efficiency to the Fluent ecosystem.
* **The Proving Ground:** Flux is the native engine for the BlendedVM era, built to be stress-tested by real users.
  {% endstep %}

{% step %}

### Liquidity Models

Flux supports multiple liquidity models to cater to different market needs and provider strategies.

#### Technical Specifications

| Feature         | Uniswap V3 (Concentrated) | Uniswap V2 (Standard) |
| --------------- | ------------------------- | --------------------- |
| **Price Range** | User-defined (Custom)     | Full range (0 to ∞)   |
| **Efficiency**  | High (Targeted capital)   | Moderate (Passive)    |
| **Fee Tiers**   | 0.01%, 0.05%, 0.3%, 1.0%  | Fixed (Standard)      |
| **Complexity**  | Active Management         | Set and Forget        |

#### Standard Fee Tiers

Flux utilizes tiered fees to optimize for different asset types:

* **0.01% / 0.05%:** Ideal for Stablecoins and highly correlated pairs.
* **0.30%:** The standard for most volatile asset pairs (e.g., ETH/USDC).
* **1.00%:** Designed for long-tail or exotic assets with higher risk profiles.
  {% endstep %}
  {% endstepper %}


---

# 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/fluid-precision.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.
