Baseroot is a decentralized infrastructure where AI agents can license datasets and automatically share revenue with data providers on-chain.
Baseroot is a decentralized infrastructure that enables AI agents to license datasets on-chain and automatically distribute revenue between DAO data providers, AI creators, and the platform.
The protocol creates a programmable marketplace where knowledge becomes a liquid, tradable asset for AI systems.
Built for Avalanche Build Games – Stage 2 MVP
This section helps technical judges quickly verify the MVP.
Dataset licensing and revenue distribution happen on-chain.
- Explorer:
0x46A354d117D3fC564EB06749a12E82f8F1289aA8 - Network: Avalanche Fuji Testnet (Chain ID: 43113)
Core functionality:
- Dataset registration
- AI agent registration
- License purchase
- Automatic revenue distribution
Revenue model:
- 50% → DAO (dataset owner)
- 40% → AI Creator
- 10% → Platform
- Source code: seyitgrbzpng/new-baserootv2-poc
Structure:
client/→ Frontend (React + Web3 wallet)server/→ Backend servicescontracts/→ Smart contractsdocs/→ Architecture & protocol documentationscripts/→ Deployment scriptstests/→ Contract tests
- Live MVP: baseroot-v2-marketplace.onrender.com
- Demo Video (~5 minutes): Watch on YouTube
AI systems rely heavily on datasets, but today:
- Data providers are rarely compensated.
- Dataset ownership is unclear.
- AI creators have no transparent way to license data.
- Revenue sharing is manual and opaque.
As AI economies grow, data becomes the most valuable resource, yet there is no decentralized market for it.
Baseroot introduces a Dataset Licensing Protocol for AI agents.
Key components:
- DAO Data Providers: Upload and monetize datasets.
- AI Creators: Deploy agents that can license datasets.
- On-Chain Licensing: Agents must purchase licenses before using datasets.
- Automated Revenue Distribution: Smart contracts distribute revenue automatically:
- DAO → 50%
- Creator → 40%
- Platform → 10% No intermediaries.
DAO uploads dataset
│
▼
Dataset stored + registered on-chain
│
▼
Creator deploys AI Agent
│
▼
Agent purchases dataset license
│
▼
License recorded on-chain
│
▼
Revenue automatically distributed
- Blockchain: Avalanche Fuji (Solidity)
- Frontend: React / Vite (Wagmi/Viem)
- Backend: Node.js / tRPC
- Database: Firebase
- Wallet: Web3 wallet integration (MetaMask)
The MVP validates the core economic primitive of Baseroot: ✔ Dataset registration ✔ AI agent deployment ✔ Dataset licensing ✔ On-chain verification ✔ Automated revenue distribution
This proves the feasibility of a decentralized knowledge marketplace for AI systems.
Payments are triggered by successful inference executions or license acquisitions.
graph TD
User["Consumer (User)"] -- 100% AVAX --> Contract["Revenue Router (V2)"]
Contract -- 50% --> DAO["DAO (Data Owner)"]
Contract -- 40% --> Creator["Agent Developer"]
Contract -- 10% --> Protocol["Protocol Treasury"]
The protocol introduces a new economic layer where knowledge becomes a yield-generating digital asset. By extending the AI agent marketplace model with Verified Data Pools and a trustless revenue routing mechanism, Baseroot V2 ensures fair attribution, transparency, and sustainable revenue models for data producers.
Important
For the complete technical specification and long-term vision, please refer to the Baseroot V2 Whitepaper. For the technical architecture overview, see Architecture Overview.
This project includes a render.yaml Blueprint.
- Connect this repository to your Render Dashboard.
- Click New + > Blueprint.
- Render will automatically build (
pnpm run build) and start the Node.js server.
- Dependencies: Ensure Node.js 22+ and pnpm 10+ are installed.
- Initialize Project:
pnpm install - Configure Environment: Create a
.envfile containing your Firebase and API keys. - Launch Protocol:
pnpm dev
Baseroot follows a modular protocol architecture designed to evolve beyond the initial MVP. This design enables the protocol to integrate oracle infrastructure, automation layers, and decentralized governance systems without breaking the core marketplace logic.
Planned Integrations:
- Chainlink (Oracle & Automation Layer)
- Agora (Governance Layer)
Chainlink is planned as Baseroot’s oracle and automation layer. In future versions, it can support external data verification, automated protocol actions, and long-term cross-chain interoperability for dataset and agent flows.
Agora is planned as the governance layer for Baseroot’s dataset economy. It can enable DAO-based decision making around verified datasets, marketplace rules, and protocol configuration.
- Phase 1 — MVP Foundation (Current Stage): Dataset registry, agent deployment, licensing, and revenue split.
- Phase 2 — Oracle & Governance Integration (Planned): Chainlink Functions/Automation, and Agora governance for datasets.
- Phase 3 — Advanced Infrastructure Expansion (Planned): Cross-chain dataset access, automated usage verification, and broader governance controls.
Avalanche provides:
- Fast Finality: Near-instant transaction confirmation.
- Low Fees: Cost-effective licensing.
- EVM Compatibility: Seamless developer experience.
- Scalable Infrastructure: Ideal for high-frequency dataset licensing.
MIT License
Foundational Liquidity Layer for Decentralized Knowledge Built for Avalanche Build Games · Powered by Avalanche C-Chain © 2026 Baseroot.io