# Uniswap V4 Hooks Are New Terrain for Onchain Collectibles *Author: William M. Peaster* *Published: May 5, 2026* *Source: https://www.bankless.com/es/read/uniswap-v4-hooks-are-new-terrain-for-onchain-collectibles* --- Uniswap's [V4 hooks](https://github.com/fewwwww/awesome-uniswap-hooks) have brought an incredible layer of flexibility around onchain trading. They're so flexible, in fact, that their use cases can extend beyond the *purely financial* while still using transactions as their creative substrate. For instance, digital collectibles: [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/05/HHijJtcXsAA9rDm.jpg)](https://x.com/unipegv4/status/2051585607495725215)*A small slice of the Unipeg collection—onchain collectibles that aren't NFTs.* Over the years we've seen a zoo of alternative approaches to onchain collectibles beyond plain ERC-721 NFTs, like ERC-404 or DN-404 hybrid deploys and calldata-based projects like 0xmons, Blitnauts, Ethscriptions, etc. The newest entrant to this field is Uniswap V4 hook-based art, as this category is structurally distinct from prior formats. In short, hooks let you attach custom logic to liquidity pools, so you can use them to turn token swaps into generative art events. I'm not talking about minting NFTs, either. In practice this flow looks like so: - You interact with a V4 collectibles pool. - A hook catches your swap of the ERC-20 token, computes traits from the transaction context, and passes those traits to an onchain SVG renderer. - The renderer then assembles a unique visual artifact entirely from contract code and with no offchain dependencies. - Your artifact emerges from the pool, bound to your balance and trading activity. The resulting digital object isn't an NFT, and it's distinct from, but tied to, the fungible token that's traded in the underlying V4 pool. It's a new third thing that can be collected *like *an NFT, and it can even be wrapped into an NFT, but it springs entirely from the pool's hook logic. The largest example we have of this model in the wild today is the [Unipeg collection](https://unipeg.art/explore), which has a ~$14M market cap at the time of writing after deploying on Ethereum in April 2026. Its base ERC-20 is [$uPEG](https://www.geckoterminal.com/eth/pools/0x94af294207a2c592c08a39c82a7df42a18613d986eeb520b7164fe9ccd66a000), which has a hard-capped supply of 10,000 tokens. [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/05/HGB5Z16bgAAKuNm.jpg)](https://x.com/unipegv4/status/2044769091106259126)Around this token, Unipeg's governing hook, UpegHook.sol, maps *integer *balances to 24x24 unicorn pixel art images, all rendered onchain. So if you have one $uPEG token in your wallet, you'll own one associated collectible. Fractional balances (e.g. 0.5 $uPEG) stay inert until activated by crossing the next whole number threshold (1, 8, 37, etc.). [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/05/image---2026-05-05T123649.056.png)](https://unipeg.art/stats)*6,338 Unipegs in existence = the # of whole $uPEG tokens held across wallets atm. * The collection's generated ~$120M worth of trade volume since launching last month, so there's clearly been a good bit of appetite for this sort of project. It's not the only hook-based collection to hit the scene to date, as the [OpenPeg marketplace shows](https://openpeg.io/collections), but it's fielded the most activity yet in this category. As far as where people are diving in, trading has come through various avenues, namely the [Uniswap V4 $uPEG pool](https://app.uniswap.org/swap?outputCurrency=0x44b28991b167582f18ba0259e0173176ca125505&chain=mainnet), the official [P2p collectibles market](https://p2peg.app/collections/unipeg), and [OpenSea](https://opensea.io/collection/unipegv4) ([for Unipegs wrapped as NFTs](https://x.com/unipegv4/status/2051666493482438928)). There's now even a [UnipegStrategy token](https://x.com/token_works/status/2051013397060493361) for trading *around *the collection. I admittedly haven't tried this all myself yet, so tread cautiously as with anything new in crypto's frontier. But I've always been interested in crossovers of cultural experiments and onchain infra, and as Unipeg is demonstrating, Uniswap V4 hooks offer new creative terrain for this. It's a thread to watch, at the very least. Whether Unipeg as an *individual project* sustains its early momentum is an open question, sure, but it's already a successful proof-of-concept. Hook-based collections can work. And I suspect we'll see many more of them going forward as people continue to experiment with the possibilities here, so familiarize yourself with the basics now to get ahead of the curve.