> 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/members.md).

# 創業メンバー

{% tabs %}
{% tab title="細金 恒希（Founder & CEO）" %}
事業家・投資家として様々な業態でのビジネスを成功させる。日本最大級のNFTゲームギルド「LGG」、会員数1,000人規模のオンラインスクール「LCA」の経営者。ゲーム企業や通信事業への出資も行う。
{% endtab %}

{% tab title="SNS Link" %}
・Twitter：<https://twitter.com/Hosogane_LGG>

・Facebook：<https://www.facebook.com/koki.hosogane>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="安井 之人（Blockchain Lawyer）" %}
ブロックチェーン専門の弁護士。担当領域は、IT・ブロックチェーン・NFT・DeFi。[JPYC株式会社](https://jpyc.co.jp/)のCLO(最高法務責任者)も務める。
{% endtab %}

{% tab title="SNS LINK" %}
・Twitter：<https://twitter.com/KorehitoYasui>\
・弁護士ドットコム：<https://www.bengo4.com/tokyo/a_13103/l_136958/>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="shinkei（Head of Game Strategy）" %}
P2Eゲーム攻略責任者。「Axie Infinity」JP大会ベスト16、「jobtribes」初代PvPチャンピオンのタイトルを獲得（通算4タイトルを獲得）。
{% endtab %}

{% tab title="SNS Link" %}
・Twitter：<https://twitter.com/shinkei_pm>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title=" ajihurai（Scholarship Manager）" %}
スカラーシップ運営責任者。Jobtribesチャンピオンシップ第1回世界大会優勝。日本で初めてNFTゲームの第一人者として、テレビ番組に出演をする。
{% endtab %}

{% tab title="SNS Link" %}
・Twitter：<https://twitter.com/ajihurai_DAA>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Tamagaya（Public Relations）" %}
外資系コンサルティング会社のプリンシパル。LGGにおいて、ゲーム会社やゲームギルドとのパートナーシップ締結、広報などを務める。
{% endtab %}

{% tab title="SNS Link" %}
・Twitter：<https://twitter.com/akitamaya_p2e>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="akito (Blockchain Engineer)" %}
ブロックチェーンエンジニア。「LGG」のトークン発行やセキュリティ関連全般をコンサルティング。LGGのデータ分析基盤など、ギルドのコアに関するシステムを設計・開発。
{% endtab %}

{% tab title="SNS Link" %}
・Twitter：<https://twitter.com/akito_bc_dev>
{% endtab %}
{% endtabs %}


---

# 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/members.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.
