# Setting up a Solana Wallet

### Introduction to Solana Wallets

A **Solana wallet** is a digital tool that lets you store, send, receive, and interact with SOL (Solana’s native token) and Solana-based assets such as NFTs and DeFi applications. Unlike centralized exchanges, these wallets give you full control of your funds (non-custodial), meaning **only you** hold the private keys and recovery phrase.

Solana wallets are required to:

* Store and transfer **SOL** and **SPL** tokens (Solana's token standard)
* Connect to decentralized apps (dApps) on the Solana blockchain
* Buy, sell, and display Solana NFTs
* Stake SOL to earn rewards

Two of the most popular Solana-compatible wallets are **Phantom** and **Coinbase Wallet.** <br>

***

### 🟣 Phantom Wallet (Solana - Native)

**Phantom** is one of the most widely used wallets on Solana, known for its sleek design and ease of use.

<figure><img src="/files/XamI5vMLtuZNAFB7HvY5" alt=""><figcaption></figcaption></figure>

#### :calling::purple\_circle:  Set Up Steps for Phantom Wallet

1. **Download Phantom**:\
   Visit phantom.app/download and select your preferred browser (Chrome, Firefox, Brave, or Edge) or download the mobile app for iOS/Android. Or go to <https://phantom.app>
2. **Install the Extension or App**:\
   Follow the prompts to add the Phantom extension to your browser or install the mobile app.
3. **Create a New Wallet**:\
   Click on “Create New Wallet” and set a secure password.
4. **Secure Your Recovery Phrase**:\
   You'll be presented with a 12-word Secret Recovery Phrase. Write it down and store it securely; it's essential for wallet recovery.
5. **Access Your Wallet**:\
   After setup, the Phantom icon will appear in your browser toolbar or as an app on your device.
6. **Fund Your Wallet**:\
   You can add SOL to your wallet by purchasing through integrated services or transferring from another wallet or exchange.

***

### 🔵 Setting Up a Coinbase Wallet (Multi-Chain Support)

<figure><img src="/files/39ksn2PSZBAnjNWSQOQp" alt=""><figcaption></figcaption></figure>

**Coinbase Wallet** is a versatile, self-custody wallet that supports multiple blockchains, including Solana, Ethereum, and more.

**Coinbase Wallet** is a versatile, self-custody wallet that supports multiple blockchains, including Solana, Ethereum, and more.

#### :calling::blue\_circle: Set Up Steps for Coinbase Wallet

1. **Download Coinbase Wallet**:\
   Visit wallet.coinbase.com and download the browser extension or mobile app for iOS or Android.
2. **Create a New Wallet**:\
   Open the app or extension and select “Create a new wallet.”
3. **Secure Your Recovery Phrase**:\
   You'll receive a 12-word recovery phrase. Write it down and store it securely; it's crucial for wallet recovery.
4. **Set Up Security Features**:\
   Choose your preferred security method, such as biometrics or a passcode, to protect your wallet.
5. **Enable Solana Network**:\
   In the wallet settings, navigate to “Active Dapp Network” and add the Solana network if it's not already enabled.
6. **Fund Your Wallet**:\
   Transfer SOL from another wallet or exchange, or purchase directly within the wallet if supported.

***

### :closed\_lock\_with\_key: Security tips for all users

* **Never Share Your Recovery Phrase**: This phrase grants full access to your wallet. Keep it confidential.​[Phantom+2Coinbase+2Coinbase Help+2](https://www.coinbase.com/wallet/articles/getting-started-mobile?utm_source=chatgpt.com)
* **Use Strong Passwords**: Ensure your wallet password is robust and unique.​
* **Enable Two-Factor Authentication (2FA)**: If available, add an extra layer of security to your wallet.​
* **Beware of Phishing Attempts**: Only download wallet apps or extensions from official sources.


---

# 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://lucent-network.gitbook.io/docs/lucent-network-upgrade/setting-up-a-solana-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.
