Overview
LabDAO was one of the most-cited organizations in decentralized science: an open collective building shared infrastructure for computational biology, so that a researcher could run a protein-folding or binder-design model without standing up the stack themselves. Its own documentation states the mission as accelerating the life sciences “by making scientific tools more accessible”, and frames the gap it targeted precisely: cloud compute removed the barrier to executing code, but “there is no comparable layer of abstraction for dry-lab and wet-lab tools in biomedicine”.
It sat at a different point in the DeSci DAO stack from the funders around it. Where VitaDAO raises capital and Molecule tokenizes the resulting IP, LabDAO built the compute layer underneath – closer in kind to DeSci Labs, and like it, an infrastructure project rather than a treasury.
LabDAO is documented here because it has stopped. Every public surface it ran is gone, the code remains, and no announcement was ever made – the wind-down has to be read off the artefacts. That makes it a clean worked example of the attrition pattern catalogued in winding down a DAO.
What it built: plex and the Lab Exchange
The flagship was plex, described in its own README as “a full web stack for distributed computational biology” – a way to run containerized models on a public compute network rather than locally. Four design commitments are stated there: build-once-run-anywhere execution over distributed compute, content-addressing so every processed file has a deterministic address, composability through models with declared inputs and outputs, and authorship tracking, in which “every compute event on Lab Exchange is mintable as an on-chain token that grants the holder rights over the newly generated data”.
That last commitment is the part worth noting for this directory: LabDAO was attempting a lightweight, per-computation version of the same claim that IP-NFTs make over an entire research programme. The organization also wrapped model-specific repositories – diffdock, equibind, RFdiffusion, unidock – so that published BioML models could be run through one interface.
The code is genuinely finished work and remains readable: plex is MIT-licensed and carries 64 stars and roughly 600 pull requests. Its release history is the first thing that dates the decline – the last tagged release, v0.11.1, is 26 October 2023, while commits continued to 2 December 2024.
The governance layer that never switched on
LabDAO's contributor policy contains a Community Charter that reads like a conventional token-governed DAO: “All owners of $LAB tokens are LabDAO members”, decisions are “binding for its members”, members “shape the governance process”, and violations draw graduated sanctions. The same document then carries a parenthetical that undoes the whole construction: “(Note: no token exists, the project is pre-launch)”.
The charter therefore defined its electorate by an asset that was never issued. What LabDAO actually used for membership was POAPs, minted per working group to record “who is participating in each project or group discussion” – attendance records, not voting weight. Its Snapshot space, registered on 22 December 2021, is consistent with that: it carries the symbol POAP, 20 followers, and a proposal count of zero. Queried keylessly against hub.snapshot.org/graphql on 17 August 2026, labdao.eth has never run a single proposal.
This is a sharper case than the usual missing dissolution vote. The checklist on winding down a DAO advises establishing whether a dissolution vote happened, because “an absent dissolution proposal is itself the finding”. For LabDAO, the absence runs the full length of the organization: there was no vote to close it because there had never been a vote about anything. The governance apparatus was documented, registered, and never used – a shape how DAOs fail treats as ownership that was described rather than distributed.
How it ended: the evidence trail
No wind-down post, forum thread, or dissolution proposal exists for LabDAO. The dates below were each verified on 17 August 2026 and are ordered as the surfaces died – which follows the general sequence described under wind-downs: the things somebody has to pay a bill for go first, and the code and the chain outlive everything.
- The website is now for sale. The last capture of the real site is 7 August 2024. By 12 March 2025 the domain was a Sedo parking page advertising an asking price of $1,890. Today
labdao.xyzresolves to Sedo's nameservers and serves the same sales lander. - The documentation site went with it.
docs.labdao.xyzwas last captured intact on 1 October 2024 and now redirects to the same parking. The documentation quoted throughout this page survives only because it was kept in a public repository, which is archived but readable. - The community channel is invalid. The
discord.gg/labdaoinvite linked from every page of the old site returnsUnknown Invitefrom Discord's own API. - The product's front door is a stray GitHub Pages 404. plex's README still points at
lab.bio, which fails its TLS handshake outright;app.lab.bioanswers, but with a GitHub Pages 404 for a site no repository is bound to. - The code outlived all of it. The organization's 24 repositories are public and unarchived. The newest activity is halo, created and last pushed on the same day, 12 December 2025 – a single-session drop of an AlphaFold-inversion tool, a year after the flagship stopped moving.
The clearest statement of the ending is one the organization wrote itself and left in place. The GitHub organization profile reads: “LabDAO used to be an online computational life science research collective” – the same sentence the homepage carried in the present tense in 2024, rewritten into the past. It is the only obituary LabDAO published, and it is a one-line change to an org profile.
What this case adds to reading a wind-down
Two of the wiki's standing rules about wound-down organizations are demonstrated cleanly here, and one is extended.
Distrust the live domain. labdao.xyz answered HTTP 200 throughout 2025 and 2026 while being a page selling the name, and the Internet Archive dutifully recorded those 200s. A crawler, a citation checker, or a link audit reading status codes alone would have called this citation healthy for eighteen months. The tooling-discontinuity page makes the same point about the software a DAO depends on.
Prefer the repository to the website. Every substantive claim on this page – the mission, the charter, the membership mechanism, the legal entity – is sourced to a Markdown file in a public Git repository, because that is the only surface that survived. When an organization publishes its governance documents to a hosted docs site alone, those documents expire with the domain registration.
Absence of a dissolution vote is not the strongest signal – an empty governance record is. A DAO that stops voting has at least a last proposal to date the death by. LabDAO has no such date, because the Snapshot space was registered and then never used. For an organization in this state, the honest reconstruction runs on release tags, commit timestamps, DNS, and archive captures, and the resulting date is a range rather than a day.
How Caper approaches this
LabDAO's failure was not that it ran out of money in public; it is that a member had nothing to hold and nowhere to register a decision, so when the work stopped there was no event to record. A caper makes both concrete from the first day: membership is a token position rather than an attendance record, and decisions are on-chain proposals rather than a charter describing an asset that was never issued. Participation is what earns the way out – leaving a caper burns the soulbound vote tokens a member accrued by voting together with their governance tokens, and the contract computes the treasury share from that weight, so a member who took part has a settlement path that does not depend on anyone remembering to hold a closing vote. That does not keep a project alive, but it does mean a quiet ending still leaves a ledger.
References
- LabDAO on GitHub – organization profile and 24 public repositories
- labdao/plex – the Lab Exchange, and its release history
- labdao/docs – the archived documentation repository: mission, contributor policy and Community Charter, privacy policy, LabTeam POAP guide
- Snapshot space labdao.eth – queried via
hub.snapshot.org/graphql, 17 August 2026 - labdao.xyz, 7 August 2024 – the last capture of the live site
- labdao.xyz, 12 March 2025 – the domain listed for sale at $1,890