# Provably Fair

### Transparent Corporate Ladder System

Every promotion decision was predetermined before you even applied for the job. Our **Dual-Seed Cryptographic Protocol** ensures that your corporate climb is mathematically verifiable and tamper-proof.

### 🎯 What This Guarantees

**✓** All promotion letter outcomes were locked in before your first choice\
\&#xNAN;**✓** Multiplier assignments (high/low RTP) were predetermined per step\
\&#xNAN;**✓** Special letter properties (💀 instant death, ⚡ instant pass) were fixed at game creation\
\&#xNAN;**✓** Character rewards for JACKPOT collection were set in advance\
\&#xNAN;**✓** We cannot manipulate your career path based on your decisions

***

### 🏗️ Dual-Seed Architecture

#### 🔒 Server Seed (Hidden Until Completion)

* **64-character cryptographic secret** generated by our secure servers
* Remains **completely hidden** during your entire run
* **Revealed only after** you finish (win/lose) or cash out
* Powers all random elements of your corporate ladder

#### 🔑 Client Seed (Your Unique Identifier)

* Derived from **your wallet address** + optional player nonce
* **Public and transparent** from the moment you start
* Ensures your personal randomness contribution
* You control this part of the equation

#### 🎲 Deterministic Game Generation

```
YourGameOutcome = SHA256(ServerSeed + ClientSeed + GameElements)
```

***

### 🎮 Pre-Determined Elements

Every aspect of your corporate climb is calculated **before you make any moves**:

#### 📊 Step-by-Step Outcomes

* **Winning letter positions** for each corporate level
* **RTP assignments** (96% high vs 75-80% low) for stay/switch choices
* **Multiplier values** for every possible decision path

#### ⚡ Special Letter Properties

* **Instant promotion** (skip normal choice logic)
* **Instant termination** (immediate game over)
* Exact positions of these 10% probability events

#### 🎯 JACKPOT Character Distribution

* Which letters contain **J-A-C-K-P-O-T** characters
* Predetermined across all 7 corporate levels

***

### 🔍 Verification Process

After a run completion, visit your **Profile** to see your game history where you can view the **revealed Server Seed and prove the game was fair.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.corpo.run/general/provably-fair.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
