# Assessment 2

#### Which of the following tasks is NOT performed by a Full Network Node in Bitcoin?

* [x] Verifying transactions without a complete ledger
* [ ] Broadcasting new transactions
* [ ] Finding proof-of-work
* [ ] Creating the next block

**Notes to Learner**

A Full Network Node performs essential tasks such as broadcasting new transactions, finding proof-of-work, and creating the next block, while verifying transactions without a complete ledger is a function of a different type of peer.


---

# 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-8-simplified-payment-verification-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.
