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.Documentation Index
Fetch the complete documentation index at: https://berachain-422fce37-feat-nodes-section-reno.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Repository
- Code: github.com/berachain/guides/tree/main/apps/berachain-governance-proposal
- README (raw): raw README
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)
Stack
Typically Foundry or Hardhat, Solidity and/or TypeScript scripts (see repo).Quick start
- Clone and install
- Follow the README for: drafting the proposal payload, targeting the correct governance contract, and submitting (e.g. via script or cast).