# AIT-3 新功能

AIT-3 参与者正在测试几个新功能。见下文：

#### Petra（Aptos 钱包） <a href="#petra-aptos-wallet" id="petra-aptos-wallet"></a>

* 新的 Aptos 钱包 Petra 现在可作为 Chrome 网络应用程序扩展使用。您将使用此钱包参与 AIT-3 的质押和治理。请在此处[查看 Petra 的安装说明](/jiao-cheng/petra-qian-bao-cha-jian-an-zhuang-shi-yong.md)。

#### 所有者、运营商和投票者角色 <a href="#owner-operator-and-voter-personas" id="owner-operator-and-voter-personas"></a>

现在可以通过三个角色参与质押和治理：所有者、运营商和投票者。

* **所有者**：所有者是资金的所有者。例如，所有者 Bob 可以将他的操作地址分配给受信任的验证器操作员 Alice 的帐户。另请参阅[托管人如何在 Aptos 上质押](https://aptos.dev/concepts/staking#how-a-custodian-can-stake-on-aptos)。所有者帐户包含验证器设置和硬币。代币被空投到所有者帐户中。
* **运营商**：如果您是所有者，则使用您的所有者密钥，您将选择特定的操作员，您将：
  * 管理特定验证器的设置
  * 将权益池委托给验证者。
  * 运营商公钥与您（所有者）在 Aptos 社区平台注册验证者节点时使用的密钥相同。可以查看验证器的“aptosbot.yaml”文件中的 `account_public_key`。
* **投票者**：投票者是 AIT-3 中引入的新角色。所有者可以指定投票者。这使投票者能够参与治理。您将使用投票人密钥签署交易中的治理投票。

#### 质押 <a href="#staking" id="staking"></a>

* 新的质押用户界面，更容易管理质押。

#### 链上治理 <a href="#on-chain-governance" id="on-chain-governance"></a>

社区对提案进行投票。提案将用于以下范围：

* 区块链链上配置，例如 Epoch 长度。
* 质押配置，例如奖励率。
* 治理配置，例如投票权要求。
* Move 模块升级。


---

# 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://wiki.aptos.movemove.org/jiao-cheng/ce-shi-wang-testnet/she-qu-jiao-cheng/ait3-xin-gong-neng.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.
