NobleID
The Persistent Identity and Provenance Layer for Research
An open, standards-first identifier system that unifies research works, researcher identity, cryptographic provenance, and direct creator monetization — anchored on-chain and free to use.
1. The Problem
Academic publishing is a large, established industry. Elsevier, Springer Nature, Wiley, and a handful of other publishers control the infrastructure — the journals, the databases, the identifiers, the discovery tools. Researchers create the work and perform peer review, but the economic value flows almost entirely to intermediaries.
The identifier systems that underpin this ecosystem — DOIs and ORCIDs — are useful but limited. DOIs cost money to register ($1–$2.50 each plus annual membership). They identify works but not people. They offer no cryptographic verification of content integrity, no versioning, and no payment rails. ORCID identifies people but not works, and provides no mechanism for provenance or monetization.
Neither system puts money in researchers' pockets. Neither system puts data on-chain. Neither system supports the kind of composability that DeSci protocols, DAOs, and Web3 applications need.
Paywalled IDs
DOIs cost $1–$2.50 each plus Crossref membership ($275–$50K+/yr). This prices out independent researchers and the Global South.
No content verification
DOI metadata can be silently changed. There's no hash, no signature, no timestamp proof. No way to verify content integrity.
Fragmented identity
DOI tracks works. ORCID tracks people. Nothing connects them with verifiable provenance and payment flows.
Zero creator revenue
Millions of papers published annually. $0 flows to authors from citations or readership. Publishers and database operators capture the value.
2. NobleID: The Solution
NobleID is a persistent identifier system that binds four capabilities into a single, citable link: the work, the person, the proof, and the revenue.
3. Architecture
Researchers / Publishers / Protocols
│
▼
┌──────────────────────────────────┐
│ NobleID Platform │
│ Frontend (Next.js / React 19) │
│ Backend (Rust / Axum / Tokio) │
│ Database (PostgreSQL) │
└──────┬─────────────┬─────────────┘
│ │
┌────▼────┐ ┌────▼──────────────┐
│ AWS S3 │ │ Background Jobs │
│(Primary) │ │ (Rust Workers) │
└────┬────┘ └──┬────────┬───────┘
│ │ │
┌────▼────┐ ┌────▼───┐ ┌─▼──────────┐
│ BNB │ │ Merkle │ │ Fixity │
│Greenfield│ │ Anchor │ │ Checks │
│ (Mirror) │ │(BNBCh.)│ │ (Nightly) │
└─────────┘ └────────┘ └────────────┘Rust Backend
Axum + Tokio. Chosen for performance, memory safety, and long-term reliability. Research infrastructure needs to last decades.
PostgreSQL
34+ migrations. JSONB for flexible metadata. Battle-tested for structured data.
Three-Layer Storage
AWS S3 (primary) + BNB Greenfield (mirror) + BNB Chain (anchor). No single point of failure.
4. The Identifier System
NobleID uses the ARK (Archival Resource Key) standard with NAAN 48914, registered with the California Digital Library. ARK is used by the Library of Congress, the Internet Archive, and thousands of institutions. Unlike DOIs, there are no per-registration fees.
ark:/48914/w1/20251025/E8A39AD3ark:/48914/w1/20250920/7X9K2Q:v2NB9575041PVersioning
Permanent root identifier + explicit v1…vN. No need to create a new ID for each version (unlike DOI). Resolver pages show update badges.
Resolution
Every NobleID resolves to HTML, JSON-LD, CSL-JSON, BibTeX, and RIS. OAI-PMH endpoint for academic search engine discovery.
14+ Work Types
Articles, datasets, software, grants, books, chapters, proceedings, conference papers, dissertations, preprints, reports, standards, peer reviews, components.
5. On-Chain Provenance
When a researcher says they published something on a specific date, there's currently no independent way to verify that. NobleID creates a chain of cryptographic proofs that anyone can check.
Hash
SHA-256 of content + metadata
Sign
JWS receipt with hash, timestamp, keys
Aggregate
Daily Merkle tree of all receipts
Anchor
Merkle root → BNB Chain smart contract
Verify
Anyone checks proof against on-chain data
Why BNB Chain? Low transaction costs (fractions of a cent per daily anchor), EVM compatibility, and ecosystem alignment with BNB Greenfield for storage. Cross-chain anchoring to Ethereum and Solana is planned for additional redundancy.
6. Decentralized Storage
Primary storage. 99.999999999% durability. Serves authoritative metadata and receipts.
Decentralized mirror. Every record replicated. Nightly fixity checks verify integrity.
Immutable anchor. Daily Merkle roots on-chain. Timestamped proof-of-existence.
Even if two of the three layers are compromised, the remaining layer proves the original content.
7. Identity & Verification
Every user gets a NobleID Person identifier (format: NB{digits}P). Trust is built through multiple, layered signals — not a single verification event.
Full dispute system for authorship claims and content issues:
- • Target types: authorship claims, works, profiles
- • Severity: low, standard, high, critical
- • Flow: Open → Under Review → Resolved
- • Evidence submission by both parties
- • Freeze capability for critical cases
- • Full audit trail
8. The NOBLEID Token
NOBLEID is the platform token. Hold it, stake it, and earn a share of everything the platform makes.
A percentage of all platform revenue is distributed to NOBLEID holders who stake their tokens. Your share is proportional to how many tokens you hold and how long you've held them.
Revenue sources that feed the pool:
How Holders Make Money
Revenue Share
Stake your tokens and earn a proportional cut of all platform fees, subscriptions, and API payments. Real income from real usage.
Time-Weighted Rewards
Rewards are calculated based on tokens held over time. The longer you hold, the larger your share. No pump-and-dump gaming.
Growing Platform = Growing Payouts
More researchers → more transactions → more fees → bigger revenue pool → bigger payouts to holders. Your share grows as adoption grows.
Tokenomics: A separate tokenomics paper covering supply, distribution, vesting, and emission schedules will be published before the token launch.
9. Revenue Model
NobleID generates revenue from platform activity — not from token sales. The business model works whether or not there's a token.
3% Support Fee
On all tips, grants, and support flowing to researchers.
Researcher Pro
$10/mo — analytics, enhanced profile, advanced tools.
Publisher API
Enterprise pricing for bulk minting, metadata sync, integrations.
Verification-as-a-Service
Institutions pay to verify researcher identity via our infrastructure.
10. Competitive Analysis
| Dimension | DOI (Crossref) | ORCID | ResearchGate | NobleID |
|---|---|---|---|---|
| Scope | Works only | People only | Social | Works + People + Proof + Revenue |
| Cost | $1–2.50/DOI | Free | Free | Free |
| Versioning | ||||
| Crypto provenance | ||||
| Blockchain anchoring | ||||
| Decentralized storage | ||||
| Direct payments | ||||
| Token revenue sharing | ||||
| Co-author splits | ||||
| Identity verification | ||||
| On-chain composable |
11. Security & Privacy
• Public profile fields are opt-in
• Email addresses hashed in storage
• Tips off by default, rotating wallet addresses
• No personal data required to create or resolve IDs
• JWT-based sessions via Privy
• Role-based access control
• Rate limiting per API key (default: 1,000/hr)
• SHA-256, RSA, JWS for cryptographic operations
12. Roadmap
- Full platform at nobleid.org
- 14+ work types, versioning, receipts
- BNB Chain Merkle anchoring
- BNB Greenfield mirror + fixity checks
- ORCID, DOI, arXiv, PubMed import
- Crypto tips with auto co-author splits
- OAI-PMH, API keys, dispute system
- NOBLEID token launch
- Revenue sharing for token holders
- Researcher Pro subscription
- Publisher API integrations
- Institutional dashboards
- Cross-chain anchoring (ETH, SOL)
- Verification-as-a-Service
- DeSci protocol integrations
- Open protocol specification
- Third-party resolver network
- Cross-chain identity attestations
- Community-governed parameters
The platform is live. The research economy is next.
NobleID is already running at nobleid.org with free minting, blockchain anchoring, and direct payments. The NOBLEID token with revenue sharing is next.
info@nobleid.org · nobleid.org
