# Introduction to Transactions

<figure><img src="/files/wxTd5cM0chYPGA7tBKKr" alt=""><figcaption></figcaption></figure>

In the realm of digital currencies, **transactions** serve as the fundamental building blocks that facilitate the transfer of value between parties. Each transaction is characterized by a chain of **digital signatures**, which ensures the integrity and authenticity of the transfer. The process begins when an owner of an electronic coin digitally signs a hash of the previous transaction, along with the public key of the next owner, thereby creating a verifiable chain of ownership. This method allows the payee to confirm the legitimacy of the transaction by verifying the signatures associated with each transfer.

The structure of a transaction can be visualized as follows:

* **Owner 1's Public Key**
* **Owner 2's Public Key**
* **Owner 3's Public Key**
* **Hash of Previous Transaction**
* **Signatures of Each Owner**

This chain of ownership is crucial for maintaining the integrity of the digital currency system, as it prevents unauthorized transfers and ensures that each coin can only be spent once.


---

# 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-2-transactions-bitcoin-whitepaper/introduction-to-transactions.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.
