# How to freeze metadata for NFTs minted on Opensea

### Context

For NFTs minted using the [Opensea public minter](https://opensea.io/asset/create), you must **Freeze its metadata** before loading into your Gacha for the media to display correctly. Freezing the metadata basically means uploading the content to IPFS, a storage solution that is permanently available and unchangeable. To do this, please refer to the below instructions:

### Instructions

1. Navigate to the Opensea page of your NFT and click the "Edit" button at the top

![](/files/LFs7aXJSqKnvyADXmNJM)

2\. On the edit page, scroll down to the feature and toggle on "Freeze metadata" then click the "Freeze" button that appears

![](/files/SAgH6YZCLehEh3hK3KGE)

3\. Confirm the dialog and you're done! Repeat steps 1-3 for each NFT that you wish to load into your Gacha.

![](/files/spFi8vgwO4gbA3xTs7mm)

With the metadata frozen, the NFTs can now be loaded into your Gacha. You can verify that a particular NFT's metadata is frozen by its snowflake icon at the top left.&#x20;

{% hint style="info" %}
The snowflake icon is only applicable to NFTs minted using Opensea's public minter. Most custom collections with a fixed URI should be natively compatible with our Gacha so you don't need to freeze the metadata. Contact us on Discord if you are unsure.
{% endhint %}

![](/files/ztVV77tY5eiyc2Z7O6z7)


---

# 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://docs.dokidoki.com/tutorials/how-to-freeze-metadata-for-nfts-minted-on-opensea.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.
