Abstract
TARDIGRADE ($TARDI) is a meme-native token on Solana that funds a decentralized network for resilient AI compute. Modern AI runs on centralized infrastructure with single points of failure — one data center, one region, one provider. TARDIGRADE distributes each workload across independent nodes worldwide so that no single failure can take it down.
Named after the only known animal to survive the vacuum of space, radiation, and absolute zero, the project turns a meme about indestructibility into a concrete engineering goal: infrastructure that endures. This paper describes the network architecture, token utility, incentive design, and the security and decentralization guarantees that back it.
01The Fragility Problem
AI has become critical infrastructure, yet the compute powering it is remarkably fragile. Inference and hosting concentrate in a handful of hyperscale data centers. When a region loses power, a provider has an outage, or a company changes its terms, dependent workloads fail together.
This fragility is structural: centralization creates single points of control and single points of failure. For applications that must not go down — payments, agents, safety systems, real-time services — this is unacceptable.
02Why the Tardigrade
The tardigrade survives conditions that destroy almost all life — extreme heat and cold, radiation, dehydration for decades, and the vacuum of space. It endures not through strength but through redundancy and design: distributed systems with no single vital organ to destroy.
That is precisely the model for resilient decentralized physical infrastructure (DePIN). TARDIGRADE adopts the tardigrade as both mascot and engineering principle: a swarm with no single point of failure.
03Network Architecture
The network is a three-sided marketplace connecting node operators, clients, and the settlement protocol.
3.1 Nodes
Operators run a lightweight agent on GPU/compute hardware. To join, a node stakes $TARDI (anti-sybil, skin in the game), then serves AI inference jobs and proves uptime through signed heartbeats.
3.2 Clients & Jobs
Clients pay $TARDI for compute. Each job specifies a redundancy factor N — the number of independent nodes it must run on simultaneously.
3.3 Redundancy & Failover
Every job is replicated across N nodes in different regions and owned by different operators. If a node dies mid-job, the result is served from a surviving replica. This N-of-M redundancy is the enforceable form of "survives everything."
3.4 Verification
- v1 — Redundant consensus: run on multiple nodes and compare output hashes; the majority result is accepted, disagreeing nodes are not paid.
- v2 — Optimistic verification: random re-execution audits with slashing for fraud.
- v3 — Hardware/zk attestation: confidential-compute (TEE) or zkML proofs of correct inference.
04The $TARDI Token
4.1 Supply
| Parameter | Value |
|---|---|
| Total supply | 1,000,000,000 $TARDI (fixed) |
| Minting | Mint authority revoked — no inflation, ever |
| Freeze | Freeze authority revoked — no wallet can be frozen |
| Launch | Fair launch (pump.fun); LP burned on graduation |
| Transfer tax | 0% buy / sell |
4.2 Utility & Token Sinks
- Stake to serve: operators lock $TARDI to run nodes and earn.
- Pay to compute: clients acquire $TARDI to purchase jobs — demand tied to real usage.
- Governance: stakers vote on fees, slashing, and incentives.
- Insurance pool: funds SLA payouts when a redundant job still fails.
4.3 Settlement Fee & Burn
Value accrues at the point of use, not by taxing holders. A 1% protocol fee applies to compute settlement only: 0.5% is burned (deflationary pressure from real usage) and 0.5% funds the treasury/insurance pool. Wallet-to-wallet transfers are always fee-free.
05Staking & Incentives
- Uptime rewards for verified availability.
- Job fees split to the nodes that served a request.
- Uptime multiplier — sustained high uptime earns a larger share, rewarding the most reliable "tardigrade" nodes.
- Slashing — dropping a job or faking a heartbeat forfeits staked $TARDI. This is what makes "survives everything" an enforced guarantee rather than a slogan.
06Security
- Mint & freeze authorities revoked; supply provably fixed.
- Liquidity burned on graduation — liquidity cannot be pulled.
- No blacklist, no upgradeable back door on the base token.
- Treasury held in a Squads multisig with public signers.
- Node agent open-sourced for public audit.
- All claims verifiable on RugCheck and Birdeye.
07Governance & Decentralization
Control moves progressively from the founding team to the community:
- Launch: a multisig administers protocol parameters.
- Mid-term: stakers vote on fees, slashing parameters, and regional incentives.
- Long-term: treasury spending requires community approval (DAO).
Physical decentralization — independent operators across regions — is the network's deepest guarantee: no single machine, owner, or jurisdiction can switch it off.
08Roadmap
- Phase 1 — Hatch: fair launch, community, verified security.
- Phase 2 — Endure: Raydium graduation, listings, first node dashboard.
- Phase 3 — Swarm: onboard compute nodes, live failover demo, staking.
- Phase 4 — Ascend: client SDK & paid jobs, DAO governance, exchange listings.