# Wallet

- [What is Backpack Wallet?](https://support.backpack.exchange/wallet/what-is-backpack-wallet.md)
- [Get Started](https://support.backpack.exchange/wallet/get-started.md)
- [Supported Browsers and Platforms](https://support.backpack.exchange/wallet/get-started/supported-browsers-and-platforms.md)
- [Import/Recover Wallet](https://support.backpack.exchange/wallet/get-started/import-recover-wallet.md)
- [Actions](https://support.backpack.exchange/wallet/actions.md)
- [Add Network](https://support.backpack.exchange/wallet/actions/add-network.md)
- [Wallet Multi-Accounts](https://support.backpack.exchange/wallet/actions/wallet-multi-accounts.md)
- [Custom RPC Address](https://support.backpack.exchange/wallet/actions/custom-rpc-address.md)
- [Swap Tokens](https://support.backpack.exchange/wallet/actions/swap-tokens.md)
- [How to Buy and Sell Crypto with MoonPay](https://support.backpack.exchange/wallet/actions/how-to-buy-and-sell-crypto-with-moonpay.md)
- [Buy Crypto in Backpack Wallet with MoonPay](https://support.backpack.exchange/wallet/actions/how-to-buy-and-sell-crypto-with-moonpay/buy-crypto-in-backpack-wallet-with-moonpay.md)
- [Sell Crypto in Backpack Wallet with MoonPay](https://support.backpack.exchange/wallet/actions/how-to-buy-and-sell-crypto-with-moonpay/sell-crypto-in-backpack-wallet-with-moonpay.md)
- [Stake SOL](https://support.backpack.exchange/wallet/actions/stake-sol.md)
- [SOL/ETH Bridge](https://support.backpack.exchange/wallet/actions/sol-eth-bridge.md)
- [Secure NFTs](https://support.backpack.exchange/wallet/actions/secure-nfts.md)
- [Connect Hardware Wallet](https://support.backpack.exchange/wallet/actions/connect-hardware-wallet.md)
- [Multisig](https://support.backpack.exchange/wallet/actions/multisig.md)
- [Add Developer Testnets](https://support.backpack.exchange/wallet/actions/add-developer-testnets.md)
- [Collaboration Application Form](https://support.backpack.exchange/wallet/actions/collaboration-application-form.md)
- [Troubleshoot](https://support.backpack.exchange/wallet/troubleshoot.md)
- [Hide Spam NFTs](https://support.backpack.exchange/wallet/troubleshoot/hide-spam-nfts.md): There are multiple methods to manage spam NFTs that you receive in your Backpack Wallet.
- [Hide Tokens](https://support.backpack.exchange/wallet/troubleshoot/hide-tokens.md): Learn how to spam NFTs in Backpack Wallet. The same process flow works in both Desktop extension and the mobile application.
- [Wallet Not Loading](https://support.backpack.exchange/wallet/troubleshoot/wallet-not-loading.md)
- [View Secret Recovery Phrases and Private Keys](https://support.backpack.exchange/wallet/troubleshoot/view-secret-recovery-phrases-and-private-keys.md): Secret Recovery Phrases enable you to recover your Backpack Wallet accounts.
- [Technical Docs](https://support.backpack.exchange/wallet/technical-docs.md)
- [Localhost RPC Endpoints](https://support.backpack.exchange/wallet/technical-docs/localhost-rpc-endpoints.md)
- [Deeplinks](https://support.backpack.exchange/wallet/technical-docs/deeplinks.md)
- [Provider Methods](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods.md)
- [Connect](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods/connect.md)
- [Disconnect](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods/disconnect.md)
- [SignAndSendTransaction](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods/signandsendtransaction.md)
- [SignAllTransactions](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods/signalltransactions.md)
- [SignTransaction](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods/signtransaction.md)
- [SignMessage](https://support.backpack.exchange/wallet/technical-docs/deeplinks/provider-methods/signmessage.md)
- [Other Methods](https://support.backpack.exchange/wallet/technical-docs/deeplinks/other-methods.md)
- [Browse](https://support.backpack.exchange/wallet/technical-docs/deeplinks/other-methods/browse.md)
- [Handling Sessions](https://support.backpack.exchange/wallet/technical-docs/deeplinks/handling-sessions.md)
- [Specifying Redirects](https://support.backpack.exchange/wallet/technical-docs/deeplinks/specifying-redirects.md)
- [Encryption](https://support.backpack.exchange/wallet/technical-docs/deeplinks/encryption.md)
- [Limitations](https://support.backpack.exchange/wallet/technical-docs/deeplinks/limitations.md)


---

# 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://support.backpack.exchange/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.
