> For the complete documentation index, see [llms.txt](https://prosoftchain.gitbook.io/document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosoftchain.gitbook.io/document/wallets/wallet-accounts.md).

# Wallet Accounts

<figure><img src="/files/L2AldfWMZaiYA5PCSDfD" alt=""><figcaption></figcaption></figure>

## A Wallet Account consists of:

1\.       Private Key

2\.       Public Key

3\.       Address

Each Wallet address corresponds to a single key pair that can always be reproduced deterministically from a mnemonic by knowing its derivation path. So, a mnemonic phrase is turned into a seed or master private key using BIP39. This master private key is used to compute a public key, an address is then generated from the public key.

This means that for a single account there is a single address.

Other standards such as BIP 44 use the seed or master key generated by BIP 39 to compute actual private keys.

<figure><img src="/files/U7V4quxRJx43OLRniX24" alt=""><figcaption></figcaption></figure>


---

# 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://prosoftchain.gitbook.io/document/wallets/wallet-accounts.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.
