> 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/readme/no/rdomappu.md).

# ロードマップ

～v0.99：DFGCサーバーにて試験運用（Goerli）

v1C～（コミュニティ用報酬自動化補助バージョン）：\
　　　１，EthereumL1メインネット

　　　２，バッチTX対応

　　　３，対応Tokenのライブラリ化

　　　（４，任意のリスト作成と登録機能\
　　　　　ソート、検索機能）

　　　５，ERC721他NFTの送信対応

v1～（Discordアカウントに全対応）：\
　　　１，ユーザー名で検索（←ニックネームではない） \
\
　　　２，#〇〇〇〇で検索（Xだと＠〇〇〇〇 ）\
　\
　　　３，所属サーバーで検索 \
\
　　　４，送信対象複数選択\
\
　　　５，任意のリスト登録

v2～：１，EVM系ネットワークへ拡張（NFTはEthereumL1だけに保持）

　　　２，有償リスト制導入（リスト作成者の収益）

　　　３，X 他のSNSアカウントへ拡張（\*Githubアカウントも）

　　　４，メッセージ送信（16進数変換）

　　　５，

v3～：１，ZKPによる完全プライバシー保護（walletアドレスの完全秘匿化）

　　　２，受信履歴のSNSアカウント統合表示

　　　３，


---

# 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://doc.yabumi.xyz/readme/no/rdomappu.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.
