# Assessment 1

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

You are a blockchain developer working on a project that requires high transaction throughput. Your team is considering using blockchain as infrastructure, but you are aware of the limitations it presents. How do you proceed to ensure your project can handle the required transaction volume effectively?

* [x] Propose the use of the BSV Blockchain, which thanks to Teranode has the ability to achieve over one million transactions per second.
* [ ] Stick with traditional node software and hope it can be optimized later.
* [ ] Suggest using a different blockchain that is not BSV.
* [ ] Ignore the scalability issue and focus on other project features.

**Notes to Learners**

In this scenario, the best approach is to propose the use of Teranode, which is specifically designed to overcome the limitations of traditional node software and can handle over one million transactions per second. This ensures that your project can meet the high transaction throughput requirements effectively. Sticking with traditional software or ignoring the scalability issue would likely lead to performance bottlenecks and hinder the project's success.


---

# 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-network-topology/essentials-of-teranode-microservices-and-infrastructure-solutions/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.
