A coalition of independent Solana validators working together to ensure decentralization remains real as the network scales.
Layer33 is a collective of 25 independent, value-contributing Solana validators. The long-term objective is to support a healthy, sustainable independent validator class that collectively represents at least 33% of network stake — the critical threshold in Byzantine Fault Tolerant consensus systems.
33% is a defensive line for decentralization. An independent validator class holding at least one-third of stake ensures that no small group of operators can unilaterally stall or steer the network.
- Validator Dashboard — Live data from the Layer33 validator network
- Staking — Delegate SOL to the Layer33 stake pool
- RPC Services — Fast, affordable RPC and gRPC services
- SWQoS — Stake-Weighted Quality of Service routing for reliable transaction landing
- Design System — Comprehensive UI component library
- Next.js 16 — React framework
- React 19 — UI library
- Tailwind CSS 4 — Utility-first CSS
- Zustand — State management
- TypeScript — Type safety
- Node.js 18+
- npm, yarn, pnpm, or bun
# Clone the repository
git clone https://github.com/your-username/layer33.git
cd layer33
# Install dependencies
npm install
# Start the development server
npm run devOpen http://localhost:3000 to view the application.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |
layer33/
├── app/ # Next.js App Router pages
│ ├── api/ # API routes
│ ├── brand-assets/ # Brand assets page
│ ├── media/ # Media assets page
│ ├── staking/ # Staking interface
│ └── page.tsx # Homepage
├── components/ # Shared React components
│ ├── 33layout/ # Layout components
│ ├── icons/ # Icon system
│ ├── ui/ # UI component library
│ └── ...
├── hooks/ # Custom React hooks
├── lib/ # Utility libraries
└── public/ # Static assets
This project is licensed under the MIT License — see the LICENSE file for details.
- Website: layer33.io
- Twitter: @Layer33_