# Introduction

In this chapter, we will cover three areas where BSV uses ECDSA (secp256k1):

1. BSV Transactions - The application of digital signatures in transactions is an integral part of the BSV protocol. Therefore, it is critical to understand BSV transactions clearly.
2. Signed Messages - This is not a widely used feature of BSV, but it has an important purpose.
3. Miner Identification on BSV network - This is an optional feature and its implemenation is currently left to the discretion of miners.

In the next lesson, we will aim to first understand BSV Transaction at a very high level. This will provide a platform to further understand the application of ECDSA (secp256k1). In the subsequent lessons, we will cover the two remaining topics of Signed Messages and Miner Identification. It is assumed that participants of this course have no or minimal knowledge of BSV.


---

# 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/digital-signatures/bsv-and-digital-signatures/introduction.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.
