> For the complete documentation index, see [llms.txt](https://top-one.gitbook.io/top.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://top-one.gitbook.io/top.one/th/faq/undefined-1.md).

# บัญชีและความปลอดภัย

วิธีการโอนเงิน

1. คลิก "สินทรัพย์" ที่มุมขวาบนของหน้าเว็บและเลือก "โอน"
2. เลือกบัญชีที่จะโอนออก จากนั้นเลือกบัญชีที่จะโอนเข้า กรอกจำนวนเงินที่จะโอนและคลิก "โอน"

ดูประวัติการทำธุรกรรม

1. เข้าสู่บัญชีของคุณและไปที่ "บัญชีเงินทุน"
2. ดูส่วน "บัญชี" ที่ด้านล่าง เลือกประเภทการทำธุรกรรมและดูรายละเอียดประวัติ

**ติดต่อฝ่ายบริการลูกค้าของเรา**

* แชทออนไลน์: คลิกที่ไอคอนแชทที่มุมล่างขวาของเว็บไซต์ทางการ
* การสนับสนุนทางอีเมล: ส่งอีเมลไปที่ <cs@top.one>

**คำอธิบายเกี่ยวกับสามบัญชี**

แพลตฟอร์มนี้มีสามบัญชี: บัญชีเงินทุน บัญชีการซื้อขาย และบัญชีค่าคอมมิชชัน:

* บัญชีเงินทุน: รองรับการฝากและถอนเงิน เงินที่คุณฝากจะอยู่ในบัญชีนี้ ในทำนองเดียวกันหากคุณต้องการถอนเงินสินทรัพย์จะต้องโอนเข้าไปในบัญชีเงินทุน
* บัญชีการซื้อขาย: รองรับการซื้อขายสัญญา คุณต้องโอนเงินเข้าสู่บัญชีนี้เพื่อทำการซื้อขาย
* บัญชีค่าคอมมิชชัน: บัญชีพิเศษที่สร้างโดยแพลตฟอร์ม ค่าคอมมิชชันจากการซื้อขายสัญญาของคุณและจากผู้ใช้ที่คุณเชิญจะถูกบันทึกในบัญชีนี้


---

# 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://top-one.gitbook.io/top.one/th/faq/undefined-1.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.
