Unified documentation for Berachain and its native protocols: BEX (DEX) and Bend (lending). Built with Mintlify.
We welcome contributions from the community. Whether you're fixing a typo, clarifying a section, or adding a new guide, your help makes our docs better for everyone.
- Berachain (General) — L1 overview, Proof-of-Liquidity, tokens, governance
- Build — Getting started, BEX, Bend, nodes, validators
- Reference — APIs, contracts, and technical reference
Content is in MDX. Navigation and branding are configured in docs.json.
- Node.js v20.17.0+ (LTS recommended)
- Git
- npm or pnpm
npm i -g mintmint devOpen http://localhost:3000.
Check that the docs build with no warnings or errors (recommended for CI and before opening a PR):
mint validateWe use a single main branch. All changes come in via pull requests and go through the same review process, whether from the core team or the community.
- CONTRIBUTING.md — How to set up your environment, add or edit content, and open a PR
- CODE_OF_CONDUCT.md — How we work together and what we expect from everyone
- Fix typos or unclear wording
- Add or improve guides and examples
- Report missing or incorrect docs via GitHub Issues
- Suggest improvements in issues before larger changes
If you’re new to open source, see Your first pull request in CONTRIBUTING.
docs/
├── docs.json # Site config, navigation, theme
├── general/ # Berachain core docs
├── build/ # BEX, Bend, nodes, validators
├── reference/ # APIs, contracts
├── logo/
└── images/
New pages are added under the right folder and registered in docs.json under the right tab/group. See CONTRIBUTING.md for the exact steps.
| Resource | Link |
|---|---|
| Website | berachain.com |
| Docs (live) | docs.berachain.com |
| GitHub | github.com/berachain |
| Discord | discord.gg/berachain |
| BEX | bex.berachain.com |
| Bend | bend.berachain.com |
- Docs bugs or suggestions — Open an issue
- Technical or protocol questions — Discord
- Security — Do not report security issues in public; see CONTRIBUTING.md for how to report them safely
This documentation is licensed under the MIT License.