> For the complete documentation index, see [llms.txt](https://docs.wing.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wing.finance/parameters/peer-to-peer-pool.md).

# Peer-to-Peer Pool

### Collateral Factor

The Collateral Factor is a parameter that limits the maximum amount a user can borrow using a specific asset as [collateral](/glossary.md#collateral). Each asset in the Peer-to-Peer Pool has specific values related to their risk, which influences how they are loaned and borrowed. The calibration of the parameters for Wing Project is more aggressive as the Wing ecosystem is mature with some educated users and liquidators. The table below shows the Collateral Factor of each asset.

For example, if a user supplied $1,000 worth of ETH to Peer-to-Peer Pool, the maximum amount this user can borrow (borrow limit) is $$ $1,000\*82.5% = $825 $$.

### Liquidation Bonus

If a borrower's address reaches 100% of its borrow limit, the borrower's collateral assets will be liquidated. Liquidators can repay loans at the discounts listed below and thus earn liquidation bonus.&#x20;

### Reserve Factor

Reserve factor is a percentage of borrowers paid interest to be deposited in the Wing DAO Community Fund.&#x20;

### Parameters in Peer-to-Peer Pool

<table><thead><tr><th width="150" align="center"></th><th align="center"></th><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>Assets</strong></td><td align="center"><strong>Collateral Factor</strong></td><td align="center"><strong>Liquidation Bonus</strong></td><td align="center"><strong>Reserve Factor</strong></td></tr><tr><td align="center">WETH</td><td align="center">82.5%</td><td align="center">8%</td><td align="center">20%</td></tr><tr><td align="center">COMP</td><td align="center">65%</td><td align="center">8%</td><td align="center">20%</td></tr><tr><td align="center">DAI</td><td align="center">83.5%</td><td align="center">8%</td><td align="center">20%</td></tr><tr><td align="center">USDC</td><td align="center">85.5%</td><td align="center">8%</td><td align="center">20%</td></tr><tr><td align="center">USDT</td><td align="center">0</td><td align="center">8%</td><td align="center">20%</td></tr></tbody></table>


---

# 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:

```
GET https://docs.wing.finance/parameters/peer-to-peer-pool.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.
