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

# 자금흐름

#### **1. 개요**

**사용자 → 가맹점**까지의 거래 과정과 **가상자산을 통한 결제와 정산 흐름**

<figure><img src="/files/Wo2aUxLfOc1CEwSKl9v9" alt=""><figcaption><p>현금 흐름도</p></figcaption></figure>

#### **2. 주요 단계 설명**

1. **사용자 – 가맹점 거래**
   * 사용자가 가맹점에서 상품을 구매하거나 서비스를 요청합니다.
   * 가맹점은 해당 상품 또는 서비스를 사용자에게 제공합니다.
2. **Cash Flow 프로세스**
   1. **가상자산 매도 (거래소 → 은행)**
      * 사용자가 결제한 \*\*가상자산(Crypto)\*\*는 거래소에서 \*\*KRW(원화)\*\*로 변환됩니다.
      * 변환된 원화는 **거래소 → 은행**으로 출금됩니다.
   2. **은행 → 다날 정산**
      * 은행으로부터 다날로 **매도대금이 송금**됩니다.
   3. **다날 → 가맹점 정산**
      * 다날은 수령한 대금을 **가맹점에 정산**합니다.
      * 가맹점은 최종적으로 원화(KRW)를 수령합니다.


---

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

```
GET https://help.payprotocol.io/getting-started/undefined/undefined-1/undefined-1.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.
