# Vault

### Lock Collateral

Deposit blue-chip assets like ETH, WBTC, or other approved collateral. This locks your assets as security for the loan.

Example: Lock 1 ETH at $2,000 as collateral

* Collateral value: 1 ETH × 2,000 = $2,000
* Available to borrow at 75% LTV: 1,500 USDC

### Select Maturity

Choose a Credit Book that matches your timeline. Each Credit Book represents a specific maturity with its own rate ladder.

An example of available Credit Books could look like this (ETH borrowed against USDC):

| Maturity | Rate Range  | Available  |
| -------- | ----------- | ---------- |
| 30D      | 3.0% - 5.0% | $500,000   |
| 60D      | 3.5% - 5.5% | $300,000   |
| 90D      | 4.0% - 6.0% | $1,000,000 |
| 180D     | 5.0% - 7.0% | $200,000   |

### Receive Funds

Get instant liquidity at a rate locked for the duration of the loan. The CCV routes liquidity to your chosen Credit Book immediately.

Action: Borrow 1,000 USDC for 90D at 4.0% APY

Cost calculation:

* Interest: $1,000 × 4.0% × (90/360) = $10
* Total due at maturity: $1,010

### Maintain Health

Monitor your position to stay above the LTV threshold. If your collateral value drops, you must add more collateral or repay part of your debt to avoid [liquidation.](/spine-finance/core-concepts/liquidation.md)

Position health monitor:

| $2,000 | 50% | <mark style="color:$success;">Safe</mark>       |
| ------ | --- | ----------------------------------------------- |
| $1,600 | 62% | <mark style="color:$warning;">Alert</mark>      |
| $1,250 | 80% | <mark style="color:$danger;">Liquidation</mark> |


---

# 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://spine-protocol.gitbook.io/spine-finance/products/vault.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.
