# Whitepaper

The bulk of the ideology, design decisions and high-level logic behind the protocol can be read in the Wildcat whitepaper. It's not highly technical, and intended to be a *fairly* easy read barring some presented examples which you can skip over.

Most of the content is expanded on in this Gitbook, however, so if you've read this site top to bottom you're not going to be missing out by skipping it.<br>

**v2.0 \[Release Date: 21 October 2024]:**

<https://github.com/wildcat-finance/wildcat-whitepaper/blob/main/whitepaper_v2.0.pdf>


---

# 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.wildcat.finance/overview/whitepaper.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.
