> For the complete documentation index, see [llms.txt](https://bellyteam.gitbook.io/bellygom-nft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bellyteam.gitbook.io/bellygom-nft/en/project-history.md).

# Project History

{% hint style="success" %}
**Please check the history of the Bellygom NFT Project here!**
{% endhint %}

<table><thead><tr><th width="109">Year</th><th width="118">Month</th><th width="159">Category</th><th>History</th></tr></thead><tbody><tr><td>2022</td><td>August</td><td><mark style="color:green;background-color:green;">Minting</mark></td><td>Bellygom NFT Mint</td></tr><tr><td>2023</td><td>January</td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Bellygom NFT Season1 Closed</td></tr><tr><td></td><td>February</td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Bellygom NFT Season2 Open</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Polygon</td></tr><tr><td></td><td>March</td><td><mark style="color:yellow;background-color:yellow;">Community</mark></td><td>SOM System Open</td></tr><tr><td></td><td>April</td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Chainlink</td></tr><tr><td></td><td>May</td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Migration to Polygon</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with YogaPetz</td></tr><tr><td></td><td></td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Reveal the L.PASS</td></tr><tr><td></td><td>June</td><td><mark style="color:yellow;background-color:yellow;">Community</mark></td><td>Daily Mission Page Open</td></tr><tr><td></td><td></td><td><mark style="color:yellow;background-color:yellow;">Community</mark></td><td>Jelly Market Open</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Mocaverse</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Phaver</td></tr><tr><td></td><td>July</td><td><mark style="color:green;background-color:green;">Minting</mark></td><td>L.PASS Mint</td></tr><tr><td></td><td>August</td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Reveal the L.PASS</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with DEW</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with APTOS</td></tr><tr><td></td><td></td><td><mark style="color:green;background-color:green;">Minting</mark></td><td>BellyLand Mint</td></tr><tr><td></td><td>September</td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Cyberconnect</td></tr><tr><td></td><td></td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Reveal BellyLand</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with TRACER</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Animocabrands</td></tr><tr><td></td><td>October</td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Incheon Metropolitan City</td></tr><tr><td></td><td></td><td><mark style="color:orange;background-color:orange;">Jelly Adventure</mark></td><td>Jelly Adventure Open</td></tr><tr><td></td><td>November</td><td><mark style="color:orange;background-color:orange;">Jelly Adventure</mark></td><td>Bubble gum Rarity Open</td></tr><tr><td></td><td>December</td><td><mark style="color:orange;background-color:orange;">Jelly Adventure</mark></td><td>Reveal Bubble gum</td></tr><tr><td></td><td></td><td><mark style="color:orange;background-color:orange;">Jelly Adventure</mark></td><td>Mystery Ocean, Forgotten Temple Exploration Open</td></tr><tr><td>2024</td><td>January</td><td><mark style="color:red;background-color:red;">Update</mark></td><td>Super Jelly Swap System Open</td></tr><tr><td></td><td></td><td><mark style="color:orange;background-color:orange;">Jelly Adventure</mark></td><td>Jelly Adventure Shop Open</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with Pluto</td></tr><tr><td></td><td></td><td><mark style="color:purple;background-color:purple;">Partnership</mark></td><td>Partnership with PFP Asia</td></tr></tbody></table>


---

# 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://bellyteam.gitbook.io/bellygom-nft/en/project-history.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.
