Area: Monetization (audit p10) · Surface: POST /user/{id}/tip (TipController@store); UI: templates/partials/tip-modal.php on profile + thread pages · Dimension: documentation · Severity: minor
Members can tip other members credits via a modal on profiles and threads (preset amounts 100/500/1000). This is a user-facing monetization/credits-spend feature with visible UI, but no mobieusKnow article explains how tipping works, what currency it uses (credits), or who can receive tips. Note the credits article (/know/mobieus-credits) mentions 'gifts' but there is no dedicated coverage of the tip flow, and that credits article is itself not discoverable (see separate finding).
Evidence
Code: platform/src/Controllers/TipController.php:13 `public function store(string $id): void`. UI is live for end users: platform/templates/partials/tip-modal.php:15-17 amount buttons `data-tip-amount="100/500/1000"`, included from platform/templates/profile/show.php:917 and platform/templates/forums/thread.php:1622. Wiki: `curl https://support.mobieus.io/know/search?q=tip` => `No results for "tip"`; also "No results" for 'tip jar' and 'tipping'. Direct slugs 404: `/know/tips`, `/know/tipping`.
Suggested fix. Document tipping — either as its own short article or a section in the mobieusCredits article — covering how to tip from a profile or thread, the credit cost, and how recipients see/receive tips. Ensure it is searchable under 'tip'/'tipping'.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus