# Validator 头像设置教程

为了设置您的Validator头像，请遵循以下步骤：

1. **安装Keybase**
   * 访问 [Keybase.io](https://keybase.io/) 并下载安装适合您操作系统的版本。
2. **注册并登录**
   * 完成Keybase的安装后，注册一个新账户或登录到您的现有账户。
3. **设置头像**
   * 在Keybase中设置您的个人头像，这将成为您的Validator头像。
4. **依次点击**

<figure><img src="/files/QSAb3qLmlVQu6OdBblLD" alt=""><figcaption></figcaption></figure>

5. **获取身份识别码**

* 在Keybase界面中，找到并复制您的用户身份识别码。这通常是一个与您的账户关联的独特字符串。

<figure><img src="/files/W67A3PI27Yw4k6fW0guB" alt=""><figcaption></figcaption></figure>

6. **更新Validator信息**

* 打开命令行界面，执行以下命令来更新您的Validator设置：

```bash
titand tx staking edit-validator --identity [您的身份识别码] --from [您的用户名] --fees 500uttnt
```

* 请将`[您的身份识别码]`替换为从Keybase复制的识别码，将`[您的用户名]`替换为您的Titan网络用户名。

通过以上步骤，您可以成功设置并更新您的Validator头像。这将有助于增强您Validator的识别度和信任度。


---

# 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://titannet.gitbook.io/titan-network-cn/qu-kuai-lian-ce-shi/yan-zheng-jie-dian-validator/validator-tou-xiang-she-zhi-jiao-cheng.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.
