# The Wildcat Protocol

{% hint style="info" %}
**This Gitbook recently underwent substantial changes to incorporate Wildcat V2 details.**\
\
Something you don't understand? Something missing?\
\
Fire a message to @[functi0nZer0](https://x.com/functi0nZer0) on Twitter/X and watch him do Things That Don't Scale!
{% endhint %}

## Hi there.

Welcome to the Wildcat protocol documentation.

We recognise that a protocol Gitbook is - as a rule - read by three distinct categories of people:

* *Potential users and researchers* working out if something is actually useful,
* *Security auditors* working out if something is actually broken, and
* *Lawyers and regulators* working out if something is actually legal.

With that in mind, we'll keep this high-level page brief.

***

## Users/Researchers

You might as well start at the beginning.

{% content-ref url="overview/introduction" %}
[introduction](https://docs.wildcat.finance/overview/introduction)
{% endcontent-ref %}

***

## Auditors/Developers

Contract deployments, gas profiles etc can be found under the following section:

{% content-ref url="technical-overview" %}
[technical-overview](https://docs.wildcat.finance/technical-overview)
{% endcontent-ref %}

More specifically, if you're taking part in an audit or validating a potential bug, please refer to:

{% content-ref url="technical-overview/security-developer-dives" %}
[security-developer-dives](https://docs.wildcat.finance/technical-overview/security-developer-dives)
{% endcontent-ref %}

\
If you're interested in reading about our on-chain protection or previous security reviews:

{% content-ref url="security-measures" %}
[security-measures](https://docs.wildcat.finance/security-measures)
{% endcontent-ref %}

***

## Lawyers/Regulators:

{% content-ref url="legal" %}
[legal](https://docs.wildcat.finance/legal)
{% endcontent-ref %}

Beyond that, the documentation is yours to enjoy (or not) at your leisure. <br>

Hic sunt dragones.


---

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