Protocol
Forge ledger — on-chain proof
Foundry's dashboard shows real numbers because every Forge runs a real on-chain lifecycle. This page is the receipt: each Forge and each interaction below links to the transaction on the 0G explorer. Nothing here is simulated.
What this is
Each Forge goes through the full protocol loop on 0G Aristotle: createForge → data / compute / capital contributions → evaluation → mintOwnership (the Ingot) → revenue received → revenue claimed. Every one of those steps emits an event with a transaction hash. The ledger groups them by Forge so you can trace any number on the dashboard back to its source.
12 forges · 74 proving transactions on 0G aristotle
modelSpec — the description is provably the one committed at creation.The ledger
Forge 01 · 0x6401…34EB ↗
Financial Filing Sentiment Classifier
A classifier that scores sentiment and risk tone in 10-K / 10-Q filing sections, tuned for the hedged language of financial disclosure.
Forge 02 · 0xE9FC…5932 ↗
Rust Unsafe-Code Auditor
A code model that reviews Rust `unsafe` blocks and explains the soundness obligations a reviewer must check.
Forge 03 · 0x57e8…29e6 ↗
Yorùbá ↔ English Translator
An open translation model for Yorùbá, a tonal West-African language with ~45M speakers and no production-grade MT.
Forge 04 · 0xc1f3…6130 ↗
Multilingual Legal Citation Embeddings
A dense embedding model for retrieving relevant case law across jurisdictions, where generic embeddings miss legal-citation semantics.
Forge 05 · 0x1e30…7B21 ↗
ICD-10 Medical Coding Classifier
A classifier that maps free-text clinical encounter notes to ICD-10 diagnosis codes, automating a slow, error-prone billing step.
Forge 06 · 0xdfBC…03f6 ↗
Bengali News Summarizer
An abstractive summarizer for Bengali news, a language with 270M+ speakers but almost no production summarization models.
Forge 07 · 0xcaf8…2531 ↗
Spoken-Hindi Intent Classifier
An intent classifier for code-mixed spoken Hindi-English (Hinglish), built for voice interfaces that India's existing NLU stacks handle poorly.
Forge 08 · 0xEff6…509d ↗
Solidity Vulnerability Explainer
A code model that reads a Solidity function and explains likely vulnerability classes in plain English — reentrancy, unchecked math, access-control gaps.
Forge 09 · 0xC39b…2d64 ↗
Clinical Note De-Identification
A model that detects and redacts protected health information in free-text clinical notes, so hospitals can share data for research without leaking patient identity.
Forge 10 · 0x5D08…0A12 ↗
Chemistry-Paper Retrieval Embeddings
A dense embedding model tuned for semantic retrieval over chemistry and materials-science literature, where general-purpose embeddings miss reaction and compound nuance.
Forge 11 · 0x2414…9adc ↗
MSA Risk-Clause Classifier
A contract-intelligence model that flags risky clauses in software Master Service Agreements — uncapped liability, auto-renewal, IP assignment, unilateral termination.
Forge 12 · 0x221c…24E3 ↗
Konkani ↔ English Translator
An open-weights translation model for Konkani, a low-resource Indian language with no production-grade MT. Trained from community-contributed parallel text.
Verify it yourself
Pick any transaction link above — it opens the 0G explorer at https://chainscan.0g.ai. Or query the contracts directly: the dashboard reads the same ForgeCreated, IngotMinted, ContributionLogged, RevenueReceived, and RevenueClaimed event logs this page does. Same source, no middle layer.