# Creating LP Tokens with ZAP

{% hint style="info" %}
If you are already experienced with liquidity providing, you can skip this section.
{% endhint %}

## The basics

Most of Hippo's vaults accepts LP tokens, LP tokens are the tokens that liquidity providers get for committing capital into a liquidity pool in a Decentralized Exchange (DEX) Automated Market Maker (AMM) such as Uniswap and Pancakeswap.&#x20;

Zap is a convenience function that allows you to convert from BNB or your other tokens directly into LP tokens.

## Zapping Process

Click the Zap Menu button from the menu headers

![13/1/22](/files/wj0gHPIHfacQr25Pkx5U)

Select the source tokens in your wallet and select the destination LP type you want your tokens to be converted into, choose the token pair corresponding to the vault you wish to deposit in.

Conversely, when you withdraw or harvest your profits from the vaults, choose the LP tokens you want to be burned/redeemed back to their original pairing

![13/1/2022](/files/E69ATLLyiLLlg4mwQhtc)

You can also track the composition of LP tokens in real time by clicking the Track LP composition link at the bottom of the zap page

![13/1/2022](/files/FCICxRFxo3HsPzAWXRgJ)

You can see your LP fees (excluding your farming rewards) accumulating in the above page.


---

# 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://happy-hippo.gitbook.io/wiki/guides/creating-lp-tokens-with-zap.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.
