> For the complete documentation index, see [llms.txt](https://whitepaper.ivault.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.ivault.io/ivault-app/key-features/4.-user-control-non-custodial-wallet-for-blockchain-access.md).

# 4. User control: non-custodial wallet for blockchain access

Every user has an identity wallet, called a Vault, which stores their identity and personal crypto keys.&#x20;

This is an encrypted, non-custodial wallet, so only the user can access their identity and keys. They control their crypto assets without the risk of a third party service. And their data and information is completely private.

The Vault is a secure and easy gateway for accessing information on:

* **Public networks**, like transaction histories and token amounts.&#x20;
* **ivault Chain**, including user-specific information like details of registered items, lending records, or trust certifications.&#x20;

[**4.1 Enhanced security: users control their data**](#4.1-enhanced-security-users-control-their-data)

[**4.2 Enhanced privacy: users have private keys**](/ivault-app/key-features/4.-user-control-non-custodial-wallet-for-blockchain-access/4.2-enhanced-privacy-users-have-private-keys.md)

[**4.3 Trust and confidence: ensured through the Vault**](/ivault-app/key-features/4.-user-control-non-custodial-wallet-for-blockchain-access/4.3-trust-and-confidence-ensured-through-the-vault.md)

Relevant reading:

* [Blockchain Ecosystem](/ivaults-blockchain-ecosystem.md)
* [Security & Privacy](/security-and-privacy.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, and the optional `goal` query parameter:

```
GET https://whitepaper.ivault.io/ivault-app/key-features/4.-user-control-non-custodial-wallet-for-blockchain-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
