# How To Use NFT cards

Each NFT Card Owner will be able to see Card skills in our NFT viewer.

NFT's Cards will be used in **Dividends Kingdoms** and **NFT's Battles**.

## Dividends Kingdoms

Any NFT Card holder will be able to boost earnings in the active layer dividends Kingdoms. \
In current layer, madness kingdom.

Each card will have 1 valid boost per kingdom on each layer.

> Example: \
> If on Delirium (Layer 2) we have 3 Madness kingdoms, you'll be able to use it once on each Madness Kingdom.

You'll be able to use that NFT card across all layers.\
Every time you use it, the card will gain more "experience". It Will increase "experience" skills.\
A card Holder Should be able to auction her/his NFT card.

### How NFT boosting work in Dividend Kingdom (Madness Kingdom)

Each Card has a "Staking Power", which is the combination of each character skills.\
This "staking power" will be add to your staking amount as:

$$
stakedAmount = stakedAmount + (staked \* staking PowerPorcentual)
$$

When the reward is distributed at the end of the Madness kingdom, the investor will have its value plus the boosted percentage.

Let's check an example:

| Token Holder | Investment | NFT Card          |
| ------------ | ---------- | ----------------- |
| Investor 1   | $100       | 333 staking power |
| Investor 2   | $100       | No card           |

At this point TVL without booting is $200.\
But because of Boosting, Investor 1 amount is: $100 + ($100 \* 3.33%) = $103.3

So boosted TVL is = $103.33 + $100 = $203.33

{% hint style="info" %}
Staking boost increases the stake amount of the inversor in the staking power percentage.
{% endhint %}

And the reward is distributed in the same way to all kingdom rewards.

#### Experience Card Skill

In each Reward Kingdom (Madness Kingdoms in Delirium), a total experience value (TVE) will be assigned to the kingdom. It will be distributed in the same way as a reward among the members of the pool: according to the deposit + boosted.

## NFT's Battles

NFT's Battles will have the following rules:

* Any NFT Cardholder will be able to gamble only on their held card. It's called a corner.
* With every cardholder using their card, their corner gets stronger.
* Each battle will last 1-5 minutes.


---

# 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://docs.delirium.sandman.finance/nfts/how-to-use-nft-cards.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.
