# Hashmasks

{% hint style="warning" %}
Please, read the [Overview](/obelisk/overview.md) before proceeding.
{% endhint %}

{% hint style="danger" %}
**Important:** Once your Hashmask is linked, do not change its name or transfer it **BEFORE** claiming your rewards. Failing to do so might result in the loss of your rewards.

* If you have already transferred your Hashmask, you may transfer it back **only** if no new linking has occurred.
* If you have changed the name, change it back to what it was before **only** if the `updateName`function hasn't been called.
  {% endhint %}

**Hashmasks** is the only collection directly integrated with Obelisk.&#x20;

As a Hashmask user, you do not need to:

* Own an NFT Pass
* Wrap your Hashmask
* Use HCT

Your experience as a Hashmask user will differ slightly. Instead of renaming an Obelisk NFT, you’ll **link***(0.1 ETH)* your Hashmask to Obelisk as **Proof of Ownership**. After linking, you will rename your Hashmask directly using a different syntax.

{% hint style="info" %}
To optimize the number of transactions, it is recommended to rename your Hashmask **before** linking. This will allow you to skip the "UpdateName" step.
{% endhint %}

### Name Syntax

You do not need an NFT Pass, so there is no `(@<NFT_PASS_NAME>)`.\
For tickers, instead of using `#`, use a capital "O", and separate them with spaces instead of commas.\
For example, based on the [Overview](/obelisk/overview.md#obelisk-nft), your Hashmask would look like this:\
`<UNIQUE_TEXT> OSenusret OSANC OKBSU`

{% hint style="info" %}
The name of your Hashmask **MUST BE UNIQUE**, no two Hashmasks can have the same name. By using the **prefix** field, you can add your ID or an extra character to make it different than any other Hashmask.
{% endhint %}

Once your name has been changed, make sure to update it on the Obelisk side through our website.

### Nice to know

If you transfer your Hashmask, a new Proof of Ownership must be established. Instead of paying 0.1 ETH again, you can transfer your link to the new holder. However, the new holder must have the Hashmask NFT in their wallet before calling this function; otherwise, the transaction will revert.


---

# 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://docs.heroglyphs.com/obelisk/overview/hashmasks.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.
