Live on 0G Aristotle mainnet

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.

0G Storage0G Compute0G ChainAgent IDTEE

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.

  1. 01

    A Forge opens

    Anyone creates a Forge for a model they want trained. Data, compute, and capital are escrowed on-chain.

  2. 02

    Contributions roll in

    Smiths contribute datasets to 0G Storage, compute credits, or capital — independent wallets, real value.

  3. 03

    Verifiable attribution

    Inside a TEE on 0G Compute, baseline + contribution is measured against a secret holdout. Marginal delta = your share.

  4. 04

    Ownership mints

    $FORGE-denominated shares mint to contributors proportional to measured marginal contribution. The cap table is on-chain.

  5. 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

● verified

Konkani Translator

ingot:0x8e2…f4a · baseline 21.4 → 38.7 BLEU

0x8e…a2
data42.0%
0xb1…9f
data21.0%
0x44…0c
compute18.0%
0x7c…d3
capital12.0%
0x2a…15
data7.0%
attestationsgx · 0x7a3b4c…91d

Forge in Public

No fake counters. Just live mainnet activity.

On-chain · 0G Aristotle

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.

Vercel AI SDKLangChainOpenAI-compatible· CLI · OpenAI-compat proxy
quickstart.ts
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.revenueTxHash

Honesty 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.

Real

6 contracts on 0G Aristotle mainnet

Real

Verifiable LOO attribution inside a TEE

Real

$FORGE-denominated proportional ownership minting

Real

RevenueSplitter — pull-payment claims

Real

@foundryprotocol/sdk on npm + Vercel AI SDK / LangChain / OpenAI-compat adapters

Real

Lineage Graph — visual on-chain family tree

Real

Forge in Public dashboard with live mainnet numbers

Roadmap

Shapley / influence-function attribution

Roadmap

Forge governance via $FORGE

Roadmap

Secondary market for Ingot shares

Roadmap

Reputation-weighted contribution caps

Roadmap

Full external audit

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.