# BNPLアプリ

Klarna のような BNPL アプリを作るために valuepools の機能をどのように活用しますか？

そのようなアプリを構築するには、次の機能が必要です：

* ユーザーの信頼性を判断する能力
* ユーザーに貸し付けて、マーケットプレイスで商品を購入できるようにする能力
* 貸付金の返済能力


---

# 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/ri-ben-yu/use-cases/valuepools/bnpl-app.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.
