> For the complete documentation index, see [llms.txt](https://ballooners-dao.gitbook.io/top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ballooners-dao.gitbook.io/top/wp.md).

# バルーナーズDAO ホワイトペーパー

Ｂ1リーグ所属のプロバスケットボールクラブ・佐賀バルーナーズが立ち上げた、Ｂリーグクラブ初の公式DAO「バルーナーズDAO」およびDAOの独自トークン「バルーナーズトークン」のホワイトペーパーです。

最終更新：2025/9/29（[更新履歴](/top/wp/update-log.md)）

## INDEX

* [佐賀バルーナーズとは](/top/wp/club.md)
  * [2023-24シーズンサマリー](/top/wp/club/2023-24overview.md)
  * [Bリーグプレミアへの参加](/top/wp/club/b-premier.md)
* [背景と目的](/top/wp/purpose.md)
* [ビジョン](/top/wp/vision.md)
* [ロードマップ](/top/wp/roadmap.md)
* [概要](/top/wp/overview.md)
  * [バルーナーズDAOとは](/top/wp/overview/introduction.md)
  * [なぜDAOなのか](/top/wp/overview/why-dao.md)
  * [なぜFTなのか](/top/wp/overview/why-ft.md)
  * [なぜFiNANCiEなのか](/top/wp/overview/why-financie.md)
* [トークンエコシステム](/top/wp/token-ecosystem.md)
  * [バルーナーズトークン](/top/wp/token-ecosystem/ballooners-token.md)
  * [ユーザー体験](/top/wp/token-ecosystem/user-experience.md)
  * [バルーナーズトークンの入手方法](/top/wp/token-ecosystem/how-to-get.md)
  * [バルーナーズトークンの用途](/top/wp/token-ecosystem/how-to-use.md)
  * [特典（ユーティリティ）](/top/wp/token-ecosystem/utilities.md)
  * [トークンの初期分布](/top/wp/token-ecosystem/allocation.md)
* [コミュニティ](/top/wp/community.md)
  * [コミュニティの活動](/top/wp/community/activity.md)
  * [2024-25シーズン実施プロジェクト](/top/wp/community/project2024-25.md)
  * [ガバナンス](/top/wp/community/governance.md)
  * [チーム](/top/wp/community/team.md)
* [サステナビリティ](/top/wp/sustainability.md)
  * [収益モデル](/top/wp/sustainability/revenue-model.md)
  * [収益の使途](/top/wp/sustainability/use-of-revenue.md)
  * [パートナー企業](/top/wp/sustainability/partners.md)
  * [パートナー事例](/top/wp/sustainability/case-of-partners.md)
* [更新履歴](/top/wp/update-log.md)


---

# 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://ballooners-dao.gitbook.io/top/wp.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.
