> For the complete documentation index, see [llms.txt](https://docs.nemus.earth/nemus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nemus.earth/nemus-docs/nemus-litepaper/defi-and-game-mechanics/exploration/discovering-feature-nfts.md).

# Discovering Feature NFTs

In order to discover new features a Guardian is required to 'lock' their NFT in exploration mode. This means that the card cannot be sold on a secondary marketplace, or placed into conservation mode (more on this in the next section).

After being locked for a certain period of time, the Guardian will earn the right to mint an entirely new NFT based on one of the four features on their card. The time required depends on the rarity of the card and a bit of luck. For example, a legendary feature like a jaguar could take several weeks to discover. The rarer the feature, the more difficult it will be to find.

#### **Why would a Guardian want to collect feature NFTs?**

Because filling out the collection in their journal is one of the only ways to earn XP, level up and claim additional rewards. Not to mention, cards may be able to mint a feature more than once and every Guardian will need to hold feature NFTs in their wallet in order to complete collections. Over the course of several drops, older features will become increasingly scarce as more Guardians seek to complete collections that span across drops and regions.

{% hint style="info" %}
As Nemus comes closer to implementing exploration game mechanics, more details will be available on how it all works. Join the conversation in [Discord](https://discord.gg/wZmBj3UyhH) to be one of the first to learn more about this entirely new mechanic.
{% endhint %}


---

# 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.nemus.earth/nemus-docs/nemus-litepaper/defi-and-game-mechanics/exploration/discovering-feature-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.
