# Customizations

Customized versions of Alpha Vaults have been created for Berachain and Katana. Here are the details:

### Katana

* [Launch article](https://mirror.xyz/0x2ca7Dcd91e4DB78E2db223748eF66FB24274d395)
* Contracts
  * [AlphaProVault](https://katanascan.com/address/0xc78c51f88adfbadcdfafcfef7f5e3d3c6c7d5129#code#F1#L1)
  * [AlphaProVaultFactory](https://katanascan.com/address/0xF0F42C62923c6e741C64E0163C5C50965C05dF61#code#F1#L1)
  * [Periphery](https://katanascan.com/address/0xc8E9A5B36381e19BeD88C80CBD7Ac7177A024DcB#code)

### Berachain

* [Launch article](https://mirror.xyz/0x2ca7Dcd91e4DB78E2db223748eF66FB24274d395/MddKm9Qa5Csw50AHOKqTT_Bt9Iobx3Ox9TQthLKlzNc)
* Contracts
  * [AlphaProVault](https://berascan.com/address/0x38920562047280f2f95b7aba7a9eaa8d0ae04a5c#code)
  * [AlphaProVaultFactory](https://berascan.com/address/0x189bD734C2f1beeaca81e0edbB1cE3B8A16ed137#code)
  * [Periphery](https://berascan.com/address/0xf1b21f82b69b989fdd750623a83b13996539a7ee#code)


---

# 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://learn.charm.fi/charm/technical-references/customizations.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.
