> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/account/dashboard.md).

# Dashboard

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

### Key Metrics

<figure><img src="/files/8gAvMlrbbv5yPhSxyEy9" alt=""><figcaption></figcaption></figure>

At the top of the page, you’ll find a quick snapshot of your account:

* **Total P\&L** – Your cumulative profit or loss across all launches
* **Total Launches** – Number of tokens launched
* **Affiliate Revenue** – Total rewards earned via referrals
* **Affiliates** – Number of referred users
* **Affiliate Rate** – Your current revenue share percentage
* **USD / SOL** - Change your stats Currency

These values update automatically as your activity evolves.

***

### P\&L Calendar

<div align="left"><figure><img src="/files/z6c55u4OzEyiobjG59sU" alt="" width="563"><figcaption></figcaption></figure></div>

Open the P\&L Calendar by clicking the calendar icon next to **Total P\&L**.

It shows your performance **day by day**, with:

* **Daily P\&L**
* **Launch count per day**
* **Color-coded results** (red = loss, neutral = no activity)

The **monthly total P\&L** is displayed in the top-right corner.

Use the arrows to switch months.\
This view is **read-only** and does not affect your launches.

***

### Performance Over Time

#### Cumulative Performance

<div align="left"><figure><img src="/files/CEgaZbaJ9WIdST4uGOiO" alt="" width="375"><figcaption></figcaption></figure></div>

The left chart shows your **global P\&L evolution** over time.

* Toggle between **1w · 1m · 1y · All**
* Displays cumulative gains or losses
* Useful to understand long-term trends and drawdowns

Hovering the chart reveals precise values at each point in time.

#### Period Performance

<div align="left"><figure><img src="/files/HstjICGGhdWo6ZDjZ9nI" alt="" width="375"><figcaption></figcaption></figure></div>

The right chart breaks down performance by period.

* Each bar represents a specific month or timeframe
* Makes it easy to identify strong or weak periods
* Complements the cumulative view for deeper analysis

This view helps you spot which launches or phases had the biggest impact.

***

### Referral Program

Invite new users to Proxima and earn rewards on their activity. While Proxima is in late beta, every signup requires a valid referral code. Find your codes from **Dashboard > Referral Program**.

<div align="left"><figure><img src="/files/XCk8hpw5u7AOJbYgpgcW" alt="" width="563"><figcaption></figcaption></figure></div>

#### Your Codes

Each user gets **5 single-use codes** (e.g. `Q1WS64`). Once an invitee signs up with a code, the slot is consumed and can't be reused. The panel tracks total usage (`0/5 CODES USED`) and per-code status.

#### Sharing

Share a code in two formats:

* **Direct link** — `https://app.proxima.tools/signup?ref=Q1WS64`
* **Manual code** — share the raw 6-character code; the invitee enters it on the signup screen

#### Rewards

The **Total Rewards** card tracks cumulative earnings from your referrals. **Claim Rewards** becomes active once you have a claimable amount.

***


---

# 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://docs.proxima.tools/account/dashboard.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.
