# Guild system

Guilds can be formed by players to establish larger alliances. Guilds provide a social atmosphere for players with similar aspirations to participate in more ambitious challenges like guild quests and boss encounters. Each guild will also have access to a shared bank and storage for funds and items needed for guild events. Guilds can be upgraded to increase member capacity and enable additional features such as logo customisation.

#### **Token integration**

The guild system incorporates token integration through the implementation of guild creation and upgrade fees. These fees are payable using Ukiyo tokens, serving as a sink for the token economy.

When players create a new guild, they must pay a one-time guild creation fee in Ukiyo tokens. This fee helps to regulate the number of guilds and ensures that players are committed to maintaining and growing their guilds.

As guilds progress and wish to expand their capabilities, they can pay guild upgrade fees using Ukiyo tokens. These upgrades can include increasing member capacity, unlocking additional features, or accessing exclusive guild content.


---

# Agent Instructions: 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:

```
GET https://docs.playukiyo.com/gameplay/guild-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
