# Recursive Strategies

Recursive Strategies are **net-new** assets that buy themselves instead of an underlying asset.&#x20;

Anyone can launch a Recursive Strategy, which will have a 0.01e deploy fee, 0.008e buys and burns $PNKSTR, and 0.002e 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 rebuy the Strategy in the future
* 1% as royalties to the creator of the Strategy
* 0.8% for buying and burning $PNKSTR, the ecosystem token
* 0.2% to TokenWorks

Trading fees pool up, and every 30 minutes all funds in the pool are used to buy and burn the STR token. This fee mechanism encourages long-term holding and prevents overtrading. <br>


---

# 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/recursive-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.
