# What are the vLP tokens in my wallet?

When you stake your LPs into our auto-compounding farm, you get back shares of the pool, recorded as vLP tokens.&#x20;

The pool is constantly growing due to compound interest. Your share stays constant, but each share will represent more and more LP tokens as the pool compounds.

On the main webpage, you can check how much LPs you current stake in the pool and their USD value.

When you click the minus/withdraw button, what you're actually doing is burning the vLP tokens in your wallet and getting back the LPs. The website interface manages this for you.&#x20;


---

# 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://koge.gitbook.io/kogefarm/faqs/what-are-lp-shares.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.
