> For the complete documentation index, see [llms.txt](https://stackerai.gitbook.io/stacker-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stackerai.gitbook.io/stacker-ai/navigating-the-dapp/account.md).

# Account

The accounts page is designed for users to deposit their personal funds to be traded by the Stacker AI algorithm. This system provides a SaaS type model enabling broad based access to our technology.&#x20;

### Account Creation &#x20;

Creating an account is easy whether you are new to crypto or a veteran to the space. Users can generate an account in one of two ways.&#x20;

1. **Connect to Google:** This is a user friendly method which allows us to track your login information through a trusted provider and generate an address for you.&#x20;
2. **Wallet Connect:** Facilitates communication between our decentralized application and your mobile wallet. It enables users to securely interact with the dApp while having your account details stored to your unique wallet address. &#x20;

### Account Tracking&#x20;

The home page is where users can track the performance of their personal account and facilitate deposits and withdrawals from the platform. These transactions are visually organized for the user's convenience.

**Deposited Balance:** Consists of a sum of the total deposits made into the account&#x20;

**Current Balance:** Represents a sum of the total deposits/withdrawals made into the account, closed trades and active trades.&#x20;

**PNL:** Represents the total profits and loss of the account.&#x20;

**Open Positions:** This is a visual representation of what the algorithm is currently holding on your behalf.&#x20;

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


---

# 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://stackerai.gitbook.io/stacker-ai/navigating-the-dapp/account.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.
