# Submitting to a Marketplace

{% hint style="info" %}
This section is only applicable if you have inscribed your collection with GeneratOrd.

If you haven't, GeneratOrd does not know the inscription ID's of your collection, and so cannot provide provide you with the required files. However, you will still be able to download a marketplace metadata JSON template file. This file contains everything you need to create the metadata JSON file for marketplaces, except the inscription ID's. You will need to populate this file with the inscription ID's of your collection. Please [contact us](https://docs.generatord.io/contact-us) if you are not sure how to do this.
{% endhint %}

Once you have inscribed your collection, you will probably want to submit it to Ordinals Marketplaces so they can be viewed and traded. To do this, go to the **Inscriptions** tab and click the **Marketplace Submission** button.

<figure><img src="https://458341126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrOSnB5vqx0dRfYYD0nUg%2Fuploads%2FA9W0X6yY0QuUh9um383j%2Fmarketplace%20submission.png?alt=media&#x26;token=693fd9c9-7a55-48ed-9062-cb5701cb78be" alt=""><figcaption><p>Click <strong>Marketplace Submission</strong> in the <strong>Inscriptions</strong> tab to get the required files to submit to ordinals marketplaces.</p></figcaption></figure>

This will open the following dialog, where you can edit the name template.

<figure><img src="https://458341126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrOSnB5vqx0dRfYYD0nUg%2Fuploads%2FiEpcIyXMIAEvKF1nNpuI%2Fmarketplace%20submission%20dialog.png?alt=media&#x26;token=875f334c-54f7-4909-97c5-bac1953bbc3c" alt="" width="563"><figcaption><p>Dialog shown when downloading files for marketplace submission. You can edit the <strong>Name Template</strong> to change how the items are named.</p></figcaption></figure>

The **Name Template** is used to generate the name of each item in your collection, and is displayed on Ordinals marketplaces. The template requires you to put `{{id}}` where you want the token id of the item to be.

For example, if your name template was `Ordinal Fomoji #{{id}}`, then the name of each item would be

* Ordinal Fomoji #1
* Ordinal Fomoji #2
* Ordinal Fomoji #3
* etc.

After you click download, you will get a zip containing 3 files:

* `metadata.json`: This file contains all the inscription ID's, names, and attributes of each item in your collection, and is in the correct format to be submitted to the major Ordinals Marketplaces.
* `ids.txt`: This is a text file that contains all the inscription ids, each on a separate line. You will need this to submit to Gamma.
* `ids.csv`: This file is a csv file (i.e. a spreadsheet for Excel/Google Sheets/Apple Numbers) and contains the token ID and inscription ID of each item in your collection. This isn't needed for marketplace submissions, however it is provided to you so you have a list of all your inscription ID's in a format that is easy to use.

## Submitting to each Marketplace

{% hint style="info" %}
Trying to submit to a marketplace not listed here? Let us know so we can help by [contacting us](https://docs.generatord.io/contact-us)
{% endhint %}

### Magic Eden

To submit you collection to Magic Eden, go here: [https://creators.magiceden.io](https://creators.magiceden.io/dashboard), and click the **Create New Collection** button.

Then fill in the form with all the relevant details about your collection.&#x20;

When you get to the **Hash List** section, you will need to provide your **Ordinals Inscriptions List** in a JSON format. This is provided in the `metadata.json` file, so open this up and copy the entire contents into the Magic Eden form.

### Gamma

You can submit your collection to Gamma here: <https://gamma.io/ordinals/new-collection>. You will need to provide a list of inscription ID's, which you can get by copying the entire contents of the `ids.txt` file.

Unfortunately, submitting via this link does not allow you to set creator royalty fees, and does not allow you to submit additional metadata such as item names and traits.

In order to submit with all this information, you will need to email <support@gamma.io> directly. Make sure to include both the `metadata.json` and `ids.txt` files in the email. Details about what to include can be found here:&#x20;

<https://support.gamma.io/hc/en-us/articles/17629997644051-How-can-I-request-a-collection-page-for-my-existing-Ordinals->
