> For the complete documentation index, see [llms.txt](https://whitepaper-ja.wellthverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-ja.wellthverse.com/service/userflow.md).

# 3.1 ユーザーの参加フロー

WellthVerseにおける一般的なユーザーの導線は、以下の4ステップから構成されます。

***

**Step 1｜デバイス購入：健康データの入口を得る**

* 専用の健康IoTデバイスを、専用ECサイトから購入\
  第一弾は、指輪型ウェアラブルデバイス「Re・De Ring」
* 購入者には、アカウント情報とセットアップマニュアルが同梱

***

**Step 2｜アプリ連携：日々の健康行動を記録する**

* マニュアルに説明がある「Wellness to Earn App」にログインし、健康IoTデバイス（第一弾はRe・De Ring）とBluetoothでペアリング

&#x20; ※Re・De・RINGで計測されるバイタルデータ：

　　・心拍数 / 心拍変動（HR/HRV）\
　　・血中酸素濃度（SpO2）\
　　・歩数\
　　・消費カロリー\
　　・呼吸数\
　　・皮膚温度<br>

* 日々のデータはアプリ内に蓄積されます。

***

**Step 3｜ゲーム化：健康行動がWelminの成長を促し、習慣化される**

* Welminを入手することで、ユーザーは日々の活動やウェルネスデータを“成長”として蓄積できるようになります。
* ウェルネスデバイス（ReDe Ringなど）から取得できるウェルネスデータは、Welminの成長に、特に大きく寄与します。長く継続して利用すればするほど、より大きな成長の源泉になり、自身のウェルネス活動の達成感を実感することにも繋がります。
* 健康行動は“ゲームとしてやらされるもの”ではなく、“自分の資産が成長していく体験”になります。
* 可視化された成長（レベル・レアリティ・履歴）により、達成感と継続性が高まります。

***

**Step 4｜Portal接続：Web3に繋ぎ、トークン経済圏へアクセス**

* WellthVerse Portalは、ユーザーが育てたWelminを NFT 化し、トークン経済圏にアクセスするための入口です。
* Portalでは次の操作が可能です：

  ・Web3ウォレットと WellthVerse アカウントを接続し、デジタル資産の管理を開始します。\
  \
  ・Welmin / Welminの成長要素 / 成長履歴が Portal 上で読み込まれ、NFT 化（Mint）または 交配 を実行できます。\
  \
  ・育てたWelminはGalleryに飾ることができ、飾っている間、ユーザーはデータ提供の対価としてWELVトークンを獲得することができます。\
  \
  ・WELVトークンは、NFT の購入、交配に必要な費用、マーケットでの売買などに活用できます。\
  \
  ・Portalは、「育成（アプリ）」と「資産化（Web3）」の役割を分離し、ユーザーがデータを資産へ変換するプロセスを管理する場所です。

***

<br>


---

# 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://whitepaper-ja.wellthverse.com/service/userflow.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.
