> 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/english-3/readme/yzgaido/kushon-1/kushonno/ru-zha.md).

# Bid

After connecting to the wallet, click on 'View all auctions' (button framed in red in the image below) in the top right-hand corner of the home page.

<figure><img src="/files/1eNJCAwnQrtmTLoe0l0v" alt=""><figcaption></figcaption></figure>

Select the current auction from the 'Live & Upcoming Auctions' section on the page.

Auctions in progress are marked 🟢 and the time remaining until the end of the auction is displayed.

For auctions that are not yet live, the symbol 🔵 and the time remaining until the auction starts is displayed.

Please select live auctions to bid.

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

Selecting an live auction from the will take you to the auction details page, as shown in the image below. Enter any bid amount at the bottom of the page and click the Bid button.

<figure><img src="/files/6nOaLl4mPB99P5efvhHI" alt=""><figcaption></figcaption></figure>

When the transaction is approved, 'Your contributed amount' and 'Estimated amount you will receive' are updated.

If updated, your bid is complete! 🎉

<figure><img src="/files/17drIsdPUfJOVbAgYsMw" alt=""><figcaption></figcaption></figure>

The 'Estimated amount you will receive' is reduced by the bids of other participants.

Additional bids can be placed until the end date and time of the auction.

Bidding more gives you the following advantages

* Increased probability of a successful auction 　(The auction will fail if the total bids do not exceed the lower limit set by the organisers, and the ETH will be refunded to the bidders)．
* The amount of tokens allocated will increase (depending on the bids of other participants; The larger your percentage of the total bid amount, the more tokens you will be allocated. On the other hand, if other bidders place more bids, your allocated tokens will be reduced.)
* The initial Yamawake reward for bidders (Yamawake allocates 50 million YMWK tokens as initial user rewards. Bidders will receive bid amount \* 100 YMWK tokens (100 YMWK token allocated if they bid 1 ETH)) ．

Once you have finished bidding, please wait until the auction ends.


---

# 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/english-3/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.
