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

# Parameters

### **Collateral Factor**

* The maximum that can be borrowed on a particular asset. (e.g. USDC collateral factor is 80%, with price of $1, the maximum that can be borrowed is $0.80 against it.)

### **Reserve Factor**

* The percentage of the borrower's interest that accrues to Aurigami. A reserve factor of 20% means that 20% of the interest paid on the asset accrues to Aurigami.

### **Close Factor**

* The maximum amount that can be liquidated in a single transaction. 50% close factor means that a maximum of 50% of a liquidatable account's borrow can be repaid in a single liquidation transaction.

### **Liquidation Incentive**

* The incentive given to liquidators to perform liquidations and keeping the protocol solvent. A liquidation incentive of 10% means that liquidators will receive 10% of the borrower's collateral on liquidation.

### Details

<table><thead><tr><th width="170">Assets</th><th width="168">Collateral factor</th><th width="160">Reserve factor</th><th width="150">Close factor</th><th>Liquidation incentives</th></tr></thead><tbody><tr><td>USDC</td><td>80%</td><td>15%</td><td>50%</td><td>10%</td></tr><tr><td>WETH</td><td>70%</td><td>25%</td><td>50%</td><td>10%</td></tr><tr><td>WBTC</td><td>60%</td><td>30%</td><td>50%</td><td>10%</td></tr><tr><td>USDT</td><td>75%</td><td>20%</td><td>50%</td><td>10%</td></tr><tr><td>WNEAR</td><td>60%</td><td>25%</td><td>50%</td><td>10%</td></tr><tr><td>stNEAR</td><td>40%</td><td>25%</td><td>50%</td><td>10%</td></tr><tr><td>NEARX</td><td>40%</td><td>25%</td><td>50%</td><td>10%</td></tr></tbody></table>

\*`protocolSeizeShare`is 3%. This is the percentage of an account's liquidated collateral that is added to reserves, at the expense of the liquidator. The goal is to mitigate the risk of the protocol going insolvent due to cascading liquidations.

## **Interest Rate Models**

Interest rates are determined from utilisation rate, which is the percentage of total borrowed asset against the total deposited asset in a particular market.

Aurigami’s adopts an interest rate model that scales with utilisation rate, for both depositing and borrowing interest rates. When utilisation rate is high, the interest incurred on borrowers will scale up, similar to that of interest payout to depositors, encouraging more assets deposit to maintain protocol solvency.

![](/files/Ge9KDserxXAcmUbuE2eD)


---

# 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://docs.aurigami.finance/public/protocol/parameters.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.
