> For the complete documentation index, see [llms.txt](https://earn.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earn.blink.sv/chapter-202-attributes-of-a-good-store-of-value/202.04-lesson-fungibility.md).

# 202.4 Lesson - fungibility

**Screen:** fungibility

**Headline:** One specimen should be interchangeable with another of equal quantity

**Reward:** 2

**Text:** "Fungibility" means that one unit of a currency is interchangeable with another unit of the same currency. This is an important attribute for a good store of value.

Gold is a highly fungible store of value, as when melted down, an ounce of gold is essentially indistinguishable from any other. Fiat currencies, on the other hand, may not always be completely fungible, as their issuing institutions may treat different denominations differently.

Like gold, units of bitcoin are fungible, but there are some nuances to it. We'll dive into this in a later chapter.

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

## QUIZ

**Question:** What is the main reason that gold is considered more fungible than diamonds?

**Answer:** The shape and quality of diamonds are irregular

**Feedback:** Exactly! The irregular shape and quality of diamonds makes them less interchangeable than gold, which is why gold is considered more fungible. Did you also know that bitcoin is considered fungible at the network level, but its traceability on the blockchain can sometimes lead to it being treated as non-fungible by merchants or exchanges

**Correct:** true

**Answer:** Gold is more valuable than diamonds

**Feedback:** Wrong answer! Gold may be more valuable than diamonds, but that's not the main reason it's considered more fungible. Looks like you need to brush up on your fungibility knowledge

**Correct:** false

**Answer:** Gold is more abundant than diamonds

**Feedback:** Nope, sorry! While gold may be more abundant than diamonds, that's not the main reason it's considered more fungible. Better luck next time!

**Correct:** false

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://earn.blink.sv/chapter-202-attributes-of-a-good-store-of-value/202.04-lesson-fungibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
