# Commiting Capital

Aetos V1 uses capital calls to ensure efficient capital. You can read more about capital calls [here](https://learn.angellist.com/articles/capital-calls).

When a DAO is formed, the call schedule is set. It comprises of two parts:

1. The call schedule percentages: How much of the total commit is required at each capital call.
2. The call schedule time: The set time that each call is able to be requested from the DAO start time.

Once the minimum time has been met to start a funding call, any user in the DAO can do so in the settings page by clikcing on the avaliable call schedule percentage (in orange).

<figure><img src="https://222988987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzUKo6M5iSJolzHiLZzzq%2Fuploads%2FWzbrXXDsRKMcWR7tK0Fs%2Fimage.png?alt=media&#x26;token=7f576ecc-21fe-4cf1-9d3d-72cbafe628b8" alt=""><figcaption></figcaption></figure>

While any user can start a funding call, it is not a requirement if the DAO does not need more capital. Each funding round is independant of each other, if enough time has passed for rounds 2 and 3 to be called and neither have been called, round 3 can be called before round 2.

Once a capital call has been made, every member will be able to commit their call when they visit the DAO page by clicking the "**Funding Call"** button underneath the DAO logo located at the top left of the screen.

<figure><img src="https://222988987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzUKo6M5iSJolzHiLZzzq%2Fuploads%2FNIdmg4gOI78jfB7h7US6%2Fimage.png?alt=media&#x26;token=ca389975-50ce-4246-857b-3e89666e5800" alt=""><figcaption></figcaption></figure>

They are presented with a similar modal to the confirm membership where they can review their commitment and which capital call they are commiting to.

<figure><img src="https://222988987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzUKo6M5iSJolzHiLZzzq%2Fuploads%2Fp456tumAps5O6PwJjgVg%2Fimage.png?alt=media&#x26;token=f55d67c2-2a88-447c-adfa-ae1559374e4d" alt=""><figcaption></figcaption></figure>

If all rounds are commited successfully, the "**Funding Call"** button should not be visible.


---

# 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/commiting-capital.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.
