Co‑own the models you help create.
Foundry is the supply-side protocol for 0G. Pool data, compute, and capital. Co-train an AI model. Own a verifiable, revenue- generating share — minted on mainnet, attributed inside a TEE.
The Ingot — a co-owned model on-chain.
The problem
Model creation is locked inside companies.
Training a useful AI model takes three things almost nobody has all of: data, compute, and capital. Today, the people who supply each of those capture none of the upside of what they help create. The ownership instrument doesn’t exist.
Computational linguist
Maya
A 50k-sentence labeled corpus for a low-resource language. Today, it sits on a hard drive.
Capital allocator
Devansh
Believes a legal-clause classifier will be valuable. Can't co-invest in a model's creation.
GPU operator
Priya
Sells compute at spot price. Captures none of the upside of the models she helps create.
How it works
A foundry, on-chain. Anyone contributes. Everyone who matters, owns.
- 01
A Forge opens
Anyone creates a Forge for a model they want trained. Data, compute, and capital are escrowed on-chain.
- 02
Contributions roll in
Smiths contribute datasets to 0G Storage, compute credits, or capital — independent wallets, real value.
- 03
Verifiable attribution
Inside a TEE on 0G Compute, baseline + contribution is measured against a secret holdout. Marginal delta = your share.
- 04
Ownership mints
$FORGE-denominated shares mint to contributors proportional to measured marginal contribution. The cap table is on-chain.
- 05
Inference routes revenue
Any 0G dApp calls the Ingot via the SDK. Payment hits the RevenueSplitter. Owners claim, on-chain, automatically.
TEE attestation · Forge #0042
● verifiedKonkani Translator
ingot:0x8e2…f4a · baseline 21.4 → 38.7 BLEU
Forge in Public
No fake counters. Just live mainnet activity.
Updated < 4s after every event
Forges live
0
+1 this week
Ingots minted
0
+2 this week
Total contributions
0
+12 this week
External Smiths
0
+3 this week
Inference revenue distributed
0.00 OG
+0.18 this week
Powered by an indexer watching 0G Aristotle events. Sparklines show 9-day rolling history; refreshes within four seconds of every on-chain event.
Build on Foundry
Three lines of code. Your agent now calls a co-owned model.
Foundry is open by design. Drop our SDK into any AI agent project and inference a Foundry Ingot — revenue routes back to the contributors who made it good.
import { Foundry } from '@foundryprotocol/sdk';
const foundry = new Foundry({ contracts: 'aristotle' });
const { output, receipt } = await foundry.inference.run(
'ingot:0x8e2…f4a',
{ input: 'Translate to Konkani: …' }
);
// ▲
// revenue routes back to the Ingot's
// co-owners on-chain, automatically.
// receipt.inferenceTxHash · receipt.revenueTxHashHonesty as a feature
Every feature is either real on mainnet, or declared as roadmap.
We refuse to blur the line. This table is the source of truth — mirrored on the dashboard and the README. Updated every release.
6 contracts on 0G Aristotle mainnet
Verifiable LOO attribution inside a TEE
$FORGE-denominated proportional ownership minting
RevenueSplitter — pull-payment claims
@foundryprotocol/sdk on npm + Vercel AI SDK / LangChain / OpenAI-compat adapters
Lineage Graph — visual on-chain family tree
Forge in Public dashboard with live mainnet numbers
Shapley / influence-function attribution
Documented v2 method.
Forge governance via $FORGE
Post-hackathon Month 1.
Secondary market for Ingot shares
Post-hackathon Month 3.
Reputation-weighted contribution caps
Wallet-level caps only at hackathon.
Full external audit
Informal review at submission; full audit Month 1.
Foundry doesn’t use 0G. Foundry grows it.
Join a Forge as a contributor. Spin up your own. Or build on top — your agent project can call any Foundry Ingot in three lines.