> For the complete documentation index, see [llms.txt](https://docs.oneclick.fi/oneclick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneclick.fi/oneclick/products/rebalancer-and-auto-compounder.md).

# Rebalancer & Auto-Compounder

After setting up your DeFi positions, managing them should be easy. That’s why One Click includes a dashboard designed just for that. It’s your one-stop for keeping everything in check.&#x20;

**Dashboard Features:**

* One-Click Withdrawal and Management: Move or adjust all your positions with just one click, making it as easy as your initial setup through [One-Click Zaps](/oneclick/products/one-click-zaps.md).
* Rebalancing Alerts: If the yields of your current portfolio fall below a certain threshold, you will receive a notification with a more up-to-date portfolio that matches your profile. You can then rebalance into this portfolio in a single click.&#x20;
* Harvest and Compound: Collect your rewards manage auto-compounding settings.&#x20;
* Real-time portfolio valuation & analytics: a live view of your portfolio’s current value and performance. Analyze metrics like ROI, volatility, and comparison against market benchmarks.
* Risk assessment updates: See updated risk scores for each position in your portfolio
* Custom Alerts: Set alerts for the things that matter to you, like hitting your targets or big market shifts.

This dashboard isn’t just about tracking; it’s about making your DeFi journey smoother and more intuitive.


---

# 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://docs.oneclick.fi/oneclick/products/rebalancer-and-auto-compounder.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.
