After the Session¶
When you reach the outro card and confirm the end, BLINK does four things: it asks for a rating, it awards XP, it writes a summary, and it stores the session in your history.
1. The rating screen¶
A single screen with:
- A 1 to 5 star rating.
- An optional one-line note.
The rating directly affects:
- Your Domina's mood (4 or 5 -> pleased; 1 or 2 -> stern).
- XP (a bonus is added if you rated 4 or higher).
- The planner's calibration for your next session.
Rate honestly. The Domina is built to listen to your ratings; a polite "4" when you meant "2" misleads her future planning.
2. XP and level¶
XP is calculated as:
xp = difficulty * 15
if rating >= 4: xp += 10
A session at difficulty 3 rated 5 stars awards 3 * 15 + 10 = 55 XP.
Level is calculated as min(10, floor(xp / 100) + 1). You hit level 2
at 100 XP, level 3 at 200 XP, and so on, capped at level 10 (Master).
You can also adjust your level manually by one step in either direction from the Profile screen at any time, regardless of XP.
3. The summary¶
A two-to-four sentence summary is written by the Domina herself and saved with the session. It is the version of the session that appears in your history and on any share link you generate.
The summary never contains:
- The full task text.
- Your username (an optional alias is used on share pages instead).
- Your interests, hard limits, or inventory.
- Any directly identifying details.
4. Sharing and exporting¶
From the summary screen you can:
- Generate a public share link. A short URL that anyone can open (no sign-in required). See Share Page for what is visible there.
- Download a PDF of the session. Premium Plus only. See Session PDF Export.
- Delete the session. Removes it from your history, including the share link. Generated images are removed too.
What if the session ended unusually¶
| End state | What you see |
|---|---|
| Completed normally | Rating screen, XP, summary, share / export options. |
| Safeworded | A short acknowledgement screen. No XP, no rating, no summary. The session appears in history marked "safeworded". |
| Abandoned (48h timeout) | No rating screen. The session is silently moved to "abandoned" by a background job. Mood is not directly affected, but it decays naturally toward neutral while you're inactive. |
You can still see safeworded and abandoned sessions in your history. You cannot retroactively rate them.