# Wallets

In order to purchase NFTs the user needs to create a crypto wallet. During wallet creation, the user must provide a password to access the wallet later. It is important to inform the user that the password must be written down or otherwise stored since neither PLAY nor developers can recover the wallet password if forgotten. The NFT virtual items are sold for "[rgn-coin](/play-sdk-documentation/sdk-integration-guides/currency-iap.md)" currency.&#x20;

The wallet creation is handled automatically through the OAuth form based on your game requirement. The user will be prompt to create a wallet if needed when trying to signIn.&#x20;


---

# 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://playnetwork.gitbook.io/play-sdk-documentation/sdk-integration-guides/wallets.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.
