# Step 4.5 Add a graffiti

### **What is graffiti?**

Graffiti, within the Ethereum network, represents a unique and expressive feature that enables users to leave their mark on the blockchain. Specifically, validators, responsible for proposing blocks in the Proof-of-Stake (PoS) consensus mechanism, possess the exclusive privilege of including a graffiti field in their proposed blocks. This graffiti field empowers validators to append arbitrary data, messages, or even artistic expressions to the Ethereum blockchain. By incorporating graffiti, validators infuse their contributions with creativity and personalization, ensuring their impact is memorable and distinctive. It is through this mechanism that validators imprint their individuality upon the Ethereum network, leaving a lasting impression.

### Where can you see it?

In Ethereum, the graffiti field can be found within the block header of a proposed block. Validators, who have the authority to propose blocks in the Proof-of-Stake (PoS) consensus mechanism, can include their desired graffiti in this specific field. It is important to note that graffiti is not stored in the transaction data but rather in the block header, making it accessible to anyone who examines the block's information.

**Note: This feature is non-mandatory and is intended purely for fun! If you do not wish to add any graffiti, simply leave it blank.**

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


---

# 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://staderlabs.gitbook.io/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators/step-4-configure-stader-services/step-4.5-add-a-graffiti.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.
