> For the complete documentation index, see [llms.txt](https://doc.yabumi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.yabumi.xyz/english/yabumi/background-of-development.md).

# Background of development

DeFiGeek Community is a decentralized community that has been developing DeFi Dapps and tools.&#x20;

Several contributors in Discord receive rewards every month. The DAO administrators must keep record of the wallet addresses for each Discord account because the rewards vary for each one.

What we did before:

1. Each contributor sends DM to admin to inform wallet address. (first time or when they want to change wallet)
2. Admin manually link Discord account to the wallet address.
3. Admin create token transfer transaction to distribute rewards.

Issues:

There is a disconnect between SNS accounts (Discord) and wallets, requiring effort and cost for linking, maintenance, and manually create token transfer transaction.

Solution:

Yabumi was born as a solution to these challenges to automate entire process.


---

# 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:

```
GET https://doc.yabumi.xyz/english/yabumi/background-of-development.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.
