> For the complete documentation index, see [llms.txt](https://docs.nftclashgame.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftclashgame.com/subscriptions.md).

# Subscriptions

On the Subscriptions Page, you have the opportunity to level the playing field and supercharge your NFT Clash experience with two valuable subscription options:

<figure><img src="/files/HJt5wvRGekaKaUlkSzot" alt=""><figcaption><p>subscriptions - attacker shield</p></figcaption></figure>

**Attacker Shield Subscription:**

* When an attacker-NFT is defeated by a lower-level defender-NFT in a duel, the attacker typically incurs double the cost for the duel.
* However, with the **Attacker Shield Subscription**, you gain a significant advantage. If you lose a duel to a lower-level defender-NFT while holding this subscription, you are exempt from the additional cost.
* The Attacker Shield Subscription ensures that you can engage in duels with confidence, knowing that your financial commitment remains steady, even when faced with lower-level defenders.

<figure><img src="/files/VsuRwF0aupzpf2ODLo05" alt=""><figcaption><p>subscriptions - defender booster</p></figcaption></figure>

**Defender Booster Subscription:**

* As attackers accumulate experience and their NFTs advance to higher levels, they become formidable opponents in the NFT Clash arena. This can create an imbalance between lower-level defender-NFTs and higher-level attacker-NFTs.
* The **Defender Booster Subscription** is designed to address this imbalance. It equalizes the power and health of defender-NFTs, providing them with a fair chance of winning against higher-level attackers.
* Additionally, the Defender Booster Subscription allows defender-NFTs to level up more quickly, making them stronger contenders and preserving the competitive spirit of NFT Clash.

\
**Subscription Plans:**

* Both the Attacker Shield and Defender Booster subscriptions are available in two convenient plans:
  * **1-Week Plan:** Perfect for short-term enthusiasts looking to enhance their dueling experience.
  * **1-Month Plan:** Ideal for dedicated NFT Clash players seeking extended advantages and strategic opportunities.

**How to Subscribe:**

* You can easily acquire these subscriptions by clicking on the "Buy" button after selecting your desired plan on the screen.

The Subscriptions Page is your gateway to unlocking new dimensions of strategic gameplay and leveling the competitive landscape of NFT Clash. These subscriptions give you the power to strategize and compete on your terms, whether you're an attacker or a defender.


---

# 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://docs.nftclashgame.com/subscriptions.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.
