# Technical Resources

### 🛡️ Audit

Virtue Protocol has been audited to ensure the security of our smart contracts.

* 📄 [**MoveBit Audit Report (July 10, 2025)**](https://github.com/Virtue-CDP/virtue-audits/blob/main/Virtue-Audit-Movebit-20250710.pdf)
* Auditor: MoveBit
* Status: ✅ Completed

***

### 📄 Contract Address

**Mainnet**

* Framework

  `0x7400af41a9b9d7e4502bc77991dbd1171f90855564fd28afa172a5057beb083b`
* VUSD Treasury

  `0xd3b63e603a78786facf65ff22e79701f3e824881a12fa3268d62a75530fe904f`
* Oracle

  `0x7eebbee92f64ba2912bdbfba1864a362c463879fc5b3eacc735c1dcb255cc2cf`
* CDP

  `0x34fa327ee4bb581d81d85a8c40b6a6b4260630a0ef663acfe6de0e8ca471dd22`
* Stability Pool

  `0xc7ab9b9353e23c6a3a15181eb51bf7145ddeff1a5642280394cd4d6a0d37d83b`

***

### 🖥️ Virtue SDK

The Virtue SDK provides tools for developers to easily integrate Virtue Protocol into their dApps and services.

* 📂 **GitHub Repository**: [Virtue SDK](https://github.com/Virtue-CDP/virtue-sdk)


---

# 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.virtue.money/resources/technical-resources.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.
