> For the complete documentation index, see [llms.txt](https://doc.xwin.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.xwin.finance/v1.1-docs/my-menu/my-deposit.md).

# My Deposit

There are five tabs on this Deposit page (Vaults, Strategies, Farm, P\&L, History), each of which gives you an overview of how you are using xWIN Finance via your wallet.

### Vaults

Vault Breakdown shows the amount of money deposited in private vaults and public vaults, and Vault Breakdown is displayed graphically, making it very easy to understand. Clicking on any of the vaults will take you to a page with more detailed information.

<figure><img src="/files/ba19wPxsGgR0tqtT9SuT" alt=""><figcaption></figcaption></figure>

### Strategies

The amount of money deposited in the Single Strategy is shown in a graph in Vault Breakdown, which is very easy to understand. Clicking on each vault will take you to a page with more detailed information.&#x20;

<figure><img src="/files/Nd4jnOzTyR6RNRlLYXJb" alt=""><figcaption></figcaption></figure>

### Farm

The amount of money you are farming is displayed in a pie chart in the Breakdown section, and you can check the percentage of each type of farming.

<figure><img src="/files/sUq0Rusfp7u21RPJF23v" alt=""><figcaption></figcaption></figure>

### P\&L

Displays the profit and loss for each vault.

<figure><img src="/files/iaDfdn3h9Tq0AJB7VO24" alt=""><figcaption></figcaption></figure>

### History

Click on Contract to see the details of the blockchain. All transactions are recorded in the blockchain, This makes it very transparent.

<figure><img src="/files/4kZgGoQjwX7PHKZNrvqk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.xwin.finance/v1.1-docs/my-menu/my-deposit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
