# Proxima

## Proxima

- [Welcome to Proxima](https://docs.proxima.one/proxima/introduction/welcome-to-proxima.md)
- [Overview](https://docs.proxima.one/proxima/streams/overview.md)
- [Quick start](https://docs.proxima.one/proxima/streams/quick-start.md)
- [Using streams](https://docs.proxima.one/proxima/streams/using-streams.md)
- [Our streams](https://docs.proxima.one/proxima/streams/our-streams.md): Pages with the description of each available stream
- [Block headers](https://docs.proxima.one/proxima/streams/our-streams/block-headers.md)
- [New tokens/collections](https://docs.proxima.one/proxima/streams/our-streams/new-tokens-collections.md)
- [DEX events](https://docs.proxima.one/proxima/streams/our-streams/dex-events.md)
- [Exchange rates](https://docs.proxima.one/proxima/streams/our-streams/exchange-rates.md)
- [Private streams](https://docs.proxima.one/proxima/streams/our-streams/private-streams.md): Streams not intended for public usage or that are under development
- [Mangrove](https://docs.proxima.one/proxima/streams/our-streams/private-streams/mangrove.md)
- [All ERC20 events](https://docs.proxima.one/proxima/streams/our-streams/private-streams/all-erc20-events.md)
- [All ERC721 events](https://docs.proxima.one/proxima/streams/our-streams/private-streams/all-erc721-events.md)
- [Raw Uniswap events](https://docs.proxima.one/proxima/streams/our-streams/private-streams/raw-uniswap-events.md)
- [Smart contract's events](https://docs.proxima.one/proxima/streams/our-streams/smart-contracts-events.md)
- [Understanding streams](https://docs.proxima.one/proxima/streams/understanding-streams.md)
- [Architecture](https://docs.proxima.one/proxima/streams/architecture.md)
- [APIs](https://docs.proxima.one/proxima/data-apis/apis.md)
- [Fungible tokens](https://docs.proxima.one/proxima/data-apis/apis/fungible-tokens.md)
- [Decentralized exchanges](https://docs.proxima.one/proxima/data-apis/apis/decentralized-exchanges.md)
- [Account balances](https://docs.proxima.one/proxima/data-apis/apis/account-balances.md)
- [Introduction](https://docs.proxima.one/proxima/maru/introduction.md)
- [Programming Model](https://docs.proxima.one/proxima/maru/programming-model.md)
- [How Maru works](https://docs.proxima.one/proxima/maru/how-maru-works.md)
- [Architecture](https://docs.proxima.one/proxima/maru/how-maru-works/architecture.md)
- [Dataflow](https://docs.proxima.one/proxima/maru/how-maru-works/dataflow.md)
- [Economics](https://docs.proxima.one/proxima/maru/how-maru-works/economics.md)
- [Domain Specific Language](https://docs.proxima.one/proxima/maru/how-maru-works/domain-specific-language.md)
- [Arrangements](https://docs.proxima.one/proxima/maru/how-maru-works/arrangements.md)
- [Open Problems](https://docs.proxima.one/proxima/maru/how-maru-works/open-problems.md)
- [Background Knowledge](https://docs.proxima.one/proxima/maru/background-knowledge.md)
- [Multiset Hashes](https://docs.proxima.one/proxima/maru/background-knowledge/multiset-hashes.md)
- [Plonky2](https://docs.proxima.one/proxima/maru/background-knowledge/plonky2.md)
- [Use Cases](https://docs.proxima.one/proxima/maru/use-cases.md)
- [Lifting Expensive Computation Off-Chain](https://docs.proxima.one/proxima/maru/use-cases/lifting-expensive-computation-off-chain.md)
- [Social Graph Database](https://docs.proxima.one/proxima/maru/use-cases/social-graph-database.md)
- [Indexer](https://docs.proxima.one/proxima/maru/use-cases/indexer.md): This document outlines how Maru can be used to build a fully-verifiable indexer.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
