> For the complete documentation index, see [llms.txt](https://docs.allforone.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allforone.app/glossary/definitions/self-custody-wallets/hierarchical-determination.md).

# Hierarchical Determination

**Hierarchical Determination** is a security and convenience feature that is used by some [self-custody wallets](/glossary/definitions/self-custody-wallets.md). In an hierarchical deterministic (HD) wallet, a single master [seed phrase](/glossary/definitions/self-custody-wallets/seed-phrases.md) is used to generate a hierarchy of [private keys](/glossary/definitions/self-custody-wallets/private-keys.md). This allows the user to create multiple [public addresses](/glossary/definitions/self-custody-wallets/public-addresses.md) for receiving and sending transactions, while still being able to use a single, easy-to-remember seed to back up and restore the wallet.

The hierarchical structure of an HD wallet allows for better security and ease of use. Because the wallet is derived from a single master seed, it is easy to back up and restore, and the user only needs to remember a single seed phrase in order to access their funds. The use of multiple private and public keys allows for better security, as it means that not all of the user's funds are stored in a single address.


---

# 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://docs.allforone.app/glossary/definitions/self-custody-wallets/hierarchical-determination.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.
