> For the complete documentation index, see [llms.txt](https://docs.aera.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aera.finance/v2-archive/guides/treasury.md).

# Treasury

#### Supported networks

Note that Aera is currently supported on any EVM-compatible network that has sufficient onchain liquidity and oracle availability for the assets that need to be traded. The Aera vault should be in a network co-located with the governance contract or multisig of a client protocol. In a circumstance where a client's protocol is not on a network with sufficient onchain liquidity for the assets they intend to have in the treasury, we recommend the creation of a separate multisig for the purposes of managing an Aera vault on Ethereum Mainnet or another suitable network if bridging of assets can be done in a safe manner.

{% content-ref url="/pages/phAjulbwkMMn8bg2LGDQ" %}
[Using the Factory](/v2-archive/guides/treasury/using-the-factory.md)
{% endcontent-ref %}

{% content-ref url="/pages/fpoVmjk2BlLxfKKzi1AT" %}
[Operating your Vault](/v2-archive/guides/treasury/operating-your-vault.md)
{% endcontent-ref %}

{% content-ref url="/pages/Txf6380h7xUdIBZthUk5" %}
[Managing the asset registry](/v2-archive/guides/treasury/managing-the-asset-registry.md)
{% endcontent-ref %}

{% content-ref url="/pages/Fk0eE1CtoeMVo4SSO0al" %}
[Managing hooks](/v2-archive/guides/treasury/managing-hooks.md)
{% endcontent-ref %}


---

# 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.aera.finance/v2-archive/guides/treasury.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.
