DAIT Foundation

A DAO building
decentralized AI compute.

The DAIT Foundation stewards the DAIT chain. We are a community-governed nonprofit. No insiders, no presale, no token allocation. The technology is open source. The token is earned by useful work. Governance is on-chain from genesis.

100%community-owned
0presale, premine, allocation
3-14day governance timelocks
dynamicvalidator cap (scales with use)
PQquantum-resilient agents from genesis-day
Proof of Intelligence

A new consensus class. Power to the people.

DAIT does not run Proof of Work. It does not run Proof of Stake alone. It does not run Proof of Useful Work in the narrow sense the term has acquired since 2017. DAIT runs Proof of Intelligence. PoI is the consensus class formally defined in Livepaper section 3, revision 36; the idea has been in development for over a decade across multiple iterations (aiscendence.com in 2018, dait.io in 2020, this chain in 2026). The mission is to put the foundational compute layer in the hands of the people. Power to the people.

Definition

Proof of Intelligence (PoI) is the property of a consensus protocol that satisfies all three of the following conditions simultaneously:

(a) Cognitive unit-of-work. The protocol's accepted unit-of-work is a verifiable cognitive computation: an act of inference, finetuning, simulation, reasoning, or scientific compute, whose execution can be checked by hardware-rooted, cryptographic, or statistical means. SHA collisions and storage proofs do not satisfy this condition; an LLM token-generation receipt or an attested tensor-network simulation does.

(b) Adaptive verification. The verification stack is not a single fixed function. It composes hardware-rooted attestation (TEE), cryptographic proofs (signatures, vote-extension force-include, ZK selective disclosure), statistical sampling (PoR challenges, redundant re-execution, tensor-train spot decomposition), and behavioral checks (auditor-signed attribute claims, identity revocation accumulators) such that the verifier function appropriate to a given workload class is itself selected adaptively.

(c) State-indexed economic parameters. At least one of the protocol's primary economic parameters (emission rate, validator active cap, block time, credit weighting, validator self-bond floor) is a continuous function of network state rather than a constant set at genesis or by ad-hoc governance vote. The protocol's behavior changes with use, on a schedule the protocol itself maintains.

A protocol satisfying (a) but not (b) and (c) is PoUW. A protocol satisfying (a) and (b) but not (c) is a verified compute marketplace. A protocol satisfying all three is Proof of Intelligence.

The three conjunctive conditions

The conditions are conjunctive on purpose. Drop any one of them and the resulting protocol exists already, has a name, and has a known failure mode. The DAIT design proposition is that the failure modes of PoW, of PoS, of subjective PoUW marketplaces, and of staid verified-compute auctions are all visible in production today, and that fixing them required a stricter conjunction. That conjunction is what we are calling Proof of Intelligence.

Condition (a): cognitive unit-of-work

The unit-of-work the protocol pays for is a cognitive computation, by which we mean a computation whose value derives from the model or the algorithm rather than from the cost of producing it. Proof of Work is the canonical counter-example. A SHA-256 collision is expensive to produce and trivially easy to verify, but it has no use beyond the verification itself. The economic argument for PoW is that an attacker who wants to rewrite history has to redo the work; the social argument is that the network is willing to burn power to make that argument durable. PoI rejects this trade. The work the network pays for has to be useful to someone who is not the verifier. Useful means: an inference call that returned a token, a finetune step that updated a LoRA adapter, a simulation step that advanced a state vector, a reasoning trace that produced an answer. Storage retention by itself does not qualify; storage is necessary infrastructure but it is not cognition. Subjective creative output does not qualify either, because the verification path collapses back into reputational scoring. Cognitive unit-of-work is the dividing line between consensus that costs the world energy and consensus that costs the world inference cycles a tenant was paying for anyway.

Condition (b): adaptive verification

The verifier function is plural. PoW has one verifier: hash the header, check the leading zeros. PoS has one verifier: check the validator signatures and the chain rules. Both work because the unit-of-work is a single cheap-to-verify object. Cognitive work is heterogeneous. An LLM token-generation receipt is verified one way, by reading a TEE quote, comparing the model hash, and checking the signature. A tensor-network simulation is verified another way, by spot-decomposing the published tensor train, sampling on a few network indices, and comparing against a reference. A storage shard is verified a third way, by issuing a pseudorandom challenge inside the provider's enclave. A regulated credential is verified a fourth way, by checking a zero-knowledge selective-disclosure proof against an issuer's accumulator. Adaptive verification means the verifier function is itself a value, selected per workload class from a registered set. The chain knows that an "inference receipt" needs the TEE path, a "long-running training job" needs the redundant-re-execution path, a "scientific simulation" needs the spot-decomposition path. The set of verifier functions is governance-extensible, because new verifiable workloads will be invented after genesis and the chain must accommodate them without a hard fork.

Condition (c): state-indexed economic parameters

The third condition is the most distinctive. Most chains set their primary economic parameters at genesis and only change them through ad-hoc governance votes. Bitcoin's emission curve, Ethereum's slot time, even Solana's leader schedule are constants from the perspective of the protocol; they change only when the human governance process decides to change them. PoI requires that at least one primary economic parameter is a continuous function of network state, recomputed every epoch by the protocol itself. DAIT sets several. The active validator cap is the floor of the sum of the square root of average self-bond, the square root of unique 30-day PoUW hosts, and the square root of average blocks-per-second, recomputed every three days. The per-block emission rate is indexed to the chain's running compute throughput, so a busy network mints more and a quiet one mints less. Per-workload credit weighting is governance-tunable but defaults are state-aware. The block time itself is scheduled to drop from 1000ms at genesis to 500ms in the Q4 2026 upgrade window, contingent on observed validator latency distributions. The point is not that any one of these knobs is unprecedented in isolation; some chains have one, some have two. The point is that the protocol's behavior is allowed to be a function of its own use, on a schedule the protocol maintains, and that this is now a stated condition rather than an emergent property.

Comparison: PoW vs PoUW vs Verified Compute Marketplace vs PoI

PoW (Bitcoin, Litecoin)PoUW (Primecoin, Coin.AI, generic)Verified Compute Marketplace (Akash, io.net)Proof of Intelligence (DAIT)
(a) Cognitive unit-of-workNo. SHA collisions.Yes, narrow (one workload type, fixed verifier).Yes, but verification is reputational or absent at the protocol layer.Yes. Inference, finetune, simulation, reasoning, scientific compute.
(b) Adaptive verificationNo. Single hash check.No. Single workload-specific verifier per chain.Partial. Multiple attestation paths, but verifier choice is contractual not chain-level.Yes. TEE + cryptographic + statistical + behavioral, dispatched per workload class.
(c) State-indexed economic parametersNo. Difficulty adjusts but emission curve is hardcoded.No. Emission and validator set typically constant.No. Marketplace clearing is dynamic, but base-layer parameters are not.Yes. Active validator cap, emission rate, credit weighting, block time, all indexed.
Resulting classProof of WorkProof of Useful WorkVerified compute marketplaceProof of Intelligence

Why this matters strategically

PoI is not a marketing relabel. The reason to coin a new term is that the design space PoUW occupies has filled with projects that satisfy condition (a) and nothing else, and the design space verified-compute marketplaces occupy has filled with projects that satisfy (a) and (b) but treat the base layer as inert. DAIT's design choices, the agent module, the state-channel module, the elastic emission curve, the dynamic validator cap, only make sense together. Calling the result "PoUW" undersells the architecture and groups DAIT with chains that share none of its key properties. Calling it "verified compute" ignores the adaptive economic surface. The honest description is that DAIT is the first chain we know of that explicitly satisfies all three conditions as a designed property, and the honest thing to do is name that property.

Beyond labelling, PoI is a falsifiable claim. Each condition has a test. Condition (a) is satisfied if and only if the work paid for is reproducibly useful to a non-verifier, which is observable. Condition (b) is satisfied if and only if there is more than one verifier function registered and the chain dispatches between them, which is testable from the runtime. Condition (c) is satisfied if and only if at least one primary economic parameter is a continuous function of state, which is verifiable from the chain's own code. The Foundation's standards page lists each condition as a control row and tracks status against a live signal feed.

Read the deep dive on PoI   Livepaper section 3   PoI controls in the standards matrix

What we are

A nonprofit foundation, governed by token holders.

The DAIT Foundation exists to steward the DAIT chain. We hold the source-code organization, fund audits, run the bug bounty, and translate community-passed governance proposals into engineering work.

We do not control the chain. The chain is governed by DAIT holders via on-chain voting. The Foundation's job is to do the unglamorous work that nonprofits do: maintain the source code, organize releases, run developer relations, and make sure the lights stay on.

The Foundation will be incorporated as a Cayman Islands STAR Foundation in Phase 2 of the DAIT roadmap (June 2026), the standard structure for stealth-aligned crypto projects. Until then we operate informally with public reporting on governance discussion at this site.

Why DAIT

The AI economy needs its own settlement layer.

Centralized clouds capture nearly all the economic value of AI today. They set prices. They control which models exist. They decide which workloads are allowed. This concentrates power, raises costs, and gates innovation behind enterprise contracts.

Useful work consensus

Validator rewards weighted by Proof-of-Useful-Work credits. Hosts earn credits by running cryptographically verified AI inference. The network rewards the parts doing real work, not just minting blocks.

Hardware-attested integrity

Every inference call carries a hardware-enclave attestation across three silicon-vendor confidential-computing modes (one GPU vendor, two CPU vendors). Receipts are checkable on-chain. No trust in the host.

Fair launch tokenomics

No presale. No team allocation. No insider unlock. Every DAIT in existence is earned by useful work. Supply expands when the network is busy and contracts when fees burn faster than emission.

Native AI agents

AI agents are first-class accounts. Own a wallet, stake DAIT, earn fees, hire other agents recursively, with bounded spend authority granted by their human operator. The two-key model separates revocation from routine signing.

Off-chain compute speed

State channels move 99 percent of inference traffic off-chain. Open a session with one transaction, run thousands of inference calls direct over HTTPS, settle with one transaction. The chain is no longer the bottleneck.

Governance from genesis

Conviction-multiplier voting power. Validator self-bond dampening. Tiered timelocks. Security Council with auto-revoke. Anti-capture defense from day one, layered, not a single mechanism.

How DAIT compares

Decentralized compute. Side by side.

A frank comparison with the existing decentralized AI and compute networks. We are deliberate about what we do differently and why.

vs Centralized AI clouds (AWS, GCP, Azure)

Trust modelCentralized: trust the cloud provider's audit reports.
DAIT: hardware-attested, every call cryptographically verifiable.
PricingCentralized: set by the cloud, opaque, contract-gated.
DAIT: reverse Dutch auction, transparent, public order book.
Workload controlCentralized: AUP gates, can deplatform.
DAIT: permissionless. Hosts opt-in to license rules.
Margin to providerCentralized: 60-80%.
DAIT: 60% to host, 30% to validators, 10% to community/safety.

vs Bittensor (TAO)

VerificationBittensor: subjective scoring by validators. Vulnerable to weight-copying, addressed by commit-reveal.
DAIT: hardware-attested receipts. Validator scoring is verification of cryptographic proofs, not subjective evaluation.
Token supplyBittensor: 21M cap with halving. Bitcoin-style emission cliff in long term.
DAIT: compute-indexed elastic emission. No cliff. Supply expands with demand and contracts with burn.
Subjective workBittensor: subnets compete on subjective quality (text, image). Hard to verify.
DAIT: only deterministically-verifiable work earns consensus credits. Subjective work is paid via marketplace fees.
Account modelBittensor: coldkey/hotkey two-key separation.
DAIT: same two-key separation, extended to first-class agent accounts that can hire each other.

vs Akash Network (AKT)

Marketplace patternAkash: reverse Dutch auction, audited attributes registry, general containerized compute.
DAIT: same reverse-auction pattern plus AI-specific verification layer Akash does not have.
VerificationAkash: no native AI verification. Audit attributes are static claims signed by trusted parties.
DAIT: hardware attestation per inference call. Cryptographic proof of correct execution.
Workload typeAkash: general containerized compute, not AI-specific.
DAIT: AI compute first-class. State channels for high-frequency inference. AI-agent accounts native.
TokenomicsAkash: uncapped to 388M cap pivot. Uncertain narrative.
DAIT: compute-indexed elastic emission, designed once, robust across bull/bear.

vs io.net (IO)

Hardware verificationio.net: initially relied on self-reported specs. Caught with counterfeit GPU claims April 2024. Retrofitting KYC and benchmarks since.
DAIT: TEE GPU UUID attestation required at registration. Self-reported specs not accepted. Hard registration check.
Base layerio.net: Solana.
DAIT: sovereign L1 with attestation reporting native to consensus, not bolted on as a contract.
Pricingio.net: fixed-rate ask-only.
DAIT: reverse Dutch auction. Lower clearing prices.

vs Render Network (RENDER) and Aethir (AETH)

Job assignmentRender, Aethir: centralized scheduler. Foundation-controlled tier system.
DAIT: reverse Dutch auction with attestation filters. No central scheduler.
VerificationRender: no cryptographic verification, "Proof of Render" is reputational.
Aethir: proof-of-capacity (idle benchmark) plus proof-of-delivery. Idle subsidies inflate emissions.
DAIT: hardware attestation per inference. No idle subsidies. Pay only for verified work.
Trust sourceRender, Aethir: foundation curates tiers and quality scores.
DAIT: on-chain audit attribute registry, multiple auditors, governance-managed trust.

vs Centralized AI APIs (OpenAI, Anthropic, Google)

Most AI today is consumed through closed inference APIs. The trade is straightforward: a tenant sends a prompt, the provider returns a completion, and the tenant pays per token. The provider's word is the only evidence that the requested model ran. There is no receipt, no proof, and no recourse if the served model was a quantized variant or a cheaper substitute. DAIT inverts this. Every inference call returns a hardware attestation that names the model hash, the host's GPU UUID, and the input/output digest. A tenant can verify on-chain that the inference paid for is the inference performed.

Reproducibility on centralized APIs is structurally hard. Providers ship silent updates, retire snapshots, and reroute traffic to cheaper backends without notice. DAIT inference is pinned to a content-addressed model hash. The same hash run on attested hardware returns the same result. Audits, regulatory submissions, and scientific work that depends on byte-for-byte reproducibility have a path on DAIT that they do not have on a closed API.

Trust modelCentralized API: trust the provider's word that the requested model ran.
DAIT: hardware attestation per call. Model hash and GPU UUID on every receipt.
ReproducibilityCentralized API: providers update models silently. Yesterday's outputs may not be reproducible tomorrow.
DAIT: content-addressed model hash. Same hash, same hardware, same output.
PricingCentralized API: per-token rate cards set by the provider. Volume discounts gated by enterprise contract.
DAIT: reverse Dutch auction. Public order book. Hosts compete on price.
Workload acceptanceCentralized API: AUP-restricted. Whole categories banned. Account closure with no appeal.
DAIT: permissionless tenancy. Hosts opt-in to license rules per workload class.
Prompt privacyCentralized API: prompts and completions visible to provider, retained for abuse review and training where ToS allows.
DAIT: inference runs inside a TEE. Prompts decrypted only inside the enclave, never visible to the host operator.
Data residencyCentralized API: traffic routes to whichever region the provider chooses. Regional pinning is contract-only, unverifiable.
DAIT: tenants filter on host region attribute, attested by the host's audited registry entry.

vs Bitcoin L2 / sidechain proposals for AI

A handful of projects propose hosting AI workloads on Bitcoin layer-2 systems such as BOB, Stacks, and various sBTC-style sidechains. The pitch is Bitcoin-grade settlement security for AI compute. The reality is harder. Bitcoin's settlement cadence is measured in tens of minutes. Anchoring a sidechain to Bitcoin inherits that latency for any operation that needs final settlement on the base layer. AI inference at a useful tempo cannot wait for Bitcoin confirmations. BTC L2s also lack the chain-level primitives that AI needs: marketplace order books, attestation registries, agent accounts, state-channel settlement. These can be approximated by smart contracts, but bolt-on contracts pay a recurring tax in gas, latency, and audit surface compared with chain-native modules.

DAIT plans to integrate Bitcoin restaking via standard restaking infrastructure once that ecosystem stabilizes. The result is BTC-pooled security where economically appropriate, with AI primitives that remain native to DAIT rather than retrofitted onto a script-limited base layer.

ThroughputBTC L2s: hundreds of TPS in optimistic conditions, lower under contention.
DAIT: thousands of TPS at the chain layer, with state channels moving 99 percent of inference traffic off-chain.
Settlement latencyBTC L2s: sidechain finality is fast, but BTC anchoring takes hours. Cross-L2 settlement inherits that delay.
DAIT: sub-second pre-confirm, ~6 second finality on the DAIT chain.
Native AI primitivesBTC L2s: none. AI features live in user-deployed contracts.
DAIT: nine chain-native domain modules covering attestation, marketplace, agents, payments, governance, slashing, treasury, industrial data lake, and pseudonymous credentialed identity.
ProgrammabilityBTC L2s: Bitcoin script is intentionally restricted. Most BTC L2s add EVM, but lose bridging guarantees in the process.
DAIT: EVM at launch with planned DAIT-specific VMs for agent execution and inference policy.
Bitcoin-grade securityBTC L2s: sold as the primary feature, but bridge designs vary widely in honesty.
DAIT: planned Bitcoin restaking integration via standard restaking infrastructure. Security parity where useful, AI primitives where Bitcoin scripting cannot reach.
Workload fitBTC L2s: payments-first. AI is an afterthought.
DAIT: AI compute first-class. Payments are one module among nine.

vs zkML rollups (zero-knowledge inference proof systems)

zkML is the research direction that produces zero-knowledge proofs of inference: a tenant gets a succinct proof that some model ran on some input and produced some output, with no need to trust the host. The math is real and the trust model is appealing. The cost is the constraint. Generating a ZK proof of a transformer forward pass is currently 100 to 1,000 times slower than running the inference itself, and on-chain verification of the resulting proof is still expensive enough that zkML is unsuitable for high-throughput consumer inference. Hardware-enclave attestation has roughly 5 percent overhead on confidential-compute-capable GPUs in production today, and the attestation quote is a few kilobytes that can be verified for cents.

DAIT runs TEE attestation as the hot path because that is what the economics support today. We also expose zkML as an opt-in premium tier for high-value workloads where TEE trust is insufficient: regulated healthcare, financial model audits, government work. As zkML hardware and proving systems improve, the cost gap will close, and DAIT's marketplace will route accordingly. The choice is the tenant's, priced by the market.

Inference speedzkML: 100x to 1000x slower than raw inference today.
DAIT TEE path: approximately 5 percent overhead vs bare-metal on confidential-compute-capable GPUs.
Trust assumptionzkML: mathematical. Soundness of the proving system, no hardware trust.
DAIT TEE path: hardware vendor honesty plus revocable attestation. Compromised keys can be revoked at the registry layer.
Proof costzkML: proofs are expensive to generate, verifying on-chain is non-trivial gas.
DAIT TEE path: attestation quotes are kilobytes. Verification is a signature check.
Tooling maturityzkML: 2026 state is research-grade. Multiple zkML proof-system implementations are active and improving but not yet production-ready for general transformer workloads.
DAIT TEE path: CPU and GPU hardware-enclave confidential-compute modes have been in production for years.
Workload fitzkML: low-throughput, high-value, audit-critical workloads where the speed penalty is acceptable.
DAIT TEE path: general-purpose inference at production speed.
DAIT's hybridDefault: TEE attestation as the hot path. Opt-in premium tier: zkML for workloads that demand it. The tenant chooses, the market prices the choice.
DAO

Governance you can read.

DAIT Foundation operates as a DAO from genesis. Governance happens on-chain from day one, with three augmentations designed against documented capture vectors.

Voting power

Voting weight equals bonded DAIT, multiplied by a conviction multiplier that rises 1.0 to 1.5 over 90 days of continuous bonding, dampened above 5 percent share to prevent any single validator from dominating governance through self-bond. The conviction multiplier neutralizes flash-loan governance attacks. The dampening prevents validator-cartel capture.

Tiered timelocks

Low-risk parameter changes execute after 3 days. Treasury and slashing changes execute after 6 days. Software upgrades and constitutional changes execute after 9 days with a 66 percent threshold and 40 percent quorum. Emergency pause is gated by a 5-of-9 Security Council multisig that auto-revokes after 7 days unless ratified by full vote.

Treasury

Six percent of every block's emission flows into a community treasury that the DAO controls. The Foundation does not select grant recipients. Token holders do, by vote.

Constitution

Some rules are immutable without a hard fork. The bootstrap emission schedule (400M, 350M, 250M over years 0-2; 1B total). The PoUW formula structure. The exclusion of subjective work from PoUW credit minting. These are encoded in the chain's constitution to resist future governance pressure.

Pre-mainnet, the DAO operates as an open RFC process. After Phase 3 mainnet, the DAO operates on-chain. The constitution is available alongside the Livepaper.

DAIT mark

Help build the chain.

The DAIT Foundation is hiring contributors. We are building Phase 1 devnet alpha now. Engineers welcome. Validators welcome. Hosts welcome. Translators welcome. Pseudonyms welcome.

Contact form · Standards page

For technical work, see daitchain.io. For the chain itself, see dait.io.