# How It Works

### Grid Structure

* Total 10,000 blocks, each block consists of 10x10 pixels.
* Each block is identified by coordinates (x, y).
* Blocks are minted individually or in groups and stored on-chain.
* Bought blocks can hold metadata: image, link, label, etc.

### Life-cycle

1. **Mint** – A user purchases (mints) some blocks
2. **Own** – Ownership is recorded on-chain and can be transferred.
3. **Customize** – The owner sets content (ad, meme, image, etc.) for their owned pixel blocks.
4. **Trade / Rent** – Once bought, owners can trade it for some crypto or rent it for passive income describing their own terms and time constraints.

**Note:** YourSpace Marketplace for trading and renting is not live yet. We are working on it. Meanwhile, you can trade your spaces on Opensea, Rarible, or other marketplaces.


---

# 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/how-it-works.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.
