# Settlement Pools

A settlement pool is a one-to-many relationship created between the pool creator and its counterparties, and contains:

1. Open derivatives positions&#x20;
2. USDC collateral from counterparties
3. Rules governing margin requirements and liquidation

**Example:** bilateral pool between Alice <> Bob.

**Example:** multilateral pool between Bank <> Bank clients. In this case, all the clients' funds are commingled in one pool. The bank could've also decided to make many bilateral pools instead of one multilateral pool as an alternative risk model.&#x20;

<figure><img src="/files/8gZDKf7dubqw0U7fFAcU" alt=""><figcaption><p>On <a href="/pages/o1PJgmvezpT0zWJJUQVg">Omni</a>, each user has their own bilateral pool created between User &#x3C;> OLP. </p></figcaption></figure>

All settlement pools are completely isolated from each other. Positions that exist in one settlement pool cannot be transferred or netted with positions in another settlement pool. Similarly, uninvolved parties do not have access to funds in settlement pools they are not a part of.

Margin requirements and liquidation rules may be completely different on a pool to pool basis; however, on Omni, all pools follow the same platform-wide margin requirements and liquidation rules.

### Deposits and Withdrawals

A user may freely deposit more USDC into the pool. A user may withdraw the unused balance from the pool, up to the maintenance margin requirement.&#x20;


---

# 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.variational.io/variational-protocol/key-concepts/settlement-pools.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.
