# Reference

Canonical technical reference for Tesseract Dedicated Client Vaults.

* [Contract Addresses](/dedicated-client-vaults/reference/contract-addresses.md) — deployed addresses on Ethereum mainnet
* [Contract Methods](/dedicated-client-vaults/reference/contract-methods.md) — functions and events you interact with
* [Public API](/dedicated-client-vaults/reference/public-api.md) — reporting and vault-state API
* [Audit Reports](/dedicated-client-vaults/reference/audit-reports.md) — independent security audits

For step-by-step integration instructions, see the [Integration Guide](/dedicated-client-vaults/integration-guide.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.tesseract.fi/dedicated-client-vaults/reference.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.
