# Quiz 14

#### What are some unique technical characteristics of the Genesis block? (Select ALL that apply)

* [x] It has no previous block, making it the absolute point of origin.
* [x] The 50 BTC reward cannot be spent, separating it from future economic activities.
* [x] It contains a codified message referencing the financial crisis.
* [ ] It allows immediate profit for its creator.
* [ ] It was designed to be altered later for flexibility.

**Note to learners**

"The genesis block presents several unique characteristics that distinguish it from the rest of the chain: It has no previous block: its previous\_block\_hash field is empty, making it the absolute point of origin. The 50 BTC reward cannot be spent: although it exists technically, it is not claimable. This anomaly was introduced deliberately, separating it from the economic system that would follow. It contains a codified message: Satoshi included in the block the text: 'The Times 03/Jan/2009 Chancellor on brink of second bailout for banks.'"

&#x20;

To learn more about it, you can follow the course [Unlocking the Genesis Block: Exploring Its Foundations and Implications](https://bsvblockchain.360learning.com/course/play/68a5a7e6561d6a289b96a551)


---

# 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-as-historical-phenomenon/quiz-bitcoin-as-historical-phenomenon/quiz-14.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.
