# Definition of Electronic Coins

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

*We define an electronic coin as a chain of digital signatures.*

\- Satoshi Nakamoto, Bitcoin Whitepaper

An **electronic coin** is defined as a chain of digital signatures that represent ownership and transferability of value in a digital format. As articulated by **Satoshi Nakamoto** in the Bitcoin Whitepaper, this definition encapsulates the essence of how digital currencies operate. Each electronic coin is linked to its previous owners through a series of cryptographic signatures, forming a secure and traceable history of transactions.

In Bitcoin, transactions are constructed by referencing **Unspent Transaction Outputs (UTXOs)**, which are essentially the digital coins that have not yet been spent. To initiate a transaction, the owner must provide a valid solution to a script puzzle contained in the UTXO, which typically requires a digital signature from the owner. This process ensures that only the rightful owner can spend the coin, thereby maintaining the integrity of the currency.


---

# 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/definition-of-electronic-coins.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.
