# 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](/developers/overview/eip-2535-diamond.md) to read more about Beanstalk's upgradable proxy implementation.

The Diamond consists of 4 facets:

* [Diamond Cut Facet](/developers/protocol/diamond/diamond-cut-facet.md)
* [Diamond Loupe Facet](/developers/protocol/diamond/diamond-loupe-facet.md)
* [Ownership Facet](/developers/protocol/diamond/ownership-facet.md)
* [Pause Facet](/developers/protocol/diamond/pause-facet.md)


---

# 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.bean.money/developers/protocol/diamond.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.
