> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-en/blockchain-test/validator-node/set-the-avatar-for-your-validator.md).

# Set the Avatar for Your Validator

Follow the steps below to set your validator avatar

1. **Install Keybase**

* Visit [Keybase.io](https://keybase.io/) and download and install the appropriate version for your operating system.

2. **Register and Login**

* After completing the Keybase installation, register a new account or log in to your existing account.

3. **Setup Avatar**

* Set up your personal avatar in Keybase, which will become your validator avatar.

4. **Click one by one**

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

5. **Get User ID**

* In the Keybase interface, locate and copy your User ID. This is usually a unique string associated with your account.

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

6. **Update Validator Information**

* Open the command line interface and execute the following command to update your Validator settings:

```bash
titand tx staking edit-validator --identity [your identifier] --from [your username] --fees 500uttnt 
```

* Please replace \[your identifier] with the user ID copied from Keybase and \[your username] with your Titan network username.

By following these steps, you can successfully set up and update your Validator avatar. This will help enhance the recognition and trust of your Validator.


---

# 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://help.titanapp.info/titan-network-en/blockchain-test/validator-node/set-the-avatar-for-your-validator.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.
