> For the complete documentation index, see [llms.txt](https://lca-game-guild.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lca-game-guild.gitbook.io/white-paper/5strengths.md).

# LGG独自の5つの強み

## GameFi業界が抱える課題

これまで紹介してきたように、今のGameFiには次のような課題があります。

* GameFiにおける成功モデルが確立しておらず、ゲームを始める事に大きなリスクがあること
* 多数のGameFiのプロジェクトの中から、適切にプロジェクトを選ぶ判断軸がないために、ユーザーが大きな損失を負ってしまうこと
* メタマスクの設定、取引所の口座開設、初期NFT購入コストの高さなどにより、新規ユーザーがゲームを始めるまでのハードルがとても高いこと
* GameFiの「Fintech」の側面が強調され、「Game」そのものの面白さが議論されずに、「儲かるか儲からないか」ばかりが注目されていること

## LGGの提供する解決策

LGGでは、自社開発解析ツールを使って選抜したゲームを、GameFiマーケットを熟知したプロゲーマーが実際に体験し、経済圏の仕組みの精査をした上で、ギルドとして参入するしないを判断しています。

そして、各プロジェクトの経済圏モデルを理解できるKPIを独自に設定し、毎日解析をかけて、そのゲーム経済圏が健全に推移しているのかを診断できるツールも開発しています。

これらの分析により、ギルド側がGameFiのプロジェクトを選定し、リスクの軽減された安全に楽しく遊べる環境をユーザーに提供しています。

また、評価レポートと定期レポートの2つのレポートを通じて、客観的なデータを用いてプロジェクトの判断軸をゲームユーザー全体に共有し、GameFi業界の健全な発展に貢献します。

加えて参入するゲームにおいては、ギルド側がリスクをとってNFTを購入し、スカラーシップでユーザーに安全に楽しんで貰える仕組みを提供しています。


---

# 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://lca-game-guild.gitbook.io/white-paper/5strengths.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.
