# V2

<figure><img src="/files/7SzNpVuyxFCiLdBtFOu0" alt=""><figcaption><p>Hex One Protocol V2</p></figcaption></figure>

## V2 Basics <a href="#what-is-a-vault" id="what-is-a-vault"></a>

Unlike V1, Hex One protocol V2 enables liquidity pools composed of multiple token pairs, instead of being restricted to only one token pair. LPs can not only deposit a single token, instead of a pair but also the way the AMM is built differently, with coverage ratios.

While V1 required a pool to contain either one or two tokens, the V2 pool enables a much better mechanic where multiple tokens are pooled all at once into the same pool and can be deposited individually.

This mechanism should provide extra price stability.

Not only that but additional T-Share tokens could be added as collateral, such as [Maximus DAO's Perpetual](https://www.maximusdao.com/perpetuals) and/or [Hedron's Staking Instances (HSIs)](https://hedron.pro/).&#x20;

The final tweak in the functionality of v2 is that staking only pays LP providers in certain price ranges, using [Soresu's](https://soresu.xyz) techniques.

## V2 Functionality <a href="#how-vaults-work" id="how-vaults-work"></a>

The greatest improvement between V1 and V2 is substantially less slippage, that is the difference between the expected price of an order and the price when the order actually executes.

By locking liquidity between more than two pairs, Hex One improves the swapping mechanism since the likelihood of slippage occurring is lower.&#x20;

Additionally, Hex One protocol adopts the model proposed by [Platypus](https://cdn.platypus.finance/Platypus_AMM_Yellow_Paper.pdf) based on Coverage Ratio instead of liquidity, where the protocol "uses coverage ratio as the input parameter for the AMM (instead of liquidity), hence removing the same liquidity equilibrium constraint from Curve’s stable swap invariant, allows the token to grow organically based on its nature demand and supply".

In other words, coverage ratios work much like insurance where the protocol takes on the risk of impermanent loss, instead of the individual user (the market maker).

Therefore, the main improvements are:

* **Additional collateral tokens backed by t-shares,**
* **Less slippage between swaps,**
* **Less Impermanent Loss since the IL risk is now covered by the protocol.**

Additionally, to the points laid out, we should underline we may change how liquidations work in order to increase the peg stability.&#x20;

<mark style="color:red;">There is no date or guarantee Hex One v2 will ever be developed or deployed</mark>. **Please have no expectations from the work of others.** Big boy pants.


---

# 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://learn.hex1.club/hex-one-protocol/contracts-1/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.
