> For the complete documentation index, see [llms.txt](https://paydax.gitbook.io/paydax-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paydax.gitbook.io/paydax-docs/paydax-whitepaper-v6/how-does-it-work.md).

# How Does It Work?&#x20;

**Step 1: Deposit Collateral** Start by locking your assets—like PDP, USDC, Bitcoin,&#x20;Ethereum, staked tokens, or even tokenized gold or real estate—into a secure digital vault&#x20;managed by a smart contract (specifically, the LendingPool contract). Over 15 types of&#x20;assets are supported. For example, if you lock $1,000 worth of ETH, you'll unlock borrowing&#x20;power for USDC.\\

\
**Step 2: Borrow Assets** Once your assets are secured, you can instantly borrow blue-chip&#x20;cryptocurrencies. For instance:

* With blue-chip crypto as collateral, you can borrow USDC, ETH, or BTC (up to 75%  &#x20;LTV at 6% APR)
* With PDP as collateral, you can borrow blue-chip assets (up to 80% LTV at 5%  APR)

The borrowed assets can be spent, saved, or invested—with clear, fixed interest rates.\\

\
**Step 3: Maintain Health** **Factor** Your Health Factor (HF) acts like a safety gauge for your&#x20;loan. It must stay above 1.0 to avoid liquidation. For instance, if your collateral's value drops&#x20;or borrowed amount accrues interest, your HF might decrease. The system, via the&#x20;CollateralManager contract, monitors this in real-time. You'll receive warnings if your HF&#x20;approaches 1.1, prompting you to add more collateral or repay some of your debt.\\

\
**Step 4: Earn Rewards** After borrowing, or independently, you can participate in the Paydax&#x20;ecosystem to earn rewards:

* **Lend Assets:** Supply blue-chip cryptocurrencies to the LendingPool and earn a  &#x20;share of the interest paid by borrowers (expected APY 4-6%)
* **Stake PDP in Stability Pool:** Help secure the protocol and earn a share of  &#x20;liquidated collateral and liquidation penalties
* **Stake PDP (Phase II):** Earn a share of overall protocol fees (target 8-12%  &#x20;APY) and participate in governance

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://paydax.gitbook.io/paydax-docs/paydax-whitepaper-v6/how-does-it-work.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
