# Key Derivation

- [BIP32 Key Derivation Scheme](https://bsv.brc.dev/key-derivation/0032.md)
- [BSV Key Derivation Scheme (BKDS)](https://bsv.brc.dev/key-derivation/0042.md)
- [Security Levels, Protocol IDs, Key IDs and Counterparties](https://bsv.brc.dev/key-derivation/0043.md)
- [Admin-reserved and Prohibited Key Derivation Protocols](https://bsv.brc.dev/key-derivation/0044.md)
- [Revealing Key Linkages](https://bsv.brc.dev/key-derivation/0069.md)
- [Protecting BRC-69 Key Linkage Information in Transit](https://bsv.brc.dev/key-derivation/0072.md)
- [Mnemonic For Master Private Key](https://bsv.brc.dev/key-derivation/0075.md)
- [Linked Key Derivation Scheme](https://bsv.brc.dev/key-derivation/0084.md)
- [Bidirectionally Authenticated Derivation of Privacy Restricted Type 42 Keys](https://bsv.brc.dev/key-derivation/0086.md)
- [Limitations of BRC-69 Key Linkage Revelation](https://bsv.brc.dev/key-derivation/0093.md)
- [Verifiable Revelation of Shared Secrets Using Schnorr Protocol](https://bsv.brc.dev/key-derivation/0094.md)


---

# 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://bsv.brc.dev/key-derivation.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.
