# Contracts & Audits

### Contract Addresses

wHLP utlilzes the Boring Vault infrastructure, deployed and managed by Paxos Labs. See below contract deployments.

<table><thead><tr><th width="180.87109375">Contract</th><th width="263.078125">Address</th><th>Description</th></tr></thead><tbody><tr><td><strong>wHLP (ERC-20)</strong></td><td><a href="https://hyperevmscan.io/address/0x1359b05241cA5076c9F59605214f4F84114c0dE8">0x1359b05241cA5076c9F59605214f4F84114c0dE8</a></td><td>The ERC20 token and the BoringVault contract that that accrues HLP yield</td></tr><tr><td><strong>Accountant</strong></td><td><a href="https://hyperevmscan.io/address/0x470bd109A24f608590d85fc1f5a4B6e625E8bDfF">0x470bd109A24f608590d85fc1f5a4B6e625E8bDfF</a></td><td>Returns current exchange rate for wHLP ↔ USDHL derivatives</td></tr><tr><td><strong>Depositor</strong></td><td><a href="https://hyperevmscan.io/address/0x340C9f6159ABc2bdfCC0E2b9Fe91D739006b41c1">0x340C9f6159ABc2bdfCC0E2b9Fe91D739006b41c1</a></td><td>Entry point for <strong>community-code</strong> deposits</td></tr><tr><td><strong>Atomic Queue</strong></td><td><a href="https://hyperevmscan.io/address/0x228C44Bb4885C6633F4b6C83f14622f37D5112E5#code">0x228C44Bb4885C6633F4b6C83f14622f37D5112</a></td><td>Manages the withdrawal request queue</td></tr></tbody></table>

<table><thead><tr><th width="181.17578125">Contract</th><th width="261.54296875">Address</th><th>Description</th></tr></thead><tbody><tr><td><strong>USDT0 (ERC‑20)</strong></td><td><a href="https://purrsec.com/address/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb">0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb</a></td><td>USDT0 is a USDT-based stablecoin that uses LayerZero's Omnichain Fungible Token (OFT) standard.</td></tr></tbody></table>

### Audits

Paxos Lab's (fmr. Nucleus) Boring Vault Infrastructure is audited multiple times by independent auditors for the Ethereum EVM implementation.

* [Repository of Audit Reports](https://github.com/Ion-Protocol/nucleus-boring-vault/tree/master/audit)

The HyperEVM implementation matches the Ethereum implementation 1:1


---

# 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.loopingcollective.org/products/wrapped-hlp/contracts-and-audits.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.
