Grant decisions with a public rubric, evidence trail and GenLayer review record.
Quorum is built for treasury-style allocation. Proposals enter with milestones, supporting material and a review rubric; GenLayer evaluates the record before the project state moves forward. The interface keeps the decision history readable so reviewers can inspect the reasoning instead of only seeing the final label.
| Item | Detail |
|---|---|
| Network | GenLayer Bradbury |
| Chain ID | 4221 |
| Contract | 0x7960Ac87E2c4CeBed3Cf162749989FCAEB91452E |
| Deploy tx | 0x2c254fdea5962a7c0cc0d37bf4325553e203a24e9bf0b4c00b5c5631ac11b9f3 |
| Deployed | 2026-07-01T22:48:21.979Z |
| Live app | https://quorum-chi-rose.vercel.app |
| Repository | https://github.com/aspro45/quorum |
The GenLayer contract lives in contracts/quorum_v2.py. It stores proposal records, milestones, evidence, rubric state, review results, challenge decisions, appeal outcomes and reputation updates.
The core flow is:
- Configure the review rubric.
- Draft a proposal with requested allocation and milestones.
- Attach documentation, repository or public-page evidence.
- Open a GenLayer review.
- Store the review result and confidence metadata.
- Allow challenge and appeal rulings when the decision is contested.
- Archive or settle the final proposal state.
Read methods expose counts, recent proposals, filtered status views, proposal records and reviewer-facing detail screens.
- Bradbury deploy completed with finalized transaction metadata.
- Smoke flow covered rubric setup, proposal drafting, milestones, evidence, review, fallback ruling, challenge, appeal, archive and compatibility wrappers.
- Read test suite passed
37/37. - Frontend is wired to the Bradbury RPC and contract address above.
python -m http.server 8080Open http://localhost:8080.
This repository contains public contract and frontend artifacts only. Do not commit private keys, wallet vaults, .env files, dashboard exports or Vercel state.