> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-zh/jiang-li/users-and-roles.md).

# 用户与角色

通过向钱包地址分配角色和权限，管理谁可以操作 Decentraland Rewards 活动。

要在 Rewards 服务中的某个活动上执行任何操作，您必须使用具有必要权限的钱包登录。

创建活动时，您会自动被指定为其所有者，并获得所有权限。作为所有者，您可以向活动中添加其他用户，并为他们分配具有特定权限的角色。不过，每个活动只能有一个所有者——创建者，而只有该用户有权管理资金。

要将用户添加到活动中。

1. 点击 **用户角色** 用于查看有权访问该活动的用户列表的选项卡。
2. 在此列表的末尾，您会找到一个用于添加新用户的表单。注意：只有当您拥有添加用户所需的权限时，此表单才会显示。
3. 通过输入用户的钱包地址（或 ENS 名称）并选择其角色来填写表单。
4. 点击 **添加用户** 用于完成添加的按钮。

![](https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-0881052dce8412b0737dbe3ac5e964953d288579%2Fusers.png?alt=media)

## 角色权限

以下是每个角色允许执行的操作：

| 权限               | 查看者 | 开发者 | 协作者 | 所有者 |
| ---------------- | :-: | :-: | :-: | :-: |
| 查看活动名称、网络和最大 gas |  ✅  |  ✅  |  ✅  |  ✅  |
| 编辑活动名称和最大 gas    |  ❌  |  ❌  |  ✅  |  ✅  |
| 激活和停用活动          |  ❌  |  ❌  |  ✅  |  ✅  |
| 查看供应             |  ✅  |  ✅  |  ✅  |  ✅  |
| 添加/移除供应          |  ❌  |  ✅  |  ✅  |  ✅  |
| 查看分配器            |  ✅  |  ✅  |  ✅  |  ✅  |
| 查看分配器密钥          |  ❌  |  ✅  |  ✅  |  ✅  |
| 添加/移除分配器         |  ❌  |  ✅  |  ✅  |  ✅  |
| 查看活动交易           |  ✅  |  ✅  |  ✅  |  ✅  |
| 查看用户             |  ✅  |  ✅  |  ✅  |  ✅  |
| 添加/移除用户          |  ❌  |  ❌  |  ✅  |  ✅  |
| 移除所有者用户          |  ❌  |  ❌  |  ❌  |  ✅  |
| 管理资金             |  ❌  |  ❌  |  ❌  |  ✅  |


---

# 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://docs.decentraland.org/creator/content-creator-zh/jiang-li/users-and-roles.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.
