# หน้า Home

## ภาพรวม

![ภาพแสดงหน้า Home ของ iWallet](/files/-MhssPS9eUaQcukPVNQV)

**คำอธิบาย**

1. ปุ่มออกจากระบบ (Logout)  ถ้าคลิกที่ปุ่มนี้ จะกลับไปที่หน้า Login&#x20;
2. ข้อมูลสรุปจำนวนรวมมูลค่า Token ที่ผู้ใช้ถืออยู่ แยกเป็นหน่วย (Symbol) ของ Token B (ไม่ได้แยก Network)
3. ชื่อ Network (Blockchain Network)
4. รายการกระเป๋า หรือ Wallet แต่ละ Wallet ที่ผู้ใช้ถืออยู่ ภายใต้ Network นั้น ๆ (มีกี่ Wallet ก็ได้)

ถ้าคลิกที่แต่ละ Wallet (หมายเลข 4) ระบบจะเปลี่ยนหน้าจอไปที่หน้า Rebalancing ของ Wallet นั้น ๆ ดังรูปที่ 3

## Wallet

![](/files/-Mhswhsr51jovn6-ufLa)

**คำอธิบาย**

1. คู่เหรียญ Token A (BTCB) และ Token B (BUSD) ที่ผู้ใช้เลือกไว้สำหรับ Wallet นี้
2. สถานะของ Wallet นี้ว่าเปิดให้ Bot ทำ Rebalance ให้หรือไม่&#x20;
   * สีเขียว คือ Running (Bot กำลังทำงานอยู่ / เปิดให้ Bot ทำ Rebalance ให้)
   * สีเทา คือ Pause (Bot พักอยู่ / Bot ไม่ต้องทำ Rebalance ให้)
3. Wallet Address&#x20;
4. Gas Balance หรือ Gas ที่เหลืออยู่ สำหรับ Wallet นี้
5. มูลค่าของ Token ใน Wallet นี้ หน่วย (Symbol) จะเป็นของ Token B
6. ราคาของ Token A ต่อ Token B
7. เปอร์เซ็นต์กำไร / ขาดทุน ของ Wallet นี้ &#x20;


---

# Agent Instructions: 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:

```
GET https://iwallet.jittagornp.me/manual/home-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
