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

# Duke NFTs

Anyone can mint a Duke NFT. The NFT only has value when it earns points. These points will accrue directly to the NFT and if/when the NFT is transferred, its points are also transferred along with it. You can only earn points for one NFT at a time, this means if you mint multiple NFTs and hold them in your wallet, you will only earn points with the first one you minted. So be sure to keep track of which NFT is earning points, if you are selling or transferring your Duke NFT, be sure you know which one has points and which one doesn't.

<figure><img src="/files/Z6Znm7OMOT1QJlmXj5MU" alt=""><figcaption></figcaption></figure>

There are 5 levels that an NFT can achieve:

* **Archduke** ( top 20% of points leaderboard)
* **Knight** (10 badges earned)
* **Earl** (50%-20%)
* **Count** (bottom 50%)
* **Squire** (0 points)

**Archduke** of Florence is the highest rank achievable through points and is reserved for only the top 20% holders on the points leaderboard.&#x20;

<figure><img src="/files/ZKb9LZbEW7nxo3o0yykd" alt="" width="375"><figcaption><p>Archduke</p></figcaption></figure>

**Knight** is a special rank only for holders who have earned 10 badges. These badges can only be earned through community participation and can only be awarded directly by team members.

<figure><img src="/files/pRVVwA607O6fFkZ2fXxx" alt="" width="375"><figcaption><p>Knight</p></figcaption></figure>

**Earl** is achieved by being in the top 50% of the points leaderboard.

<figure><img src="/files/fxSdnqAAGD9a6utYxQEs" alt="" width="375"><figcaption><p>Earl</p></figcaption></figure>

**Counts** are the bottom 50% of points holders.

<figure><img src="/files/9BSj1pNd9FMPb75x0Wj9" alt="" width="375"><figcaption><p>Count</p></figcaption></figure>

**Squires** are all NFTs that have zero points

<figure><img src="/files/Yurp2Zsnodeojd6EYS22" alt="" width="375"><figcaption><p>Squire</p></figcaption></figure>


---

# 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.florence.finance/docs/duke-dash/duke-nfts.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.
