# Assessment 4

#### Let's apply what you have learned so far to a specific scenario. Choose the most correct response (choose ALL that apply).

You are a Bitcoin user who has just received a significant amount of funds into your wallet. You have previously used the same key pair for multiple transactions. What should you do to enhance your privacy and security moving forward?

* [x] Generate a new key pair for each incoming transaction.
* [x] Use a Hierarchical Deterministic Keychain to create new key pairs.
* [ ] Continue using the same key pair for future transactions.
* [ ] Share your key pair with a trusted friend for safekeeping.

**Notes to Learners**

To maintain privacy in Bitcoin transactions, it is crucial to avoid key re-use. Generating a new key pair for each transaction helps prevent the linking of transactions to a common owner, making it harder for observers to track your funds. Utilizing a Hierarchical Deterministic Keychain allows you to create an unlimited number of key pairs from a single seed, further enhancing your security and privacy.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-whitepaper-series/section-10-privacy-bitcoin-whitepaper/assessment-4.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.
