> For the complete documentation index, see [llms.txt](https://tectonic.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tectonic.gitbook.io/docs/protocol/money-market-parameters/isolated-pool-parameters.md).

# Isolated Pool Parameters

Note: Parameters for the Main Pool and Isolated Pools may be different

### Veno Pool Parameters (as of May 2025)

<table><thead><tr><th>Asset</th><th width="158">Reserve Factor (%)</th><th width="167">Collateral Factor (%)</th><th width="139">Close Factor (%)</th><th width="185">Liquidation Penalty (%)</th><th>Base Rate (%)</th><th>Base Multiplier (%)</th><th>Kink Point (%)</th><th>Jump Multiplier (%)</th><th>Supply Cap</th><th>Borrow Cap</th></tr></thead><tbody><tr><td>USDC</td><td>10</td><td>70</td><td>50</td><td>10</td><td>0</td><td>12</td><td>80</td><td>100</td><td>0</td><td>0</td></tr><tr><td>USDT</td><td>10</td><td>70</td><td>50</td><td>10</td><td>0</td><td>12</td><td>80</td><td>100</td><td>0</td><td>0</td></tr><tr><td>CRO</td><td>10</td><td>60</td><td>50</td><td>10</td><td>0</td><td>15</td><td>70</td><td>100</td><td>0</td><td>0</td></tr><tr><td>LCRO</td><td>15</td><td>70</td><td>50</td><td>10</td><td>3</td><td>25</td><td>60</td><td>200</td><td>0</td><td>0</td></tr><tr><td>ATOM</td><td>15</td><td>60</td><td>50</td><td>10</td><td>3</td><td>25</td><td>60</td><td>100</td><td>0</td><td>0</td></tr><tr><td>LATOM</td><td>15</td><td>70</td><td>50</td><td>10</td><td>3</td><td>25</td><td>60</td><td>200</td><td>0</td><td>0</td></tr></tbody></table>

### DeFI Pool Parameters (as of May 2025)

| Asset | Reserve Factor (%) | Collateral Factor (%) | Close Factor (%) | Liquidation Penalty (%) | Base Rate (%) | Base Multiplier (%) | Kink Point (%) | Jump Multiplier (%) | Supply Cap | Borrow Cap |
| ----- | ------------------ | --------------------- | ---------------- | ----------------------- | ------------- | ------------------- | -------------- | ------------------- | ---------- | ---------- |
| USDC  | 10                 | 70                    | 50               | 10                      | 0             | 12                  | 80             | 100                 | 0          | 0          |
| USDT  | 10                 | 70                    | 50               | 10                      | 0             | 12                  | 80             | 100                 | 0          | 0          |
| CRO   | 10                 | 60                    | 50               | 10                      | 0             | 15                  | 80             | 100                 | 0          | 0          |
| FER   | 20                 | 50                    | 50               | 10                      | 3             | 25                  | 55             | 200                 | 21. FER    | 0          |
| VNO   | 20                 | 50                    | 50               | 10                      | 3             | 25                  | 55             | 200                 | 2.8m VNO   | 0          |
| FUL   | 20                 | 50                    | 50               | 10                      | 3             | 25                  | 55             | 200                 | 13m FUL    | 0          |
| bCRO  | 15                 | 40                    | 50               | 10                      | 3             | 25                  | 60             | 200                 | 7m bCRO    | 0          |


---

# 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://tectonic.gitbook.io/docs/protocol/money-market-parameters/isolated-pool-parameters.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.
