# Assessment 6

#### Let's apply what you have learned so far to a specific scenario. Choose the correct response.

You are monitoring a blockchain network and notice that an attacker has gained 30% of the network's hash power. They are currently 1 block behind the leading chain. What is your assessment of the attacker's chances of catching up?<br>

* [x] The attacker has a moderate chance of catching up.
* [ ] The attacker has a low chance of catching up.
* [ ] The attacker is guaranteed to catch up.
* [ ] The attacker has a high chance of catching up.

**Notes to Learners**

With 30% of the network's hash power and a lead of 1 block, the attacker has a moderate chance of catching up. This means that while they have some ability to close the gap, the probability is not high enough to guarantee success. Understanding these probabilities is crucial for assessing the risks associated with potential attacks on 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-11-calculations-bitcoin-whitepaper/assessment-6.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.
