Skip to content
pacheco.sh
← Writing

Mining as useful work

#titan#protocol design

If you're designing a new L1 in 2026 and your default answer to "how do we secure it" is proof of work, I think you owe yourself one more round of asking why.

Proof of work solves a real problem: how do you make it expensive to lie to the network. Historically that's been done by burning energy — computers racing to find a number that satisfies an arbitrary puzzle, first one there wins the block. The puzzle has no purpose beyond being hard. That's the whole design: waste enough electricity that cheating costs more than it's worth.

It works. It's also a strange thing to keep doing by default once you notice what it actually is. You're paying for security with heat. The heat is not a byproduct, it's the point — and it doesn't do anything else for anyone.

The question worth asking

Once you say it plainly — "we're spending energy for no reason other than making cheating expensive" — the obvious follow-up is: could the same spend buy something we actually want?

That's the bet behind Titan. Instead of paying miners to solve a puzzle that produces nothing, pay providers to bring the network something with independent value: real data, verified and delivered on a schedule the protocol can check. The cost structure looks similar from a distance — resources are spent, honest behavior is rewarded, dishonest behavior is expensive. But the thing being purchased with that spend is different. One buys heat. The other buys information the network and the people building on it can actually use.

I want to be precise about what this isn't. It isn't "proof of work but green," and it isn't a claim that data provision automatically secures a chain as robustly as a decade of Bitcoin's hash rate has. Those are different security models with different failure modes, and anyone who tells you otherwise is skipping the hard part. What I'm arguing is narrower: if you're building new, the default shouldn't be theater. It should be work that's useful even in the world where nothing ever goes wrong and no attacker ever shows up.

What "useful work" has to earn

For this to be more than a rebrand, the useful work has to satisfy the same constraints the wasteful work did, or it's not actually a replacement:

  • It has to be costly to fake. A provider claiming to deliver good data has to be checkable, the same way a proof-of-work solution is checkable in one step even though it took real work to find.
  • It has to be worth doing regardless of the token. If the data or service being provided has no market outside the protocol's own incentives, you've just built a more elaborate way to waste resources.
  • It has to degrade honestly. When a provider misbehaves, the protocol needs a clear, boring, mechanical way to notice and respond — not a governance vote three weeks later.

That's the actual design work, and it's less romantic than "green blockchain" headlines make it sound. Most of my time on Titan lives in this layer: how providers register, how their delivered data gets verified, what the penalty curve looks like for showing up late versus showing up wrong versus not showing up at all.

Where this is

To be clear about status, because I'd rather undersell than oversell: Titan is being built, not shipped as a finished network. The provider and staking design is the part I spend the most hours on, and it's the part I'll keep writing about as the pieces land. If you want the "it's live, it's revolutionary" version of this post, you're going to be waiting a while — that's not the post I write.