Multiplayer

Buybacks

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

A buyback is a treasury-funded bid for the organization’s own shares. Only the controlling player can authorize it. Evidence

The bid price is floored to a whole Noctmark with a minimum of 1. The requested budget must buy at least one share and treasury must cover it. The system computes floor(budget / bid price) shares, escrows exactly shares × bid price, subtracts that amount from treasury and retained earnings, and places a treasury bid.

When a holder sells into it, the holder receives the escrowed price and the purchased shares become treasury shares. Treasury shares leave the outstanding-share denominator, so the remaining outside holders’ percentages rise even though their counts do not.

Cancelling an unfilled treasury bid returns remaining escrow to treasury and retained earnings. No separate fee, debt block, contract block, or seller compulsion appears in the audited core method: a seller must choose to fill the bid. Compare the ownership effect with Dividends, which distribute cash without changing share counts.

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.