# Factions

Initially, a user can pick from three different factions, each with their own benefits and flaws

The Broca tend to have higher wages but lower resilience, the Followers of GPT-X have lower wages but much higher resilience, while the Wernicke serve as a healthy balance between the two.

```markdown
| Name | Wages | Resilience | Vigor | Example return at optimal |
| -- | -- | -- | -- |
| The Broca |12-20 | 1-7 | 5-15 | 3 $LINGO/Lesson and 3 Health damage/Lesson |
| The Followers of GPT-X | 3-9 | 12-20 | 8-20 | 1 $LINGO/Lesson and 1 Health damage/Lesson |
| The Wernicke | 7-15 | 7-15 | 5-15 | 2 $LINGO/Lesson and 2 Health damage/Lesson |
```


---

# 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://sayve-protocol.gitbook.io/sayve-litepaper/game-fi/elements/factions.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.
