> For the complete documentation index, see [llms.txt](https://ack-mmu.gitbook.io/mmu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ack-mmu.gitbook.io/mmu/buildings-and-leaderboards/building-types-and-requirements.md).

# Building Types and Requirements

Players can build various structures on their land.\
*For Phase 1 building are only used for leaderboard.*

#### Monument

Price start at 5 ACK and increase at a fixed amount

```
ACK_cost = monument_level * 5 * 1.05
```

#### Townhall

Price start at 105 Food, 105 Wood, 105 Stone and 105 Metal and increase at a fixed amount

```
RESOURCE_cost = townhall_level * 105 * 1.05
```

Each building contributes one point to the leaderboard.&#x20;

Strategic building placement and resource allocation are essential for climbing the leaderboard.

### **Phase 2 Update(TBD)**

Buildings will have more functionality and importance in the game
