# Selecting which NFT to Buy

There are four main considerations that NFT traders typically have when looking to buy into an NFT collection:

1. Cheapest - willing to buy any at floor price (or perhaps make a collection offer below floor price)
2. Specific Traits - looking to buy NFTs in the collection that hold a specific trait, e.g. "Skeleton Skin" in "Solana Monkey Business", "Degen Service Shirt" in "Degenerate Ape Academy", etc. These traits could be more sought after in the collections because of how they look, inclusion into a sub-DAO, or qualify for specific/additional perks.&#x20;
3. Rarity - looking for a minimum rarity rank (e.g. top 10% or 25% in the collection). Generally, the better the rarity rank of an NFT, the higher it could potentially be valued by buyers (for those that care about rarity at least). There are three main rarity ranking platforms in the Solana NFT space (MoonRank, HowRare, SolRarity) and there are tools (e.g. SolanaFloor, HowRare) that allow traders to find the distribution of "Price vs Rarity" to hunt for the "best" deals in an NFT collection in terms of rarity rank.&#x20;
4. Others - sometimes, there are additional perks for holding a certain number or types of traits NFTs within a collection.&#x20;

It is always important for traders to properly DYOR in an NFT collection to know what they should be looking for in their purchase.&#x20;


---

# 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://nfts-101.kyzzen.io/secondary-trading/selecting-which-nft-to-buy.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.
