# AI advisor

Talk to the AI advisor like you'd talk to a trader friend. Ask for a read on your portfolio, a flag on something risky, an idea on what to rebalance. The advisor reads your current wallet state, answers in plain language, and never executes anything on its own.

## How it works

1. Send `/advisor` from the bot.
2. Type your question in plain English (or any of the supported languages).
3. The advisor reads your **current** wallet state — token holdings, recent trades, P\&L.
4. You get an answer with reasoning, not just a verdict.

The advisor doesn't trade. It explains, suggests, and flags. Every actual move stays a manual decision.

## What to ask

Some prompts that work well:

* "How concentrated is my portfolio?"
* "Which of my positions is most at risk right now?"
* "If I want to take some profit, which tokens should I sell first?"
* "What's a sensible rebalance given current market conditions?"
* "Is my exposure to memecoins too high for my goals?"
* "Why is my P\&L red this week even though most coins are green?"

You can also ask follow-ups in the same chat. The advisor keeps context within a session.

## What the advisor sees

* Your current token holdings (chain, token, amount).
* Recent trade history (last 30 days by default).
* Realized and unrealized P\&L per position.
* Open limit orders, DCA plans, and copy follows.

It does **not** see your seed phrase, your private key, or any data outside your Ayebot wallet activity.

## What the advisor doesn't do

* **Doesn't trade.** Never. The advisor is a read-and-suggest layer, not an execution layer.
* **Doesn't keep a persistent profile.** Each session reads your current state fresh. There's no "model of you" stored long-term.
* **Doesn't see external accounts.** Only the wallets Ayebot itself created or imported.

{% hint style="warning" %}
**This isn't financial advice.** The advisor is a tool to help you think clearly, not a fiduciary. Decisions — and their outcomes — are yours.
{% endhint %}

## Privacy

Conversations with the advisor are processed by an AI model. The bot redacts wallet addresses and other sensitive identifiers before sending the analysis prompt; the model only sees a structural representation of your portfolio (counts, sizes, time series). The conversation transcript is not retained beyond the active session.

## Common commands

```
/advisor              Start a conversation
/advisor newchat      Reset session memory and start fresh
/advisor settings     Privacy and language options
```

## FAQ

**Does the AI advisor execute trades?**\
No. It only reads and suggests. Every actual trade still needs your tap.

**What can I ask it?**\
Anything about your positions — risk concentration, suggested rebalances, exit ideas, market context. It answers in plain language.

**Is my history stored long-term?**\
No. The advisor reads your current wallet state each time you ask, so suggestions reflect now. No persistent profile is built.

**Can I use it in my own language?**\
Yes. The advisor responds in whichever language you set in `/settings`.

**Is the advice tax / legal advice?**\
No. The advisor is a market and portfolio tool, not a tax preparer or attorney. For tax and legal questions, use a qualified professional.

## What to read next

* [Self-custody](/wallet-and-security/self-custody.md) — what data is actually in your wallet
* [Bot commands](/reference/bot-commands.md) — every /advisor sub-command


---

# 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.ayebot.io/intelligence/ai-advisor.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.
