# Basic Launch

{% columns %}
{% column %}

### Get started in 5 minutes

Adding your collection to boi.andrukollor.ink is designed to be simple and frictionless.\
No complex setup, no manual uploads to decentralized storage, just your files and we handle the rest.\\

\
Upload your metadata.json, attach your images, and the platform takes care of everything in the background:\
IPFS uploads, file optimization, compression, and indexing.\
Your collection goes from local files to marketplace-ready fast.\\

{% hint style="info" %}

**To submit a collection, prepare the following:**\\

\
metadata.json – collection and item metadata\\

\
Images – artwork files (all popular image formats, i.e. png, jpg, webp).\\

{% endhint %}

No guesswork. No complexity.\
Just your collection-processing, storing, and preparing, for the marketplace.\
As soon as the market goes live, your collection will be ready to appear.\\

{% endcolumn %}

{% column %}
{% hint style="success" %}

**Step 1: Prepare your metadata**\\

\
Create a metadata.json file that describes your collection.

\
Example:
{% endhint %}

{% code title="Collection.json" overflow="wrap" %}

```json
{
  "collection": {
    "name": "My BOI Collection",
    "description": "If you are reading this, u are gay",
    "creator": "chad BOI",
  },

  "items": [
    {
      "name": "BOI #1",
      "description": "First BOI ever",
      "image": "item-1.png",
      "attributes": [
        { "trait_type": "Background", "value": "Dark" },
        { "trait_type": "Mood", "value": "Calm" }
      ]
    }
  ]
}
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="41.66666666666667%" %}

<figure><img src="/files/r9R4Rrp9m3aUc6Jm4aOP" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="58.33333333333333%" %}
{% hint style="success" %}

**Step 2: Upload your files**\\

\
\&#xNAN;*metadata.json*\\

\
\&#xNAN;*All referenced image files*\\

\
Once submitted, everything else happens automatically.\\

\
\&#xNAN;***What happens next (behind the scenes)***\\

\
\- Uploads metadata and assets to IPFS\\

\
\- Compresses and optimizes images\\

\
\- Validates metadata structure\\

\
\- Indexes the collection for the marketplace\\

\
**No extra actions required from you.**\\

\
**That’s it!**

{% endhint %}
{% endcolumn %}
{% endcolumns %}


---

# 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://boimarket.gitbook.io/boi/collection-launching/launching/all-in-one/nft-launch-available-in-jan-2026/basic-launch.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.
