# Towers

Within the game, towers are available for purchase through the main menu by clicking the SHOP button. Each tower is priced at 350 CCrown, and users are limited to a maximum of 200 towers per account. To ensure equitable distribution, tower generation follows specific rules:

1. Towers are generated without repetition until all 15 types are acquired in your inventory.
2. No aura towers are generated if the player possesses fewer than 8 towers.

## Tower Types:

* [Acid](/crypto-td/towers/acid.md)
* [Cannon](/crypto-td/towers/cannon.md)
* [Crossbow](/crypto-td/towers/crossbow.md)
* [Crystal](/crypto-td/towers/crystal.md)
* [Fire](/crypto-td/towers/fire.md)
* [Gatling](/crypto-td/towers/gatling.md)
* [Hammer](/crypto-td/towers/hammer.md)
* [Laser](/crypto-td/towers/laser.md)
* [Machinegun](/crypto-td/towers/machinegun.md)
* [Mortar](/crypto-td/towers/mortar.md)
* [Rocket](/crypto-td/towers/rocket.md)
* [Tesla](/crypto-td/towers/tesla.md)
* [Might](/crypto-td/towers/might.md)
* [Momentum](/crypto-td/towers/momentum.md)
* [Sight](/crypto-td/towers/sight.md)

Among the array of towers available, there are a total of 15 distinct types to choose from. Notably, three of these towers function as aura towers, serving to enhance neighboring towers within their designated range rather than engaging in direct attacks.

## Tower Rarity

Towers possess varying rarities, with higher rarity levels indicating superior statistical strength. The assignment of rarity is randomized, adding an element of unpredictability to the game. Rarities are divided into four distinct categories.

| Rarity  | Category                                     | Probability |
| ------- | -------------------------------------------- | ----------- |
| 1-299   | <mark style="color:green;">Common</mark>     | \~ 74.6%    |
| 300-399 | <mark style="color:blue;">Uncommon</mark>    | \~ 21%      |
| 400-466 | <mark style="color:purple;">Rare</mark>      | \~ 3.9%     |
| 467-500 | <mark style="color:orange;">Legendary</mark> | \~ 0.5%     |

![Common Tower](/files/QDStO9wk4VeQitOPPL3V) ![Uncommon Tower](/files/5IcIQS4aZtI2SRwc1zqA) ![Rare Tower](/files/o4vMwJDhbiX1JNW7siIn) ![Legendary Tower](/files/Qnpiag8gpXcS2JfqIg1w)

## Tower Level

Each tower starts at level 1 and can be [upgraded](/crypto-td/upgrades.md) twice. Stats will be boosted permanently with each upgrade.

![Level 1 Tower](/files/P5zgbyt4J1uQUBL84lTA) ![Level 2 Tower](/files/uGBboU6yeQo7eyOKWWXe) ![Level 3 Tower](/files/AsL8nOG24Wqn8uQd2PMI)


---

# 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://whitepaper.cryptotd.me/crypto-td/towers.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.
