Overview
VitaRNA is the governance space attached to a single tokenised research asset: the Artan Bio IP-NFT covering a mutation-specific codon-suppression approach to gene therapy, funded through VitaDAO. It is not an organisation with staff, a treasury and a roadmap in the way Molecule's larger BioDAOs are. It is the thinner and much more common thing underneath them: one asset, fractionalised into a token, with a Snapshot space bolted on so the holders of that token can be said to govern it.
That makes it a useful control case for the whole DeSci thesis. The pitch for tokenising an IP-NFT is that ownership and decision rights travel together: buy the token, get a vote on the science. VitaRNA ran that experiment on a clean asset with a real clinical programme behind it, and the record of what the token actually decided is short, complete and readable in full.
What the token represents
The underlying instrument is Molecule's IP-NFT: a transferable NFT that wraps the legal rights to a research programme, with the fractional tokens minted against it giving holders economic exposure and a governance claim. VitaRNA's two ERC-20 contracts name themselves after their parent NFT. The freely-held tranche, 0x7b66…f9C2, reports a name of IP Tokens of IPNFT #28 and a totalSupply of exactly 5,500,000; a second contract, 0xaF11…b0b2, is Locked IP Tokens of IPNFT #28 with 186,105.62 outstanding. Both figures were read on Ethereum mainnet by eth_call on 19 August 2026. The Snapshot space sums a holder's balance across both contracts to compute voting power, so the locked tranche votes alongside the liquid one.
The legal wrapper sits under an Irish company, the Vital Artan HoldCo, which owns the IP-NFT and is the issuer of record for the tokens. The project's own site describes the arrangement plainly: the community funded the research, "in exchange, the community is granted voting power to govern the IP, and participate in R&D decision-making and capital allocation."
The governance record, in full
Five proposals, all passed, spread over eleven months. The space uses Snapshot's authors only setting with a single administrator address and no additional members, so exactly one address on earth could open a vote – and that address opened all five. Voting ran 48 hours per proposal against a quorum of 50,000 VITARNA, which is 0.91% of supply.
| Proposal | Closed | Voters | Weight cast | Result |
|---|---|---|---|---|
| VRNAP-1 – Governance Framework Setup | 26 Jun 2024 | 5 | 67,099 | Unanimous |
| VRNAP-2 – Allocate $100k of ETH for experiments | 26 Jun 2024 | 6 | 334,081 | Unanimous |
| VRNAP-3 – Allocate remaining ETH for experiments | 21 Sep 2024 | 6 | 64,918 | Unanimous |
| VRNAP-4 – Mint tokens for $1M research funding | 8 Dec 2024 | 8 | 61,418 | 60,671 for / 747 against |
| VRNAP5 – Transfer the Vital Artan HoldCo to Vitality Now | 19 May 2025 | 5 | 2,768,273 | Unanimous |
Two numbers are worth sitting with. VRNAP-4, the only proposal that diluted holders – a token mint to raise a further $1M – cleared on 61,418 VITARNA, or 1.1% of supply, with eight people voting and 747 tokens against. The largest turnout the space ever recorded, 2,768,273 tokens or roughly half the supply, was cast on the last proposal, which moved the asset's holding company out of one legal entity and into another. As at AthenaDAO, the peak of participation and the end of it are the same event.
Where the decisions went
VRNAP5 is the key to reading the rest. It asked holders to authorise a share transfer moving the Vital Artan HoldCo from VitaDAO Global Services to the Vitality Now Association, a Swiss Verein that VitaDAO had adopted as its single legal steward under VDP-160. The proposal is explicit that this changes nothing about who decides: "Governance over the IP-NFT and VITARNA tokens remains exactly as before: Vitality Now may act only when instructed by Snapshot." It was submitted by the VitaDAO Guardians, not by a VITARNA holder.
Since that vote closed on 19 May 2025, the space has opened nothing – 457 days as of 19 August 2026. The asset, meanwhile, kept moving. In September 2025 VDP-164 asked VitaDAO for a $500,000 loan to carry VITARNA through non-GLP toxicology toward an IND submission, and that proposal was argued out on VitaDAO's forum rather than in the VITARNA space, where it stalled at a scored expert review gate and, as of the last archived capture, had never reached a token vote at all. VitaDAO's own Snapshot space has itself opened nothing since VDP-163 closed on 16 September 2025.
So the promise on the tin – token holders govern the IP – survived contact with reality in a specific and narrow way. The rights are real and the space is still open. What is missing is anyone entitled to use it: with proposal creation locked to one address, a VITARNA holder who wants a say on the toxicology spend has no route to put the question, and the question moved to a forum one level up where their token confers nothing. This is the proposal-throttle pattern in its purest form: an allowlist of one.
How Caper approaches this
Caper does not tokenise intellectual property and has no IP-NFT primitive, so the comparison is about the governance shell rather than the asset. Two differences bear directly on what happened here.
First, there is no proposer allowlist. Opening a proposal on a caper is a public method priced in an XRD fee, so the right to put a question to the treasury is not an editable setting that can be narrowed to one address and then left there. Second, a member who cannot get a hearing is not stuck holding a claim on an asset they no longer influence: exit is open from genesis and pays out a share of the treasury sized by the same participation-weighted formula that sizes a vote, without a proposal to pass or a majority to win. The failure mode VitaRNA illustrates – the decision migrates to a venue where your token is not the currency, and there is nothing you can do from inside – is the one an always-open exit right is meant to price. (Weight and exit share are the same quantity, compute_vote_weight in contracts/common/src/lib.rs; the redemption is exit in contracts/logic/src/lib.rs.)