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

# Welcome

**Welcome to Fox Emoji Games – Powered by Solana**<br>

Fox Emoji Games was born within the EmojiFi trend as a meme project, but its vision quickly expanded into the GameFi space. Our mission is to build an innovative gaming platform that combines entertainment, real utility, and blockchain technology.

Currently, the platform features **EmojiFi Roulette** and **EmojiFi Poker (Beta)**—both fully developed by the Fox Emoji Games team. These are just the beginning of a growing ecosystem designed to deliver **secure, transparent, and rewarding gaming experiences**.

Our goal is twofold:\
✔ **For players** – Enjoy fun, reliable games integrated with functional in-game economies and blockchain rewards.\
✔ **For developers** – Showcase their games, interact with the community, gain exposure, and receive real feedback while players test their creations.

Through this approach, **Fox Emoji Games** is creating a collaborative environment where users are rewarded for completing missions, developers gain insights to improve their games, and everyone contributes to shaping the future of **GameFi on Solana**.


---

# 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, and the optional `goal` query parameter:

```
GET https://foxemoji.gitbook.io/foxemojigames/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
