# Wallet Management

Sola AI’s goal is to simplify on-chain interactions by enabling transaction handling through voice commands, reducing the need for multiple steps to perform a task. To achieve this, we integrate an embedded wallet that can operate seamlessly with voice commands. For the platform, we use Privy embedded wallets as the base wallet solution. However, we recognize the importance of giving users the flexibility to choose how their assets are managed. Therefore, we plan to support custom Solana wallets like Phantom, Solflare, and more in the future, providing users with greater control over their wallet preferences.

### About [Privy Embedded Wallets](https://docs.privy.io/guide/react/wallets/overview)

Privy embedded wallets are self-custodial wallets provisioned by Privy, designed to provide a seamless and secure wallet experience directly within your application. These wallets eliminate the need for separate wallet clients, such as browser extensions or mobile apps, allowing users to access and manage their assets directly from within the platform.

Primarily intended for users who may not already have an external wallet or prefer not to connect an existing wallet, Privy embedded wallets offer a simple and efficient solution for engaging with decentralized applications (dApps). The integration is smooth, enabling a frictionless user experience, especially for newcomers to blockchain technology.

**Security**\
Security is a top priority for Privy embedded wallets. Being self-custodial, users have full control over their private keys, which are securely stored on their device. All transaction signing and asset management are done locally, ensuring that sensitive information is never transmitted over the network. Additionally, Privy employs industry-standard encryption and advanced security protocols to protect user data from potential threats. With built-in protection against common vulnerabilities, such as phishing and man-in-the-middle attacks, Privy embedded wallets provide a secure and reliable solution for handling digital assets within your app.


---

# 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.solaai.xyz/application-overview/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.
