> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/backtests.md).

# Backtests

Backtests are statistical reports generated based on submitted queries.  Backtest reports attempt to visualize the vast amount of data we‘ve collected in an easy to understand and graphical representation.  They are not required to be ran, but are intended to help explore the data set and to build more targeted Queries.

Backtests are allocated as part of your subscription with an option to purchase additional backtest reports if you run out of them within your subscription period.  These will cost a nominal amount but adopting a pay-for model will prevent abuse of the system.

Backtests will also be available to non-subscribers and non-subscribers will be allocated a small number of backtests after they agree to our Disclaimer and non-subscribers are also able to purchase additional backtests.

Given the resource intensive nature of backtesting, data visualization and the potential load this may have, there will be a prioritized queue for execution.&#x20;

The prioritized queue will work as follows:&#x20;

NFT holders -> PRO Subscribers -> Basic Subscribers -> Non-Subscribers

Backtests allocated as part of a subscription will not rollover if your subscription expires.  If you [extend your subscription](/sol-bangers-only/how-to-get-started/main-menu/subscriptions-and-subscription-management/modify-subscription.md) prior to it expiring, unused backtests will remain active. &#x20;

Also, purchased backtests will never expire even if you’re a subscriber and your account lapses.


---

# 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:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/backtests.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.
