# Problem and Solution

### What’s broken today

* **Speculative growth ≠ users.** Airdrops, perps, and hype spikes produce churn, not durable players.
* **Bots/AI ruin fair play.** Complete-information puzzles and farmable social quests bias toward scripts and farms.
* **Unsustainable GameFi.** Faucet-first tokenomics collapse when sinks are an afterthought.

Skullcoin’s answer: **human-skill loops**, **public proofs of outcome**, and **sink-first economies**.<br>

### Design Principles

1. **Human-skill first.** Perception, timing, partial information, and social reading beat automation.
2. **Provable fairness.** Everyone can reconstruct “who won and why” from public logs.
3. **Sinks before faucets.** Every reward stream has a counterweight at launch.
4. **Simple rails.** Payments in the host chain’s native assets; assets as NFTs; VRF where randomness matters.
5. **Composable layers.** Modules interoperate but never hard-depend on a single chain or contract set.


---

# 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.skullco.in/overview/problem-and-solution.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.
