> For the complete documentation index, see [llms.txt](https://polyu-blockchain-club.gitbook.io/pubc-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyu-blockchain-club.gitbook.io/pubc-whitepaper/zhai-yao.md).

# 摘要

## TL:DR

PolyU Blockchain Club（PUBC）（中文： 香港理工大学区块链俱乐部）由港理工学生发起，是首批试行类DAO治理方案的Web3学生公益性组织。我们致力于提供优质的Web3教育、创新创业机会给港理工学生与校友。

### 活动

* 类别：AMA、讲座（线上线下）、工作坊、论坛、内部研讨会等
* 周期：除了PUBC AMA 与内部研讨会大概1-2周进行1次，其余活动不定时举办

### 治理架构：

* 运营团队（Builder）是PUBC内负责主要执行、统筹活动，并无主席等层级身份，只分项目发起人与项目组员
* 忠实用户（Mod）分为两种：希望加入/不希望加入团队，皆可参与PUBC内部研讨会。
* 社区成员（Member)是所有PUBC社区的成员，具备活动的参与权，并且有机会参与到项目的执行中
* PolyU Blockchain Club Improvement Proposals (简称PIP）是为社区提供资讯的方案。所有成员都可以提出PIP改进PUBC。

### 奖励分配（搭建中）

### 孵化器（搭建中）


---

# 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://polyu-blockchain-club.gitbook.io/pubc-whitepaper/zhai-yao.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.
