# Account

<div align="left"><figure><img src="/files/kdMkCfMq5NTjnBj46QbV" alt="Account block with Hyperliquid balance, margin, exposure, PNL, and risk metrics."><figcaption><p>Account block with Hyperliquid balance, margin, exposure, PNL, and risk metrics.</p></figcaption></figure></div>

The Account block summarizes your Hyperliquid perps account, including balance, margin, exposure, unrealized PNL, and estimated risk.

Hover underlined labels or values in the app to see the detailed explanation for each calculation.

## Account balance

<div align="left"><figure><img src="/files/yvEbx079PmZlNqa3Qyt7" alt="Account balance tooltip explaining the displayed account value."><figcaption><p>Account balance tooltip explaining the displayed account value.</p></figcaption></figure></div>

Account balance is the headline value of your perps account. Use it as the base reference when checking leverage, exposure, and available margin.

## Available margin

<div align="left"><figure><img src="/files/BKEbbfhcfGjD4fnGhG0w" alt="Available margin tooltip explaining free margin for new or existing exposure."><figcaption><p>Available margin tooltip explaining free margin for new or existing exposure.</p></figcaption></figure></div>

Available margin is the amount that can support new positions or absorb additional requirements. If available margin is low, new orders may fail or existing positions may become more sensitive to price moves.

## Ratio

<div align="left"><figure><img src="/files/vhdNX7hMGErBOm9zOVTo" alt="Account ratio tooltip for understanding account usage and risk."><figcaption><p>Account ratio tooltip for understanding account usage and risk.</p></figcaption></figure></div>

The ratio indicator helps you understand account usage at a glance. Treat it as a quick risk check before increasing size.

## Unrealized PNL

Unrealized PNL is the sum of profit or loss across open positions. It changes as mark and market prices move.

## Long / Short exposure

Long and short exposure show the total notional size of your open positions by direction. This helps you see whether your account is directionally balanced or concentrated.

## Cumulative risk

Cumulative risk estimates the amount at liquidation risk while accounting for open limit orders, isolated positions, and stop losses.

Example: if you have an isolated long position with a nearby liquidation zone and additional open orders that would increase exposure, cumulative risk helps surface that the account could become more exposed if those orders fill.

## Leverage

Leverage is total exposure divided by account balance. Review it before submitting large orders from the [Trade form](/terminal-sections/trade-form.md), especially around [Calendar](/features/calendar.md) events or fast [News](/features/crypto-news-feed-for-trading.md).

Related pages: [Positions](/terminal-sections/positions.md), [Balances](/terminal-sections/balances.md), [Trading fundamentals](/getting-started/trading-fundamentals.md).


---

# 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.proliquid.xyz/terminal-sections/account.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.
