> ## Documentation Index
> Fetch the complete documentation index at: https://hypernova.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Profile & Analytics

> Your trading dashboard - equity curve, lifetime stats, trade history, and shareable performance cards

Your profile is your trading identity on Hypernova - stats, history, and shareable performance cards. Everything is tied to your account, and you control what's visible.

***

## Dashboard

Your home screen surfaces the metrics that matter.

<CardGroup cols={2}>
  <Card title="Equity curve" icon="chart-line">
    P\&L over time across assessments and funded accounts. See your trajectory at
    a glance, with range selectors from 24 hours to all-time.
  </Card>

  <Card title="Trading calendar" icon="calendar-days">
    Daily heatmap of green and red days, plus per-day net P\&L and trade counts.
    Click any day for an intraday breakdown and the full trade list.
  </Card>

  <Card title="Lifetime metrics" icon="chart-pie">
    Win rate, average hold time, trading volume, return on funding, average
    profit per day, and total trades - the numbers that define your edge.
  </Card>

  <Card title="Position history" icon="clock-rotate-left">
    Full log of every trade with entry, exit, size, fees, funding, and P\&L.
    Filterable by symbol, date, and side.
  </Card>
</CardGroup>

***

## Account Status

<CardGroup cols={2}>
  <Card title="Live account health" icon="heart-pulse">
    Real-time equity, current daily drawdown, distance to your max-drawdown
    floor, and progress against the profit target (assessment) or payout-ready
    status (funded).
  </Card>

  <Card title="Limits at a glance" icon="gauge-simple-high">
    Your tier's daily loss limit and max-drawdown floor sit alongside live
    equity so you always know how much room you have left.
  </Card>
</CardGroup>

***

## Assessment Tracker

<Tabs>
  <Tab title="Active Assessments">
    For each active assessment, you can track:

    * **Progress toward profit target** - how close you are to the 10% goal
    * **Current drawdown** - real-time drawdown vs. your tier's max-drawdown floor
    * **Daily loss status** - today's P\&L vs. the daily limit
    * **Open positions** - live positions with margin and unrealised P\&L
  </Tab>

  <Tab title="Past Assessments">
    Complete history of all assessment attempts with:

    * **Pass/fail status** and reason for failure (if applicable)
    * **Final metrics** - peak P\&L, max drawdown reached, total trades
    * **Duration** - how long the assessment lasted
    * **Shareable results** via share cards
  </Tab>
</Tabs>

***

## Funded Account Stats

Once funded, your profile tracks lifetime performance across all funded accounts.

| Metric               | Description                                                    |
| -------------------- | -------------------------------------------------------------- |
| **Lifetime P\&L**    | Total profits earned across all funded accounts                |
| **Payout history**   | Every withdrawal - amount, date, and on-chain transaction link |
| **Account health**   | Real-time drawdown and daily loss vs. limits                   |
| **Active positions** | Current open trades with live P\&L                             |

<Info>
  Every payout, every settlement, and every account record is anchored on-chain.
  See [Smart Contract](/smart-contract) for how your history stays verifiable
  independently of the platform.
</Info>

***

## Share Cards

Generate visual cards of your trading performance to share on social media. Each card includes your key stats, equity curve preview, and Hypernova branding. Payout cards include a verifiable on-chain QR code so anyone can confirm the result.

<Info>
  Share cards are **opt-in** - nothing is shared unless you explicitly generate
  and post a card. Your profile is private by default.
</Info>

***

## Privacy

<CardGroup cols={3}>
  <Card title="Your trading identity" icon="fingerprint">
    Profile is tied to your username and avatar - you choose what to display.
  </Card>

  <Card title="Account security" icon="user-shield">
    Email-based authentication with your embedded wallet. Every fund movement
    requires your signature.
  </Card>

  <Card title="You control sharing" icon="eye">
    Share cards are opt-in - your stats are private by default.
  </Card>
</CardGroup>
