# Managing Inflation From Token Vesting

### Challenge

Design a structured strategy to provide a project facing prolonged price declines with an effective way to counteract inflation/vesting sell pressure.

### Solution

H20 designed two strategies, an auction-based DCA and single-sided dynamic spread, to liquidate project tokens and then use the proceeds to market-make by buying the project's token back below prior liquidation baselines.

### Result

Despite challenging market conditions, H20 delivered a meta-strategy that increased a project's token inventory by 6.2k using just over 50% of the liquidation proceeds, with zero slippage and no gas costs.

#### Liquidation Strategy:

* 40 trades executed in a declining market
* 10k TKN liquidated
* 547 USDC acquired
* Completed in just 6 days with optimal execution

#### Market-making Strategy:

* Used 275 USDC (<mark style="color:green;">**50%**</mark> of liquidation proceeds)
* <mark style="color:green;">**65+ trades**</mark> executed with zero slippage
* Volume: 110.31k TKN and 537.14 USDC
* Increased token holdings from <mark style="color:green;">**9.8k to 16k TKN**</mark>
* All within a 15-day period while maintaining appropriate spreads for market conditions


---

# 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://h20finance.gitbook.io/h20-docs/case-studies/managing-inflation-from-token-vesting.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.
