# NFT Strategies

NFT Strategies are based around an underlying NFT asset; there can only be one Strategy per NFT collection. Only the owner of the corresponding NFT contract can launch a Strategy for their collection. Strategies can exist for ERC721 or ERC1155 collections, while some custom Strategies may be configured for specific tokens or ranges.

Each token has a 1e deploy fee, with 0.8e buying and burning $PNKSTR and 0.2e to TokenWorks. There is a 10% fee on buys/sells of the token.

Of the 10% trading fee:

* 8% goes to the token contract to buy the NFTs of the underlying collection
* 1% for buying and burning $PNKSTR, the ecosystem token
* 1% as royalties to the underlying NFT collection owner

Trading fees pool up to act as a floor bid—this means when the pool gets higher than the price of an asset, a bot will execute the purchase automatically. The Strategy then lists the NFT for 20% higher (this rate can be updated on a per SStrategy basis).

When someone buys the NFT from the protocol, ALL of the funds are used to buy and burn the STR token. This cycle continues in perpetuity.


---

# 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.tokenstrategy.com/strategy-types/nft-strategies.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.
