# Liquidity

{% hint style="info" %}
For first several epochs team will control pool creation, this is to ensure stability at initial stage as well to prevent any malicious acts.&#x20;
{% endhint %}

{% hint style="info" %}
Initial vAMM - SYN/ETH and SYN/USDC pools will have 2% swap fee for POL build-up
{% endhint %}

\
Solid Sync will support two types of pools at launch:&#x20;

### Stable pools&#x20;

Stable pools are designed for assets that are correlated and have no or have low volatility\
That would include pools like USDC/USDT, USDC/DAI, stETH/ETH

They are using Solidly derived formula :&#x20;

### **x³y + y³x** ≥ **k**

Stable pools will have dynamic fee of up to 0.05% max

### Volatile pools

Volatile pools are industry standard UNISWAP V2 pools that are designed for volatile assets and are using constant product curve.

They are using formula

### x \* y = k

Volatile pools will have dynamic fee of up to 5% max


---

# 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://solid-sync-organization.gitbook.io/solid-sync/dex-functions/liquidity.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.
