# xHYPE

### 1. Network Configuration

#### Hub Chain

**HyperEVM (Mainnet)**

* Chain ID: `999`
* LayerZero Endpoint ID: `30367`
* Role: Primary share logic, asset management, NAV tracking

#### Spoke Chains

| Chain    | Chain ID | LZ Endpoint ID | Status   |
| -------- | -------- | -------------- | -------- |
| Arbitrum | 42161    | 30110          | ✅ Active |
| Ethereum | 1        | 30101          | ✅ Active |

### 2. Contract Addresses

#### HyperEVM (Hub Chain)

| Contract                | Address                                      | Description                 |
| ----------------------- | -------------------------------------------- | --------------------------- |
| **ShareManager**        | `0xac962fa04bf91b7fd0dc0c5c32414e0ce3c51e03` | xHYPE share token           |
| **DepositPipe (USDC)**  | `0xE7E0B7D87c4869549a4a47A8F216e362D0efc9F9` | USDC deposits               |
| **DepositPipe (USDT0)** | `0xe2d9598D5FeDb9E4044D50510AabA68B095f2Ab2` | USDT0 deposits              |
| **DepositPipe (USDH)**  | `0xf64428046b62b6CE4750ab499B06b8a108E1E91c` | USDH deposits               |
| **RedemptionPipe**      | `0x19f4881cdB479d01cE214F6908c99b4fe76C03e8` | All redemption types - USDC |
| **OVaultComposerMulti** | `0x11b5078C327aCE6c42300A006a56D4c26906469f` | Cross-chain operations      |
| **NAVOracle**           | `0xbF97a22B1229B3FfbA65003C01df8bA9e7bfF042` | Net Asset Value tracking    |
| **PriceOracle**         | `0xC415641F4207643126655197789Bd4C524B71d5D` | Asset price feeds           |
| **TimelockController**  | `0x75402596dbc63c450482E7bC895aa8B6c99B7491` | Governance timelock         |

#### Arbitrum

| Contract      | Address                                      | Description |
| ------------- | -------------------------------------------- | ----------- |
| **ShareOFT**  | `0xcffE430E9492966727Ddc60eb183fe93E5a218E4` | xHYPE OFT   |
| **USDT0 OFT** | `0x14e4a1b13bf7f943c8ff7c51fb60fa964a298d92` | USDT0 OFT   |

#### Ethereum

| Contract      | Address                                      | Description |
| ------------- | -------------------------------------------- | ----------- |
| **ShareOFT**  | `0xAc962FA04BF91B7fd0DC0c5C32414E0Ce3C51E03` | xHYPE OFT   |
| **USDT0 OFT** | `0x6c96de32cea08842dcc4058c14d3aaad7fa41dee` | USDT0 OFT   |

### 3. Supported Assets

#### Deposit Assets

xHYPE accepts the following stablecoins for deposits:

| Asset     | Decimals | Chains Available | Notes                            |
| --------- | -------- | ---------------- | -------------------------------- |
| **USDT0** | 6        | All chains       | All spokes supported + HyperCore |
| **USDH**  | 6        | Hyperliquid      | HyperEVM + Hypercore             |
| **USDC**  | 6        | Hyperliquid      | HyperEVM + Hypercore             |

#### Underlying Asset

**Primary Redemption Asset**: USDC

* All redemptions are settled in USDC (6 decimals)
* NAV is tracked in USDC equivalent (normalized to 18 decimals internally)

### 4. Oracle Feeds

| Provider | Link                                                                | Notes |
| -------- | ------------------------------------------------------------------- | ----- |
| Pyth     | <https://insights.pyth.network/price-feeds/Crypto.NAV.XHYPE%2FUSDC> |       |
