# Prime Account

Your Prime Account is your main hub within the DeltaPrime Ecosystem. It consists of your [account overview](/prime-brokerage-account/account-overview.md) and your [portfolio](/prime-brokerage-account/portfolio.md). It is the central place from where you manage your collateral and funds. Here you trade, provide liquidity, and farm. It is also the place where you can find and invest in your preferred combination of [integrated protocols](/integrations/protocols.md).&#x20;

### Dedicated Smart Contract

When you create your Prime Account, a new, dedicated smart contract is created on the blockchain with it. Any borrowed funds, as well as your own collateral, is sent to this smart contract. As the account holder, you are the sole owner of this smart contract. Through interacting with your Prime Account you decide what the contract does. Should it trade AVAX for ETH or the other way? Should it stake all your borrowed funds for multiplied returns, or keep a part in stables to DCA? You are the only one who decides what happens with the funds in your Prime Account.

### Safety

At the same time, the smart contract of your Prime Account has [safety](#safety) features built in. It is, for example, not possible to send all borrowed funds to your own personal wallet. Neither can you create your own token and invest borrowed funds into that to rug pull yourself. The smart contract has [safety](#safety) measures in place like [liquidation bots](/protocol/security/liquidations.md#liquidation-bots) and [whitelisted protocols](/integrations/protocols.md) to make sure that you can go as safe or as degen as your heart desires, but that you never risk more than your collateral.

### Cross-margin

Prime Accounts work fully **cross-margin**: No matter the pools you borrow from or investments you make, your [health factor](/prime-brokerage-account/account-overview.md#ltv) is calculated over the full combination of your passive and active investments. By investing cross-margin, you soften potential effects of sudden price spikes in one specific asset, and can perform better risk management on your full portfolio.&#x20;


---

# 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.deltaprime.io/prime-brokerage-account/prime-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.
