> For the complete documentation index, see [llms.txt](https://docs.findgbc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.findgbc.io/ecosystem/gbc-nft.md).

# 🫐 GBC NFT

These unique digital tokens go beyond just being fancy assets – they're the foundation of our whole ecosystem. They unlock a ton of possibilities and have a big impact on GBC as a whole, including how we handle our decisions and finances.

What's cool is that having your own custom avatar sets you apart from the crowd, gives you a unique online identity and helps spread the word about the GBC's image.

* [GBC NFT on OpenSea Marketplace](https://opensea.io/collection/blueberry-club)

The name “GMX Blueberry Club” originated from the [GMX](https://gmx.io) community’s choice of the **blueberry emoji** (🫐) as their symbol. Every strong community needs an identity, and this one is defined by creativity and unity.

## Blueberry Characters

In December 2021, GBC introduced a unique collection of [10,000 NFTs](https://opensea.io/collection/findgbc). Each of these digital characters is hand-drawn and features a combination of over 130 unique traits, such as different bodies, facial expressions, outfits, and accessories. These NFTs are not just collectibles they’re your gateway into a **growing ecosystem**.

<figure><img src="/files/3yolNoideZN3TS9ca8DU" alt=""><figcaption></figcaption></figure>

These GBC NFTs are stored as ERC-721 tokens on the Arbitrum blockchain and hosted on IPFS, ensuring secure ownership and accessibility for collectors. The combination of blockchain technology and IPFS provides a transparent and reliable platform for showcasing and trading these digital artworks.

* [NFT Blockchain Contract](https://arbiscan.io/token/0x17f4BAa9D35Ee54fFbCb2608e20786473c7aa49f)

Minting was initially free for anyone who had previously staked GMX, resulting in 1,500 NFTs being claimed. The rest were distributed through rewards or made available in a public sale at 0.03 ETH per NFT. This was a massive hit, with approximately $500,000 in NFTs sold.

The funds raised were used to launch the GBC Treasury, fueling multiple exciting initiatives, including:

1. [**GBC Trading**](/ecosystem/gbc-trading.md): A monthly trading contest where top GMX traders compete for significant cash rewards.
2. [**GBC Lab**](/ecosystem/the-lab.md): A creative space where you can customize your GBC NFTs with wearable items.
3. [DeFi Passes](/ecosystem/defi-passes.md): A place to invest and unlock new assets to enhance your Berries.
4. **GBC Camp**: An educational platform where users can learn about trading, crypto, GMX, and the GBC universe, earning rewards along the way.

And this is just the beginning. There’s a lot more to look forward to in the GBC world!

## How to Buy a GBC NFT: Step-by-Step

1. Head over to [GMX Blueberry Club page](https://opensea.io/fr/collection/findgbc) on OpenSea.
2. Connect your wallet by clicking the button in the top right corner.
3. Use the filters on the left to find the NFT that fits your style.
4. Once you’ve found your perfect match, make sure you have enough ETH to complete the purchase.
5. Click “Buy Now” and approve the transaction in your wallet.

Congratulations! You’re now a proud member of the GBC community. Be sure to check out the GBC courses on the GBC Camp platform to dive even deeper into everything this **vibrant ecosystem** has to offer.


---

# 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://docs.findgbc.io/ecosystem/gbc-nft.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.
