# Smart Contract Audits

### TL;DR

* A full smart contract audit was performed by [Sec3](https://www.sec3.dev/) on Zeebit's [three core smart contracts](/zeebit.io/technical-overview/smart-contract-structures.md).
* A number of issues were identified which have now been addressed or acknowledged as not posing a risk.
* A subsequent review has been performed by Sec3 to validate the changes implemented to address previously flagged issues.

### Overview

The three Zeebit core smart contracts have undergone an audit by leading web3 security firm, Sec3 (formerly Soteria).&#x20;

{% hint style="info" %}
The Zeebit core contract suits consists of:

* **`Cashier`** - which handles settlement/transfer of funds, player accounts, statistics, XP, bonus systems, etc
* **`Random`** - which deals with requests for on-chain published randomness
* **`Casino`** - which contains the standardized interface for games, as well as game-specific logic for the suite of games on Zeebit
  {% endhint %}

### Report

The full audit report is available below:

{% file src="/files/NDAsdU1r7kFxhNLVQyTa" %}


---

# 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://zeebit.gitbook.io/zeebit.io/information/smart-contract-audits.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.
