> For the complete documentation index, see [llms.txt](https://tyrnis.gitbook.io/dojis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tyrnis.gitbook.io/dojis/general-information/how-to-mint-a-doji.md).

# How to mint a DOJI?

In order to mint your DOJI(s) you have two possibilities:&#x20;

* minting from the website (easiest)
* minting from the contract using a custom ABI (advanced, the ABI can be download from the website, detailed explanations will not be covered here)

The DOJICREW website site can be access from the following link (note: for safety it's better the check the website url in the discord's Directory channel):

{% embed url="<https://dojicrew.com>" %}
<https://dojicrew.com/> website
{% endembed %}

**Usage**:

*Requirement:* In order to mint, you need to use a browser with MetaMask installed, and connected on Ethereum mainnet.

*Note*: You will need to pay 0.044 ETH per DOJI + gas

**Important**:

***Don't try to mint if the number of DOJI in circulation is already 11 111, you will only lose gas! Check the number of available DOJI on the website before minting (this number will be displayed if your wallet is connected to the webpage).***&#x20;

**Minting process**

![Click on "MINT | .044 ETH" to access the Mint page](/files/FmKE3zts4Rubwx1gMtqb)

![Click on "CONNECT" to connect your Metamask to the website, and validate the following connection request](/files/A4MWAiGn6HKfrtzn9Qcd)

![Enter how many DOJI you want to mint and click on "MINT", you will then have to validate the MetaMask transaction](/files/4OHpD2oMeXH6asPdo0sU)

**Troubleshooting**

* If you don't have enough ETH to mint the number of DOJI you want the website will display a message with: "NEED MOAR ETH"
* If the website tell you you need $ZINGOT to mint you probably need to refresh your cache with CTRL + F5 (or CTRL + R, or CMD + R if you are on Mac), if it still doesn't work restart your browser may be the solution.&#x20;
* If gas looks crazy try to change the number of DOJI you are trying to mint or refresh your cache with CTRL + F5 (or CTRL + R, or CMD + R if you are on Mac), if it still doesn't work restart your browser may be the solution.&#x20;
* If minting on mobile you need to open the website in the MetaMask browser.&#x20;


---

# 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://tyrnis.gitbook.io/dojis/general-information/how-to-mint-a-doji.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.
