# Aera Vault

The Aera vault is a wrapper contract over the [balancer-managed-pool](https://docs.aera.finance/v1-archive/concepts/aera-vault/balancer-managed-pool "mention") that restricts and facilitates certain functions (see <https://docs.balancer.fi/getting-started/faqs/pools-and-lbps>).

The following features are supported:

* Vault owner can deposit funds or withdraw funds (according to [withdrawal-validator](https://docs.aera.finance/v1-archive/concepts/withdrawal-validator "mention")) in a way that preserves the Balancer spot price between different pairs of assets
* Vault owner can finalize the fund and return all funds to treasury
* Vault Guardian can set swap fees, create and cancel weight update schedules
* Both owner and Guardian can pause trading but only owner can re-enable it.

For more detail on the API, see [aeravaultv1](https://docs.aera.finance/v1-archive/contracts/aeravaultv1 "mention").
