# Solana Wallet

## Solana Wallet Guide

&#x20;This article describes the various wallet options available to Solana users who want to be able to send, receive, and interact with SOL tokens on the Solana blockchain.

### What is a wallet? <a href="#what-is-a-wallet" id="what-is-a-wallet"></a>

&#x20;An encryption wallet is a device or application that can be used to store a collection of keys and transmit, receive, and track ownership of cryptocurrency. Wallets can take many forms. Wallet can be a special device called a computer file system directory or file, paper, or hardware wallet. There are also a variety of smartphone apps and computer programs that provide a user-friendly way to create and manage wallets.

&#x20;Key pairs are securely generated private keys and public keys derived by encryption. Private keys and their public keys are known as key pairs together. The wallet contains one or more keypairs and provides a means to interact with them.

&#x20;The public key (usually abbreviated as pubkey) is known as the receiving address or simply the address of the wallet. You can freely share and display your wallet address. When the other party sends a certain amount of cryptocurrency to the wallet, you need to know the receiving address of the wallet. Depending on the implementation of the blockchain, addresses can also be used to view specific information about wallets, such as balance views, but there is no function to change wallets or withdraw tokens.

&#x20;Private keys are required to digitally sign all transactions to send cryptocurrency to other addresses or change wallets. You can never share your private key. If someone has access to the private key to the wallet, they can withdraw all the tokens in the wallet. If you lose your wallet's private key, all tokens sent to that wallet address will be permanently lost.

&#x20;Other wallet solutions offer a variety of approaches to key pair security, key pair interaction, and signature transactions for token use/use. Some are easier to use than others. Some store private keys more securely and back them up. Solana supports various types of wallets, so you can choose the right balance between security and convenience.

&#x20;In order to receive a SOL token from the Solana blockchain, you must first make a wallet.

### supported wallet <a href="#supported-wallets" id="supported-wallets"></a>

&#x20;Multiple browsers and mobile app-based wallets support Solana. Find what suits you on the [Solar Ecosystem page](https://solana.com/ecosystem/explore?categories=wallet).

&#x20;For advanced users or developers, [command-line wallets](https://docs.solana.com/wallet-guide/cli) may be more appropriate. This is because new features in the Solana blockchain are always supported first on the command line before integrating into third-party solutions.&#x20;

&#x20;Source: <https://docs.solana.com/wallet-guide>


---

# 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://doce.charactbit.com/technology-foundation/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.
