Inspiration
The idea sparked from two converging realities: The AI trust gap — AI models are powerful but prone to bias, hallucinations, and unverifiable outputs. The need for decentralized ownership — Data, computation, and governance are still controlled by a few big players. I envisioned a platform where AI intelligence, blockchain transparency, and token-based incentives merge into a single ecosystem — empowering users to contribute data, validate AI results, and earn rewards for doing so.
What it does
Ensure Trust, Privacy, and Fairness Decentralized Governance (DAO) Reward Contributors with Tokens Verify AI Outputs on the Blockchain Buy or Rent AI Services Publish AI Models & Datasets
How we built it
Blockchain Layer (Trust & Transactions) Smart Contracts: Developed ERC-20 native token for payments, staking, and governance. Built marketplace registry and escrow contracts to handle AI service listings, purchases, and dispute resolution. Governance: Added a DAO voting system so token holders can influence platform upgrades and treasury allocations. Testing & Deployment: Used Hardhat for contract testing and Polygon testnet for low-cost deployment. AI Layer (Intelligence & Verification) Hosted AI models and datasets off-chain for scalability, using IPFS for decentralized storage. Connected off-chain AI execution to blockchain via oracles and signed receipts so results can be verified without revealing private data. Implemented model cards for each AI service to disclose bias, performance metrics, and intended use cases. Frontend & Developer Tools User Interface: Built a React.js dashboard for browsing models, running inferences, and tracking earnings. Integrated MetaMask for wallet-based authentication and payments. Developer SDK: Created JavaScript and Python SDKs for easy integration into third-party applications. Security & Quality Control Smart contract audits and simulated attack testing for marketplace flows. Validator staking to ensure honest computation and discourage malicious actors. Iteration & Feedback Collected feedback from early testers to refine pricing models, improve onboarding, and enhance search/filter in the marketplace.
Challenges we ran into
Challenges We Ran Into Bridging AI and Blockchain Worlds AI inference is compute-heavy and slow compared to blockchain transactions. Running models fully on-chain would be impractical and costly. We had to design an off-chain execution + on-chain verification workflow without sacrificing trust. Oracle Security Oracles were essential to connect blockchain contracts with AI results, but they introduced new attack vectors. We implemented signed receipts and considered zero-knowledge proofs to prove correctness without revealing model internals. Gas Costs & Scalability Marketplace transactions, staking, and governance all consume gas. We chose a Layer-2 chain (Polygon testnet for MVP) to keep costs manageable, but this required bridging considerations. User Onboarding Crypto newcomers struggled with wallets, private keys, and token transactions. We had to make MetaMask integration smoother and include guided onboarding. Tokenomics Design Balancing token supply, staking incentives, and long-term sustainability was complex. Too much inflation could harm token value; too little could discourage contributions. Trust & Reputation Preventing bad actors from uploading low-quality or malicious models required a reputation + staking system. Building an algorithm for fair reputation scoring without central moderation was a tricky balancing act. Bias & Ethics in AI Many AI models have hidden biases or inappropriate training data. We had to include model cards and usage restrictions to promote responsible AI deployment.
Accomplishments that we're proud of
Ethical AI Framework User-Friendly Experience Security-First Design Cross-Disciplinary Integration Reputation & Incentive Mechanism Decentralized AI Marketplace Functional Token Economy Successfully Bridging AI and Blockchain
What we learned
The Power of Hybrid Architecture Running AI fully on-chain is impractical; combining off-chain computation with on-chain verification offers scalability without losing trust. Tokenomics is More Than Just Math Designing a sustainable token economy requires balancing incentives, scarcity, and utility so that the ecosystem grows without devaluing the currency. Security is a Continuous Process Blockchain code is immutable — one bug can be catastrophic. Rigorous testing, audits, and adversarial thinking are essential before launch. User Experience Can Make or Break Adoption Even the most advanced tech needs clear onboarding, wallet guidance, and simple UI to attract mainstream users. AI Governance is as Important as the Tech Without clear rules, reputation systems, and ethical safeguards, bad actors can misuse AI models. Decentralized governance helps maintain fairness and accountability. Collaboration Between Disciplines is Crucial Blockchain devs, AI engineers, UX designers, and security experts all had to work closely to align goals and avoid siloed thinking. The Importance of Transparency Using model cards, open-source smart contracts, and public governance builds trust in a space where skepticism is common.
Log in or sign up for Devpost to join the conversation.