# Assessment 1

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

You are a developer tasked with creating a new application that utilizes blockchain technology. You want to ensure that your application can handle a high volume of transactions efficiently while keeping costs low. Which blockchain would you choose to implement your application, and why?<br>

* [x] BSV blockchain, because it emphasizes scalability and low transaction fees.
* [ ] A different blockchain that does not prioritize scalability.
* [ ] A blockchain that has high transaction fees.
* [ ] Any blockchain, as they all function the same.

**Notes to Learners**

The BSV blockchain is specifically designed to handle a significantly higher number of transactions per second compared to other implementations, making it ideal for applications that require scalability. Additionally, BSV aims to keep transaction fees minimal, which is crucial for applications that may involve frequent or micropayments. Choosing BSV aligns with the need for efficiency and cost-effectiveness in your application.


---

# 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/bsv-basics-protocol-and-design/introduction-to-bitcoin-protocol-and-design/assessment-1.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.
