> For the complete documentation index, see [llms.txt](https://docs.0x0.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0x0.ai/0x0-ecosystem.md).

# 0x0 Ecosystem

- [AI Smart Contract Auditor](https://docs.0x0.ai/0x0-ecosystem/ai-smart-contract-auditor.md)
- [Privacy Mixer](https://docs.0x0.ai/0x0-ecosystem/privacy-mixer.md)
- [Privacy DEX Aggregator](https://docs.0x0.ai/0x0-ecosystem/privacy-dex-aggregator.md)
- [Anti-Rug AI](https://docs.0x0.ai/0x0-ecosystem/anti-rug-ai.md)
- [AI Developer Hub](https://docs.0x0.ai/0x0-ecosystem/ai-developer-hub.md)
- [Arcane Privacy Wallet](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet.md)
- [Moving assets Anonymously](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/moving-assets-anonymously.md)
- [Calculating the Shared Secret](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/calculating-the-shared-secret.md)
- [Creating the View Tag](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/creating-the-view-tag.md)
- [Deriving the Stealth Public Key](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/deriving-the-stealth-public-key.md)
- [Identifying Relevant Transactions for Wallets](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/identifying-relevant-transactions-for-wallets.md)
- [Accessing Privately Transferred Assets](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/accessing-privately-transferred-assets.md)
- [Arcane Contract](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/arcane-contract.md)
- [Shielding Assets](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/shielding-assets.md)
- [Single Transfers](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/single-transfers.md)
- [Multiple Transfers](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/multiple-transfers.md)
- [Withdrawal or Unshielding](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/withdrawal-or-unshielding.md)
- [Relayers](https://docs.0x0.ai/0x0-ecosystem/arcane-privacy-wallet/relayers.md)
- [Spectre (Coming Soon)](https://docs.0x0.ai/0x0-ecosystem/spectre-coming-soon.md)


---

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

```
GET https://docs.0x0.ai/0x0-ecosystem.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.
