> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators/step-4-configure-stader-services/step-4.5-add-a-graffiti.md).

# Step 4.5 Add a graffiti

### **What is graffiti?**[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/node-registration-and-adding-validators/Step%204:%20Configure%20Stader%20services/step-4.5-add-a-graffiti#what-is-graffiti) <a href="#what-is-graffiti" id="what-is-graffiti"></a>

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?[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/node-registration-and-adding-validators/Step%204:%20Configure%20Stader%20services/step-4.5-add-a-graffiti#where-can-you-see-it) <a href="#where-can-you-see-it" id="where-can-you-see-it"></a>

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.

{% hint style="info" %}
**This feature is non-mandatory and is intended purely for fun! If you do not wish to add any graffiti, simply leave it blank.**
{% endhint %}

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692732050/Ethereum/image_40_mp3lqd.png" alt=""><figcaption></figcaption></figure>


---

# 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://stader.gitbook.io/stader/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>&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.
