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

# Problems

<figure><img src="/files/iJyjQWnrEr1m1wPqxM9x" alt=""><figcaption><p>A Complex World</p></figcaption></figure>

### Tech Is Confusing :confused:

Cryptocurrencies are built on complex technologies like blockchain and cryptography. Grasping these concepts can be difficult for new users, creating a steep learning curve.

### Selecting a cryptocurrency  :dollar:

With thousands of cryptocurrencies available, it can be overwhelming for new users to decide which ones to invest in or use for transactions.

### Security :closed\_lock\_with\_key:

The digital nature of cryptocurrencies makes them susceptible to hacking, phishing, and other cyber threats. New users may not know how to protect their private keys, wallets, and exchange accounts adequately.

### Wallet Management :moneybag:

Choosing the right wallet and managing it properly can be a challenge for new users. There are various wallet types, each with its pros and cons, and selecting the best one requires research and understanding.

### Price Volatility :chart\_with\_upwards\_trend:

Cryptocurrency markets can be highly volatile, leading to significant price fluctuations. New users may struggle to manage their investments in this unpredictable environment.

### Scams and Frauds :radioactive:

The cryptocurrency space is rife with scams, including Ponzi schemes, pump-and-dump schemes, and fraudulent initial coin offerings (ICOs). New users may be more susceptible to falling for these scams.

### Difficulty In Usage :poop:

Some cryptocurrency platforms and services can be user-unfriendly, making it challenging for new users to carry out transactions, track their investments, or access advanced features.

### Limited Mainstream Adoption :person\_shrugging:

While cryptocurrency adoption is growing, it is still not widely accepted as a means of payment or investment by many businesses and individuals. This can limit the usefulness of cryptocurrencies for new users.


---

# 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://avalon-dao.gitbook.io/avalon-dao-whitepaper/introduction/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.
