# 背景・課題

* 完全匿名性のDAOコミュニティで毎月十数人の報酬付与をしています。
* Discordアカウント毎の貢献度によって異なる報酬額になるため、DAO管理者にてDiscordアカウント毎のウォレットアドレスの管理が必須となります。
* 初期報酬付与する場合は、以下の手順でアカウントとウォレットを人手で紐づけます。
  1. 報酬受領者にウォレットアドレスを聴取
  2. 管理者でDiscordアカウントとウォレットアドレス紐付け管理
  3. 管理しているウォレットアドレスより報酬トークン付与
* 上記のように、SNSアカウント(Discord)とウォレットが断絶されており、紐づけや管理をするコストが発生します。
* また、報酬をスプレットシートで管理しているため、このスプレットシートからアカウントごとに\
  トークン種と量を取得して簡単に一斉送信ができるサービスを必要としていました。

このような課題に対するソリューションとして考えられたのが Yabumi です。


---

# 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://doc.yabumi.xyz/readme/bei-jing-ke-ti.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.
