> For the complete documentation index, see [llms.txt](https://izaka-ya.gitbook.io/izaka-ya_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://izaka-ya.gitbook.io/izaka-ya_en/project-overview/major-issues-and-challenges.md).

# Major Issues and Challenges

* **Barriers to Asset Management Access**\
  In the modern cryptocurrency market, many investors want to manage their crypto assets, but often miss out on opportunities due to a lack of sufficient knowledge and experience. Particularly for beginners, engaging in investment and asset management requires an understanding of complex operations and cryptocurrency concepts, which serves as a significant barrier. To remove these obstacles, a user-friendly platform and a system that simplifies complex transactions are essential.

* **Security and Reliability Issues**\
  Security incidents and fraud risks in cryptocurrency exchanges and lending platforms remain serious concerns. Users prioritize the safety of their assets, and if a secure trading environment is not provided, they will feel uneasy about entrusting their funds. Ensuring high security standards and transparency is crucial.

* **Lack of Efficient Profit Opportunities**\
  While many cryptocurrency users wish to manage their assets, finding suitable profit opportunities remains a challenge. Particularly in lending services, there is a lack of sufficient information and options for users to generate stable returns on their investments. Without utilizing multiple investment strategies and risk management techniques, achieving expected profits becomes difficult.


---

# 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://izaka-ya.gitbook.io/izaka-ya_en/project-overview/major-issues-and-challenges.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.
