# Game Assets

Since the game runs on a centralized server, assets are controlled by the server when used in game, similar to how a centralized exchange will control your coins when you deposit them to trade.

Therefore game assets exist on two layers:

### Server Layer

* Hosts **Off-Chain Assets**:
  * Cannot be minted or withdrawn to the player’s wallet.
  * Behave similar to traditional game items.
* Hosts **On-Chain Assets**:
  * Can be moved (or, “**bridged**”) between the Server Layer and the Blockchain Layer.

### Blockchain Layer

* Only **On-Chain Assets** exist on the Blockchain Layer as ERC tokens.
* Player has **full control** over these assets with their crypto wallet.


---

# 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://whitepaper.cryptoknights.games/game-assets.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.
