# 100% decentralized

Not many games are fully decentralized, let alone on the blockchain. Most games have the assets on chain, but the rest of the game resides on central servers.

This has far-reaching consequences for the ownership of game items. Yes, gamers own the items (NFTs), but the game publisher decides if and how you can use these!

Cryptopia is 100% decentralized without central servers. The complete game state is on the blockchain. Less critical processes are handled peer-to-peer via [meshes](/tech-stack/p2p-mesh-network.md).

There is no central authority that can change the rules around ownership of game items. Also, Crytopia is not vulnerable to DDOS attacks, does not have downtime, and is ready to be governed by its community in a DAO structure. There is no organization or authority that can take Cryptopia offline!

Read more in our article on Coinmarketcap: [Why Cryptopia is building an eternal game](https://coinmarketcap.com/community/articles/645080f6c1d7e422b683e6fb/).&#x20;

{% embed url="<https://youtu.be/kuepnd53ygI>" %}


---

# 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.cryptopia.com/mission-and-vision/100-decentralized.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.
