# Security/Developer Dives

This page contains a handful of explainers that we have produced for the sake of auditors describing the various components of Wildcat V2 and how they work.

You might find the contents useful if you're taking part in a Code4rena review or validating an issue for an Immunefi submission, but otherwise you might have A Bad Time.

Nonetheless, here you go:

\
[The Scale Factor](/technical-overview/security-developer-dives/the-scale-factor.md)
------------------------------------------------------------------------------------

## [Core Behaviour](/technical-overview/security-developer-dives/core-behaviour.md)

## [V1 -> V2 Changelog](/technical-overview/security-developer-dives/v1-greater-than-v2-changelog.md)

## [Known Issues](/technical-overview/security-developer-dives/known-issues.md)

## [Hooks](/technical-overview/security-developer-dives/hooks.md)

### [How Hooks Work](/technical-overview/security-developer-dives/hooks/how-hooks-work.md)

### [Access Control Hooks](/technical-overview/security-developer-dives/hooks/access-control-hooks.md)


---

# 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/technical-overview/security-developer-dives.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.
