> For the complete documentation index, see [llms.txt](https://stonks-bot.gitbook.io/stonks-bot-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stonks-bot.gitbook.io/stonks-bot-manual/stonks-app.md).

# sTONks app

<figure><img src="/files/IgEP2zQvNeg0jH0xvkvB" alt="" width="242"><figcaption></figcaption></figure>

### 📊 *Portfolio*

The portfolio view will appear. Here you can manage your wallets. You will see the balance on the selected wallet and a list of all your tokens.

<figure><img src="/files/nFdBLBXMzFjCIjbacpdj" alt="" width="450"><figcaption></figcaption></figure>

Click or tap on 🔁 to select the desired wallet to be active for trading. After selecting a wallet it will pop you back to your portfolio on said wallet.

<figure><img src="/files/cgNtTZT4iUJJsTh2w2Zj" alt="" width="420"><figcaption><p>Example of wallet list</p></figcaption></figure>

### **➕&#x20;*****Import seeds***&#x20;

* Works in the same way as descirbed in [Getting Started](/stonks-bot-manual/getting-started.md) page. Just type your 24 words seed phrase and select import seed.

<figure><img src="/files/hP27521Q5dSdG6spDNiv" alt="" width="407"><figcaption><p>Type your 24 words seed phrase</p></figcaption></figure>

***‼️DISCLAIMER‼️***

Make sure you enter your phrase in the correct field. Never share this key with anyone. Anyone who has access to this private key will have access to your wallet.&#x20;

### **💼&#x20;*****Create wallet***

* Just click or tap on create wallet to generate new wallet address.

<figure><img src="/files/lhPIde2bSg39zxWbinoB" alt=""><figcaption></figcaption></figure>

### **📥&#x20;*****Deposit***

* Type desired amount to deposit to your wallet and select connect wallet.

<figure><img src="/files/ascbaVT7v4GrGGCtjsTs" alt="" width="536"><figcaption><p>Deposit</p></figcaption></figure>

* The bot will ask you to select one of the popular wallets to connect. You can now use telegram wallet to top up bot directly with your debit or credit card!

<figure><img src="/files/OMvzLtfYKHynwzOk11ez" alt="" width="375"><figcaption><p>Wallet selection</p></figcaption></figure>

### 🙈 *Show seed*

* Tap or click the highlighted icon to go to show seed section.

<figure><img src="/files/ZWHYIaBWeHBVG49CcpeW" alt="" width="421"><figcaption></figcaption></figure>

* Tap or click on SHOW SEED button to display your seed phrase in the text box above it.

<figure><img src="/files/9eWqqUqtONU6Y9m2LG7Q" alt="" width="413"><figcaption></figcaption></figure>

### **‼️*****DISCLAIMER*****‼️**

{% hint style="info" %}
We strongly encourage users to write down their seed phrases and keep them safe.

We also do not recommend changing your Telegram username without following the steps above, as this could result in the potential loss of access to your wallet.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://stonks-bot.gitbook.io/stonks-bot-manual/stonks-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
