Luminous Prosperity
How it works The mathematics The stack Applications Gainshare Contact
Execution layer

The share pays itself.

A gainshare term is only as good as the party enforcing it. Luminous Smart Contracts write the term into a program instead of a promise — self-executing, immutable once signed, and payable without asking anyone's permission.

The problem this replaces

Value found on someone's behalf has always been the easiest fee in the world to underpay.

The deal closes. The client moves on. Memory of who found what fades fast, especially when it is inconvenient to remember. Verbal agreements evaporate; written ones get litigated by whichever side can afford the better lawyer six months later.

Every contract structure since cuneiform grain debts has relied on a third party — a court, an arbitrator — to decide what an agreement meant after the fact. That third party costs money, takes time, and introduces interpretation where there should only be execution.

A blockchain does not need to be persuaded, retained, or reminded. The math validates it. Nobody has to keep their word, because nobody has to.

How it works

Three moves, none of them requiring trust.

I — Verify

The number is confirmed, not asserted.

The verified delta against the frozen baseline is read into the contract from the client's finance function or an agreed third party — an oracle, in the technical sense. The contract does not take our word for the gain any more than it takes theirs.

II — Calculate

The formula was fixed before anyone signed.

Share percentage, tier thresholds, floor, cap and the attribution boundary are written into the contract at deployment. Nothing about the arithmetic is discretionary at settlement time.

III — Settle

Each party withdraws its own share.

Funds are held for the client and for us to claim, rather than pushed out at the moment of calculation — the standard pull-payment pattern, and the more defensible one. The signed record, hash and all, sits alongside the settlement permanently.

What is actually on-chain
SignaturesEvery signed document is hashed; the hash is timestamped on-chain, and the document is preserved redundantly off-chain. The formulaPercentage, tiers, floor and attribution logic, exactly as both parties saw them before signing. Changing the math means deploying a new contract with new signatures. SettlementEach verified period's calculation and withdrawal, timestamped, forming a running record that is itself evidence should either side ever dispute the history. What stays off-chainThe underlying documents themselves, and the plain-language legal wrapper that lets a court, not only a network, recognise the agreement.
Why this, not a lawyer on retainer

Removing lawyers from execution is not the same as removing enforceability. The legal wrapper — a standard, jurisdiction-aware plain-language document referencing the on-chain contract address — is signed alongside it. A lawyer reviewing the wrapper should find nothing to argue with, because the argument has already been settled in the drafting.

The contract handles execution. The wrapper handles formation. The hash-verified signatures handle evidence. None of the three depends on either party's good faith after signing.

The mathematics

Precise, transparent, agreed before a dollar exists.

No rounding interpretation, no currency ambiguity, no "we calculated it differently." Both parties see the formula before either signs.

Case Formula Verified savings L_fee = S × P  ·  C_net = S × (1 − P)  — S = verified savings, P = agreed share Verified gain L_fee = G × P  — G = incremental gain directly attributable to the engagement Multi-period Total = Σ (G_t × P) for t = 1…n  — each period executes as a separate, independent on-chain event Attribution floor L_fee = max(0, G − B) × P  — B = agreed baseline; protects the client from paying on value they would have captured anyway Tiered share Under $1M verified value: 30%. $1M–$10M: 25%. Over $10M: 20%. The contract applies the correct tier automatically against the incoming verified number.

The original formula is written into the deployed contract and stored on-chain. It cannot change after deployment without a new contract and new signatures — the math on the original deal is preserved forever.

The stack

Chosen deliberately, not defaulted into.

Chain

An EVM chain cheap enough that per-transaction fees never eat a share, with Ethereum's security underneath — Base or Arbitrum for most deals; a permissioned chain where a client requires deal privacy.

Contract language

Solidity, audited by a recognised security firm before any deployment that moves real funds. Reentrancy, overflow and access-control errors are the ones that matter; the audit cost is trivial against the deal it protects.

Oracle

Chainlink where an automated feed exists; otherwise a multi-signature confirmation between both parties' wallets — no unilateral action by either side triggers a payout.

Identity & signature

Hardware wallets for individual signatories; Gnosis Safe where an enterprise counterparty needs multi-party control of a single address. The signing event is timestamped on-chain at the moment it happens.

Storage

Documents live in IPFS, addressed by content hash rather than server location, with encrypted cloud and local backup as redundancy. The blockchain holds the hash; the hash proves what you retrieve is what was signed.

Interface

A plain deal summary, the terms in ordinary language, a sign button. The cryptography sits behind it. Clients track status and settlement history without ever touching Solidity.

Applications

One structure, every category of value found.

Cost recovery

Overpayments, billing errors, unclaimed credits, unused assets. The verified recovery deposited is the number the contract reads.

Revenue optimisation

New pricing, channels or markets. Attribution runs against agreed comparison periods fixed at baseline.

Deal sourcing

Acquisition targets, investment opportunities, strategic partnerships. The contract triggers on close, against verified transaction value.

Operational savings

Vendor renegotiation, process redesign, supply chain optimisation — any measurable cost reduction against a pre-engagement baseline.

Licensing & IP

Dormant intellectual property or licensing opportunity identified and activated. The verified licensing revenue is what the contract shares.

Workforce & benefits

Benefits overpayment recovery, workforce restructuring, compliance penalty avoidance — quantifiable, and contractable the same way.

Each application is customised for its own trigger and verification method. The underlying structure never changes: define the event, define the math, define the verification source, execute automatically, record immutably.

Contact

Bring the deal. We write the contract around it.

Every deployment starts with the deal parameters filled into the standard template — client, opportunity, baseline, percentage, trigger, verification source — from the Gainshare terms already published.

Start a conversation Read the Gainshare terms