> 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/user-guide/rebalance.md).

# Rebalance

To rebalance a vault on xWin Finance, users will need to have three things:

* Be a fund manager (Vault owner or partner)

If you have created a private fund, you are the fund manager

* Gas money

Once you open the vault that you can rebalance, you will see a rebalance button. Note: You must connect your wallet and be an approved user to rebalance.

![](https://xwin-technology.gitbook.io/~gitbook/image?url=https%3A%2F%2F1927508257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FjyAHkoBioQGRsFJUknJ1%252Fuploads%252FWNlEIPx7riUHMLB5AApV%252Fimage.png%3Falt%3Dmedia%26token%3D9544dcd6-b0dd-40fd-81d9-a9671443d6f5\&width=768\&dpr=4\&quality=100\&sign=47e3f741\&sv=2)

1. Once you click rebalance, a menu will open with all the token allocations.

![](https://xwin-technology.gitbook.io/~gitbook/image?url=https%3A%2F%2F1927508257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FjyAHkoBioQGRsFJUknJ1%252Fuploads%252FmEaOk4HWrBbC3qDiv6Da%252Fimage.png%3Falt%3Dmedia%26token%3D60f458fe-40c6-43ed-abf2-2f9f6c8c5e44\&width=768\&dpr=4\&quality=100\&sign=f430cfa4\&sv=2)

1. Click on add token to add any token supported by xWin Finance. Click [here ](https://xwin-technology.gitbook.io/untitled/product-overview/supported-native-token)for a list of approved native tokens. Note: You will be able to include strategy tokens in the fund too.
2. Once you added a token click on the edit button to add the token name and the allocation percentage.

![](https://xwin-technology.gitbook.io/~gitbook/image?url=https%3A%2F%2F1927508257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FjyAHkoBioQGRsFJUknJ1%252Fuploads%252FaLKbcN5pVMdNPRIY9eax%252Fimage.png%3Falt%3Dmedia%26token%3D9ed4d0f0-8a49-469a-96b8-fda8d8ee120f\&width=768\&dpr=4\&quality=100\&sign=56ea96ab\&sv=2)

1. Select save which is the same place as the edit button.

![](https://xwin-technology.gitbook.io/~gitbook/image?url=https%3A%2F%2F1927508257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FjyAHkoBioQGRsFJUknJ1%252Fuploads%252FyS4mBWXMWGIUYNjHrJxH%252Fimage.png%3Falt%3Dmedia%26token%3D4ef54e4e-2c75-4463-b490-078522d25ae6\&width=768\&dpr=4\&quality=100\&sign=fd9cb9ae\&sv=2)

1. After you have edited the allocation and equals 100%, click Rebalance to update the allocation.

Note: Gas price can be expensive as you are buying and sell tokens.


---

# 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/user-guide/rebalance.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.
