# Blockchain games are complex

Blockchain games are complex. Especially for gamers that are new to crypto. They need to create a wallet, acquire crypto, and, most likely, [buy an NFT](/mission-and-vision/free-to-play-and-earn.md). There are many drop-off points, which raises the barrier to starting with blockchain games.

Cryptopia makes onboarding intuitive and easy by abstracting away the blockchain. The game is built on top of a [multisig wallet](/tech-stack/multisig-wallet.md). This means that players do not need an external wallet (like MetaMask or TrustWallet). They create a game account (just like any traditional game) and get a wallet with that. It also means players do not leave the game environment when interacting with the blockchain. Everything is done from the game UI, making it a seamless experience. In addition, a multisig wallet is the safest and most secure wallet available. This helps newbies to crypto feel safe and secure.

Having our own wallet makes it possible to pre-fund accounts of non-crypto users. We sell our game for 1 USD and give 1 USD worth of gas back. This way, new users do not have to go to an exchange and buy crypto. They just download our game, create an account, and are ready to go!


---

# 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/blockchain-games-are-complex.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.
