# Overview

<figure><img src="/files/3HUp96mDY5C9zcCjVETR" alt=""><figcaption></figcaption></figure>

DeltaPrime is a trustless borrowing platform on Avalanche and Arbitrum. Depositors can lend out funds by depositing an asset into one of the liquidity pools (eg. $AVAX or $ARB). Borrowers can then borrow these assets for which they pay interest. The interest rate is dependent on supply and demand of that asset.

Borrowers of these pools can invest borrowed funds, together with their full collateral, in a multitude of DeFi [protocols](/integrations/protocols.md). While borrowers can be liquidated if they lose too much value, they can also reap bigger rewards by making good investments. Depending on the strategy borrowers set up, they design their own [Risk/Reward](https://www.investopedia.com/terms/r/riskrewardratio.asp).&#x20;

What makes DeltaPrime's architecture unique is the ability to liquidate funds, independent of the protocol they are in at that time. Borrowed assets are sent to a personal, dedicated smart contract, instead of a personal wallet. See it as an escrow smart contract. While the borrower is solely in charge of this smart contract, it allows the protocol to protect the funds through liquidation if necessary.&#x20;

This method is very similar to a [margin account](https://www.investopedia.com/terms/m/marginaccount.asp).&#x20;

But here, you can use all funds in the account, cross-margin, across a range of DeFi protocols.

![Architecture of DeltaPrime protocol](/files/MUo7Qp7zc53M7Fx66ga6)


---

# 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/overview.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.
