> For the complete documentation index, see [llms.txt](https://docs.warlands.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.warlands.io/whitepaper/tokenomics/nfts/guilds-and-stadium.md).

# Guilds and Stadium

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

The Stadium NFT plays a crucial role in the formation and functioning of clans within the Warlands ecosystem.

In the Warlands world, each Stadium NFT provides users with fixed slots that allow them to strategically place different types of NFTs. These slots are categorized into four types, and the quantity of slots for each type is determined by the number of stadium NFTs owned by the user.<br>

### Create a Clan

* Buy Stadium NFTs&#x20;
* Pool Stadium NFTs from different users to form the clan.
* Initiate the creation of a Level 1 clan with the pooled Stadium NFTs.
* A new clan smart contract will be formed

### Slots

* Utilize slots to create combinations of Islands and monsters for clan matches.
* Slots also decide which Heroes and Mounts can be used in a clan match
* Correct combinations offer extra advantages on passive abilities during battles.
* Correct combination also rewards an extra 20% to the clan<br>

### Clan Flow and Upgrade

* All clan match transitions are facilitated through a unique clan contract.
* Increase the clan's level by adding more Stadium NFTs.
* Stadium NFT can only be upgraded if it is part of a clan and a clan level upgrades
* Decrease in clan level occurs if a member leaves the clan.
* Clan leveling up increases maximum view counts.
* Clan leveling up increases maximum ticket entry prices for matches.
* Stadium NFTs can be leveled up to improve the clan's capabilities.
* &#x20;Regular events and tournaments can be hosted as the clan progresses.<br>

### Reward Distribution

* Monthly rewards are distributed to clan members.
* 10% Guarantee to All Members:
* &#x20;25% for Guild Allocation:
* &#x20;65% Distributed Based on Activity:

<br>


---

# 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.warlands.io/whitepaper/tokenomics/nfts/guilds-and-stadium.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.
