# Collateral Pool

## Composition

Resolv maintains a collateral pool consisting of the following positions:

#### **ETH inventory**

* Includes ETH and staked ETH.
* Hedged using short ETH futures.
* A portion of the ETH inventory is deployed within the ETH cluster and deposited into DeFi protocols.

#### **BTC inventory**

* Includes BTC inventory.
* Portion hedged through short BTC futures.
* A portion of the BTC is deployed within the BTC cluster and deposited into DeFi protocols.

#### **USD-Neutral Assets**

* Includes stablecoins such as USDC and USDT.
* A portion of these assets is allocated to DeFi asset clusters.

## Proof of Reserves

<table data-header-hidden data-full-width="false"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Resolv self-reporting dashboard</td><td><a href="https://app.resolv.xyz/collateral-pool">https://app.resolv.xyz/collateral-pool</a></td></tr><tr><td>Third party verification made by Apostro risk curators</td><td><a href="https://info.apostro.xyz/resolv-reserves?ref=apostro">https://info.apostro.xyz/resolv-reserves?ref=apostro</a></td></tr></tbody></table>

## Collateral Pool Design

For ETH and BTC inventory, hedging positions closely track the quantity of ETH and BTC, so that sensitivity of the collateral pool to changes in ETH and BTC prices is close to zero (the collateral pool forms a [delta-neutral portfolio](/litepaper/useful-definitions/delta-neutral-portfolio.md)).

Collateral pool comprises on-chain and off-chain parts. Off-chain part is required in connection with maintenance of futures positions.

Protocol handles a few aspects of the collateral pool:

* [Maintains futures positions](/litepaper/protocol-mechanics/collateral-pool/futures-positions.md)
* [Manages inventory allocation](/litepaper/protocol-mechanics/collateral-pool/inventory-management.md)
* [Handles staking and unstaking ETH](broken://pages/FdZ25whAvcHFF3c71I5B)
* [Manages short-term liquidity requirements](/litepaper/protocol-mechanics/collateral-pool/liquidity-management.md).

For price estimations of different parts of the collateral, a combination of the following price sources is used:

* Data from integrated exchanges
* Oracles networks
  * Pyth
  * RedStone


---

# 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.resolv.xyz/litepaper/protocol-mechanics/collateral-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.
