# Solana Wallet

A wallet is a device or application that stores a collection of keys and can be used to send, receive, and track ownership of cryptocurrencies. The Solana Wallet Guide describes the different options available to users of Solana who want to interact with SOL tokens on the Solana blockchain. The private key is required to digitally sign any transactions to send cryptocurrencies to another address. The address can also be used to view certain information about a wallet, such as viewing the balance, but has no ability to change anything about the wallet or withdraw any tokens. Solana supports multiple types of wallets so you can choose the right balance of security and convenience.


---

# 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://help.coinpocket.io/wallet-faq/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.
