# ライトステーキング

クラシックなステーキング方式では、NFTがステークされると、該当するNFTは所有者から直接コントラクトに移転されます。この方法は、同じNFTが異なるアカウントで何度も再利用されるのを防ぎ、改ざんを阻止します。

ライトステーキングでは、ユーザーは自分のNFTを直接リスクにさらす必要はありません。その代わりに、保有しているNFTに関する所有権情報だけをコントラクトに通知します。この通知により、該当するNFTは24時間の間ほかのアカウントによって署名できなくなります。期間が過ぎてもユーザーがそのNFTの所有者であれば、自分の権利分を請求できます。

複数のNFTを保有するアカウントについて、すべてのNFTの所有権情報をコントラクトに個別に列挙してループで確認することは、セキュリティ面とガスコストの両面で問題を引き起こす可能性があります。したがって、最初のバージョンでは意図的にシステムを簡素に保ち、単一のNFTのみで動作するように設計されています。


---

# 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://vrnouns.gitbook.io/flooor/documentation/documentation-ja/hajimeni/raitosutkingu.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.
