We engineer the
verifiable compute stack
for the EVM.
One Stack. Complete Verification.
Three interlocking protocol layers that form a single, cohesive physics engine for trustless AI execution on the EVM.
PRIOR
The Data Availability Anchor
Bypasses the Ethereum calldata bottleneck. PRIOR securely routes and anchors gigabyte-scale enterprise context windows to IPFS, settling only a 32-byte cryptographic proof on Base L2.
AgentChain
The opML Execution Engine
Reads the PRIOR payload, executes the AI inference deterministically inside our proprietary fault-proof environment, and settles the execution trace on-chain — secured by dynamic slashed bonds.
The Supply Cartel
DePIN Compute Network
Powered by a decentralized network of sunk-cost European GPU miners utilizing compute multiplexing for zero-opportunity-cost inference.
10 Lines of Code to
Cryptographic Trust.
We abstracted the brutal complexity of deterministic execution and IPFS data routing into a single NPM package.
Pass a 2GB context payload. Get back a mathematically verified opML State Root. That's it.
import { AgentChain } from "@agentchain/sdk"
const client = AgentChain.init({
network: "base-mainnet",
apiKey: process.env.AC_KEY
})
const result = await client.execute({
model: "llama-3-70b",
contextPayload: corporaBuffer, // 2 GB via PRIOR DA
prompt: "Analyze and summarize."
})
// result.stateRoot → 0x7f3a...b91c
// result.verified → true
// result.txHash → 0x91ca...d3f71000× Cost Reduction.
zkML is a tarpit. We chose the only architecture that actually scales.
| Metric | zkML | AgentChain opML |
|---|---|---|
| Cost per inference | $5,000+ | $0.05 |
| Verification type | Zero-Knowledge Proof | Optimistic ML (opML) |
| Proof generation | Hours to days | < 500ms |
| Model support | Tiny models only | 70B+ parameter models |
| GPU requirement | Specialized ZK hardware | Consumer GPUs (DePIN) |
| Security model | Cryptographic proof | $5k slashed bonds + dispute |
Proof of
Physics.
Real-time pipeline: autonomous agents generate PRIOR payloads, AgentChain ingests and executes deterministically, workers process and return cryptographic state roots — verified on-chain in under 500ms.

Humbleaf is an infrastructure R&D company. In a single 5-week sprint, we engineered a deterministic opML execution engine, built a custom IPFS data routing protocol, and deployed 5 audited smart contracts to Base L2 to solve the hardest problem in crypto: trustless AI execution.
We don't write whitepapers. We ship physics.