> 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/disambiguation/seed-phrase-vs-private-key.md).

# Seed Phrase vs Private Key

A [seed phrase](/glossary/definitions/self-custody-wallets/seed-phrases.md) (also known as a recovery phrase, mnemonic phrase, or backup phrase) is a sequence of words that are used to restore a [self-custody wallet](/glossary/definitions/self-custody-wallets.md). It typically consists of 12-24 words that are generated when the wallet is first created. The seed phrase can be used to recreate the wallet and access the funds stored in it, so it is important to keep it safe and secure.

A [private key](/glossary/definitions/self-custody-wallets/private-keys.md), on the other hand, is a long string of letters and numbers that is used to access and manage a self-custody wallet. It is typically a 64-character hexadecimal code that is generated along with the wallet's address. The private key is used to sign transactions on the blockchain, so it is also important to keep it safe and secure.

The main difference between a seed phrase and a private key is their purpose. A seed phrase is used to restore a wallet, while a private key is typically used to access and manage the funds in a wallet. Another key difference is that a seed phrase is typically a sequence of words that is easier for a human to remember, while a private key is a long string of letters and numbers that is not as easy to remember.


---

# 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/disambiguation/seed-phrase-vs-private-key.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.
