> For the complete documentation index, see [llms.txt](https://invinos.gitbook.io/invinos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invinos.gitbook.io/invinos/system-architecture-overview/core-design-layers/wallet-and-asset-layer.md).

# Wallet & Asset Layer

At the heart of on-chain privacy is Invinos’ ghost wallet system. These wallets are temporary, ephemeral addresses generated automatically for each new financial session. They are never reused and never linked to a central identity or login.

When interacting with dApps, these ghost wallets route through a transaction mixer called zkMixer. This system allows users to deposit an asset (like BTC) and withdraw a different asset (like ETH) from a separate address and chain — breaking the link between source and destination.

The wallet layer ensures that no cluster analysis can link your usage patterns across DeFi protocols, NFT platforms, or governance participation. It also prevents front-running, address reputation bias, and identity correlation in on-chain environments.


---

# 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://invinos.gitbook.io/invinos/system-architecture-overview/core-design-layers/wallet-and-asset-layer.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.
