> For the complete documentation index, see [llms.txt](https://docs.qwertycoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qwertycoin.org/wallet/paper-wallet.md).

# Paper Wallet

The main purpose of a paper wallet is to quickly create a wallet address to start receiving funds. But you won't be able to spend or send your funds until you setup a CLI, GUI or Web Wallet.

## Generate a Wallet Address

* Go [here](https://explorer.qwertycoin.org/#paperwallet) to go to the paper wallet generator. You will see something like this:
* To generate the wallet, click the 'Generate' button at the top of the page. A new wallet will be generated for you.
* Once generated you will be given your Qwertycoin wallet address, mnemonic seed, legacy GUI keys, view keys and spend keys.

![Screenshot of Paper Wallet Generator](/files/-M4MQ6XMK6wAVWz4IOvS)

***Make sure to copy all this information down and keep it in a safe place!***

***Do not share your mnemonic seed and keys with anyone!*** If you do they will have access to your funds.

You can safely give out your wallet address to receive funds.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.qwertycoin.org/wallet/paper-wallet.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.
