# What can Sola AI do?

## Swap Coins

Swap between coins - all through voice commands. It’s quick, easy, and allows you to manage your portfolio without lifting a finger.

```
"Can you swap 100 USDC to Solana"
```

## Manage your Lulo portfolio

Speak to interact with the Lulo ecosystem - whether you want to check your assets, deposit, or make withdrawals, just command and watch it happen instantly.

```
"Deposit 100 USDC to Lulo"
"Show my Lulo assets"
"Withdraw 100 USDC from Lulo"
```

## Find about Top LSTs on Solana

Discover the top liquid staking tokens with a simple request. Stay informed and effortlessly optimize your staking strategy with up-to-date insights.

```
"What are the top LSTs on Solana?"
```

## Stay updated on NFT launches

Stay ahead of the curve by asking about the latest NFT launches, fetched directly from Magic Eden. Simply ask, and you'll have the inside scoop on exciting upcoming drops.

```
"What are the upcoming NFT mints on Solana?"
```

## Fetch Real-time Token info

Enter a token address and instantly receive real-time updates on the coin's price, performance chart, and market capitalization. Gain immediate, actionable insights to stay informed and make strategic investment decisions.

```
"Can you show me the token info of this token {token contract address}"
"Can you show me the token info of this token ${ticker}"
```

## SOL Transfers

Send SOL to anyone with just your voice! Simply say the recipient’s address, and let our voice-powered system handle the transfer instantly and securely.

```
"Send 0.1 SOL to {wallet address}"
"Send 0.1 SOL to {wallet_alias}.sol"
```

## Companion for Conversations

Have a general conversation, ask fun questions, or explore ideas.

```
"What’s your favorite thing about blockchain?"
"Do you think NFTs are the future of art?"
"Can you tell me a fun fact?
"What are the advantages of using Solana?"
```


---

# 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/what-can-sola-ai-do.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.
