> For the complete documentation index, see [llms.txt](https://docs.zkdx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkdx.io/guide/zkdx-inscription-guide.md).

# zkDX Inscription Guide

zkDX inscriptions operate on the zkSync era, Linea, and Scroll networks. Switching to the corresponding network enables the use of zkDX's inscription features.

Each network has various inscription token.

| Network   | Inscription Token | Status |
| --------- | ----------------- | ------ |
| zkSyncEra | zksyncs           | Minted |
| Linea     | lineas            | Minted |
| Scroll    | scrolls           | Minted |
| Linea     | voyage            | New    |

## Inscribing inscription&#x73;**:**

1. Open the [website](https://app.zkdx.io/inscriptions) and click the "Mint" button in the Token section.
2. Pay a small amount of gas to instantly mint inscriptions.

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

## Visualizing inscription&#x73;**:**

1. Switch to the "All" section to browse all currently minted inscriptions.

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

## **Transferring Inscriptions:**

1. While browsing all inscriptions, you can see your personal inscriptions.
2. Below each personal inscription, there is a "Transfer" button. Click to directly transfer the inscription to another address.

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

## **Viewing Personal Inscriptions:**

1. Click on the address bar in the top right corner of the page.
2. Click "open Inscriptions" to view all inscriptions belonging to you.
3. Use the "Transfer" button to move specific inscriptions to another address.

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

<figure><img src="/files/6nQ5E9HgcbFkO6ihPBfJ" alt="" width="320"><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://docs.zkdx.io/guide/zkdx-inscription-guide.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.
