> For the complete documentation index, see [llms.txt](https://sherry-pang.gitbook.io/nostr-cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sherry-pang.gitbook.io/nostr-cn/fu-lu-1-nip-xiang-jie/06.md).

# NIP06

## 从助记种子短语推导基本关键字

`draft` `optional` `author:fiatjaf`

[BIP39](https://bips.xyz/39)用于生成助记种子单词并从中导出二进制种子。

[BIP32](https://bips.xyz/32)用于派生路径 `m/44'/1237'/0'/0/0`（根据上[SLIP44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)的 NOSTR 条目）。

这是基本、普通、单键客户端的默认设置。

其他类型的客户端仍然可以变得花哨，并将其他派生路径用于自己的其他目的。


---

# 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://sherry-pang.gitbook.io/nostr-cn/fu-lu-1-nip-xiang-jie/06.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.
