> For the complete documentation index, see [llms.txt](https://saisen.gitbook.io/saisen-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saisen.gitbook.io/saisen-docs/saisen-guide/how-to-play-saisen.md).

# How to Play Saisen

### 1. Connect Your Wallet

* Open the Saisen dApp.
* Click **“Connect Wallet.”**
* Select a wallet that supports the Oasys L1 network (e.g. Metamask, Rabby, etc.).

<figure><img src="/files/Vwgnb4vHV5DJlwvjDbRH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Tip:** Make sure your wallet holds pOAS or OAS. Need tokens? Swap on [GamingDEX](https://www.gaming-dex.com/#/oasys/swap).
{% endhint %}

### (1-a. How to Play Saisen with Oasys Passport on PC)

* Open the Saisen dApp.
* Click "Connect Wallet" & Select "Oasys Passport"

<figure><img src="/files/agxRrvcwC9H1NlWLMk0f" alt=""><figcaption></figcaption></figure>

* Open Oasys Passport on your phone & Scan QR code

<figure><img src="/files/WyovPPaVq6t6U18l7vVL" alt="" width="375"><figcaption></figcaption></figure>

* Click "Connect" on Oasys Passport

<figure><img src="/files/dlyzLx5knnZUUwOl77Tt" alt="" width="375"><figcaption></figcaption></figure>

### (1-b. How to Play Saisen on Oasys Passport mobile App)

* Select "Saisen" on "Apps" tab

<figure><img src="/files/gUqRCNZpNxQLOHyMLTZU" alt="" width="375"><figcaption></figcaption></figure>

* Click "Oasys Passport"

<figure><img src="/files/FljiuzfpUtrUw6c56Gek" alt="" width="375"><figcaption></figcaption></figure>

* Click "Connect"

<figure><img src="/files/CEtcn9muIgftdO6cJKgO" alt="" width="375"><figcaption></figcaption></figure>

### 2. Charin (Place a bid)&#x20;

* Click **“Charin”**&#x20;
* Enter the amount (pOAS or OAS)
* Every 10 (p)OAS bid you place gives you the ticket for lottery pool.

<figure><img src="/files/o9grx6KUafbMvsZmKWo8" alt=""><figcaption></figcaption></figure>

#### In the Bootstrap Phase (the first 24 hours)

* **Bid ≥ 10 (p)OAS.**
* The timer keeps counting—no one can win during these first 24 hours.

#### In the Main Game Phase

* **Minimum bid** = 0.5 % of the current pool.
* Each new bid **resets the 1-hour timer**.

### 3. Track Game Status

Four numbers tell you everything at a glance:

* **Live Prize Pool** – How much the last bidder will take if the round ends now.
* **Lottery Pool** – The pot for the 10 random winners.
* **Time Remaining for This Round** – Countdown to 0:00. When it hits zero with no new bids, the round ends.
* **Charins** – Real‑time feed of the latest bids; the crown marks the current leader.

### 4. Claim Prize

* When the timer hits 0 with no new bids:
  * **68%** of the pool goes to the **last bidder**.
  * **20%** is equally distributed among **10 randomly selected past bids**.
  * A **12% House Edge** is taken:
    * **8%** is distributed to **SAISN‑OAS LP stakers**.
    * **4%** goes to the **Treasury**.
* Click **“Claim”** to receive pOAS

<figure><img src="/files/9cxnz6abjcMCkNENZmkq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://saisen.gitbook.io/saisen-docs/saisen-guide/how-to-play-saisen.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.
