https://realmregistry.vercel.app/
RealmRegistry is a Web3 municipal land registry governed entirely by on-chain DAO execution.
It eliminates centralized admin control and enforces institutional authority at the protocol level.
Built for the Authority-First Organizations track.
In many municipalities, land ownership systems suffer from:
- Centralized admin control
- Manual approval workflows
- Hidden overrides
- Corruption risks
- No transparent audit trail
Even when digitized, most systems still rely on:
An admin wallet that can mutate state anytime.
That means land ownership — one of the most critical assets in society — depends on trust in a single authority.
That is the core problem we are solving.
RealmRegistry follows one strict rule:
No centralized admin keys. Authority must come from governance only.
- No backdoor
- No manual override
- No hidden super-admin
If governance does not execute, nothing changes.
RealmRegistry is:
- A Web3 municipal land registry
- Powered by Solana
- Governed by a Realms DAO
DAO Name: Nepal Land Authority DAO Built using Realms governance.
- Governance Mode: Council
- Council Members: 2 government officers
- Vote Threshold: 2 / 2
- Voting Window: 24–48 hours
- Token Economy: Not required
This is not token speculation governance.
This is institutional authority enforced on-chain.
Admin Wallet → Officer Approval → State Mutation
- Single key authority
- Manual override possible
- Hidden risk
Realms DAO Proposal
↓
Council Vote (2/2)
↓
Governance Execution Transaction
↓
Verified Backend State Mutation
State changes happen ONLY after governance execution.
No execution → No mutation.
Clone repo in terminal: https://github.com/sachinacharyaa/RealmRegistry.git
-
Go to the backend folder:
cd backend -
Install dependencies:
npm install
-
Start the backend API (defaults to port
5000):npm run dev
The backend should now be available at http://localhost:5000.
-
Open a new terminal and go to the frontend folder:
cd frontend -
Install dependencies:
npm install
-
Start the frontend dev server:
npm run dev
By default Vite will print a local URL such as http://localhost:5173 – open that in your browser, connect your wallet, and you can use RealmRegistry against your local backend.
RealmRegistry enforces governance over:
- Land NFT Mint Authority
- Transfer Approval
- Parcel Freeze Authority
- Program Upgrade Authority
All controlled by the Realms Governance PDA.
Not by:
- A developer wallet
- A backend server
- A hidden key
Citizen (Wallet A)
↓
Submit Land Request
↓
Council Member Creates Proposal (Wallet B)
↓
Vote Approve (Wallet B)
↓
Vote Approve (Wallet C)
↓
Threshold 2/2 Reached
↓
Governance Execution
↓
Smart Contract Executes
↓
State Updated On-Chain
Let’s walk through a real transfer:
-
Citizen submits transfer request. Only Solana network fee required.
-
Council Member 1 creates governance proposal.
-
Council Member 1 votes Approve.
-
Council Member 2 votes Approve.
-
Threshold 2/2 is met.
-
Governance execution transaction runs.
-
Land NFT transfer executes on Solana.
If governance does not execute, nothing changes.
RealmRegistry enforces:
- Proposal must exist on-chain
- Proposal must belong to Nepal Land Authority DAO
- Proposal state must be
Executed - Execution must match intended instruction
Only then:
status = Approved
No frontend-based state changes.
No simulated governance.
Many systems simulate governance.
When clicking “Create Proposal,” they immediately change status to “Voting.”
That is fake authority.
We solved this by:
- Requiring real wallet-signed proposal creation
- Verifying proposal state on-chain
- Only updating status after execution confirmation
Authority is enforced at the protocol level — not the UI level.
RealmRegistry guarantees:
- No single wallet can mutate state
- No backend override
- No upgrade without governance
- No mint without proposal execution
- No transfer without DAO approval
Program upgrade authority is assigned to governance PDA.
Land ownership is foundational infrastructure.
If we can make it:
- Transparent
- Tamper-resistant
- Governance-controlled
- Upgrade-safe
We remove trust from individuals and move it to verifiable rules.
This is the essence of Authority-First Organizations.
Next steps:
- Expand to multiple municipalities
- On-chain zoning & bylaw enforcement
- Time-locked cooling periods
- Treasury-based municipal fee routing
- Fully DAO-controlled upgrade governance
- National-level land authority governance
Long-term vision:
A sovereign digital land infrastructure governed transparently on-chain.
RealmRegistry is not just a Web3 registry.
It is institutional authority redesigned for transparency.
No admin keys. No silent overrides. Only governance execution.
Made with love for Solana Community.