> For the complete documentation index, see [llms.txt](https://ninja-world.gitbook.io/ninjas-world-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ninja-world.gitbook.io/ninjas-world-wiki/gvg-guild-functions.md).

# GvG Guild Functions

**GvG Guild Functions**

![GVG (Guild  VS  Guild)](/files/GMPS62VtC9utokGjQp6S)

Guild play is divided into guild worship, ninja rental, GvG battle, and guild shop.

{% hint style="info" %}
Guild Worship：
{% endhint %}

Guild members can worship, once a day, other members whose level is 3 levels higher than their own. Worshipers can get a reward for themselves, while there is no reward for those worshiped.

* Free worship: Get 3 points of stamina.
* Spend 25 NJCs to worship: Get 6 points of stamina.
* Spend 50 NJCs to worship: Get 9 points of stamina.

{% hint style="info" %}
Ninja Rental：
{% endhint %}

Guild members can place their ninjas into the mercenary camp for others to rent at the cost of NJCs, each guild member can place a maximum of 2 ninjas.

The cost of renting each ninja is: 10+ninja level/3+(ninja quality-1)\*2+(ninja rarity-1)\*10, rounded to the nearest whole number.

When a ninja is rented by another player, the leaser's gain is: ninja level/3 + (ninja quality-1)\*2 + (ninja rarity-1)\*10.  10NJCs will be deducted by the system.

{% hint style="info" %}
Guild Shop:
{% endhint %}

Use guild merits to exchange for rewards such as equipment, gold, and PvP season points.


---

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

```
GET https://ninja-world.gitbook.io/ninjas-world-wiki/gvg-guild-functions.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.
