# Solana 家賃

Solanaブロックチェーンがデータを効率的に保存できる理由の1つは、その斬新な「レント」メカニズムです。

Solanaは、異なるユーザーのウォレットアドレス間のトークン移転や所有権に関するデータ、およびブロックチェーン上の他のプログラム化取引を記録するための異なるアカウントを作成します。Solanaブロックチェーン上に保存されている取引履歴や他のデータにはリソースが使用されるため、レンタル料がかかります。。

SOLは賃料用の暗号通貨であり、Solana 上でユニークな各アカウントの作成または維持に使用されます。SOL 賃料の額は、そのアカウントが使用する必要データリソースに依存します。

たとえば、あなたが初めてウォレットで新しいトークンを受け取ったとき、あなたのウォレットには自動的にトークンに関連付けられたアカウント（ATA）が作成され、その過程でSOLのレンタル料がかかります。

通常、賃料として使用されるSOLは返金可能です。アカウントが閉じられた場合、Solanaで使用されている関連データリソースは解放され、賃料はアカウント所有者のアドレスに返金されます。）。


---

# 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.gtokentool.com/ja/solana-ji-ben-zhi-shi/solana-jia-lin.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.
