# Claiming Returns

Once projects mature and returns are obtained, they must be redestributed to DAO members. The method Aetos uses is a **Returns Vault.** This contract holds funds that have come back to the DAO from funding opportunities and can be redemeed by members based on their shares. The way funds flow through Aetos is as such:

Member > Capital Vault > Sub-Vault > *Project* > Sub-Vault > Returns Vault > Member

In order to send funds back to the retuns vault, managers of sub vaults can propose to "**Send Funds to Core"** as a sub-vault proposal.

Once the returns vault has funds avaliable in it, as shown in the **Vaults** section, users can head over to their own member page and claim returns using the button.

<figure><img src="/files/exwElVqBs7h2ehAdHI3m" 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://aetos.gitbook.io/aetos.vc/getting-started/claiming-returns.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.
