> For the complete documentation index, see [llms.txt](https://litiumlic.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litiumlic.gitbook.io/whitepaper/basics/7.-problems.md).

# 7. Problems

**Limited Supply of Lithium**

Global lithium production is struggling to keep pace with demand, driven by the explosive growth in electric vehicles (EVs), consumer electronics, and large-scale renewable energy storage. Production bottlenecks and uneven resource distribution threaten the continuity of green transition initiatives worldwide.

**Unexplored Mining Potential in Europe**

Although recent discoveries—particularly in Finland—have revealed significant lithium deposits, much of Europe’s potential remains untapped. Without further exploration and development, Europe risks remaining overly dependent on external sources for a critical energy transition resource.

**Restricted Investment Access**

Despite being a high-growth sector, lithium mining remains largely inaccessible to everyday investors. Most projects are dominated by institutional players or require substantial capital, leaving the broader public with limited entry points.

**Geographical and Logistical Barriers**

Today, most lithium is mined and processed outside of Europe, leading to complex logistics, high transport costs, and long supply chains. These challenges can delay innovation and reduce the sustainability of the overall process.

**Cryptocurrency Volatility and Distrust**

Traditional cryptocurrencies are often criticized for having no real-world reference point, making them vulnerable to extreme price volatility. This instability can limit their long-term utility and discourage responsible adoption.


---

# 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://litiumlic.gitbook.io/whitepaper/basics/7.-problems.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.
