> ## Documentation Index
> Fetch the complete documentation index at: https://docs.berachain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Governance Proposal for Reward Vaults

> Create and submit a governance proposal for Reward Vaults on Berachain (BRIP-style).

Use this guide when you want to **create and submit a governance proposal** (e.g. for **Reward Vaults**) on Berachain, following a BRIP-style flow.

## Repository

* **Code:** [github.com/berachain/guides/tree/main/apps/berachain-governance-proposal](https://github.com/berachain/guides/tree/main/apps/berachain-governance-proposal)
* **README (raw):** [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/berachain-governance-proposal/README.md)

## Requirements

* Node, npm (or Foundry/Hardhat depending on repo)
* Wallet with governance/BGT if required for proposal creation
* Understanding of Berachain governance and Reward Vaults (see [Reward Vault Governance](/general/governance/reward-vault-governance))

## Stack

Typically Foundry or Hardhat, Solidity and/or TypeScript scripts (see repo).

## Quick start

1. **Clone and install**
   ```bash theme={null}
   git clone https://github.com/berachain/guides.git && cd guides/apps/berachain-governance-proposal
   npm install
   ```
2. Follow the README for: drafting the proposal payload, targeting the correct governance contract, and submitting (e.g. via script or cast).

For exact steps and contract addresses, fetch the [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/berachain-governance-proposal/README.md).
