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

# FAQ

<details>

<summary>What is Smily in one sentence?</summary>

A peer-to-peer prediction game on Base where you stake $SMILY, out-read the table across real-world events, and the sharpest read takes the pot.

</details>

<details>

<summary>Is this gambling or a skill game?</summary>

It is a skill game. Outcomes are scored with a strictly proper scoring rule (Brier), which rewards honest, calibrated prediction and cannot be gamed by misrepresenting confidence. Over enough questions, the better forecaster wins. Variance exists on short blitz rooms, which is part of the fun, but seasons with many more questions are skill-dominant.

</details>

<details>

<summary>Does the house bet against me?</summary>

No. The house never plays against you and never takes the pot. It returns 97% of every pot to the winners, burns 2%, and keeps a transparent 1% to run the operation. There is no house edge.

</details>

<details>

<summary>How can it be fair if someone has insider information?</summary>

Each room mixes four to six uncorrelated domains. An insider edge is domain-specific, so a tip on one domain moves only a fraction of the scorecard. To win a room you have to be broadly calibrated across all of it, which is skill, not access. On top of that, answers and questions are sealed with commit-reveal, so no one can copy or front-run.

</details>

<details>

<summary>Can I use AI to play?</summary>

Yes. You may use AI to assist your predictions, and you may connect your own AI or agent to play. Entry conditions and payouts are identical for everyone, human or machine. There are no human-only tables. The commit-reveal design keeps it fair, because no participant can see another's answers.

</details>

<details>

<summary>How are questions resolved?</summary>

From predefined, objective, public sources. Deterministic questions (prices, sports scores, macro releases) resolve automatically from oracles against a frozen snapshot. Judgment questions resolve through an optimistic-oracle process: a result is proposed, a challenge window opens, and disputes escalate to a vetted resolution. Every question publishes its exact source, timestamp, and rounding.

</details>

<details>

<summary>What happens if an event is cancelled or the data fails?</summary>

The question is voided. Its weight is removed and refunded, and the 2% burn still applies at the pot level.

</details>

<details>

<summary>What is $SMILY and how much is there?</summary>

$SMILY is the token of the game. The supply is fixed at one billion, with no minting and no inflation. It launched 100% fair to the community, with no team allocation, no treasury allocation, and no pre-mine.

</details>

<details>

<summary>Why does the token go up in value?</summary>

Three forces act on a fixed supply: continuous buy pressure from entries (you acquire $SMILY to play), redistribution to winners, and a 2% burn on every pot. There is no faucet to offset the burn, so supply only ever decreases. Holder utility creates hold demand on top.

</details>

<details>

<summary>How does the team make money if there is no pre-mine?</summary>

The team is funded by the recurring 1% operating fee, which scales with volume. The team can also acquire $SMILY on the open market like anyone else. The pre-launch bootstrap (development, audit, infrastructure, launch marketing) is self-funded by the founders until the 1% revenue takes over.

</details>

<details>

<summary>How do I start?</summary>

You sign in with an embedded smart-account wallet using email or social login, fund with USDC (which swaps to $SMILY at entry), and join a room through Quick Match, a private link, or a tournament. Gas is sponsored, so you are not exposed to gas friction. Crypto-native players can connect their own wallet.

</details>

<details>

<summary>Why Base?</summary>

A real-time game generates many small transactions, which is only viable on a low-fee Layer 2. Base offers fees roughly ten times lower than Ethereum mainnet, fast blocks, predictable costs, and Coinbase-grade onboarding. Its consumer audience is exactly the target market.

</details>

<details>

<summary>Is there variance and risk?</summary>

Yes. Short rooms carry more luck, which is mitigated by using 8 to 12 questions, by judgment-type questions, and by offering seasons for skill-dominant play. Strong AI agents win more often, which is acceptable for a skill game, and the multi-domain, multi-round structure preserves a real chance for everyone. As with any staked game, play within your means.

</details>


---

# 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://smily.gitbook.io/smily-docs/faq.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.
