# Sector & Guild

In Re.Monster, there are two types: Sector and Guild. You must always belong to a Sector initially.

<figure><img src="https://lh3.googleusercontent.com/wOA6Uu6smSeNw0Jyz4HperhRhN0I8kykZ6ulp3SVhyYDZRF4mzjm_kDSGUEpIwgzcESoIDyRv-eNo2wCPran_93fSZDGU-GAPk6iVKqEX04mBKsWx7kXw-xu0LBZ8AEeMVZ74iFkU9pKo3_-Y8ZcA0o" alt=""><figcaption></figcaption></figure>

The Monster Association serves as a governing body for all trainers, and every player is automatically affiliated with it. There is a possibility that in-game events will be held in the future for each Sector and Guild to participate in.

## Sector

At the beginning of the game, you will be assigned to one of the Sectors.

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

While there is no preference for any particular Sector, players should be aware of the following considerations:

* Sector-competitive Ranking exists
* Ranked matches take place with players belonging to different Sectors
* Sector allocation is performed automatically for each Cycle
* Ranking rewards are generated per Cycle

### How Sector is allocated&#x20;

Except for the random drawing at first login, players will be allocated in order according to their individual total score after the Cycle tally. If there are players with the same rank, they will be assigned different ranks. In such a case, the order will be randomly assigned.&#x20;

* 1st : Sector A
* 2nd : Sector B
* 3rd : Sector C
* 4th : Sector C
* 5th : Sector B
* 6th : Sector A
* ...repeat below

Guilds have the following features:

* Guilds have levels, and EXP is accumulated as cycle scores are earned by their players, and increases when cycle scores exceed a specified value.&#x20;
* As the Guild level rises, the maximum number of members allowed increases.

| Guild level | EXP required | EXP required (total) | Member limit | Submaster limit | Any role limit |
| ----------- | ------------ | -------------------- | ------------ | --------------- | -------------- |
| 1           | 0            | 0                    | 10           | 1               | 2              |
| 2           | 2,000        | 2,000                | 12           | 1               | 2              |
| 3           | 2,980        | 4,980                | 14           | 1               | 2              |
| 4           | 4,100        | 9,080                | 16           | 1               | 2              |
| 5           | 5,360        | 14,440               | 18           | 1               | 3              |
| 6           | 6,760        | 21,200               | 20           | 2               | 3              |
| 7           | 8,300        | 29,500               | 22           | 2               | 3              |
| 8           | 9,980        | 39,480               | 24           | 2               | 3              |
| 9           | 11,800       | 51,280               | 26           | 2               | 4              |
| 10          | 13,760       | 65,040               | 28           | 2               | 4              |
| 11          | 15,860       | 80,900               | 30           | 3               | 4              |
| 12          | 18,100       | 99,000               | 32           | 3               | 4              |
| 13          | 20,480       | 119,480              | 34           | 3               | 5              |
| 14          | 23,000       | 142,480              | 36           | 3               | 5              |
| 15          | 25,660       | 168,140              | 38           | 3               | 5              |
| 16          | 28,460       | 196,600              | 40           | 3               | 5              |
| 17          | 31,400       | 228,000              | 42           | 3               | 6              |
| 18          | 34,480       | 262,480              | 44           | 3               | 6              |
| 19          | 37,700       | 300,180              | 46           | 3               | 6              |
| 20          | 41,060       | 341,240              | 48           | 3               | 6              |

* Creating a Guild requires a $OAS payment.
* Changing the Guild’s name requires a $OAS payment.&#x20;
* Players can join a Guild regardless of their Sector affiliation.
* Members can be master, submasters, any role, and general&#x20;
  * Master authority: various settings, permission to apply, appointment of submasters, granting of various authorities, kicking of members, transfer of master authority, dissolution&#x20;
  * Submaster authority: set authority, transfer of master&#x20;
  * Any roles: set authority
* Each role can be freely named by the master&#x20;
* If a master has not logged in for 30 days, a submaster can take over master privileges.&#x20;
  * If there are multiple submasters, they will take over in the following order of priority: submaster 1, submaster 2, submaster 3.&#x20;
* After leaving a guild, you cannot join the next guild until 48 hours have passed.&#x20;
  * Scores accumulated by the guild will be lost.
* In Ranked Matches, members of the same Guild will not face each other.
* A player can apply to join up to 5 guilds.&#x20;
  * Once a player joins one of them, all other applications are cancelled.


---

# 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.remonster.world/game/sector-and-guild.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.
