# 07. Alliance Wars & Guilds Wars

### 7.1 Alliance System Design

#### 7.1.1. Alliance Creation & Eligibility

* Creation Conditions: Users can stake 0.5 BTC to create an Alliance. Each Alliance must declare its faction alignment:
  * Light Faction (The Alliance): Factions 0–3 (Knight, Mithia Legion, Adventurer, Wizard)
  * Dark Faction (The Forsaken): Factions 4–6 (Grum, The Plagued, Nightspawn)

Alliance Earnings:

* 5% of tokens spent by members in guild placement activities automatically flow into the Alliance treasury.
* Winning in Alliance Battles grants extra token rewards and rare NFT part airdrops.

#### 7.1.2. Alliance Functions

* Territory Control: Alliances can claim control over grid tiles on the world map (150 tiles per faction). Border tiles—located at the intersection of Light and Dark territories—provide +120% placement yield bonus, fueling intense strategic competition.
* Alliance Battles: Held every two weeks in the dungeon regions.
  * Gameplay: Alliance members form teams to challenge stage-based bosses. Contribution points (damage/healing) determine rankings.
  * Rewards: The winning faction’s Alliance gains +3 days of boosted yield on all controlled tiles. Individual rewards are distributed based on contribution scores.


---

# 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://dungeon-saga.gitbook.io/dungeon-saga-docs/alliance-wars-and-guild-wars/07.-alliance-wars-and-guilds-wars.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.
