# 储蓄应用程序

您可以利用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/zhong-guo-ren/use-cases/valuepools/savings-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.
