# What is Crosterix

**Crosterix** is a **privacy-first, cross-chain decentralized application (DApp)** designed to enhance on-chain anonymity and transactional confidentiality. It provides developers and users with a unified environment to perform secure blockchain operations — without exposing personal wallet data or transaction metadata.

Crosterix enables users to:

* Execute **private token swaps** through decentralized aggregators (e.g., 1inch, 0x) while keeping swap details fully client-side.
* Generate and manage **stealth addresses** for every transaction, ensuring unlinkable wallet activity.
* Share and access **encrypted files** via the **Stealth File Share** module, powered by Lit Protocol and Lighthouse decentralized storage.
* Maintain **complete on-chain privacy**, eliminating traceability between wallet identities and actions.

From a developer’s perspective, Crosterix acts as a modular privacy layer that can be integrated into DeFi or Web3 products using standard EVM-compatible SDKs and APIs. Every operation is executed **client-side** and **stateless**, ensuring that no sensitive data is ever logged or stored on servers.


---

# 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.crosterix.network/introduction/what-is-crosterix.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.
