> For the complete documentation index, see [llms.txt](https://www.hultedtech.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.hultedtech.club/resources/shared-notes/economics/market-of-lemons.md).

# Market of Lemons

> Written in 1970 by George Akerlof.
>
> Akerlof's theory of the "Market for Lemons" paper applies to markets with information asymmetry, focusing on the used car market.&#x20;
>
> Information asymmetry within the market relates to the seller having more information about the quality of the car as opposed to the buyer, creating adverse selection.

## Adverse Selection

> Adverse selection is a phenomenon where, buyers result in buying lower quality goods due to sellers not willing to sell high quality goods at the lower prices buyers are willing to pay.

## Consequence

> This can lead to a market collapse due to the lower equilibrium price and quantity of goods traded in the market than a market with perfect information.

Be careful about pricing, such that you attract not the audience or market that you want.&#x20;

## References

* [The Market for Lemons](https://en.wikipedia.org/wiki/The_Market_for_Lemons) in Wikipedia
* [George Akerlof](https://en.wikipedia.org/wiki/George_Akerlof) in Wikipedia


---

# 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:

```
GET https://www.hultedtech.club/resources/shared-notes/economics/market-of-lemons.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.
