# 签名者入驻

Stacking DAO 协议会将质押权委托给生态系统中已入驻的签名者（详见「 [**签名者委托与数据分析面板**](https://www.notion.so/1d5d130e938f80e58f20d941c2670f82?pvs=21) 」）。在 Stacks 网络上运行签名者是**无需许可的**，任何人都可以运行相关软件并参与签名。但为了防止恶意行为者，Stacking DAO 的签名者**入驻流程是需许可的**。

**如您希望作为签名者加入，可以通过填写**[**联系表单**](https://.../)**或在 X 平台联系 @StackingDAO 或 @philiphacks。**

入驻流程如下：

1. 与 Stacking DAO 团队进行一次简短的初步沟通会议；
2. 我们会通过一份简单的服务等级协议（SLA）正式达成合作，协议中会包含所需在线时间、奖励处理等内容；
3. Stacking DAO 签名者计划要求签名者为 Stacking DAO 的委托运行一个独立的池子（pool）。例如 Kiln 就是一个参考案例。我们（Stacking DAO）将负责部署该池，并将你的签名者地址设置为池的所有者（**重要提示：必须是你将用于区块签名的密钥地址**）；
4. 当 Clarity 池部署完成并设置你为签名者地址后，我们会要求你在每个 PoX 周期为该池进行一次签名（通过 set-cycle-signer-info 方法）。签名可以通过我们提供的用户界面生成（见这里），也可以使用你自己的脚本完成；
5. 比特币奖励地址将会设置为 Stacking DAO 的奖励地址（hashbytes 形式为 bc1q9ll6ngymkla8mnk5fq6dwlhgr3yutuxvg3whz5）；
6. 每次签名后，我们就可以将所有委托聚合提交到 PoX，BTC 奖励将发放到我们的地址，同时由你的签名者完成区块签名；


---

# 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://docs.stackingdao.com/stackingdao/stacking-dao-wen-dang/he-xin-he-yue/qian-ming-zhe-ru-zhu.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.
