---
title: "Liquify"
path: "/ecosystem/liquify"
version: "1.0.0"
author: "Hydrate"
createdAt: "2026-08-12T15:19:38.351Z"
updatedAt: "2026-08-12T15:19:38.351Z"
---

# Liquify

<Infobox>
| **Type** | Unstaking marketplace for Radix liquid stake units |
| **Status** | 🟢 Active – component enabled on mainnet |
| **Component** | [`component_rdx1czv…sl5deuk8`](https://dashboard.radixdlt.com/component/component_rdx1czvsx3kq5j4yfz8d0keq5328txwctmsq2fllqr6rqpn000sl5deuk8) |
| **Blueprint** | `Liquify`, package `package_rdx1p5s…33drcku0n` |
| **First on-ledger activity** | 10 October 2025 |
| **Lifetime volume** | 27,122,770.95 XRD |
| **Platform fee** | 0.05% (`platform_fee` 0.0005) |
| **Website** | [liquifyxrd.app](https://www.liquifyxrd.app/) |
| **On-ledger** | Read at mainnet epoch 334,351 (12 August 2026) |
</Infobox>

**Liquify** is a Radix dApp that buys [liquid stake units](/contents/tech/core-concepts/liquid-stake-units) from holders who want out of a [stake](/contents/tech/core-concepts/staking) before the network's unstaking delay has run. Its on-ledger metadata describes it as an "Unstaking platform for native Radix liquid stake units", and the component has settled 27,122,770.95 XRD of volume since October 2025.

This page is written from component state rather than from the product, because [www.liquifyxrd.app](https://www.liquifyxrd.app/) answers automated requests with a 403 page and could not be read when this page was written. Every figure below is a field of the [Liquify component](https://dashboard.radixdlt.com/component/component_rdx1czvsx3kq5j4yfz8d0keq5328txwctmsq2fllqr6rqpn000sl5deuk8) at mainnet epoch 334,351, 12 August 2026.

## How the component is arranged

The [component](https://dashboard.radixdlt.com/component/component_rdx1czvsx3kq5j4yfz8d0keq5328txwctmsq2fllqr6rqpn000sl5deuk8) is an instance of a `Liquify` blueprint published in package `package_rdx1p5sanzez67tsmghv6ug0zadps29h4sx2g4d5l922d7pge33drcku0n`. Its state describes a two-sided book rather than a pool: liquidity providers deposit XRD and receive a `Liquify Liquidity Receipt` non-fungible (295 issued to date), and their standing bids sit in a `buy_list` and an `order_fill_tree` with per-provider `discounts`. Separate indexes hold positions that have automatic unstaking switched on and off, and an `automated_liquidity` store drives the automated side, which carries its own `automation_fee`.

The parameters are modest and explicit: a `platform_fee` of 0.0005 (5 basis points), a `minimum_liquidity` and `minimum_refill_threshold` of 10,000 XRD each, and unstake sizes bounded above at 10,000,000 XRD. `component_status` reads `true`, so the component is enabled and accepting calls.

## Activity and the DeFiLlama zero

Lifetime counters at epoch 334,351: `total_xrd_volume` 27,122,770.95 XRD across 1,071 order fills (`order_fill_counter`), 689 positions (`avl_position_counter`) and 295 liquidity receipts. The component's first transaction was on [10 October 2025](https://dashboard.radixdlt.com/transaction/txid_rdx1llt9xxxtm357w9eukada62jffj97mnx9jdhth9y6syxqq5acj6qshghju4) and its most recent on [24 July 2026](https://dashboard.radixdlt.com/transaction/txid_rdx1u5ccduaw68d4wgax6qw3q7lvwssess892s2x0g7nfc5xd4c8wkds44a04h).

[DeFiLlama lists Liquify Protocol with a Radix TVL of roughly $0.49](https://api.llama.fi/protocol/liquify-protocol), which reads as a wound-down protocol and is not one. Its [adapter](https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/liquify-protocol/index.js) measures exactly one thing — the XRD sitting in the component's `xrd_liquidity` vault — and that vault held 501.90613412483554811 XRD when this page was written. The component's fee vault held a further 13,561.39 XRD. A near-zero TVL here means the book is thin, not that the protocol is gone; the same distinction applied in reverse to [Surge](/ecosystem/surge), whose $0 was a broken adapter over a live protocol, and did not apply to [Maya Protocol](/ecosystem/maya-protocol), whose $0 is a pool that no longer exists.

## External links

- [liquifyxrd.app](https://www.liquifyxrd.app/) – the dApp (blocks automated requests)

- [Liquify component on the Radix Dashboard](https://dashboard.radixdlt.com/component/component_rdx1czvsx3kq5j4yfz8d0keq5328txwctmsq2fllqr6rqpn000sl5deuk8)

- [DeFiLlama: Liquify Protocol](https://api.llama.fi/protocol/liquify-protocol)

- [DeFiLlama TVL adapter source](https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/liquify-protocol/index.js)

- [Radix ecosystem directory](/ecosystem)