> For the complete documentation index, see [llms.txt](https://gum-ball.gitbook.io/gumball-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gum-ball.gitbook.io/gumball-protocol/how-to/collection-creation/formatting-metadata.md).

# Formatting Metadata

For a quick guide on how to format Metadata, watch this video below!\
The GumBall team is always happy to help, just open a support ticket in our Discord. \
\
Overview: \
<https://www.youtube.com/watch?v=-F64hJ_LS98&t=160s>\
\
Image Metadata: \
1\. Upload images to IPFS or other hosting service \
\
2\. Generate metadata that contains the CID from the images on IPFS using an NFT generator or script. Reach out to the GB team if you need help with this. \
\
3\. Upload metadata on IPFS\
\
4\. Get CID from the metadata upload on IPFS, add http tag from form.\
\
" <https://ipfs.io/ipfs/\\><CID>/ " for example\
\
This will be entered in "image metadata" box

&#x20;![](/files/OfdcuFhGGSfFYh5rDbYQ)\
\
Opensea Metadata\
\
1\. Using the template, add in the information for your own collection. \
\
{

&#x20; "name": "\<Collection Name>",

&#x20; "description": "\<Collection Description>",

&#x20; "image": "\<IMAGE METADATA URL",

&#x20; "external\_link": "\<Website or Twitter Link>",

&#x20; "seller\_fee\_basis\_points": 1000, //500 is 5%

&#x20; "fee\_recipient": "\<Creator Wallet>"

}

\
\
2\. For "image" in the template, choose a specific image from the previously uploaded "image metadata" and use this CID + https tag for the image url \
\
3\. For external URL add link to your website, \
\
4\. For fee basis 500 is 5%, 1000 is 10% etc\
\
5\. Upload this OpenSea metadata to your hosting service of choice. \
\
6\. Get CID from the metadata upload on IPFS, add http tag from form.\
\
" <https://ipfs.io/ipfs/\\><CID>/ " for example. \
\
\
This will be entered in "Opensea contract metadata" box

![](/files/cxewq90MTyflC6dUcRGl)

NOTE: Make sure to have all your images numbered sequentially and start at Zero EX:  (0.png) for metadata EX: (0) as well as check links for example in UI.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gum-ball.gitbook.io/gumball-protocol/how-to/collection-creation/formatting-metadata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
