# Introduction

Flux Network is a decentralized cognitive infrastructure layer designed to index, query, and analyze high-throughput blockchain data. Built natively for Solana, Flux bridges the gap between raw ledger storage and actionable enterprise intelligence.

While Solana provides high-speed state consensus, extracting historical data and complex relational insights remains computationally expensive. Flux solves this via a distributed mesh of nodes that collaboratively index Projections—customized data lenses that decode raw instruction data into normalized, semantic business logic.


---

# Agent Instructions: 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:

```
GET https://docs.fluxtoken.vip/introduction/introduction.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.
