> For the complete documentation index, see [llms.txt](https://docs.yamawake.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yamawake.xyz/readme/yzgaido/kushon-1/kushonno/ru-zha.md).

# 入札

ウォレット接続後、トップページ右上の「すべてのオークションを見る」（下の画像の赤枠で囲まれたボタン）をクリックして下さい。

<figure><img src="/files/b41ceyTGFTUKjqpUAEQt" alt=""><figcaption></figcaption></figure>

「ページの「開催中 & 今後開催するオークション」から開催中のオークションを選択します。\
開催中のオークションには、「🟢 開催中」のマークと、終了までの残り時間が表示されています。\
開催前のオークションには、「🔵 開催前」のマークと、開催までの残り時間が表示されています。\
開催中のオークションからお選びください。

<figure><img src="/files/V6ZaecRioazUZ03MmIdy" alt=""><figcaption></figcaption></figure>

オークション一覧から開催中のオークションを選択しますと、下の画像のようなオークション詳細ページに移動します。ページ下部の入札額入力フォームに任意の入札額をご入力の上、入札ボタンをクリックして下さい。

<figure><img src="/files/45MvHgnfzbmKzPZJ84MM" alt=""><figcaption></figcaption></figure>

トランザクションが承認されると「あなたの合計入札額」、「推定割当トークン額」が更新されます。\
更新されていれば入札完了です！🎉

<figure><img src="/files/M0rLwH0TDQzdaUgzSkFm" alt=""><figcaption></figcaption></figure>

「推定割当トークン額」は他の参加者の入札によって減少していきます。\
オークションの終了日時まで、追加で入札することが可能です。\
多く入札すると以下のメリットが得られます。\
・オークションが成功する確率が上がる\
　（オークションは合計入札額が主催者の設定した下限を上回らないと失敗して、\
　　入札者にETHの払い戻しが行われます）\
・割り当てトークン額が増える（他の参加者の入札状況によります）\
　（ダッチオークション方式は、入札額が多ければ多いほど、合計入札額に占めるあなたの入札額の\
　　割合が大きくなるので、割り当てトークン額が増えます。一方で、他の入札者が多くの入札を\
　　行うと、あなたの割り当てトークンは０になってしまうこともあります）\
・初期YMWKリワードが得られる\
　（Yamawakeでは、5000万YMWKを初期ユーザリワードとして用意しており、\
　　TemplateV1では初期ユーザに原資が尽きるまで配布します。\
　入札者には、\
　入札額 \* 100YMWKトークン（1ETH入札したら100 YMWKトークン割当て）が割り当てられます）\
　入札が終わったら、オークション終了までお待ちください。


---

# 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.yamawake.xyz/readme/yzgaido/kushon-1/kushonno/ru-zha.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.
