# Welcome to Proxima

Proxima provides real-time data from the blockchain in the form of composable streams and data APIs with the ability (in the future) to quickly verify the data without trust in our services.

### Problems with Web 3&#x20;

* *Network isolation (data cannot be used outside of blockchain)*
* *Data inconsistency because of block forks (rollbacks)*
* *Problems with the uptime of nodes*
* *Lack of accessible and useable application-specific data*
* *Non-feasible price for complex on-chain computations*

### Benefits of using Proxima

Our platform features different benefits for gaining data:

* *Real-time data with low latency*
* *Generalized models for multi-chain access*
* *Data consistency*
* *Scalable infrastructure*

### Use cases &#x20;

Streams and built-in APIs can be used in various ways: quant trading, blockchain analytics, wallet integration, fetching application-specific data, and much more!

### Components

Solutions provided by Proxima can be divided into separate yet related parts:

* [Streaming platform](https://docs.proxima.one/proxima/streams) — services providing real-time streams with application-specific data;
* [Data APIs](https://docs.proxima.one/proxima/data-apis/apis) that are based on those streams and allow fast access to aggregated data;
* [Maru](https://docs.proxima.one/proxima/maru) — a component providing ZK-proofs of data correctness.

### Something is missing?

Contact us at <info@proxima.one>!


---

# 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.proxima.one/proxima/introduction/welcome-to-proxima.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.
