> For the complete documentation index, see [llms.txt](https://bitbrawl.gitbook.io/bitbrawl-kingdoms-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitbrawl.gitbook.io/bitbrawl-kingdoms-whitepaper/gameplay/total-power-and-honor.md).

# Total Power & Honor

### **Total power**

Total power is a key indicator of how strong your Kingdoms’ commander is. The combination of all your brawlers’ power, stat boosts, equipped item bonuses and building bonuses equals a player's total power level.

**Total Power = Brawlers’ Power + Stat Bonuses + Equipped Item Bonuses + Building Bonuses**

### **Honor**

A player earns honor from taking part in Player vs Player (PvP) battles. The honor system works in a very similar way to how the game “Chess” calculates its ELO for players - through a point based system. Honor is a key metric when battling for higher ranks in Kingdoms’ leaderboard.&#x20;

Furthermore, we have balancing measures when it comes to higher honor players playing against lower honor players. If a player defeats someone else with less total power than them, they will receive less overall honor from the win.


---

# 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, and the optional `goal` query parameter:

```
GET https://bitbrawl.gitbook.io/bitbrawl-kingdoms-whitepaper/gameplay/total-power-and-honor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
