# 機能

## 機能概要

### オークション開催者

オークション開催者は任意のオークション形式(\*1)でEthereumネットワーク上にオークションコントラクトを安価(\*2)にデプロイし、トークンセールを開催できます。

コントラクトの情報以外にも、オークションのタイトル、説明、ロゴマークなどのメタ情報をオークションコントラクトに紐づけてオフチェーンに保存し、参加者に対してアピールすることができます。

オークションを作成すると、Yamawake上でオークションごとに個別ページが作成され、オークション開催者は売上の回収などの操作、参加者は個別のオークションページから入札、割当トークンの請求といった操作が可能になります。

プラットフォーム利用手数料として、売上回収時に各オークション形式に設定された手数料額が総入札額から徴収されます。

\*1) V1ではバルクオークション形式にのみ対応しています。オークション形式を定義するテンプレートコントラクトはコミュニティにより随時追加、更新される予定です。

\*2) 各オークションコントラクトはミニマルプロキシパターンを使ってデプロイされるため、ガスが非常に安価です。

### オークション参加者

オークション参加者はオークションの個別ページから入札や割当トークンの請求、返金といった操作をすることができます。


---

# 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.yamawake.xyz/readme/ji-neng.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.
