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

# Welcome to the Ziggyverse

### What is the Ziggyverse?

The Ziggyverse is a collectible NFT game on BNB Chain. Players create teams of Ziggymon, sending them to battle against other players and their teams of monsters. Players can also wager on the outcome of their battles, as well as purchase consumables from the shop.&#x20;

To create their Ziggymon, players must purchase or collect Tiles. These are then turned into Ziggymon with a large variety of looks and Ziggymon stats. The game takes the characters, lore, NFTs, and cryptocurrency of Moonpot and turns them into a living, breathing game.&#x20;

<figure><img src="/files/MJ86SMEwyqgJjzD4rkOG" alt=""><figcaption></figcaption></figure>

### Who is building the Ziggyverse?

Technical development of the game has been outsourced to Whimsy Games, a Ukrainian games development company. While the idea, mechanics, and IP have come from the Ziggyverse team, Whimsy Games has worked on the coding needed to make the project a reality.

### What do I need to play the Ziggyverse?

Players can take part in the Ziggyverse without any Ziggymon or NFTs with a team of Combat Dummies. These will let the player try out the game, or make up for missing Ziggymon on their team.

To field Ziggymon, you'll need to either purchase one from another player or create one with a full set of six Tiles. You can also get a Genesis Ziggy to experience additional benefits like experience and LEEKS boosts.

### Where can I buy Ziggyverse NFTs?

Ziggyverse NFTs can be bought on the secondary market. You can find the collection on [NFTrade](https://nftrade.com/assets/bsc/0x6798f4e7da4fc196678d75e289a9d4801c3c849e).

### Roadmap

<figure><img src="/files/R8ar1AfGApEneZg5sKJz" alt=""><figcaption></figcaption></figure>


---

# 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.ziggyverse.com/welcome-to-the-ziggyverse.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.
