# What is a self custody digital wallet?

A self-custody digital wallet, also known as a non-custodial wallet, is a type of cryptocurrency wallet that gives users full control and responsibility over their digital assets and private keys. Here's what makes a self-custody digital wallet distinct:

1. **User control:** In a self-custody wallet, the user has complete control over their cryptocurrency holdings and private keys. Private keys are used to access and manage the wallet and its contents.
2. **Private keys ownership:** With a self-custody wallet, the user owns and stores their private keys locally on their device, typically in the form of a seed phrase (a series of words). This means that no third party, like an exchange or wallet provider, has access to or control over the user's keys or funds.
3. **Security:** Self-custody wallets are considered highly secure because they reduce the risk of hacking or unauthorized access associated with centralized wallets or exchanges. Users are responsible for keeping their private keys safe and secure.
4. **Decentralization:** Self-custody wallets align with the principles of decentralization, which is a core concept in the cryptocurrency space. Users can interact with decentralized blockchain networks directly without relying on intermediaries.
5. **Freedom:** Users of self-custody wallets have the freedom to transact and manage their assets independently, without relying on third-party services. This aligns with the philosophy of financial sovereignty often associated with cryptocurrencies.
6. **Compatibility:** Self-custody wallets are compatible with various cryptocurrencies and blockchain networks. Users can hold, send, and receive different cryptocurrencies within the same wallet.
7. **Responsibility:** While self-custody wallets offer significant advantages in terms of control and security, they also place the responsibility squarely on the user. If the user loses their private keys or seed phrase, they may permanently lose access to their digital assets.<br>


---

# 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.overthereality.ai/over-wiki/faq/how-to-set-up-your-digital-wallet/what-is-a-self-custody-digital-wallet.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.
