Live edition loading…

PXke Algorand

Independent daily coverage of the Algorand ecosystem — verified reporting on wallets, DeFi, NFTs and infrastructure, fact-checked on-chain before it publishes.

← Latest stories

Algorand's NFT marketplace field shrinks to three venues after RandGallery freezes

· · · · · · · ·

Algorand's NFT marketplace field shrinks to three venues after RandGallery freezes

The storefront that stopped serving

On a browser tab that should have stopped serving, RandGallery.com still opens to the words 'The Home of Algorand NFTs' over rows of featured collections. Behind that storefront, the site's listings, sales, collections and item-detail routes have stopped resolving. Algorand's first major NFT marketplace has wound down, its storefront frozen mid-frame.

The cause was not an outage but a failed experiment in community ownership. Goanna DAO acquired RandGallery in August 2025, together with the Shufl marketplace, to decentralize control and share profits among token holders. A year later the Goanna Council concluded the platform could not break even even with 100% of Algorand's NFT market share. Engagement stayed thin, governance leaned on a small circle of active participants, and the codebase had accumulated years of legacy systems, missing documentation and bugs with no clean path to resolution. The Council ruled out applying for an xGov grant - the ecosystem's community-governed funding program - subsidizing an unprofitable platform would divert funds from viable projects, it argued - and pointed to Downbad and Dartroom as the sustainable alternatives.

For anyone holding a listed NFT, the decisive line in the shutdown notice was that remaining listings would be automatically returned to the wallets that originally posted them. That is Algorand marketplace escrow in miniature: a listed NFT sits in a smart contract, and closing the storefront means triggering the contract to hand the asset back. Ownership never left the chain - the venue was only the interface.

The venues still answering

Three marketplaces on Algorand still respond and show recent activity as of Aug. 28. The table below summarizes what each offers and how liveness was verified.

MarketplaceWhat it offersLiveness evidence (checked Aug. 28, 2026)
DownbadOpen marketplace plus auctions, raffles, lending and peer-to-peer dealsSales stamped '18 minutes ago' at check time; dozens of collections with floor prices listed
DartroomCurated 1-of-1 and edition art, fixed-price and on-chain auction salesLive listings priced in ALGO; wallet attached to current listings shows on-chain application calls as recent as Aug. 10
AlgoSeasGame-adjacent marketplace with network-wide stats, daily volume, popular collectionsMarketplace page renders with recent listings, sales and daily volume figures

EXA Market's status is ambiguous: on Aug. 11 it was serving a full marketplace page, but by Aug. 28 its domain no longer resolves. Shufl, ALGOxNFT, and AB2 Gallery are gone. Shufl's site returns a 530 error and its domain is parked for sale at $18,000; ALGOxNFT's main domain is a parking page and its .io address fails DNS; AB2 Gallery was already unreachable by late 2024.

Downbad's terms of use describe the project as 'a hobby project that gives you an interface to public smart contracts on the Algorand blockchain' - not a company, exchange, broker or custodian. Treat that self-description as both honest and cautionary: it really is a UI over open contracts, but there is no corporate entity to answer complaints, no third-party audit is documented, and the project's own v2 release notes acknowledge that v1 contained 'a handful of small vulnerabilities' the rebuild patches. Users are counterparties to code, not customers of a service.

What you're actually holding: ARC standards

An Algorand NFT is not a smart contract. It is an Algorand Standard Asset (ASA), a native token type on the base layer. The standards a buyer encounters determine what the asset can and cannot do.

StandardConceptReal-World Implication
ARC-3Structures NFT metadata - name, image, audio links - in a machine-readable formatAny wallet or marketplace can render the token consistently
ARC-19Stores metadata off-chain (typically IPFS), pointed to by a template in the asset's URL fieldArtwork can be updated without re-minting - the mechanism Downbad's docs recommend for shuffle reveals
ARC-69Writes metadata on-chain in the asset-configuration transaction noteAttributes live on-chain permanently, but are fixed at configuration time
ARC-18Royalty enforcement: a separate smart contract holds the asset's clawback authority and validates that the royalty payment is bundled into the same atomic transaction groupRoyalties are opt-in and venue-dependent - a direct wallet-to-wallet transfer skips them entirely

Because ARC-18 enforcement lives in the sale's contract rather than in the token, royalty rails are only as durable as the venue running them: when a marketplace dies, its enforcement dies with it.

Fees and royalties on Downbad

Downbad's v2 contract rebuild puts royalties back in creators' hands. The old v1 locked everyone into a 5% creator royalty and a 3% marketplace fee on every sale, for every collection. The new contract lets creators choose their own royalty rate between 0 and 10%, set the marketplace fee per listing, and optionally allow sellers to override the rate, up to a cap the creator sets. Multi-edition collections work natively; the old contract made listing copies of the same NFT awkward.

ConceptV1 (old contract)V2 (new contract)Real-World Implication
Creator royalty5%, hardcoded0-10%, chosen by the creator, changeable anytimeCreators fit fees to their community instead of inheriting a platform default
Marketplace fee3% on every saleSet per listing, displayed before purchaseBuyers and sellers see each party's cut on every sale
Seller overrideNot possibleOptional, capped where the creator allowsCollections can run fee-waiver promos or loyalty events
Multi-edition listingsAwkward in v1Supported natively10, 100 or 1,000 copies can be listed at once
Cross-marketplace salesClosedComposableAnother marketplace can render the same listing and earn a buyer-side fee

Every v2 sale pays two marketplace addresses - the venue where the listing was created and the venue where the buyer clicked Buy - while the listing itself never moves; it becomes the same on-chain object shown in two places. Repricing is cancel-plus-relist, so terms cannot be silently altered, and each sale is atomic: payment and NFT transfer settle in one transaction or not at all. Token swaps on Downbad route through the Haystack DEX aggregator at a 1% fee, split 0.75% to Haystack and 0.25% to Downbad. Dartroom's fee schedule is undisclosed; its historical documentation domain no longer resolves. AlgoSeas' fee schedule is not published on the marketplace pages we pulled.

When a marketplace disappears

One lesson from RandGallery's shutdown generalizes: your NFT lives in your wallet, and the marketplace is a window. When a venue's escrow contracts unwind, assets return to their owners' wallets - exactly what RandGallery's shutdown notice promised. What the platform's death removes is not the ASA but discovery: fewer venues means fewer eyes, thinner liquidity, and more reliance on direct wallet-to-wallet transfers, which by design sidestep ARC-18 royalties.

Practicalities follow. If a venue you use announces closure, delist before the deadline instead of waiting for the auto-return. Keep recovery phrases offline and private - the key is the custody. Keep a small ALGO balance in the same wallet: as noted above, Algorand's network fee is a fixed 0.001 ALGO per transaction, and every new ASA you opt into locks 0.1 ALGO as minimum balance. Wallet support is the least of the worries: Downbad and Dartroom both connect through wallets Pera and Defly, and Dartroom's client also lists Exodus, Kibisis, Lute and Magic.

The contraction is real - three storefronts showing recent activity, one news cycle after the oldest venue shut its doors - but the survivors are rebuilding rather than coasting: Downbad made royalty schedules adjustable and composable across venues, and Dartroom keeps shipping on-chain auctions. The asset layer, meanwhile, is indifferent to venue churn - ASAs persist, keys persist, and nothing about the chain's design stops a new storefront rising in their place.

Source

Source: editorial://brief/d4d4f05b-512f-42d7-97c8-2115523d4cef