# Token exposure protection

### Protects

{% hint style="success" %}

* Depositor funds in case of rapid price movements
  {% endhint %}

### Token-specific borrowing power

The borrowing power represents how much of this token's value you can borrow against $1 collateral. A borrowing power of 5x means that for every dollar you deposit you can borrow up to $5 of that token; a borrowing power of 0x means that you can't borrow against this token. DeltaPrime being cross-margin, means that you get a "mean borrowing power" which is dependent on your full portfolio. To read more about how this is calculated, please check the [Health section](/prime-brokerage-account/health-and-borrowing-power.md#borrowing-power).

[Every included token](/integrations/tokens.md) has a defined maximum [borrowing power](/prime-brokerage-account/health-and-borrowing-power.md) based on its current liquidity, stability, and additional manipulation prevention measures available. This token-specific borrowing power allows DeltaPrime to scale its available tokens beyond blue-chips.

## Global Token Cap

Another way that tokens can be introduced is with a max Global Token Cap. This number defines the maximum amount of exposure DeltaPrime can have within all Prime Accounts. Thus, if the global cap on USDC would be 500K, and one user deposits 250K USDC from his wallet, and another user borrows 250K USDC from the lending pool, the global cap is reached and no new actions can be taken to further increase protocol exposure to USDC.


---

# 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/protocol/security/token-exposure-protection.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.
