# Multi-Silo Positions

Multi-silo positions allow different positions to be risk-independent even when using the same collateral. Each position is also viewed separately even if executed from the same smart contract (within the same integrating protocol on INIT). [Read more](/protocol-overview/liquidity-hook/benefits-to-dapps.md#multi-silo-positions)

<figure><img src="/files/uyOpiMn5OPM1XF5WKlQA" alt=""><figcaption></figcaption></figure>

## Protocols with Multi-Silo Positions vs without

With multi-silo positions, 1 user can have many isolated positions that are risk-independent of each other, therefore, an unhealthy position does not affect other healthy positions.&#x20;

Without multi-silo positions, 1 user can only have 1 cross position. This means that everything is viewed as 1 position, and an unhealthy position could affect other positions resulting in potential liquidation of other positions that may not be unhealthy.


---

# 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.init.capital/key-features/multi-silo-positions.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.
