# Introduction

Aera is a treasury management protocol that attempts to address existing shortcomings with controlling treasury funds. Aera supports:

* **Robust Asset Selection** No need to plan strategies. Just pick an objective and assets you would like to include.
* **Efficient Purchasing** Remove bureaucracy from DAOs.
* **Decentralized Active Management** Market aware & tailored to your protocol.

**Read these next:**

{% content-ref url="/pages/Nelq55QvaxzhPDIYfjGZ" %}
[The Aera Approach](/v2-archive/the-aera-approach.md)
{% endcontent-ref %}

{% content-ref url="/pages/LTlwFCIZrbGmYb9eK9rJ" %}
[How Aera V2 Works](/v2-archive/how-aera-v2-works.md)
{% endcontent-ref %}

### Aera V2

*Aera V1 was launched and tested in 2022 as a way to adjust a 2-asset portfolio to mitigate risk exposure. This documentation describes Version 2, an updated iteration of the smart contracts to be launched in 2023. To read more about Aera V1, we recommend reading* [*the whitepaper*](https://uploads-ssl.webflow.com/62cd150e5e9efc960319c44d/6346c4525380f8fa6435c2b5_Aera_Whitepaper.pdf) *and the V1 archive below:*

{% content-ref url="/pages/OhCVXoNXMjYkTqkhUt9a" %}
[Aera Introduction](/v1-archive/aera-introduction.md)
{% endcontent-ref %}

### Guides

Learn about how to interact with Aera whether as a direct user (Treasury), Arbitrageur or to earn rewards as a Vault Guardian.

{% content-ref url="/pages/nq9IEYjURVeftSlJ0901" %}
[Treasury](/v2-archive/guides/treasury.md)
{% endcontent-ref %}

Use Aera to protect your users from shortfalls.

{% content-ref url="/pages/6pstqCPbqTm7WSMIzdCL" %}
[Vault Guardians](/v2-archive/guides/vault-guardians.md)
{% endcontent-ref %}

Become a Treasury Vault Guardian.

{% content-ref url="/pages/5lQKHe3yQtmtt8gUqZ5U" %}
[Fee Recipient](/v2-archive/guides/fee-recipient.md)
{% endcontent-ref %}

Receive fees from Aera vaults.

{% content-ref url="/pages/cNWSpb4pDAw9g8WmW456" %}
[Developers](/v2-archive/guides/developers.md)
{% endcontent-ref %}

Build on top of Aera.

### Key Concepts

Learn how the Aera system protects treasuries.

{% content-ref url="/pages/GNhyJ9tY5S65btpOsmpm" %}
[Vault Assets](/v2-archive/concepts/vault-assets.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZuDGyQRdeNXwgjPGvOcY" %}
[Objective Function](/v2-archive/concepts/objective-function.md)
{% endcontent-ref %}

{% content-ref url="/pages/zusmyqbfqTNsZRzmf4fq" %}
[Vault Guardian](/v2-archive/concepts/vault-guardian.md)
{% endcontent-ref %}

{% content-ref url="/pages/nmXLzEtySEtvYQiKgXjI" %}
[Vault Operation](/v2-archive/concepts/vault-operation.md)
{% endcontent-ref %}


---

# 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://docs.aera.finance/v2-archive/introduction.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.
