# GLP Trove Deposit

**How is GLP different than other collaterals?**

GLP will have a slightly different process for depositing compared to other assets. You will need to first mint the GLP vault token, then you can deposit it into your trove. There is a maximum of $500k GLP to be deposited before collateral gating kicks in. If that limit is hit, this page will be documented with more information on collateral gating.&#x20;

For other collaterals, your asset is automatically deposited for you. But GLP has a two-step process. The Yeti Vault GLP represents an increasing amount of underlying GLP. The ratio will increase over time based on rewards accrued from GMX. The balance shown on the "Mint GLP" page is the amount of GLP you have. The balance shown on the dashboard/borrow page is your Vault GLP balance. The general flow is: GLP -> Vault GLP -> Trove.

**Steps to deposit GLP into your trove:**

1. Obtain GLP on the GMX website. <https://app.gmx.io/#/buy_glp>
2. Wait 15 minutes for the transfer window (See [here](https://gmxio.gitbook.io/gmx/contracts#transferring-staked-glp) for more information on the GMX docs)
3. Head over to the dashboard/borrow page on <https://app.yeti.finance>
4. Open the mint modal
5. Approve and mint Vault GLP
6. Approve and Deposit Vault GLP into your trove.


---

# 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.yeti.finance/using-yeti-finance/borrowing/glp-trove-deposit.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.
