# Assessment 2

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

You are part of a decentralized network that relies on a proof-of-work mechanism to validate transactions. A new node wants to join the network but is concerned about the security and integrity of the transaction history. How do you address their concerns?

* [x] Explain that the proof-of-work mechanism requires significant computational resources, making it difficult for attackers to alter transaction history.
* [x] Inform them that all transactions are recorded on a public ledger, ensuring transparency and accountability among participants.
* [ ] Assure them that there is no risk of any transaction being altered since the network is completely centralized.
* [ ] Suggest that they do not need to worry about security as the network is infallible.

**Notes to Learners**

In a decentralized network, the proof-of-work mechanism plays a crucial role in maintaining the integrity of the transaction history. By requiring nodes to perform computationally intensive tasks, it deters malicious activities and makes altering the transaction history computationally impractical. Additionally, the transparency provided by the public ledger allows all participants to verify transactions, further enhancing security and trust within the network.


---

# 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-12-conclusion-bitcoin-whitepaper/assessment-2.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.
