# Setup Web Wallet

A web wallet is a convenient online solution for managing your cryptocurrencies through a web browser. Follow this step-by-step guide to set up your own cryptocurrency web wallet securely.

{% hint style="info" %}
Note: Be cautious when choosing a web wallet provider, and opt for reputable platforms with a strong track record in security.
{% endhint %}

**Step 1: Choose a Web Wallet Provider**

1. Research: Look for well-known and trusted web wallet providers. Examples include MyEtherWallet (for Ethereum-based tokens) or MetaMask.

**Step 2: Access the Web Wallet**

1. Visit the Website: Go to the official website of the web wallet provider you've chosen.

**Step 3: Create a New Wallet**

1. Create an Account: Click on the "Sign Up" or "Create Account" button to begin the registration process.
2. Provide Information: Provide the required information, such as your email address and a secure password. Follow any additional instructions provided by the platform.

**Step 4: Secure Your Account**

1. Enable Two-Factor Authentication (2FA): If the web wallet provider offers two-factor authentication, enable it. This adds an extra layer of security by requiring a verification code from your mobile device in addition to your password.

**Step 5: Generate and Store Keys**

1. Mnemonic Phrase: Some web wallets generate a mnemonic phrase (seed phrase) during the setup process. This phrase is crucial for recovering your wallet in case you lose access. Write down the phrase and store it in a secure and offline location.
2. Public Address: Your web wallet will provide you with a public address for receiving cryptocurrencies. This is a long alphanumeric string. Copy or save this address for future use.

**Step 6: Access and Use Your Wallet**

1. Log In: Return to the web wallet's website and log in using your email and password.
2. Receive Funds: Provide your public address to individuals or platforms from which you expect to receive cryptocurrencies. They can send cryptocurrencies to this address.
3. Send Funds: To send cryptocurrencies, locate the "Send" or "Send/Transfer" option in your wallet interface. Input the recipient's address and the amount you wish to send and confirm the transaction. Some platforms might require a second authentication step.

**Step 7: Security Precautions**

1. Bookmark the Official Site: Always access your web wallet by bookmarking the official website URL to prevent falling victim to phishing attempts.
2. Use Secure Connections: Ensure that the website uses HTTPS, indicating a secure connection.
3. Regular Updates: Keep your web browser, operating system, and any security software up to date.
4. Limited Use: Only use trusted devices and networks when accessing your web wallet.

Setting up a cryptocurrency web wallet offers convenient access to your digital assets. However, prioritize security at every step to ensure the safety of your funds.


---

# 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-web-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.
