# Technical Overview

- [Security/Developer Dives](https://docs.wildcat.finance/technical-overview/security-developer-dives.md)
- [The Scale Factor](https://docs.wildcat.finance/technical-overview/security-developer-dives/the-scale-factor.md)
- [Core Behaviour](https://docs.wildcat.finance/technical-overview/security-developer-dives/core-behaviour.md)
- [V1 -> V2 Changelog](https://docs.wildcat.finance/technical-overview/security-developer-dives/v1-greater-than-v2-changelog.md): If you have previously reviewed the Wildcat V1 codebase, these are the major changes made for V2.
- [Known Issues](https://docs.wildcat.finance/technical-overview/security-developer-dives/known-issues.md): Some aspects and quirks of the protocol codebase that may raise concern.
- [Hooks](https://docs.wildcat.finance/technical-overview/security-developer-dives/hooks.md)
- [How Hooks Work](https://docs.wildcat.finance/technical-overview/security-developer-dives/hooks/how-hooks-work.md)
- [Access Control Hooks](https://docs.wildcat.finance/technical-overview/security-developer-dives/hooks/access-control-hooks.md)
- [Fixed Term Loan Hooks](https://docs.wildcat.finance/technical-overview/security-developer-dives/hooks/fixed-term-loan-hooks.md)
- [Wildcat 4626 Wrapper](https://docs.wildcat.finance/technical-overview/security-developer-dives/wildcat-4626-wrapper.md)
- [Function/Event Signatures](https://docs.wildcat.finance/technical-overview/function-event-signatures.md)
- [/access](https://docs.wildcat.finance/technical-overview/function-event-signatures/access.md)
- [AccessControlHooks.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/access/accesscontrolhooks.sol.md)
- [IRoleProvider.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/access/iroleprovider.sol.md)
- [MarketConstraintHooks.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/access/marketconstrainthooks.sol.md)
- [/interfaces](https://docs.wildcat.finance/technical-overview/function-event-signatures/interfaces.md)
- [IHooks.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/interfaces/ihooks.sol.md)
- [IMarketEventsAndErrors.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/interfaces/imarketeventsanderrors.sol.md)
- [IWildcatArchController.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/interfaces/iwildcatarchcontroller.sol.md)
- [IWildcatSanctionsEscrow.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/interfaces/iwildcatsanctionsescrow.sol.md)
- [IWildcatSanctionsSentinel.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/interfaces/iwildcatsanctionssentinel.sol.md)
- [/market](https://docs.wildcat.finance/technical-overview/function-event-signatures/market.md)
- [WildcatMarketConfig.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/market/wildcatmarketconfig.sol.md)
- [WildcatMarketToken.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/market/wildcatmarkettoken.sol.md)
- [WildcatMarketWithdrawals.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/market/wildcatmarketwithdrawals.sol.md)
- [WildcatMarketBase.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/market/wildcatmarketbase.sol.md)
- [/spherex](https://docs.wildcat.finance/technical-overview/function-event-signatures/spherex.md)
- [ISphereXEngine.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/spherex/ispherexengine.sol.md)
- [ISphereXProtectedRegisteredBase.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/spherex/ispherexprotectedregisteredbase.sol.md)
- [SphereXConfig.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/spherex/spherexconfig.sol.md)
- [HooksFactory.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/hooksfactory.sol.md)
- [IHooksFactory.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/ihooksfactory.sol.md)
- [WildcatArchController.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/wildcatarchcontroller.sol.md)
- [WildcatSanctionsEscrow.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/wildcatsanctionsescrow.sol.md)
- [WildcatSanctionsSentinel.sol](https://docs.wildcat.finance/technical-overview/function-event-signatures/wildcatsanctionssentinel.sol.md)
- [Protocol Structs](https://docs.wildcat.finance/technical-overview/protocol-structs.md)
- [Contract Deployments](https://docs.wildcat.finance/technical-overview/contract-deployments.md): Core contract deployment addresses on various chains Ethereum mainnet and Sepolia testnet.


---

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