> For the complete documentation index, see [llms.txt](https://wp.snpit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.snpit.xyz/products/snpit/game-fi-systems/guild.md).

# Guild

**(Comming soon)**

The establishment of a "Guild" requires a "Guild Wallet." This can be acquired by users who meet specific conditions and spend STP.

A guild can be formed with at least 10 members, and each member contributes one deck to form a "Party."

The total points earned in party battles directly become the points of the guild, and the ranking is competed based on the points earned each season.

Each party can establish a base, where a guild flag can be hoisted. The durability of the base is determined by the total Efficiency of the party. The durability decreases over time, and if a party from another guild with higher Efficiency takes a photo of the base, the base loses its function for a certain period. The total Battery of the party triggers Emperor Time, during which the party cannot be attacked by others. The base levels up based on the total volume of photos taken by all users in that area during the season. While a higher-level base benefits the party, it also has the disadvantage of being more prone to attacks from other parties as it is easier to level up.

Within the guild, it is possible to rent cameras to guild members.


---

# 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://wp.snpit.xyz/products/snpit/game-fi-systems/guild.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.
