# Aggregator Vaults

Description

One way to address the risk management of yield-bearing assets is through aggregation. Aggregator Vaults aggregate the single-strategies into risk-tranched vaults, such as a USDC vault with senior and junior tranches where the junior tranches assume additional risk in return for a potentially larger share of the yields. This aggregation process leverages DeFi's composability to create more yield-generating opportunities for these asset types.

## Architecture

Aggregator vaults can aggregate both Single Strategies (SCYVaults) and other Aggregator vaults. They are loosely based on EIP4626 vault standard but use a two-step withdrawal process for added security and flexibility.&#x20;

<figure><img src="/files/9Wt3PoNovyHjidE1gwMa" alt=""><figcaption><p>Vault Hierarchy</p></figcaption></figure>

## How it works

Users deposit underlying assets into a respective vault. The risk model determines the highest-yielding allocations for each risk tranche, and the vault automatically deploys capital to the appropriate strategies on a particular chain.  All profits are converted to underlying and auto-compounded by depositing the funds into the strategy. Withdrawals happen via a two-step process to prevent vault token price manipulation.

<figure><img src="https://lh6.googleusercontent.com/HDLAusIpWxc0e8OBz7n6sCRpJ0uZLCL9dWtqWvL4t0nFuJmyKtdiCX4IiF8-7IpgUCs6ze6Za-HEgwXW16xj3GLml5OrkerXE3kDZw1OxU3w9CwcGxYDkSbvZHURa6o0ILwBQJoFwpKvaNWqLijqvzubgAzemXikhADNMC5MIBGdCci8-xlorM8nHMzyHQ" alt=""><figcaption></figcaption></figure>


---

# 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://sector-finance.gitbook.io/sector-finance/products/product-suite/aggregator-vaults.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.
