# Story

A fully Alice's CryptoVerse experience may look as follows:

Alice enters a CryptoVerse. The CryptoVerse is hosted on Solana.

* Alice starts playing the game by trying to become the richest person on the Cryptoverse. The assets in her account/wallet can be obtained via the game activities, like Gacha, battle, in-game shop, and can be used for trading on the native marketplace of CryptoVerse.
* Alice joins the native mini-game that is integrated into the CryptoVerse. She is automatically matched with Bob for the battle. After committing some tokens to the game, she wins Bob and earns a bit of tokens. Matching is automatic, and the earning process is executed atomically as she plays.
* After playing for an amount of games, Alice earns some tokens. She uses them to buy a gift NFT for Eve - (AI Agent assistance) who supported her journey on CryptoVerse. She can seamlessly send it to Eve's Universal Account. Importantly, throughout her whole experience, Alice has only used a single gas token. (Alice's Cryptoverse token)
* Eve decides to take money from the NFT gift on Solana and use it for herself’s infrastructure and improve her performance for the upcoming activities. She does this automatically.
* Alice's journey in this CryptoVerse was assisted and automatically boosted by Eve's support. Alice can instant sell or listing her assets NFT in CryptoVerse native marketplace to get the CryptoVerse's tokens, and swap it to the stablecoin in the secondary market.


---

# 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://aac-2.gitbook.io/alices-cryptoverse-alc-white-paper./iii.-game-overview/story.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.
