# RWA Asset Packages and Device Models

### Core Asset Structure

The foundation of the Aledger ecosystem is built on Real World Asset (RWA) packages, each containing a specific number of WiFi devices. These asset packages provide baseline yields, while the devices serve as staking containers to maximize returns.

### Asset Package and Device Relationship

| Asset Package | Price (USDT) | Number of Devices | Base APY (No Staking) | Staking Capacity per Device | Total Staking Capacity |
| ------------- | ------------ | ----------------- | --------------------- | --------------------------- | ---------------------- |
| Basic         | 499          | 1                 | 30%                   | 10,000 AFI                  | 10,000 AFI             |
| Pro           | 999          | 2                 | 40%                   | 12,500 AFI                  | 25,000 AFI             |
| Elite         | 1,999        | 4                 | 50%                   | 15,000 AFI                  | 60,000 AFI             |
| Enterprise    | 4,999        | 8                 | 60%                   | 20,000 AFI                  | 160,000 AFI            |

### Device Distribution and Logistics

* **Ordering Process**: Orders placed through the official website using USDT payment
* **Shipping Timeline**: Standard delivery in 7 business days
* **Activation Requirements**: Devices must be registered and activated on the <https://app.aeronyx.network/> platform upon receipt

### Device Registration Fees

Registration fees are automatically deducted from mining rewards according to the following standards:

| Device Type       | Registration Fee (AFI) |
| ----------------- | ---------------------- |
| Basic Device      | 500 AFI                |
| Pro Device        | 400 AFI                |
| Elite Device      | 300 AFI                |
| Enterprise Device | 200 AFI                |

**Registration Fee Distribution**:

* 50% allocated to token burning, directly removed from circulation
* 50% allocated to the registration fee reward pool, distributed every 30 days to top nodes based on team performance

### Operational Requirements

* **Minimum Uptime**: Devices must maintain over 85% uptime to receive full mining rewards
* **Maintenance Requirements**: Quarterly system updates required, approximately 2 hours of maintenance time (not counted as offline time)

**Important Note**: Device purchase prices are collected in USDT, but all mining rewards are distributed in AFI tokens, calculated on a token-denominated basis

### Asset Package Returns and Device Staking

Aledger implements an innovative dual-layer return model: asset packages provide baseline returns, while devices require staking to activate additional returns.

#### Asset Package Baseline Returns

Asset packages provide baseline returns without requiring staking:

* Basic Package: 30% baseline APY
* Pro Package: 40% baseline APY
* Elite Package: 50% baseline APY
* Enterprise Package: 60% baseline APY

**No-Stake Returns Tied Directly to Protocol Revenue**:

* Baseline APY represents expected returns when protocol revenue is sufficient
* Actual daily returns adjust dynamically based on the previous day's protocol sales
* If protocol revenue is insufficient, actual returns will be proportionally reduced
* If there is no protocol revenue, no-stake baseline returns will be zero (except for limited subsidies during initial phases)

**Baseline Return Distribution Mechanism**:

* Automatically calculated and distributed to user wallets daily
* Users can choose to withdraw directly or auto-reinvest to the staking pool
* Returns distributed in AFI tokens, calculated on a token-denominated basis

#### Device Activation and Additional Returns

Devices must be activated through AFI token staking to generate additional returns:

1. **Device Activation Staking**: Each device requires a minimum amount of AFI staking for activation
   * Basic Device: 1,000 AFI
   * Pro Device: 2,000 AFI
   * Elite Device: 3,000 AFI
   * Enterprise Device: 5,000 AFI
2. **Device Return Calculation**:

   ```
   Device Return = Device Base Value × Staking Ratio Coefficient × Time Multiplier × Network Dynamic Adjustment Factor
   ```
3. **Staking Ratio Coefficient**:
   * Minimum activation staking: 0.5×
   * Staking 25% of capacity: 0.8×
   * Staking 50% of capacity: 1.0×
   * Staking 75% of capacity: 1.3×
   * Staking 100% of capacity: 1.5×
4. **Time Multiplier**: Additional rewards based on staking lock period

| Lock Period | Reward Multiplier | Category    |
| ----------- | ----------------- | ----------- |
| 30 days     | 1.0×              | Short-term  |
| 60 days     | 1.1×              | Short-term  |
| 90 days     | 1.2×              | Short-term  |
| 120 days    | 1.3×              | Medium-term |
| 150 days    | 1.4×              | Medium-term |
| 180 days    | 1.5×              | Medium-term |
| 240 days    | 1.6×              | Long-term   |
| 300 days    | 1.8×              | Long-term   |
| 365 days    | 2.0×              | Long-term   |


---

# 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.aeronyx.network/aledger-whitepaper/rwa-asset-packages-and-device-models.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.
