# Diamond

{% hint style="warning" %}
Note that this page has not been updated to reflect the current state of Beanstalk, but is left here as a reference.
{% endhint %}

The Diamond module contains various functions that require ownership of Beanstalk to execute in Beanstalk. This includes Pausing and Unpausing Beanstalk and upgrading Beanstalk via Diamond Cuts.

See [EIP-2535 Diamond](https://docs.bean.money/developers/overview/eip-2535-diamond) to read more about Beanstalk's upgradable proxy implementation.

The Diamond consists of 4 facets:

* [Diamond Cut Facet](https://docs.bean.money/developers/protocol/diamond/diamond-cut-facet)
* [Diamond Loupe Facet](https://docs.bean.money/developers/protocol/diamond/diamond-loupe-facet)
* [Ownership Facet](https://docs.bean.money/developers/protocol/diamond/ownership-facet)
* [Pause Facet](https://docs.bean.money/developers/protocol/diamond/pause-facet)
