> For the complete documentation index, see [llms.txt](https://shfl-jp.shuffle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shfl-jp.shuffle.com/wager-to-vest.md).

# Wager-to-Vest

ユーザーは、Shuffle プラットフォームで賭け続けることで、エアドロップの権利確定期間（ベスティング期間）を短縮できます。これにより、アクティブなユーザーは割り当てられたトークンへのアクセスを早めることができるようになり、非アクティブなユーザーは通常のレートで 3 か月かけてトークンのアンロックができます。

<br>

Wager-To-Vestプログラムは、下記の例のようなフィードバックループも可能にします。

1. トミーは2023年2月のローンチ以来、Shuffle.comで賭けており、100,000 SHFLのエアドロップを受けました。
2. トミーのSHFLは\*直線的に権利確定（Linearly vest）されます。TGEで20%がアンロックされ、残りの80%はその後の3ヶ月間で。
3. トミーの最初にアンロックされた20,000 SHFLトークンでShuffleでプレイし、その後の時間を短縮して残りのトークンがアンロックされるまでの期間を減少させます。
4. そのボリュームはShuffleの理論上の収益に寄与し、バイバックとバーンの規模を拡大し、SHFL流動性プールに価格圧力をかけて上昇させます。

<figure><img src="/files/VGTUMTk5jbnFZMNtGgx6" alt=""><figcaption><p>賭け金からVestへのメカニズムが機能している例</p></figcaption></figure>

Wager-to-Vest は、すべてのユーザーのインセンティブを調整し、ユーザーが将来のエアドロップに向けてボリュームを構築できるようにし、市場からの供給を防ぎ、安定性を確保します。

\
\*「直線的に権利確定（Linearly vest）」とは、特定の時間枠内で均等に割合で資産やトークンが使用できるようになる過程を指します。たとえば、トークンが直線的にに権利確定される場合、全期間を通じて毎月あるいは毎日、一定の割合でトークンが解放されます。これにより、利用者は計画された期間を通して段階的にアクセス権を獲得でき、すべてが一度に使用可能になることを避けることができます。


---

# 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://shfl-jp.shuffle.com/wager-to-vest.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.
