# 206.5 Lesson - doubleSpendProblem

**Screen:** doubleSpendProblem

**Headline:** The Double Spending Problem

**Reward:** 3

**Text:** In the digital world, it is easy to copy things, so it is important to make sure that the same digital unit of money cannot be spent more than once by its owner.

In a monetary system with a central authority (like a government), this problem is trivially solved by keeping a ledger of transactions managed by the central authority. However, this normally represents a single point of failure from both availability and trust viewpoints.

In a decentralized system, the double-spending problem is significantly harder to solve. Many people have tried to create digital money that is not controlled by a government, but they have all had their own unique challenges.

Satoshi Nakamoto took all of these lessons into account and was the first to solve the double spending problem with the implementation of Bitcoin by creating a decentralized system that rewards honesty and makes it very costly to be dishonest.

\=================================================================

## QUIZ

**Question:** What was a key factor in the creation of Bitcoin?

**Answer:** The ability to ensure that the same digital unit of money cannot be spent more than once by its owner

**Feedback:** Good job. In the digital world, where it is easy to copy things, it is important to make sure that the same digital unit of money (like a digital coin) cannot be spent more than once by its owner. This was a key factor in the creation of Bitcoin, as it is important for a monetary system that works without a central authority (like a government)

**Correct:** true

**Answer:** The desire to create a digital currency that could only be spent on Mars

**Feedback:** Not quite, but a digital currency that could only be spent on Mars sounds like it could be a fun way to support the colonization of the red planet

**Correct:** false

**Answer:** The idea of rewarding honesty and making dishonesty very costly

**Feedback:** Nope, but the idea of rewarding honesty and making dishonesty very costly is a key factor in the creation of any monetary system, as it helps to ensure trust and cooperation among participants.

**Correct:** false

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


---

# 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://earn.blink.sv/chapter-206-the-evolution-of-money-iv/206.05-lesson-double-spend-problem.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.
