# Ecosystem/Games

## Ecological Games

All games are implemented via smart contracts and follow unified settlement rules.

### Common Rules

* Pineapple-based settlement
* Immutable core logic
* On-chain records

### Hacker Escape

#### Overview

* 8 rooms
* Entry tiers: 10 / 50 / 100 / 500 Pineapples
* Game starts at 20 participants

#### Settlement

For losing amount X:

* 88% to winners
* 12% to profit sharing

Profit sharing split:

* 30% referrals
* 30% platform
* 40% guild

#### Fairness

* VRF randomness
* Participation limits

### Celebrity Games

#### Overview

* 6 characters
* One round per minute

#### Betting

* Champion: 5×
* Non-champion: 1.18×

#### Controls

* Fixed odds
* VRF-based outcomes

### Consistency

All games share pricing, settlement, and verification standards.


---

# 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://apollo-guild-alliance.gitbook.io/apollo-guild-alliance-docs/ecosystem-games.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.
