# Smart Contracts

Core **Contracts**

On January 30th, 2024, we successfully deployed the following contracts. Each contract has been verified, allowing for full transparency and the ability to review the Solidity code.

<table><thead><tr><th width="199">Name</th><th>Address</th></tr></thead><tbody><tr><td>Vault Factory</td><td>0xeafb17339ddc663499351cef387d5f6a4d9532b2</td></tr><tr><td>Fee Controller</td><td>0xEd871A79e1bE0865CB21166359ccA7a8c2B12999</td></tr><tr><td>Public Vault Deployer</td><td>0xA2908ECbFf21b0Ec8f49554730B5b6CaB52054E4</td></tr><tr><td>Whitelisted Vault Deployer</td><td>0x6F6B402da323e84E33769d7627dACFC224e02e42</td></tr><tr><td>Strategy Deployer</td><td>0xfA3daF7Fcb1Bb483EF6ED62233883e3b249d73D5</td></tr></tbody></table>


---

# 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://vaultus-finance.gitbook.io/docs/smart-contracts.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.
