# Skullcoin

## Skullcoin Labs ☠️

- [Overview](https://docs.skullco.in/overview.md)
- [Problem and Solution](https://docs.skullco.in/overview/problem-and-solution.md)
- [Find 2 Earn](https://docs.skullco.in/find-2-earn.md)
- [The Gateway](https://docs.skullco.in/find-2-earn/the-gateway.md): Web2 to Web3 Onboarding Through Play
- [Sponsored Hunts](https://docs.skullco.in/find-2-earn/sponsored-hunts.md): Sustainable Free2Play Economics
- [Fog Hunt](https://docs.skullco.in/find-2-earn/fog-hunt.md): Bridge from Find2Earn to on-chain play
- [Encrypted NFTs](https://docs.skullco.in/encrypted-nfts.md)
- [Implementation Architectures](https://docs.skullco.in/encrypted-nfts/implementation-architectures.md)
- [Key Management](https://docs.skullco.in/encrypted-nfts/key-management.md)
- [Use Cases](https://docs.skullco.in/encrypted-nfts/use-cases.md): Encrypted NFTs enable gameplay mechanics impossible in traditional blockchain games by allowing players to own verifiable secrets.
- [Strike](https://docs.skullco.in/strike.md): Str!ke is a fast-paced tactical combat system combining simultaneous-choice gameplay with gear-based progression, and verifiable logs.
- [Core Combat Mechanics](https://docs.skullco.in/strike/core-combat-mechanics.md)
- [Encrypted Encounters](https://docs.skullco.in/strike/encrypted-encounters.md)
- [Sustainable Economy](https://docs.skullco.in/strike/sustainable-economy.md): Gameplay creates predictable sinks that fund exciting faucets, keeping the loop net-positive and durable.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.skullco.in/overview.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.
