# 사용 사례

수동 dRamp는 자동 dRamp보다 더 복잡한 작업을 제공할 수 있습니다:

* **사용자 등록금 납부**: 사용자가 보낸 토큰을 태우고, dRamp 관리자는 태운 금액을 사용자의 교육 기관에 송금하여 등록금을 지불합니다.
* **서비스 지불**: 일부 사용자는 접근 가능한 결제 수단을 사용하여 특정 서비스(Netflix, Amazon 쇼핑 등)를 지불할 수 없을 수 있습니다. 수동 dRamp는 해당 사용자로부터 tFIAT 토큰을 받아들이고, 토큰을 태우고, 사용자를 대신하여 해당 서비스를 지불할 수 있습니다.
* **송금**: 사용자를 대신하여 현금을 사람들에게 보내거나 전달합니다.


---

# 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://docs.payswap.org/korean/products/dramps/use-cases.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.
