# Gearbox

<a href="https://dune.com/kpk/kpk-gearbox-vaults" class="button secondary" data-icon="arrow-up-right">Dune Live Metrics</a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><strong>WETH Earn Pool</strong></td><td>Ethereum</td><td><a href="https://docs.kpk.io/curation/gearbox/weth">https://docs.kpk.io/curation/gearbox/weth</a></td><td><a href="/pages/849ca5a85623fe386bd1ce0ad0b8a8cae4ef9e69">/pages/849ca5a85623fe386bd1ce0ad0b8a8cae4ef9e69</a></td><td><a href="/files/7DiNUsQ6C0s2qpKcqEuY">/files/7DiNUsQ6C0s2qpKcqEuY</a></td><td><a href="/files/I5reiq69FBrRmnktbaxX">/files/I5reiq69FBrRmnktbaxX</a></td></tr><tr><td><strong>wstETH Earn Pool</strong></td><td>Ethereum</td><td><a href="https://docs.kpk.io/curation/gearbox/wsteth">https://docs.kpk.io/curation/gearbox/wsteth</a></td><td><a href="/pages/e9aefad9c4e89fa6417aabeb5da2fbc416cc9a69">/pages/e9aefad9c4e89fa6417aabeb5da2fbc416cc9a69</a></td><td><a href="/files/9YnunES8DAGzs5F8fqTW">/files/9YnunES8DAGzs5F8fqTW</a></td><td><a href="/files/Sg4Qf2JACr1W4LAMuSs5">/files/Sg4Qf2JACr1W4LAMuSs5</a></td></tr></tbody></table>

### Protocol overview

[Gearbox](https://gearbox.fi/) is a modular lending environment that enables borrowers to open *credit accounts* to take leveraged positions across whitelisted collateral such as LSTs, LRTs and ERC-4626 vaults. Depositors supply liquidity to **ERC-4626 Earn pools** and earn yield; curators configure parameters and safeguards for each market.

### Curator model

Curators set boundaries for underlying markets such as liquidation thresholds, collateral quota limits, utilisation caps, oracle choices and adapter allowlists. Unlike allocator models (e.g. Morpho), curators don’t move funds between markets. They define safe operating conditions and can pause pools in emergencies.

KPK’s role is twofold: **pool creation** and **pool monitoring.** The first sets up each pool with defined parameters and safeguards; the second keeps those settings in line with changing liquidity, utilisation, and risk conditions.<br>

1. **Pool creation and configuration**
   * Initial due diligence before collateral whitelisting.
   * [Dual-oracle pricing](https://docs.gearbox.fi/gearbox-permissionless-doc/competitive-advantages/dual-oracle-pricing) for every asset, with staleness/ownership monitors.
   * Utilisation caps to preserve an instant withdrawable liquidity buffer.
   * Quota limits (pool-wide exposure caps) per strategy/asset.
   * Direct LST/LRT withdrawals where supported (e.g. Mellow assets).
   * Min/max debt limits to bound borrower behaviour.
   * Strict adapter allowlists (AMM swaps, selected ERC-4626 vaults).
2. **Pool monitoring and fine-tuning**
   * Track borrow utilisation, liquidity depth, oracle health, wrapper status, and governance changes.
   * Balance borrow and lend sides via parameter updates (quotas, LTs, utilisation caps).
   * Protective actions on alerts: pause, tighten/disable collateral, adjust limits.
   * Material changes are recorded in each product’s change log.

For the full methodology, see the [Curation Risk Framework](/vaults/infrastructure/risk-framework.md).

### Vault parameters

Per-pool parameters (tiers, quotas, LTs, oracles, adapters) are documented on the product subpages and kept current in their change logs.

* [Ethereum](/vaults/vaults/gearbox/ethereum.md)
  * [KPK WETH Pool](/vaults/vaults/gearbox/ethereum/eth.md)
  * [KPK wstETH Pool](/vaults/vaults/gearbox/ethereum/wsteth.md)

{% hint style="success" %}
**Live metrics:** Track TVL, borrow APY, supply APY, utilisation and more for KPK Gearbox vaults on Dune: <https://dune.com/kpk/kpk-gearbox-vaults>
{% endhint %}


---

# 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.kpk.io/vaults/vaults/gearbox.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.
