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

# $KOD Distribution

### Earning $KOD&#x20;

At launch, players will be able to earn $KOD through each of the following ways:&#x20;

● Winning matches "PVP SURVIVAL"&#x20;

● Advancing through seasonal leagues&#x20;

● Qualifying for weekly rewards&#x20;

● Competing in tournaments

### Chests

&#x20;Chests are earned through ranked play and by qualifying for weekly rewards. The contents of each chest are scaled to match the league they were earned in (Bronze, Silver, Gold, etc.) and provide non-NFT cards, $KOD and/or Talismans. The number of chests received will be scaled to match the tier within each league they were earned in.

To get this reward, you have to be bronze 3 and up. It would work like this the chests won by league&#x20;

bronze 3 will win 1 bronze chest&#x20;

bronze 2 will win 2 bronze chests&#x20;

bronze 1 will win 3 bronze chests&#x20;

silver 5 will win 4 bronze chests&#x20;

silver 4 will win 4 bronze and 1 silver chest&#x20;

silver 3 will win 4 bronze and 2 silver chests

so the higher you get in the rank the better chests and in greater quantity.

All chests have non-NFT cards and a talisman or KOD token, there are 3 types of chests.&#x20;

**Bronze chests:** one non-nft card from common to super rare maximum, and 65% one taslisman and 35% KOD token.

&#x20;**silver chests**: one non-nft card from common to ultra rare, and 50% one talisman or 50% KOD token.&#x20;

**gold chests**: one non-nft card from common to legendary, and a 35% talisman and a 65% KOD token The better the chest, the more likely you can win the $KOD token.

**Wooden Chest**: This Chest is awarded every day at 0:0 UTC, by completing the 4-win daily quest

### Dueling Points&#x20;

Each NFT card in a player’s collection provides a set number of DP that contributes to their ability to earn $KOD from chest rewards:&#x20;

● 1 DP for Commons&#x20;

● 5 DP for Rares

&#x20;● 15 DP for Super Rares&#x20;

● 45 DP or Ultra Rares&#x20;

● 450 DP for Shiny Super/Ultra Rares&#x20;

The base formula for chest rewards is a minimum of 1 $KOD up to 9% of your total DP per chest. The chance that the amount of $KOD received is closer to the 9% maximum value will depend on the chest’s rarity.


---

# 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.kingofduels.online/usdkod-distribution.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.
