# Minting a Space

### Step-by-Step

* Connect your crypto wallet (e.g., MetaMask).

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

* Select one or drag selection on unclaimed blocks on the grid.
* Add your image, url, tooltip, alt text (optional; could be set later as well).

<figure><img src="/files/7rRkk14nooDHaPKGnhCV" alt=""><figcaption></figcaption></figure>

* Confirm the mint transaction (gas + mint cost).
  * First sign USDC Approval transaction.
  * Then sign minting transaction.
* The block(s) are now yours — forever.

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

### Block Limits

* Each wallet can mint unlimited blocks.
* Some blocks may be reserved for airdrops or partners.


---

# 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://mintyourspace.gitbook.io/docs/getting-started/minting-a-space.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.
