---
title: "DeSci on Radix"
path: "/contents/tech/desci/desci-and-radix"
version: "1.2.0"
author: "Hydrate"
createdAt: "2026-02-24T18:25:48.330Z"
updatedAt: "2026-03-16T18:21:00.925Z"
---

# DeSci on Radix

<Infobox>
| **Topic** | DeSci + Radix Synergies |
| **Advantages** | Native IP-[NFTs](https://en.wikipedia.org/wiki/Non-fungible_token), engine-level governance, atomic composability |
</Infobox>

## Overview

Radix's [asset-oriented programming](/contents/tech/core-concepts/asset-oriented-programming) model offers unique advantages for [DeSci](/contents/tech/desci/what-is-desci) applications:

### Native IP-[NFTs](https://en.wikipedia.org/wiki/Non-fungible_token)

[IP-NFTs](/contents/tech/desci/ip-nfts) on Radix are native resources — not smart contract state. This means they cannot be drained via approval exploits ([native assets vs token approvals](/contents/tech/core-concepts/native-assets-vs-token-approvals)), are directly visible in the [Radix Wallet](/contents/tech/core-protocols/radix-wallet), and compose with any [DeFi](https://en.wikipedia.org/wiki/Decentralized_finance) protocol.

### Engine-Level DAO Governance

DeSci DAOs on Radix leverage [access rules and auth zones](/contents/tech/core-concepts/access-rules-and-auth-zones) for governance — multi-sig, role-based, and threshold-based access control enforced by the [Radix Engine](/contents/tech/core-protocols/radix-engine), not application logic.

### Atomic Funding

Complex [funding mechanisms](/contents/tech/desci/desci-funding) (quadratic matching, milestone releases, IP fractionalization) can execute atomically via [transaction manifests](/contents/tech/core-protocols/transaction-manifests) — no partial failures, no stuck funds.