> For the complete documentation index, see [llms.txt](https://docs.zeta.markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeta.markets/zeta-protocol/learn-how-to-trade-on-zeta/margin-account-parameters.md).

# Margin Account Parameters

## Definitions

#### Account Equity&#x20;

This is the current value of your account, including the current market value of all open positions and your USDC equity.

$$
equity = balance+unrealizedPnL + unpaidFunding
$$

#### Buying Power

Your buying power is the amount of capital you are able to deploy after factoring in the leverage offering for the market you are trading.&#x20;

$$
buyingPower = freeCollateral \* \frac{markPrice}{initialMarginPerLot}
$$

#### Free Collateral

The amount of free collateral your account has that is not being used to collateralise other positions or open orders.

$$
freeCollateral = balance + unrealizedPnL + unpaidFunding - initialMargin
$$

#### Margin Usage

The percentage of equity you have used to collateralise positions.&#x20;

$$
marginUsage = \frac{maintenanceMargin}{equity}
$$

#### Current Account Leverage

The overall leverage ratio of your account. Your account leverage is equal to the value of all open positions divided by your account equity.&#x20;

$$
leverage = equity \* \sum{positions}
$$

### Ready to get started?

[Start trading now!](https://dex.zeta.markets?utm_source=gitbook\&utm_campaign=margin_params\&utm_term=cta)
