> For the complete documentation index, see [llms.txt](https://docs.auto.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auto.finance/using-the-app/app-guide/autopools/view-positions.md).

# View Positions

## Where can I see my Autopool Positions? <a href="#what-is-the-incentive-for-staking" id="what-is-the-incentive-for-staking"></a>

All your positions can be found in the "Portfolio" section.

{% hint style="info" %}
You can also see your position on detail page of the autopool you have deposited into (eg. autoETH or balETH).
{% endhint %}

## Total Autopools Balance <a href="#what-is-the-incentive-for-staking" id="what-is-the-incentive-for-staking"></a>

This is your total balance across all your autopool positions.

## Autopool Allocations <a href="#what-is-the-incentive-for-staking" id="what-is-the-incentive-for-staking"></a>

Here you can see the allocation to DEXs and assets across all autopools you have deposited into.

## Autopools <a href="#what-is-the-incentive-for-staking" id="what-is-the-incentive-for-staking"></a>

Here you can track and manage your individual positions.

* **Total Autopools Balance: T**otal balance across all autopools.
* **Total Returns:** Total cumulative return across all autopools.
* **Average Daily Returns:** Average return across all autopools. High daily Composite Return Metric, 7-day moving average, 30-day moving average depending on autopool age.
* **Average APR:** Average APR across all autopools. High daily Composite Return Metric, 7-day moving average, 30-day moving average depending on autopool age.
* **Rewards:** Current balance of additional earned rewards.
* **TVL:** Total Value Locked of the autopool.
* **Deposited:** Cumulative deposits made into the autopool.
* **Returns:** Total cumulative return earned in the autopool.
* **APR:** APR of the autopool. High daily Composite Return Metric, 7-day moving average, 30-day moving average depending on autopool age.

### Staking Statuses <a href="#is-there-a-minimum-or-maximum-amount-to-supply" id="is-there-a-minimum-or-maximum-amount-to-supply"></a>

You can see your stake status under the portfolio on the autopool section.

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

* **Staked.** Your amount of receipt token stake is the same as the total amount of your position.
* **Partially Staked.** Your amount of  receipt token stake is no the total amount of your position.
* **Unstaked.** You do not have staked  receipt tokens.

### How Do I Manage My Autopool Positions?

In your Portfolio, click on the 'Manage' button to go to the specific autopool page, where you can manage your autopool position:

* Deposit / Withdrawal
* Stake / Unstake


---

# 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.auto.finance/using-the-app/app-guide/autopools/view-positions.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.
