> For the complete documentation index, see [llms.txt](https://whitepaper.yuzo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.yuzo.xyz/flywheel/pay-day.md).

# Pay Day

Where the workforce gets paid

Pay Day is the distribution mechanism of the Yuna Economy.

### **The Piggy Bank**

Between Pay Days, value allocated to Yuna distributions accumulates inside the Piggy Bank.

Balance can change as value moves through the mechanisms connected to the Yuna Economy.

Standard Pay Day value and the allocation reserved for the Partner system are accounted for separately.

{% hint style="info" %}
The Piggy Bank is an accumulation mechanism, not a fixed payout. Its balance changes as value moves through the Yuna Economy.
{% endhint %}

### **Clock In**

Anyone can initiate Pay Day by Clocking In with an activated Yuna.

Clock In does not activate a Yuna. Activation puts her to work. Clock In initiates the Pay Day for activated Yuna(s).

```
CLOCK IN

SELECT ACTIVATED YUNA
        ↓
REVIEW PAY DAY
        ↓
CLOCK IN
        ↓
ELIGIBLE WORKFORCE
        ↓
DISTRIBUTION
```

{% hint style="info" %}
**ACTIVATE** puts a Yuna to work.\
**CLOCK** **IN** starts Pay Day.
{% endhint %}

### **Who Gets Paid**

Each Pay Day is distributed across activated Yunas for that distribution.

The system reads the eligible workforce and each Yuna's active Weight Multiplier to determine the Total Eligible Weight.

```
PAY DAY ELIGIBILITY

ACTIVATED
    +
ELIGIBLE FOR DISTRIBUTION
    +
ACTIVE WEIGHT
    =
PARTICIPATING YUNA
```

### **Calculating the Split**

Every eligible Yuna contributes her active Weight to the Total Eligible Weight for that Pay Day.

Her weighted share is calculated relative to the combined Weight of all eligible Yunas.

```
YUNA WEIGHT
─────────────────────
TOTAL ELIGIBLE WEIGHT

=

WEIGHTED SHARE
```

```
EXAMPLE

YUNA A      1.00x
YUNA B      1.75x
YUNA C      5.00x
            ─────
TOTAL       7.75x

YUNA C SHARE

5.00
──── = 64.52%
7.75
```

{% hint style="info" %}
Weight determines relative share, not a fixed payout. The value received depends on the amount available for distribution.
{% endhint %}

### **Portfolio Routing**

**WEIGHT** determines her relative share.

**PORTFOLIO** determines which selected Stock Tokens that share is routed toward.

The resulting assets are delivered to the Yuna's ERC-6551 token-bound account.

<figure><img src="https://2522579641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwhWwwXGIyydvVtvyVEA7%2Fuploads%2FGsQkMN2eaoI1Rompyiqo%2Fwp(pay%20day).jpeg?alt=media&amp;token=f5e9ad2e-f9b4-475b-a340-c0197c129340" alt=""><figcaption></figcaption></figure>

### **Partner Pay Day**

Partner Yunas participate in standard Pay Day with their active 5.00x Weight Multiplier.

Eligible Partners can also participate in distributions from the Partner Pot.

The Partner allocation is accounted for separately from the standard Pay Day balance and distributed only across activated Partner Yunas.

See: [Partner](/activation/partner.md)

```
PAY DAY COMPLETE

WORKFORCE      SETTLED
WEIGHT         CALCULATED
PORTFOLIOS     ROUTED
YUNA ACCOUNTS  CREDITED
```

Until the next Pay Day.
