# Daily Investment System

### $1 Equivalent Daily Investment

* Members invest 1 USD equivalent in ADA daily
* Amount of ADA adjusts automatically based on current market price
* Calculation occurs at 00:00 UTC for the following 24-hour period
* Fixed USD value ensures consistent entry point regardless of ADA price fluctuations

### Investment Timeline

```mermaid
timeline
    section Investment Phase
        00:00 UTC : New cycle starts
        00:00-23:59 : Daily investments collected
    section Processing
        00:00+1 : Pool calculation
        : Static tree distribution
        : Dynamic tree distribution
    section Distribution
        : Rewards credited
        : ADA investment amount recalculation
        : Dynamic Total Balance Cap recalculation
        : New cycle begins
```

### Distribution Schedule

* Rewards for each day's investments are distributed the following day
* Process begins at 00:00 UTC with pool calculation
* Distribution sequence:
  1. Static Binary Tree distribution (primary allocation)
  2. Dynamic Binary Tree distribution (secondary allocation)
  3. Reward crediting to member wallets
  4. System recalculations for next cycle:
     * Next day's ADA investment amount
     * Dynamic Total Balance Cap

### Dynamic Total Balance Cap

* Maximum wallet balance: 3,000 USD equivalent in ADA
* Cap recalculation occurs after rewards credited and before new cycle
* Ensures accurate USD value maintenance despite ADA price changes
* Excess automatically flows to Additional Revenue Pool
* Ensures healthy fund circulation and prevents excessive accumulation

### Revenue Integration

<figure><img src="https://1982180163-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMKiZIyBm1F4ct2CkLnGn%2Fuploads%2FZOhXWYfeott2te0q3PYi%2FRevenue%20Integration.png?alt=media&#x26;token=a6754b8a-6b5c-4a0d-be6c-00d9cb47eee0" alt=""><figcaption></figcaption></figure>

#### Priority Check System

* Verifies if daily investment requirement is met
* For loyalty-based revenue:
  * If daily investment not made: Revenue first covers investment
  * If daily investment completed: Applied as discount
* Remaining amount flows to Additional Revenue Pool

#### Excess Distribution

* Sources of excess:
  * Overflow from Dynamic Total Balance Cap
  * Remaining fees after daily investment allocation
  * Unused funds from distribution cycles
* All excess automatically routes to Additional Revenue Pool
* Contributes to system sustainability

The Daily Investment System creates a predictable and sustainable foundation for value generation while maintaining fairness through automated processes and clear rules.
