> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/ri-ben-yu/products/dramps/use-cases/store-of-value.md).

# 価値の保存

以前にも見たように、dRampsを使用してFIAT通貨をブロックチェーンにそのtFIAT相当に変換したり、その逆を行うことができます。

tFIATの相当額に転送された後、いつでも好きな時に好きな金額を引き出すことができるように、ブロックチェーン上にお金を保管することができます。

PaySwapにあるdRampが増えれば増えるほど、それが可能になります。それが私たちがどの国のどの人にも、その国で支払い処理サービスを提供するdRampを展開することを奨励する理由です。手動dRampsを使用すると、キャッシュ、モバイルマネーなど、どのような支払い方法でも取引を処理することができます。

ブロックチェーンを使用してお金を保管することは：

* 世界中のどこにいても、資金へのアクセスと管理が非常に簡単になります
* どんな政府機関や金融機関からも資金を差し押さえられることを防ぎます
* Valuepools/DAOSを使用して一緒に投資したり、予算を立てたり、一緒に銀行業務をしたり、一緒に貸し付けをしたり、一緒に購入をしたりするコミュニティにアクセスできるようにします。


---

# 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://docs.payswap.org/ri-ben-yu/products/dramps/use-cases/store-of-value.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.
