# Fairness & Certificates

The Solcasino.io team only works with prestigious gaming providers such as Evolution, MicroGaming, Pragmatic Play, which they guarantee fairness of the games provided. \ <br>

{% file src="/files/lXlADa2ZXvSqrmTYZGim" %}
Evolution Group Audit Report
{% endfile %}

{% file src="/files/Uj0BVD8pErBGqTZw4nRk" %}
Evolution Group Audit Report
{% endfile %}

## Original Game's Fairness

Here's how you can usually verify the fairness of games with the system shown:

1. **Client Seed**: This is a part of the data that you, as the client, can control. You provide a random seed or it is generated for you, which will be used in combination with the server's seed to determine the outcome of the game.
2. **Server Seed (Hashed)**: This is provided by the gambling site's server before you place a bet. It is a cryptographic hash of the actual server seed. The hash function is one-way, meaning you cannot determine the original server seed from the hashed version, which guarantees that the site cannot change it after you make a bet based on your client seed.
3. **Total Bets Made With Pair**: This number indicates how many bets have been made with the current combination of client and server seeds.
4. **Rotate Seed Pair**: Here you can change the client seed and view the next server seed (still in hashed form) which will be used for the next bet. This is important for maintaining fairness, as it ensures the outcomes cannot be tampered with by changing the seeds after bets are placed.

### To verify the fairness :

1. **Place Your Bet**

   * Participate in a game on <https://solcasino.io/originals>

   <figure><img src="/files/96iybpSGHcdvhdxijN5U" alt=""><figcaption></figcaption></figure>
2. **Record the Current Seeds Before Changing**

   * Before changing your client seed, make sure to record or take note of your current client seed. In your case, it's `817c72b52dd1b2f81108890d1f97ca80`.

   <figure><img src="/files/3FdnInTamTyXepREmBNB" alt=""><figcaption></figcaption></figure>

   * Note that the server seed is provided in a hashed form, which you can't see until after you change your seed.

   <figure><img src="/files/81fZCyG5s6qYm4iOdC2H" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/HeQiHyHpY4YnLmfInFXh" alt=""><figcaption></figcaption></figure>
3. **Change Your Seed**

   * Change your client seed to a new value. This action will reveal the previous unhashed server seed.

   <figure><img src="/files/2odaNDVDvdPc3BmIJ21D" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/DTJvgNlJ2ylh0mwvqrCm" alt=""><figcaption></figcaption></figure>
4. **Check the History**

   * Go to the game history.
   * Look for the entry corresponding to the bet you just made.

   <figure><img src="/files/gb0IaTkQxtnsNmhFpkQ0" alt=""><figcaption></figcaption></figure>
5. **Note the Details**

   * Write down the unhashed server seed that has now been revealed.

   * Confirm your client seed and note the nonce associated with the bet. The nonce is typically a number that increments with each bet to ensure unique outcomes even if the same seeds are used.

   * Client Seed: `817c72b52dd1b2f81108890d1f97ca80`

   * Server Seed: `71cc3c8e8413d3965b127a0f10790bf6`

   * Nonce: `1`
6. **Verification**

   * Use the site's verification tool. Enter the client seed, server seed, and nonce to see the same result as your bet.

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


---

# 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.solcasino.io/rules-and-conditions/fairness-and-certificates.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.
