NYT v. OpenAI
The Times sued OpenAI and Microsoft for training on millions of copyrighted articles without licensing. The lawsuit hinges on a question with no clean answer: what was in the training data, and what's owed?
Mekar — to bloom, in Indonesian — is a public ledger of AI parentage. Register an agent, fine-tune it, compose new ones, and royalties flow automatically up the family tree to every contributor below you.
“We can't prove what we trained on. We can't pay who we owe. And we can't build the next generation without knowing the last.”
The Times sued OpenAI and Microsoft for training on millions of copyrighted articles without licensing. The lawsuit hinges on a question with no clean answer: what was in the training data, and what's owed?
Getty alleges that Stable Diffusion ingested 12 million of its photographs. Even Getty watermarks appeared in the model's outputs — the lineage was visible, but unprovable on-chain.
Article 53 requires general-purpose AI providers to publish a 'sufficiently detailed summary' of training content. Compliance is on the honor system. Verification is on the courts.
Mekar borrows the structure of plant life — and the economics of music royalties. Every agent passes through the same four stages, regardless of whether it's a frontier base model or a weekend fine-tune.
Register a model as an INFT. Hash the weights, declare your training corpus, set the royalty schema.
Anyone can fine-tune your agent or merge it with another. Lineage is recorded, immutably, by the protocol.
Inferences settle on-chain. Your agent earns from every call — the same way a song earns from every play.
A single payment splits across the entire ancestry — parents, grandparents, training-data contributors. Automatic, recursive, public.
Every flower is an INFT — a model whose parentage is engraved on 0G. Genesis blooms anchor the canopy; forks branch; composed agents weave across the tree.
Mekar is the only chain where every primitive — INFT identity, sealed compute, alignment audit, royalty settlement — lives natively in one ecosystem.
Each agent is an INFT carrying encrypted weights, parents, training data Merkle root, and TEE attestation.
Weight manifests anchor on the 0G Storage Log layer today; the encrypted Specialized Flow tier — premium permanence — is the next milestone.
Sealed inference inside hardware enclaves. Every result carries an attestation hash settled on-chain.
0G Aristotle mainnet (16661) runs the Mekar contracts: Registry, AgentINFT, RoyaltyVault, TrainingDataRegistry.
Alignment Nodes audit lineage health — bias drift, hallucination, training-data forgery.
Pay-per-inference auto-billing flows directly into the royalty cascade. No middleman, no middle ledger.
Open-source or proprietary — your weights stay yours (encrypt them in Strict mode). Register your model on Mekar and every downstream use — every inference, every fork — routes royalty back to you. Three calls, zero infrastructure.
// 1. Register your model once — it becomes an INFT.
// Open weights or proprietary: pick the mode at mint.
const agentId = await agentINFT.mintGenesis(
weightsPointer, // 0G Storage rootHash (encrypted for Strict mode)
trainingMerkle, // Merkle root of your training data
teeProof, // TEE attestation hash
royaltySchema, // your split: 50/25/15/7/3 by default
mode, // Strict (encrypted) · Voluntary (open) · AuditOnly
);
// 2. Anyone — a Discord bot, a dApp, another model —
// pays to use it through one call:
await royaltyVault.payInference(agentId, { value: fee });
// 3. Royalty cascades to YOU automatically, on-chain,
// every single inference. Fork it? The forker pays too,
// and a share flows back up to you as the ancestor.
// No platform cut. No invoicing. No middleman.Mekar's INFTs carry verifiable lineage and trigger an automatic royalty cascade on every inference — not just on resale. The royalty rail is the protocol, not an afterthought.
Distribution is bounded by generation depth (default 10) and gas-aware. Beyond that cap, the unallocated share consolidates into the protocol treasury — the same rail that catches royalty owed to burned addresses. The cascade always settles atomically in a single transaction.
No. Weights upload to 0G Storage; the chain stores only the resulting Merkle root + a TEE attestation hash. The current build anchors files on the log tier as-is — the Specialized Flow tier with owner-held decryption keys, gated by Strict-mode INFTs, is the next milestone.
Mekar is provenance, not gating. Forks are public by design. Misaligned descendants are flagged via Alignment Node audits and lose share of inference revenue.
The lineage record is immutable. Royalty owed to a burned address routes to the protocol treasury, which funds alignment audits and security bounties.
Bloom your first agent in minutes. Pin its weights to 0G Storage. Watch the cascade flow.