> For the complete documentation index, see [llms.txt](https://docs.hyperbeat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperbeat.org/liquid-banking/usd+/contracts.md).

# Contracts

### Core Contracts

{% hint style="info" %}
[USD+ is fully audited](https://github.com/0xhyperbeat/Audits)
{% endhint %}

| Contract                   | Address                                      | Purpose                        |
| -------------------------- | -------------------------------------------- | ------------------------------ |
| **USD+ Token (masterUSD)** | `0x9065E3153B1393Bb5f76520cdc1e08E49eb04B03` | ERC20 vault share token        |
| **Depositor**              | `0xCa62d749d3Aa4f32445685F7EFaD2AB9451Fc87F` | Accepts deposits, mints shares |
| **WithdrawalQueue**        | `0x6E0b9AFaAe09A3479CFb7e923E15c05a9B23850d` | Manages queued withdrawals     |
| **DepositReceiver**        | `0x3B66712B3CA873C5CC0FdC54357FfcfE583CE896` | Holds idle capital             |

### Asset Management

| Contract                 | Address                                      | Purpose                     |
| ------------------------ | -------------------------------------------- | --------------------------- |
| **MorphoV2Orchestrator** | `0x8600111281e7e203779cAA868da6c4aCb72abad5` | Allocates to Morpho markets |
| **Orchestrator Impl**    | `0x6Ed6944E2FC8becdaCfA4F940f94f117E94a2A95` | Implementation contract     |

### Pricing & Accounting

| Contract                | Address                                      | Purpose                  |
| ----------------------- | -------------------------------------------- | ------------------------ |
| **Pricer**              | `0x5362454e5648C6Ac7F03969E8a62CFc61F99b9D6` | Exchange rate management |
| **ExchangeRateUpdater** | `0x58319A3d74ac0722B7BE0BF168dEc3773d01319f` | NAV calculation          |
| **PriceProvider**       | `0x68E0Dd9433c300D272B9767a3b3208f9f589CaAb` | BeatUSD price feed       |

### Access Control

| Contract                | Address                                      |
| ----------------------- | -------------------------------------------- |
| **MultiRolesAuthority** | `0x1fa2dceBC92B1Af6030C387ab486C34549a4a971` |

### Morpho Market Integrations

| Market                   | Address                                      |
| ------------------------ | -------------------------------------------- |
| **USDC Morpho Vault V2** | `0x818a0ee5165cbb011D6d537578744bC1E90BD433` |
| **BeatUSD Morpho V2**    | `0x29A2A9E2FAB2131A1749B14E1A006E7EeF2B8b41` |

### BeatUSD Lending Markets

All markets use beatUSD (`0x669abe85F96a9e3B34723F7Be9bC6F250aBC0Cc1`) as loan token with 62.5% LLTV.

| Collateral  | Market ID          |
| ----------- | ------------------ |
| **wWHYPE**  | `0x063ad1...6090e` |
| **wbeHYPE** | `0xda35ec...07cac` |
| **wUBTC**   | `0x361420...bcf0d` |
| **wUETH**   | `0x41fc21...b45d6` |
| **wUSOL**   | `0x520dc6...eeca5` |

### Quick Reference

* **Deposits**: `0xCa62d749d3Aa4f32445685F7EFaD2AB9451Fc87F`
* **Withdrawals**: `0x6E0b9AFaAe09A3479CFb7e923E15c05a9B23850d`
* **Core Operations**: `0x8600111281e7e203779cAA868da6c4aCb72abad5`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hyperbeat.org/liquid-banking/usd+/contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
