# Smart Contracts

The <mark style="color:green;">**Ape Church platform**</mark> leverages smart contracts <mark style="color:green;">**to facilitate the gameplay.**</mark>

Although the platform consists of numerous smart contracts, only a select few directly interact with user funds. There are contracts for the games themselves and the claim manager, where users can claim their winnings and rewards. Security reviews are underway, and reports will be linked in the Ape Church docs as they become available.

The ecosystem features multiple smart contracts, each serving a specific purpose. Some are used to power the games, while others track player statistics, wallet activities, project performance, and more. The contracts enable the platform to offer detailed information to users, including leaderboards and community engagement metrics.

As with all blockchain-based platforms, the smart contracts are fully accessible via blockchain explorers, allowing anyone with technical expertise to <mark style="color:green;">**interact directly**</mark> with them and <mark style="color:green;">**play games**</mark>. This ensures the code remains completely <mark style="color:green;">**transparent**</mark> and verifiable.

Any updates, new smart contracts, or changes to the platform will be posted here for public review and transparency.

{% hint style="danger" %}
Ape Church contracts are currently undergoing independent security reviews. Audit reports will be linked in the documentation as soon as they become available. Until audits are complete, users should interact at their own discretion and understand that some risks may exist.
{% endhint %}


---

# 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.ape.church/smart-contracts.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.
