Skip to content

📄 Nevermined

  • 👤 Author: [Belay Zeleke]
  • 📆 Presentation Date: [2025-07-23]

1. Overview

📌 Summary

Nevermined is an open-source Web3 framework that lets data owners, AI model builders, and other digital-asset creators monetize their work through on-chain access control, automated licensing, and privacy-preserving compute-to-data. Instead of forcing users to surrender raw data to centralized platforms, Nevermined wraps each dataset, model, or API in:

  • an ERC-721 Data-NFT that carries metadata and licensing rules

  • an accompanying ERC-20 Datatoken that gates access or compute jobs

  • programmable payment rails that accept stablecoins (USDC, DAI, EUROe, etc.) so human or autonomous AI agents can pay and be paid with finality in seconds.

The stack has already powered production pilots in energy (Shell), telecom (Vodafone), life-sciences (ClinTex), and the EU’s Gaia-X data federation. Key take-aways:

  • Fine-grained, on-chain licensing turns any digital artefact into a revenue stream.

  • Stablecoin settlement removes FX-risk and latency—crucial for machine-to-machine (M2M) AI transactions.

  • Compute-to-Data lets models “go to the data,” preserving privacy while still rewarding the data provider.

How It Works image


2. Background & Problem Statement

AI systems need vast collection of high-quality data and specialized models, yet:

  • Valuable datasets stay isolated because owners fear leakage, re-selling, or losing IP.

  • Current payment flows are manual, slow (bank wires), or locked behind SaaS APIs with high fees.

  • Autonomous agents—​LLMs executing tasks on-chain—​require deterministic, low-latency settlement that TradFi rails cannot offer.

Nevermined addresses this by fusing decentralized access control + privacy-preserving compute + instant stablecoin payments, giving both humans and AI agents a trust-minimized marketplace.


3. How It Works

🔍 3.1 Project Approach

The core idea is to treat every digital asset as a smart contract governed service:

  1. Register the asset as a Data-NFT that stores immutable metadata & licensing terms.

  2. Mint an ERC-20 Datatoken whose sole purpose is to unlock that asset (or a compute job on it).

  3. Route payments through stablecoins; a programmable escrow contract atomically swaps tokens for access, so neither party bears counter-party or FX risk.

  4. Optional Compute-to-Data: the buyer (often an AI agent) submits a containerized algorithm; it executes next to the data inside a secure provider enclave; only the results leave.


🏗️ 3.2 Architecture

neverminedarch


🎯 3.3 Core Components

  • Data-NFT – ERC-721 carrying metadata, royalty split, and on-chain provenance.

  • Datatoken – ERC-20 used once per service to authorize access/compute.

  • Provider Gateway – Off-chain micro-service that validates on-chain proofs and streams data or spins up a compute job.

  • Payment Escrow – Smart contract that holds stablecoins until the gateway signs a successful access or compute proof.

  • Marketplace SDK & Portal – React/Next.js front-end plus TS/Python SDK that developers integrate into their dApps.


🔁 3.4 Workflow Overview

  1. Creator uploads metadata, chooses price, stablecoin, and royalty splits; Nevermined mints a Data-NFT + Datatoken.

  2. Buyer or AI agent calls order() on the Payment Escrow, paying in USDC.

  3. Escrow emits an event; the Provider Gateway verifies and releases either a download link or spins up a container for compute-to-data.

  4. On success, the gateway signs a proof; escrow auto-releases funds to the seller and any royalty addresses.

  5. Provenance is written to an on-chain registry so future buyers can audit usage.


4. Token Economy

Include this section only if the project has its own token.**

Nevermined does not have a platform-wide token. Instead, each asset creator optionally mints their own Datatoken. These ERC-20s act purely as usage tickets and can be priced in any stablecoin or left to float. There is therefore no inflation schedule, staking system, or speculative tokenomics layer; the economic design is intentionally minimal to focus on real payment utility.


5. Project Status & Plan

  • Live production code — v2 contracts audited by ABDK (2024); v3 upgrade entering audit (Q4-2025).

  • Open-source — 3000+ GitHub stars across repos; weekly commits from 15 core maintainers & ~40 community contributors.

  • Adoption – Shell & SynMax: seismic data licensing pilot (10 TB served to models). – Vodafone Analytics X-change: federated telco datasets for AI traffic prediction. – EU Gaia-X lighthouse: used as the access layer in the healthcare federated cloud.

  • Funding — Seed by Keyko; grants from the EU Horizon-Europe “Dataspace” program; 2025 strategic round led by Outlier Ventures.

  • Roadmap (public Trello): Q3-2025 – Starknet & Solana contract ports. Q1-2026 – Native MPC-based compute-to-data for differential privacy. Q2-2026 – Agent-SDK so LLMs can invoke Nevermined actions with a single prompt.


6. User Experience & Hands-on Review (if applicable)

Try to actually use the project if possible — via a demo, public app, testnet, or simulation. This section should capture your experience as a user or a developer, not just as a researcher.

Here are some prompts to help you reflect:

  • What features did you explore?
  • What did you do step-by-step?
  • Was the onboarding intuitive or confusing?
  • How did you deal with a crypto wallet or tokens?
  • What felt different from traditional (non-blockchain) services?
  • What worked well? What didn’t?

You can also include: - Screenshots - Links to testnet/demo activity - Errors or bugs you encountered


7. Why Blockchain

  • Immutable, public provenance lets buyers audit data lineage—impossible with Web2 APIs.

  • Smart-contract escrow & royalty splits guarantee atomic settlement without intermediaries.

  • Decentralized identifiers (DIDs) on-chain anchor each asset, enabling cross-marketplace interoperability.

  • For autonomous AI agents, deterministic, always-on payment finality in stablecoins is mandatory; legacy rails have cut-off times and chargebacks.


8. Insights & Limitations

✅ What works

  • Asset-specific Datatokens keep speculation low and utility high.

  • Compute-to-Data offers a practical middle ground between full data sharing and total secrecy.

  • Stablecoin support makes the system finance-grade and machine-payable.

⚠ Open questions

  • Provider Gateways are still semi-centralized—​they can censor or go offline.

  • Cross-chain liquidity: moving Datatokens between chains currently relies on third-party bridges.

* Regulatory clarity on data NFTs as “licences” versus “securities” remains fuzzy in some jurisdictions.

9. Reflections & Discussion

Personally, the most intriguing part is how Nevermined treats payments as a first-class citizen for AI agents, not humans. This flips the usual “wallet UX” discussion: the end user might be an LLM or autonomous robot that needs programmability, not UI.

Discussion starters:

  • When every dataset is tokenized, will discoverability replace access as the bottleneck?

  • Is compute-to-data enough for sensitive sectors (finance, defense), or do we need hardware TEEs + zero-knowledge proofs?

  • Should marketplaces enforce ethical-use clauses on-chain, and how would that be adjudicated?


10. Insight from others

After each presentation in class, we will form small groups for each case for discussion. At that time, please discuss with your group the questions posed in Section 9, and write any key points or insights from your discussion group here.


11. References

  • [Articles, blog posts, or academic papers]
  • [Related projects or comparisons]