Multiplayer

Dividends

confirmedPatch 11.75Build a7b5c7cCore rulesReviewed
Patch
11.75
Build
a7b5c7c
Scope
Core rules
Reviewed

A controlling player can schedule a recurring cash dividend as an amount per share unit and an interval in hours. The client verifies that treasury can cover the next complete payout before accepting the schedule. Evidence

For each current player or organization holder, payout is floor(shares held × amount per unit / shares per unit). A schedule is rejected if no current holder would receive at least one whole Noctmark. Treasury shares receive nothing. Organization holders receive their payout into their own treasury; players receive it personally.

At each interval, the full current-holder requirement is recalculated. If treasury covers it, treasury and retained earnings fall by the total and recipients are paid. If treasury is short, the entire interval is skipped and the next interval is scheduled; there is no partial pro-rata distribution.

Setting the amount to zero or interval to zero cancels the schedule. Amounts are normalized to four decimal places. Before enabling a dividend, reserve loan interest and contract commitments: the initial coverage check does not guarantee funds will still exist at payment time.

Evidence

Sanitized transcripts from the current client. Raw player captures remain private.

  1. Installed client identityThe installed Windows client reports patch 11.75, build a7b5c7c, built 2026-07-31 15:16:13 UTC.Patch 11.75 · build a7b5c7c · verified 2026-08-01 · Riftborne.exe --build-info and Content/build_info.json.
  2. Organization shares, buybacks, and dividendsSell orders reserve existing shares; bids escrow Noctmarks. Treasury issuance lists treasury-backed shares without increasing issued shares, while follow-on funding increases authorized, issued, and treasury shares before listing them. Buyback budgets are escrowed from treasury and completed purchases become treasury shares. Scheduled dividends pay whole-Noctmark amounts to current player and organization holders and skip an interval when treasury cannot cover the complete payout.Patch 11.75 · build a7b5c7c · verified 2026-08-01 · Read-only inspection of OrganizationSystem share-order, issuance, follow-on-funding, buyback, matching, cancellation, and scheduled-dividend methods.