# Setup Paper Wallet

A paper wallet is an offline method to store your cryptocurrencies securely. It involves generating and printing your private keys and public addresses on physical paper. Follow this step-by-step guide to create your own paper wallet for cryptocurrencies.

{% hint style="info" %}
Note: Be cautious and ensure you're using a trusted and secure computer when generating your paper wallet.
{% endhint %}

**Step 1: Prepare Your Computer**

1. Disconnect from the Internet: To ensure maximum security, disconnect your computer from the Internet before generating a paper wallet.

**Step 2: Choose a Paper Wallet Generator**

1. Research: Look for reputable and secure paper wallet generators. Websites like bitaddress.org or walletgenerator.net are popular choices.

**Step 3: Generate Your Paper Wallet**

1. Access the Generator: Open the chosen paper wallet generator in your web browser. Ensure the URL is correct and secure.
2. Randomness: Follow the instructions on the generator's page to enhance randomness. Move your mouse cursor or type random characters as directed.
3. Generate Keys: Click the "Generate" button to create a new pair of public and private keys.
4. Print: Print the paper wallet page directly from the browser. Ensure your printer is connected only to a secure and trusted computer.

**Step 4: Safeguard Your Paper Wallet**

1. Physical Security: Store the printed paper wallet in a secure and fireproof location, such as a safe or safety deposit box.
2. Duplicate Copies: Create multiple copies of the paper wallet and store them in separate secure locations. This guards against loss or damage.

**Step 5: Sending and Receiving Funds**

1. Receiving Funds: To receive cryptocurrencies, share the public address from your paper wallet with others.
2. Sending Funds: If you wish to send cryptocurrencies from your paper wallet, you'll need to import the private key into a wallet software or online platform. Be cautious and research thoroughly before doing this, as exposing the private key could compromise security.

**Step 6: Security Precautions**

1. Offline Generation: Always generate your paper wallet offline to minimize the risk of exposure to online threats.
2. Secure Printing: Use a printer that's not connected to the internet and is in a secure environment.
3. No Digital Copies: Do not store digital copies of your paper wallet on your computer or any online storage.
4. Be Careful with QR Codes: QR codes on paper wallets can be scanned to access private keys. Keep them away from prying eyes and scanners.

Creating a paper wallet offers a high level of security by keeping your private keys offline. However, ensure you follow the process meticulously to prevent any compromise of your funds' safety.


---

# 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://docs.pinky.finance/guide/crypto-wallets/setup-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.
