# What vault shares represent

When you deposit, you receive vault shares — ERC-20 tokens. These are not rewards. They are your position.

They represent:

* your proportional ownership of the vault
* your claim on all underlying assets
* your share of generated yield

As the vault grows, the value of each share increases. When you withdraw, your shares are burned, and you receive the corresponding value.

<br>


---

# 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.shiftdefi.com/user-docs/invest-with-confidence/the-platform/what-vault-shares-represent.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.
