> 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/technical/testnet-contracts.md).

# Testnet Contracts

Flux is built with a focus on security and transparency. All core protocol contracts are deployed on the Fluent ecosystem and are subject to continuous monitoring.

## Testnet Deployments (Fluent)

Below are the experimental contract addresses for the current Flux Testnet.

{% hint style="danger" %}
These are testnet contracts. Do not send mainnet assets to these addresses.
{% endhint %}

| Contract                 | Address                                    |
| ------------------------ | ------------------------------------------ |
| **FluxFactory (V3)**     | 0xC64f4F7FB80AbE310E6cB178c58a01296cE85Abb |
| **SwapRouter**           | 0x69Be606be7Fd2d27C8f9821329c748c77d24FF4f |
| **NFT Descriptor**       | 0x6AE6a9991a67Cb91c2Ae9cBb3e6C06b491a835c0 |
| **Position Descriptor**  | 0x6CE1DF94956577a833d233959a070D67136a89d8 |
| **NFT Position Manager** | 0x8a82fC5f9EFF14B3e5A31dcCB04873a97AE4be92 |
| **Quoter**               | 0x2853645B3362Cc7460AEaaB2b30BBd12a2F8e099 |
| **WETH**                 | 0x3d38e57b5d23c3881affb8bc0978d5e0bd96c1c6 |

## Audit Status

Security is the protocol's highest priority. We are currently in the process of finalizing audits with top-tier security firms.

## Technical Architecture

Flux is architected to leverage cross-VM calls within the BlendedVM stack, ensuring liquidity will be accessible regardless of the originating stack (EVM, SVM, or WASM).&#x20;

Current testnet contracts are deployed on the EVM execution environment, with cross-VM support rolling out alongside Fluent's BlendedVM milestones.

{% hint style="info" %}
For bug reports or security disclosures, please contact the team via our official community channels or X DM.
{% endhint %}


---

# 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/technical/testnet-contracts.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.
